/*
* ----------------------------------------------------------------------------------------
Author       : Themefisher
Template Name: Vixcon- Event Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*=== MEDIA QUERY ===*/
/*-------------------------------
typography
-------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  color: #ece2e2;
  background-color: #000;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto; /* Enable scrolling */
}

body, html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #111111;
  transition: .3s all;
}

a:hover {
  color: #ff007a;
}

a,
a:hover,
button,
button:focus {
  transition: all .3s;
  text-decoration: none;
  outline: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  color: #fff8f8;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  line-height: 28px;
}

.lead {
  line-height: 35px;
}

.text-secondary {
  color: #4125dd !important;
}

.text-primary {
  color: #ff007a !important;
}

.subtitle {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.lg-title {
  font-size: 62px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/*-------------------------------
Common
-------------------------------*/
.section {
  padding: 90px 0px;
}

.section-sm {
  padding: 90px 0px;
}

.section-top {
  padding-top: 90px;
}

.section-bottom {
  padding-bottom: 90px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section-heading {
  margin-bottom: 75px;
}

.section-heading p {
  margin-top: 20px;
}

.form-control {
  border-color: #e8e8e8;
  height: 50px;
  padding-left: 20px;
  font-size: 13px;
  background: #eee;
}

.form-control:focus,
.form-control:hover,
.form-control:active {
  box-shadow: none;
  border-color: #ff007a;
}

.bg-secondary {
  background: #4125dd !important;
}

.bg-primary {
  background: #ff007a !important;
}

.content-padding {
  padding: 220px 0px 200px 0px;
}

.btn {
  line-height: 1;
  padding: 10px 32px;
  box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
  transition: all .2s ease-in-out;
  will-change: box-shadow;
  font-size: 13px;
  border-radius: 0px;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 2px solid transparent;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.btn-rounded {
  border-radius: 60px;
}

.btn-hero {
  background: #ff007a;
  color: #ffffff;
  border-color: #ff007a;
}

.btn-hero:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}
.bg-blue {
  background: linear-gradient(to bottom, #ffae00, #8f4c00, #000000); /* Blue gradient background */
  border-radius: 70px; /* Rounded corners for the section */
  padding: 20px; /* Padding inside the section */
  color: #ffffff; /* White text color for contrast */
}
.bg-blu {
  background: linear-gradient(to bottom, #003249, #002d3848, #000000); /* Blue gradient background */
  border-radius: 50px; /* Rounded corners for the section */
  padding: 50px; /* Padding inside the section */
  color: #ffffff; /* White text color for contrast */
  
}


/* Style for the button with rounded corners */
.btn-primary {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff9100; /* Button background color */
  border: none;
  border-radius: 25px; /* Rounded corners for the button */
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
}

.btn-primary:hover {
  background-color: #ff0000; /* Darker shade on hover */
  transform: scale(1.05); /* Slightly enlarge button on hover */
}

/* Optional: Style for heading and paragraph if needed */
.heading {
  border-radius: 15px; /* Ensure content inside also has rounded corners */
  padding: 20px; /* Space inside the heading */
  background-color: rgba(0, 0, 0, 0.2); /* Optional: Slight background for contrast */
}
.btn-bday{
  color: aliceblue; /* Text color */
    background: linear-gradient(to top, #ff6f00, #ff3d00); /* Gradient background from orange to dark orange */
    padding: 12px 16px; /* Adjust padding for smaller button */
    font-size: 15px; /* Adjust font size */
    border: none; /* Remove default border */
    text-align: center; /* Center the text */
    display: inline-block; /* Ensure the button respects the padding */
    border-radius: 20px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    border-color: #4125dd; /* Retain border color */
    color: #ffffff; /* Text color */
    border-color: #4125dd; /* Retain border color */
  color: #ffffff; /* Text color */
  margin-right: 1px;
  

}

.feature-box {
  background-color: #ffffff; /* White background for the card */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
  overflow: hidden; /* Ensures that content doesn't overflow the rounded corners */
  text-align: center; /* Center text and content */
  padding: 0; /* Remove padding to ensure image can take full width */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
  display: flex; /* Flexbox for layout */
  flex-direction: column; /* Stack items vertically */
}

.feature-box:hover {
  transform: translateY(-10px); /* Slight lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}

.card-img {
  width: 100%; /* Full width for the image */
  height: 200px;; /* Maintain aspect ratio */
 
  border-bottom: 5px solid #000000; /* Optional: Border at the bottom of the image */
  object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

.divider {
  width: 50px; /* Divider width */
  height: 3px; /* Divider height */
  background-color: #330000; /* Divider color */
  margin: 10px auto; /* Center divider */
}

.btn-secondary {
  background: linear-gradient(to bottom, #0000ff, #8a2be2); /* Gradient from blue to violet */
  border-color: #4125dd; /* Retain border color */
  color: #ffffff; /* Text color */
  padding: 12px 16px; /* Adjust padding if needed */
  border-radius: 20px; /* Rounded corners if needed */
  text-align: center; /* Center the text */
  display: inline-block; /* Ensure button respects padding */
  text-decoration: none; /* Remove underline for anchor tags */
  font-size: 15px; /* Adjust font size if needed */
  margin-right: 10px;
  margin-left: 10px;
}

.btn-secondary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #4125dd;
}
.btn-bday:hover {
  background:rgba(255, 115, 0, 0.87);
  color: #a700c5;
  border-color: #fffafa;
  
}

.btn-gray {
  background: #f8f8f8;
  color: #111111;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.text-black {
  color: #111111;
}

.text-color {
  color: #ff007a;
}

.text-md {
  font-size: 45px;
  line-height: 1.2;
}

.box-shadow {
  box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.title strong {
  color: #ff007a;
}
.navbar-toggler {
  border: none; /* Remove border */
  background: transparent; /* Remove default background */
}

.navbar-toggler-icon {
  fill: #b9b9b9; /* Light color for the SVG icon */
  width: 24px; /* Adjust size */
  height: 24px; /* Adjust size */
}

/* Ensure proper alignment and visibility */
.navbar-toggler svg {
  display: block; /* Ensure the SVG takes full space */
  width: 35px; /* Adjust width */
  height: 35px; /* Adjust height */
}
/* General navbar styles */
.header-bar {
  background-color: #000; /* Dark background for the navbar */
}

.navbar {
  padding: 0; /* Adjust padding if needed */
}
.card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
  padding: 2rem;
}

.form-group label {
  font-weight: bold;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004085;
}
/* Navbar Toggler (Menu icon) */
.navbar-toggler {
  border: none; /* Remove border if any */
}

.navbar-toggler-icon {
  background-color: #4b009c; /* Light color for the icon to contrast with dark background */
  border-radius: 3px; /* Optional: round the corners of the icon for better appearance */
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #fff; /* Ensure text color is white for visibility */
}

/* Dropdown menu items */
.dropdown-menu {
  background-color: #333; /* Dark background for dropdown */
}

.dropdown-item {
  color: #fff; /* Light color for dropdown items */
}

.dropdown-item:hover {
  background-color: #444; /* Slightly lighter background on hover */
}

/* Button styles */
.btn-secondary, .btn-bday {
  color: #fff; /* Ensure button text is white */
}

.btn-secondary {
  background-color: #007bff; /* Example background color for secondary button */
}

.btn-bday {
  background-color: #ff5733; /* Example background color for birthday button */
}

.btn-secondary:hover, .btn-bday:hover {
  opacity: 0.8; /* Slightly fade buttons on hover */
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .navbar-toggler-icon {
      background-image: none; /* Remove default image if needed */
  }
}

/*-------------------------------
header
-------------------------------*/
.navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #4125dd;
}

.main-nav {
  transition: all .7s linear;

}

.main-nav .nav-link {
  font-size: 20px;
  padding: 22px 20px !important;
  font-weight: 700;
  letter-spacing: 0px;
  white-space: nowrap; /* Prevent text from wrapping */
  display: block; /* Ensure block display to apply styles correctly */
  
  color: #ffffff;
  opacity: .9;
  display: flex; /* Ensure the navigation items are displayed in a row */
}

.btn-sm {
  padding: 5px 18px;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .top-nav-collapse {
    text-shadow: none;
    border-color: transparent;
    background-color: #f11919;
    transition: all .2s ease;
  }
}

.dropdown {
  padding: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 10px 12px 10px 25px;
  border-bottom: 1px dashed #e8e8e8;
  border-left: 3px solid transparent;
}

.dropdown-item:hover {
  color: #ff007a;
  background: transparent;
  border-left: 3px solid #ff007a;
}

.dropdown-menu {
  min-width: 250px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all .15s ease-out;
  display: block;
  padding: 0px !important;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.page-header ul li {
  color: #ffffff;
  font-size: 18px;
}

.page-header ul li a {
  color: #ffffff;
}

.page-header .divider {
  width: 100px;
  height: 4px;
}

.error h2 {
  font-size: 89px;
  color: #888;
}

@media (max-width: 480px) {
  .main-nav .nav-link {
    padding: 10px 18px !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-width: 400px) {
  .main-nav .nav-link {
    padding: 10px 18px !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .main-nav .nav-link {
    padding: 10px 18px !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-width: 991px) {
  .main-nav .nav-link {
    padding: 10px 18px !important;
  }
  .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  #select-language {
    display: block;
    margin: auto !important;
  }
}

/*-------------------------------
banner
-------------------------------*/
.section-banner {
  min-height: 700px;
  position: relative;
  background: #fffafa;
  background-repeat: no-repeat;
  background-position: 65% 50%;
  background-size: cover;
}

.section-banner .banner-content h1 {
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: -.04em;
}

@media (max-width: 991px) {
  .section-banner .banner-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .section-banner .banner-content h1 {
    font-size: 60px;
  }
}

.section-banner .banner-content span {
  color: #fffbfb;
  font-size: 18px;
}

.banner-img {
  position: absolute;
  right: -160px;
  top: 0px;
}

.divider {
  width: 120px;
  height: 6px;
  background: #ff007a;
  display: block;
}

@media (max-width: 480px) {
  .section-banner {
    min-height: 500px;
  }
}

@media (max-width: 400px) {
  .section-banner {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-banner {
    min-height: 515px;
  }
}
.section-banner1 {
  min-height: 500px; /* Adjust the minimum height as needed */
  position: relative;
  background: transparent; /* Light background color */
  background-repeat: no-repeat;
  background-position: center; /* Center the background image */
  background-size: cover;
  
}

/* Banner content styling */
.section-banner1 .banner-content {
  position: relative;
  z-index: 1; /* Ensure content is above other elements */
}

.section-banner1 .banner-content h1 {
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #333; /* Dark color for better readability */
}

@media (max-width: 991px) {
  .section-banner1 .banner-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .section-banner1 .banner-content h1 {
    font-size: 60px;
  }
}

.section-banner1 .banner-content span {
  color: #fffbfb;
  font-size: 18px;
}

/* Slideshow container styling */
.slideshow-container1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%; /* Adjust width as needed */
  height: 60%; /* Adjust height as needed */
  max-width: 1200px; /* Optional: Set max-width for larger screens */
  max-height: 700px; /* Optional: Set max-height */
  overflow: hidden;
  transform: translate(-50%, -50%); /* Center the container */
  border-radius: 30px; /* Rounded corners for the container */
}

.slide1 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px; /* Rounded corners for images */
}

.fade1 {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .section-banner1 {
    min-height: 500px;
  }
}

@media (max-width: 400px) {
  .section-banner1 {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .section-banner1 {
    min-height: 515px;
  }
}

/*-------------------------------
About
-------------------------------*/
.about-img {
  box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.about-img .img-block {
  position: absolute;
  content: "";
  bottom: -70px;
  right: 0px;
  left: 30%;
  width: 100%;
  border: 10px solid #ffffff;
}

@media (max-width: 991px) {
  .about-img .img-block {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    bottom: -20px;
  }
}

.stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ddd;
  font-size: 120px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 767px) {
  .stroke-text {
    font-size: 90px;
  }
}

@media (max-width: 480px) {
  .stroke-text {
    font-size: 50px;
  }
}

.text-lg {
  font-size: 52px;
  line-height: 1.1;
}

.ml-90 {
  margin-left: 160px;
}

@media (max-width: 991px) {
  .ml-90 {
    margin-left: 0;
  }
}

/*-------------------------------
inner pages
-------------------------------*/
.page-header {
  background: url("../images/bg/cta-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0px;
  position: relative;
}

.overly {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #4125dd;
  opacity: .90;
}

#faqs h4 {
  color: #444;
}

.text-sm-2 {
  font-size: 16px;
}

.socials-links a {
  font-size: 18px;
  padding: 5px 10px 0px 0px;
}

#map {
  min-height: 550px;
}

.google-map {
  position: relative;
}

.contact-info-block {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  z-index: 1;
  background: #ffffff;
}

@media (max-width: 480px) {
  .contact-info-block {
    position: static;
  }
}

@media (max-width: 480px) {
  .latest-blog {
    padding-top: 100px;
  }
}

@media (max-width: 400px) {
  .latest-blog {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .latest-blog {
    padding-top: 100px;
  }
}

/*-------------------------------
Features
-------------------------------*/
.feature-box {
  padding: 40px;
  background: linear-gradient(to bottom, #001a1d, #002f35 ,#000000);
  transition: all .35s ease;
  display: block; /* Make the anchor tag cover the full card */
  text-decoration: none; /
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
  overflow: hidden; /* Ensures that content doesn't overflow the rounded corners */
  text-align: center; /* Center text and content */
  padding: 0; /* Remove padding to ensure image can take full width */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
  display: flex; /* Flexbox for layout */
  flex-direction: column; /* Stack items vertically */
}

.feature-box i {
  font-size: 60px;
}

.feature-box .divider {
  width: 45px;
  margin-bottom: 20px;
  background: #ffc400;
}

.feature-box:hover {
  background: #ff9100;
}


.feature-box:hover i {
  color: #ffffff;
}

.feature-box:hover h4 {
  color: #ffffff;
}

.feature-box:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box:hover .divider {
  background: #e8e8e8;
}

.feature-box.active {
  background: #4125dd;
}

.feature-box.active i {
  color: #ffffff;
}

.feature-box.active h4 {
  color: #ffffff;
}

.feature-box.active p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box.active .divider {
  background: #e8e8e8;
}
.feature-box img,
.feature-box1 img {
  display: block; /* Ensure images are block-level for better layout */
  width: 100%; /* Make the image cover the full width of the card */
  height: 350px; /* Maintain aspect ratio */
}
/*box 2*/
.feature-box1 {
  padding: 40px;
  background: linear-gradient(to bottom, #7a00aa, #63008a ,#000000);
  transition: all .35s ease;
  display: block; /* Make the anchor tag cover the full card */
  text-decoration: none; 
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.007); /* Light shadow */
  overflow: hidden; /* Ensures that content doesn't overflow the rounded corners */
  text-align: center; /* Center text and content */
  padding: 0; /* Remove padding to ensure image can take full width */
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth transition for hover effects */
  display: flex; /* Flexbox for layout */
  flex-direction: column; /* Stack items vertically */
 
}

.feature-box1 i {
  font-size: 60px;
}

.feature-box1 .divider {
  width: 45px;
  margin-bottom: 20px;
  background: #ffc400;
}

.feature-box1:hover {
  background: #780091;
}

.feature-box1:hover i {
  color: #ffffff;
}

.feature-box1:hover h4 {
  color: #000000;
}

.feature-box1:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box1:hover .divider {
  background: #e8e8e8;
}

.feature-box1.active {
  background: #4125dd;
}

.feature-box1.active i {
  color: #ffffff;
}

.feature-box1.active h4 {
  color: #ffffff;
}

.feature-box1.active p {
  color: rgba(255, 255, 255, 0.8);
}

.pl-90 {
  padding-left: 150px;
}

.heading h2 {
  position: relative;
}

.heading h2:before {
  position: absolute;
  content: "";
  left: -130px;
  top: 20px;
  width: 100px;
  height: 3px;
  background: #ffffff;
}

.bg-red {
  background: #f87c57;
}

.feature-item {
  padding: 40px;
  background: #f8f9fa;
  transition: all .35s ease;
}

.feature-item i {
  font-size: 60px;
  color: #ffffff;
}

.feature-item h4 {
  color: #ffffff;
}

.feature-item p {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
  .pl-90 {
    padding-left: 0px;
  }
}

@media (max-width: 400px) {
  .pl-90 {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .pl-90 {
    padding-left: 0px;
  }
}.section-banner {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height; adjust as needed */
  background-size: cover;
  background-position: center;
}

.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; /* Adjust the width of the container */
  height: 60%; /* Adjust the height of the container */
  max-width: 1200px; /* Optional: Set a max-width for larger screens */
  max-height: 700px; /* Optional: Set a max-height */
  overflow: hidden;
  margin: auto; /* Center the slideshow container horizontally */
  border-radius: 30px; /* Rounded corners for the container */
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px; /* Rounded corners for images */
}

.fade {
  opacity: 1;
}

/*-------------------------------
Features
-------------------------------*/
.cta {
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 70%;
  background: url("../images/about/bg-1.jpg");
  background-size: cover;
}

.cta .cta-content {
  border: 1px solid #e8e8e8;
}

.cta-img {
 
  background-size: cover; /* Ensure the image covers the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
  height: auto; /* Adjust the height as needed */
  position: relative; /* Ensure positioning for child elements */
  background-size: cover; /* Cover the entire section */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
}

.cta-img .contact-info {
  position: absolute;
  content: "";
  right: 40px;
  bottom: -90px;
  background: #fc0000;
  padding: 60px 50px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .cta-img .contact-info {
    position: static;
  }
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border-color: #4125dd;
  height: 51px;
}

.sub-form .btn {
  position: absolute;
  top: 0px;
  right: 0;
  margin-top: 0px !important;
  display: inline-block;
  padding: 17px 35px;
  border-radius: 0px 5px 5px 0px;
}

.sub-form .btn:hover {
  background: #111111;
  color: #ffffff;
}

/*-------------------------------
Team
-------------------------------*/
.speaker-block .img-block {
  position: relative;
}

.speaker-block .img-block:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 70%;
  background: rgba(59, 29, 130, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  opacity: 0;
}

.speaker-block .img-block:hover:before {
  opacity: 1;
  height: 100%;
}

.speaker-block .img-block:hover .speaker-social {
  opacity: 1;
}

.speaker-block img {
  border-radius: 5px;
}

.speaker-block .speaker-social {
  position: absolute;
  content: "";
  bottom: 10%;
  right: 0px;
  left: 40%;
  margin-left: -50px;
  opacity: 0;
  margin-top: -50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.speaker-block .speaker-social li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #4125dd;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.speaker-block .speaker-social li a:hover {
  background: #ff007a;
}

@media (max-width: 767px) {
  .speaker-block .speaker-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.speaker-block.style-2 .img-block {
  position: relative;
}

.speaker-block.style-2 .img-block:before {
  display: none;
}

.speaker-block.style-2 .img-block:hover .speaker-social {
  opacity: 1;
}

.speaker-single-wrap p {
  font-size: 16px;
  line-height: 2;
}

.social-single a {
  margin-right: 15px;
  font-size: 18px;
}

.skill-item i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ff007a;
}

/*-------------------------------
Schedule
-------------------------------*/
#TopicTab {
  background: #eee;
  border-radius: 5px;
}

.nav-justified .nav-item {
  text-align: left !important;
  
}
  

.nav-pills .nav-link {
  border-radius: 0px;
  padding: 20px 30px;
  transition: all .45s ease;
  


}

.nav-pills .nav-link.active {
  background: #ff007a;
  border-radius: 8px;
  position: relative;
}

.nav-pills .nav-link.active h2 {
  color: #ffffff;
}

.nav-pills .nav-link.active h5 {
  color: #ffffff;
}

.nav-pills .nav-link.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 20px 0;
  border-color: #000 transparent transparent;
  content: "";
  position: absolute;
  bottom: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: .3s;
  left: 80px;
  margin: auto;
  z-index: -1;
  border-color: #ff007a transparent transparent;
}

.time-table .time {
  flex-basis: 20%;
}

.time-table .content {
  flex-basis: 60%;
}

.time-table .content-img {
  flex-basis: 20%;
}

.time-table .content-img img {
  border-radius: 100%;
}

@media screen {
  .time-table .content-img img {
    width: 100px;
  }
}

.time-table li {
  box-shadow: 0 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.text-color-2 {
  color: #4125dd;
}

/*-------------------------------
Pricing
-------------------------------*/
.package {
  text-align: center;
  box-shadow: 0 11px 22px rgba(34, 34, 34, 0.2);
}

.package .price-header {
  padding: 60px 0px 60px 0px;
  background: url("../images/bg/page-header.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.package ul li {
  padding: 5px 0px;
  color: #111111;
}

.package .pname {
  margin: -45px auto 30px;
  width: 50%;
  padding: 10px;
  border-radius: 25px;
  font-weight: 500;
  border: 1px solid #eee;
  text-transform: capitalize;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.package i {
  font-size: 60px;
  color: #ffffff;
}

.bg-orange {
  background: #ff4747;
}

.style-1 .pname {
  border-color: #ff007a;
}

.style-2 .pname {
  border-color: #ff4747;
}

.style-2 .btn {
  border-color: #ff4747;
  background: #ff4747;
  color: #ffffff;
}

.style-3 .pname {
  border-color: #4125dd;
}

.section-pricing {
  background: url("../images/banner/speakers-bg-black.jpg") no-repeat;
  background-size: cover;
}

/*-------------------------------
Sponsors
-------------------------------*/
.sponsors {
  position: relative;
  background: url("../images/bg/cta-bg.jpg") no-repeat fixed 50% 50%;
  background-size: cover;
}

.sponsors:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.97);
}

.client-item {
  float: left;
  width: 15%;
  height: 115px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  text-align: center;
  opacity: .7;
  transition: all .45s ease-in-out;
}

.client-item a {
  display: block;
}

.client-item:hover {
  opacity: 1;
  background: #111111;
}

@media (max-width: 991px) {
  .client-item {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .client-item {
    width: 30%;
  }
}

@media (max-width: 480px) {
  .client-item {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .client-item {
    width: 50%;
  }
}

.bg-black {
  background: #000;
}

.letter-spacing {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-sm {
  font-size: 14px;
}

.bg-gray {
  background: #eee;
}

/*-------------------------------
Countdown
-------------------------------*/
.counter-wrapper {
  margin-top: -70px;
}

.counter-inner {
  padding: 50px;
  position: relative;
}

.counter-inner:before {
  position: absolute;
  content: "";
  left: -5%;
  top: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #580081, #0c0909, #0c0909);
  border-radius: 100px 0px 0px 100px;
  box-shadow: 0 20px 50px 0 rgba(255, 255, 255, 0.144);
}

@media (max-width: 480px) {
  .counter-inner .counter-stat h2 {
    font-size: 20px;
  }
}

.counter-inner .syotimer {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .counter-inner {
    padding: 50px 20px;
  }
}

.font-weight-light {
  font-weight: 300;
}

.syotimer.large .syotimer-cell {
  height: 100px;
  width: 100px;
}

.syotimer-cell {
  display: inline-block;
  height: 100px;
  width: 115px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 15px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .syotimer-cell {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .syotimer-cell {
    width: 65px;
    height: 70px;
  }
}

.syotimer-cell__unit {
  text-transform: capitalize;
  color: #a4a4a4;
}

.syotimer-cell__value {
  font-weight: 800;
  font-size: 45px;
  line-height: 45px;
  color: #111111;
}

@media (max-width: 480px) {
  .syotimer-cell__value {
    font-size: 30px;
    line-height: 30px;
  }
}

.syotimer-cell_type_day .syotimer-cell__value {
  color: #ff007a;
}
/* Container for blog items */
.container {
  padding: 20px; /* Adjust as needed */
}

/* Blog card styling */
.blog-item {
  background-color: #ffffff; /* White background for the card */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
  overflow: hidden; /* Ensures content fits within rounded corners */
  transition: box-shadow 0.3s ease; /* Smooth transition for hover effects */
}

/* Styling for images inside cards */
.blog-item img {
  width: 100%; /* Full width for the image */
  height: auto; /* Maintain aspect ratio */
  border-bottom: 5px solid #009b93; /* Optional: Add a border at the bottom */
  
}

/* Padding and text color for card content */
.blog-item .p-4 {
  padding: 20px; /* Adjust as needed */
  color: #000000; /* Dark text color */
}

/* Heading styling */
.blog-item h4 a {
  color: #009b93; /* Dark teal color for the link */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth transition for hover effects */
}

.blog-item h4 a:hover {
  color: #00796b; /* Change color on hover */
}

/* Read more link styling */
.blog-item .read-more {
  color: #009b93; /* Dark teal color for the read more link */
  text-decoration: none; /* Remove underline */
}

.blog-item .read-more:hover {
  color: #00796b; /* Change color on hover */
}

/* Adjust margins for different screen sizes */
@media (max-width: 991px) {
  .container {
      padding: 10px; /* Adjust as needed */
  }
}

@media (max-width: 767px) {
  .container {
      padding: 5px; /* Adjust as needed */
  }
}

/*-------------------------------
Blog
-------------------------------*/
.blog-article {
  transition: all .35s ease;
}

.blog-article .read-more i {
  width: 30px;
  height: 30px;
  background: #eee;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 7px;
  color: #111111;
}

.blog-article img {
  width: 100%;
}

.blog-nav a {
  border: 1px solid #e8e8e8;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 25px;
  font-weight: 600;
  background: #e8e8e8;
}

.widget .widget-title {
  padding-bottom: 10px;
  position: relative;
}

.widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  border-bottom: 2px solid #4125dd;
  width: 30px;
}

.widget.list-item li {
  padding: 15px 0px;
  font-size: 16px;
  border-bottom: 1px dashed #e8e8e8;
}

.tags a {
  display: inline-block;
  padding: 6px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.post-author-info img {
  max-width: 15%;
  border-radius: 3px;
}

.comment-respond {
  border: 20px solid #e8e8e8;
}

.comment-reply-link {
  color: #777;
}

@media (max-width: 480px) {
  .comment-respond {
    border: 0px;
  }
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .comment-respond {
    border: 0px;
  }
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

.social-links li a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #eee;
  display: inline-block;
  border-radius: 3px;
  padding-top: 8px;
}

.social-links li a:hover {
  background: #ff007a;
  color: #ffffff;
}

/*-------------------------------
footer
-------------------------------*/
.footer {
  background: url("../images/bg/footer-bg.jpg") no-repeat;
  background-image: cover;
  padding-bottom: 35px;
}

.footer-socails a {
  padding: 0px 10px;
}

.footer-socails a i {
  font-size: 30px;
  color: #ffffff;
}

.copy.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}

@media (max-width: 480px) {
  .sub-form .btn {
    position: relative;
    margin-top: 16px !important;
    border-radius: 5px;
  }
}

@media (max-width: 400px) {
  .sub-form .btn {
    position: relative;
    margin-top: 16px !important;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .sub-form .btn {
    position: relative;
    margin-top: 16px !important;
    border-radius: 5px;
  }
}
/* Default styling */
.section-banner {
  background-size: cover;
  background-position: center;
}

.banner-content {
  padding: 20px; /* Adjust padding as needed */
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .section-banner {
      /* Example: Adjust padding or margin for mobile devices */
      padding: 30px 15px;
  }

  .banner-content {
      /* Move text up for mobile devices */
      margin-top: 100px; /* Adjust as needed */
      margin-bottom: 500px; /* Adjust as needed */
  }

  .banner-content h1 {
      font-size: 24px; /* Adjust font size for better readability on small screens */
  }

  .banner-content .btn {
      font-size: 14px; /* Adjust button font size for small screens */
  }
}

/*-------------------------------
Responsive
-------------------------------*/

/*# sourceMappingURL=maps/style.css.map */
