/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background:white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
 
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  
  
}
span.header-text {
  font-size: 50px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color:#37517e;
  
  
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #e03a3c;
}

/* #header .logo img {
  max-height: 40px;
} */

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #e03a3c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #111111;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  align-items: center;
  font-size: 150px;
  
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color :#ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color:#aab3cc ;
   
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #e03a3c;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  align-items: center;
  margin-left: 50%;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 246, 246, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #0f0f0f;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #37517e;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #37517e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/ebc5146a-5caa-47b3-a029-1cdf7ebc84ad.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #37517e;
  border: 2px solid #37517e;
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
.Head-Text {
  text-align: left;
  float: left;
 

}

.Head-Text h4 {
 
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #37517e;
}

.Head-Text h4::before {
  content: '';
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background: #ddd;
  align-items: center;
  bottom: 1px;
  left: calc(30% - 40px);
  
}

.Head-Text h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 90px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 50px);
}
.head_session{
  height: 120px;
  width: 100%;

  background:white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 1px 1px 8px 5px rgb(155 168 200 / 34%);
  position: relative;
  
}

@media(max-width:414px){
  .head_sectiontwo{
    height: 120px;
    width: 50%;
  }
  .headup{
    height: 5px;
  }
}
.head_sectiontwo{
  height: 120px;
  width: 100%;

  background:white;
  transition: all 0.5s;
  padding: 20px 0;
  box-shadow: 1px 1px 8px 5px rgb(155 168 200 / 34%);
  position: absolute;
  
}
.boxone{
  position: relative;
  /* height: 500px; */
/* width: auto; */
}
.email_section{
  position: relative;
}
.boxtwo{
  position: absolute;
  width: 90%;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 20px;
}
.social-nav{
  width: 100%;
  margin-right :30px ;
}
.social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  /* margin-right: 4px; */
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}

.fac:hover {
  background: #209dd8;
  color: white;
  text-decoration: none;
}
.fac{
  background-color: white;
  color: #209dd8;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}

.Whatsap:hover {
  background-color:#25D366;
  color: white;
  text-decoration: none;
}
.Whatsap{
  background: white;
  color: #25D366;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}

.Inst:hover {
  color: white;
  background-image: radial-gradient(#ff8a00, #e52e71);
  background-image: radial-gradient(circle at top right, #0077B5, #0077B5, #0077B5);
 
}
.Inst{
  color:#0077B5;
  text-decoration: none;
  background: white;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}

.Youtube:hover {
  color: white;
  background-image: radial-gradient(#ff8a00, #e52e71);
  background-image: radial-gradient(circle at top right, #FF0000, #FF0000, #FF0000);
 
}
.Youtube{
  color:#FF0000;
  text-decoration: none;
  background: white;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}



.X:hover {
  color: white;
  background-image: radial-gradient(#ff8a00, #e52e71);
  background-image: radial-gradient(circle at top right, #209dd8, #209dd8, #209dd8);
 
}
.X{
  color: 000000;
  text-decoration: none;
  background: white;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}


.tiktok:hover {
  color: white;
  background-image: radial-gradient(#ff8a00, #e52e71);
  background-image: radial-gradient(circle at top right, #FF0000, #FF0000, #FF0000);
 
}
.tiktok{
  color:#FF0000;
  text-decoration: none;
  background: white;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.3s;
  word-spacing: 5px;
  margin-right: 25px;
}

.Logo_area{
  width: auto;
}
.emailone{
  line-height: 35px;
  font-size: 18px;
  color: #37517e;
  font-family: "Poppins", sans-serif;

}
.emailtwo{
  line-height: 35px;
  font-size: 18px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}
@media (max-width:414px){
  .emailtwo{
    font-size: 8px;
    float: left !important;
    display: none;
    
  }
}
@media (max-width:540px){
  .emailtwo{
    font-size: 8px;
    float: left !important;
    display: none;
    
  }
}

@media(max-width:414px){
  .boxone{
    width: 50%;
  }
}
