* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
/*........................NAVBAR..................*/

.container{
  display: flex;
  padding:20px 100px;
  padding-top: 50px;
  top: 0;
  z-index: 99;
  transition: 0.4s;
  position: fixed;background-color: rgb(255, 254, 254);
  width: 100%;
  
}
.logo a{
  text-decoration: none;
  list-style: none;
}
.logo h1{
  color: #413e66;
  font-size: 36px;
  padding-top: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
 
}
.main-pages {
  margin-top: 60px;
}
.main-nav{
  padding-left: 380px;
}
 .main-nav,
.main-nav * {
margin: 0;
padding-top: 3px;

list-style: none;
}

.main-nav > ul > li {
position: relative;
white-space: nowrap;
float: left;
}

.main-nav a {
display: block;
position: relative;
color: #413e66;
padding: 10px 13px;
transition: 0.3s;
font-size: 14px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
color: #1bb1dc;
text-decoration: none;
}

.main-nav .drop-down ul {
display: block;
position: absolute;
left: 0;
top: calc(100% - 30px);
z-index: 99;
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
opacity: 1;
top: 100%;
visibility: visible;
}

.main-nav .drop-down li {
min-width: 180px;
position: relative;
}

.main-nav .drop-down ul a {
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: none;
color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
color: #1bb1dc;
}

.main-nav .drop-down > a:after {
content: "\f107";
font-family: FontAwesome;
padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
top: 0;
left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
opacity: 1;
top: 0;
left: 100%;
}

.main-nav .drop-down .drop-down > a {
padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
content: "\f105";
position: absolute;
right: 15px;
}
/*........................MAIN.................*/

.intro {
  display: flex;
  margin-top: 50px;
  width: 100%;
}

.intro div {
  height: 100vh;
  width: 80%;
}

.introtext {
  font-size: 50px;
  text-align: center;
  padding-top: 250px;
  font-family: "Open Sans", sans-serif;
  color: #1bb1dc;
font-style: normal;
font-weight: 300;
/* padding-left: 30px; */


}

.introimg img {
  width: 80%; /* Set the width to fill its container */
  height: 100vh; /* Set the height to fill its container */
  
}
/*..........................*/
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000)forwards;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
           
}
@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  
.services{
    margin-top: 50px;
    background:  #1bb1dc;
    padding: 60px 0 40px 0;
    height: 300px;
    font-family: "Open Sans", sans-serif;
}
.services-headr{
    padding-left: 200px;
    line-height: 1.3;
}
.services-headr h1{
    font-size: 50px;
    color: #fefeff;
    
    font-weight: 700;
    position: relative;
    font-family: "Open Sans", sans-serif;

}
.services-headr p{
    /* text-align: center; */
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    padding-bottom: 60px;
    color: #dfdfe2;
    width: 50%;
}
.row-1{
    display: flex;
    margin: 10px 130px;
}
.box{
    background:  #f5f8fd;
    padding: 30px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    margin: 0 30px 40px 10px;
    background: #fff;
    /* box-shadow: 0 10px 29px 0 rgba(3, 69, 252, 0.1); */
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 410px;
    width: 450px;
    cursor: pointer;
  box-shadow: 5px 5px 10px rgba(17, 2, 99, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    
    
}
.box h2{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 29px;
    color: #111;
}
.box p{
  color: #535074;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}
.border{
    border: 5px solid #9ae3f5;
    height: 410px;
    width: 430px;
    gap: 30px;
    margin-left: -320px;
    margin-top: 15px;
}
 .box:hover{
        /* -webkit-animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-fwd-center 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
                transform: scale(1.1);
                background-color: #2980b9;
                color: white;
                box-shadow: 5px 5px 10px rgba(29, 29, 29, 0.3);
 }
 .box:hover h2{
  font-family: "Open Sans", sans-serif;
  color: #fffefe;
}
.box:hover p{
  font-family: "Open Sans", sans-serif;
  color: #fffefe;
}
  /*................slider............*/
  .slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 1000px;
    margin-bottom: -800px;
    position: relative;
    border: 2px solid #ddd; /* Optional: Add a border for visual clarity */
}

.slide {
    width: 100%; /* Set the width of each slide to 100% of the container */
    height: 500px; /* Set the height of each slide */
    display: none;
    
    position: relative;
}

.slide img {
    width: 100%;
    height: 500px;
    /* Set image height to 100% */
    object-fit: contain; /* Ensure the image covers the entire container */
}

.text-overlay {
    position: absolute;
    bottom: 100px; /* Adjust the distance of the text from the bottom */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background for better text readability */
    padding: 10px;
    border-radius: 5px; /* Optional: Add rounded corners to the text overlay */
}

.text-overlay h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.text-overlay p {
    font-size: 16px;
    margin: 0;
}

.slide:first-child {
    display: block;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
 /*................FOOTER............*/
 .Main{
  display: flex;
  margin-top: 1000px;
  padding-top: 50px;
  /* margin-left: -5px; */
  /* padding-left: -30px; */
  background-color: #f5f8fd;
  width: 100%;
}
.footer{
  margin: 0px 80px;

}
.h1{
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.para1{
 margin: -10px  0px ;

 line-height: 24px;
 
 width: 320px;
 margin-bottom: 20px;
 font-size: 13px;
 line-height: 29px;
 /* margin-bottom: 0; */
 font-family: "Open Sans", sans-serif;
 color: #696592;
}
.h4{
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;

}
.para2{
  margin: -7px 0px;
  /* width: 280px; */
  font-size: 20px;
  color: #696592;
  width: 320px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 29px;
  /* margin-bottom: 0; */
  font-family: "Open Sans", sans-serif;
  color: #535074;
}
.inputbox{
  margin: 37px 0px;
  width: 190px;
  height: 29px;
  border:1px solid rgb(192, 188, 188);
}
.btnsub{
  /* margin: 0px -4px; */
  color: white;

  border: 1px solid #1bb1dc;
 background-color:#1bb1dc ;
 width:100px;
 height: 32px
 
}
.btnsub:hover{
  background-color: #0a7b9b
}
/* // footer links// */
.footer-links{
  margin: 0px 0px;
  text-align: left;
  margin-left: -10px;
  /* background-color: #bae2f1; */
}
.footer-links h4{
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
}
.containerfooter ul {
  list-style: none;
  /* padding: -10px; */
  font-size: 17px;
}

.containerfooter ul li {
  margin-bottom: 10px; 
  
}

.containerfooter ul a {
  text-decoration: none;
  color: #696592;
  /* padding: 10px; */

}
/* // CONTACT US// */
.contact{
  margin: 17px 0px;
  margin-left: -10px;
}
.contact h4{
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.style{
  color: #696592;
  line-height: 30px;
}
.Phone{
  width: 20px;
 margin-bottom: 10px;
 
}
strong{
  font-size: 14px;
  line-height: 20px;
}
.socialtags{
  margin: 40px 0px;
}
.socialtags i{
 
  font-size: 18px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;

}
/* //message// */
.message{
  margin-top: 0px 0px;
  margin-left: 30px;
  font-size: 18px;
}
.message h4{
  font-size: 14px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.message p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-right: 70px;
  font-size: 15px;
  color: #696592;
}

::placeholder {
  color:#ced4da;
  opacity: 1; /* Firefox */
}
.name{
width: 415px;
height: 30px;
margin-bottom: 20px;
font-size: 14px;
color: #3e3f3f;
border:1px solid #ced4da;
}
.textarea{
font-size: 14px;
width: 415px;
border:1px solid #ced4da;
color: #3e3f3f;
}
.btnmessage{
  background-color: #1bb1dc;
  border: 1px #1bb1dc;
  color: #f5f8fd;
  margin: 18px 189px;
  height: 40px;
  padding: 10px;
}
.btnmessage:hover{
  background-color: #0a7b9b
}
.footerbar{
  background-color: white ; 
  /* margin-left: 600px; */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
} 
 /*....................MEDIA QUEERY...........................*/
   /* Your existing styles */
       @keyframes slideRight {
      0% {
        transform: translateX(-360%);
      }
      100% {
        transform: translateX(0);
      }
    }
  @media only screen and (max-width: 500px) {
   
  .container{
    display: flex;
    padding: 5px 100px;
    
    
    
    }
  .main-nav {
      display: none;
      position: absolute;
      top: 0px; /* Adjust as needed for spacing */
      left: 0;
      width: 100%;
      background-color: rgba(40, 38, 70, 0.8);
      color: white;
      z-index: 999;
      
      margin-top: 0px;
      /* Initially slide left */
      opacity: 7;
      transition: opacity 0.4s ease, transform 0.4s ease; /* Add transitions */
      transform: translateX(-100%);
  }
    .logo h1{
      margin-left: -60px;
      margin-right: -100px;
      font-size: 25px;
      padding-top:20px;
  
    }
  
    .main-nav.active {
        display: flex;
        flex-direction: column;
        transform: translateX(0);
        
        color: white;
    }
    .main-nav > ul  {
      height: 100vh;
      
      /* text-align: center; */
      /* clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
      background-color: rgba(40, 38, 70, 0.8);
      color: white;
      margin-left: -380px;
      padding-left: 20px;
      font-size: 10px;
     margin-right: 150px;
     transition: transform 0.8s ease, opacity 0.4s ease 0.2s;
      animation: slideRight 0.5s ease;
      margin-top: -50px;
  
  }
    .main-nav > ul > li {
        width: 100%;
        color: white;
        
        /* text-align: center; */
    }
  
    .main-nav a {
        padding: 10px 5px;
        text-align: left;
        color: white;
    }
  
    .main-nav .drop-down ul {
        top: 0;
    }
  
    .main-nav .drop-down .drop-down ul {
        top: 0;
        left: 100%;
        
    }
   .toggle-btn {
      display: none;
      cursor: pointer;
      padding: 100px;
      background-color:white;
      color: #065e77;
      border: none;
      outline: none;
      margin-left: 0px;
  }
   .close-btn {
    display: none;
    cursor: pointer;
    padding: 0px;
    background-color: rgba(40, 38, 70, 0.8);
    opacity: 70;
    color: white;
    border: none;
    outline: none;
    margin-left: 100px;
}
  }
/* Toggle button styles */
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.toggle-btn {
  display: none;
  cursor: pointer;
  padding: 15px;
   color: rgba(40, 38, 70, 0.8);
  border: none;
  outline: none;
  margin-left: 150px;
}
.toggle-btn i{
  font-size: 30px;
}
.close-btn i{
  font-size: 30px;
  margin-top: -10px;
  
}
.close-btn {
  display:none;
  cursor: pointer;
  padding: 15px;
  
  color: white;
  border: none;
  outline: none;
  margin-left: -100px;
  height: 50px;
  width: 50px;
   animation: zoomIn 0.5s ease;
}

@media only screen and (max-width: 500px) {
    .toggle-btn {
        display: block;
    }

    .toggle-icon {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    
  .services{
    /* margin-top: 50px; */
    background:  #1bb1dc;
    padding: 30px 0 40px 0;
    height: 300px;
    width: 100%;
}
.intro {
  flex-direction: column-reverse;
  margin-top: 70px;
}
.intro div {
  height: 50vh;
  width: 270px;
}
.introtext {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  color: #1bb1dc;
font-style: normal;
font-weight: 500;
padding-left:10px;


}
.introimg img {
  width: 100%; /* Set the width to fill its container */
  height: 100%; /* Set the height to fill its container */
  margin-right:-60px ;
  
}

  }

  @media only screen and (max-width: 500px) {
    .services-headr {
        padding-left: 20px;
    }

    .services-headr p {
        width: 100%;
    }

    .row-1 {
        flex-direction: column;
        margin: 10px 10px;
    }

    .box {
        width: 100%;
        margin: 0 0 20px 30px;
        height: 500px;
    width: 300px;
    }

    .border {
        display: block;
        display: none;
    }
    .border{
      border: 5px solid #9ae3f5;
      height: 350px;
      width: 400px;
      gap: 30px;
      /* margin-left: -100px; */
      margin-top: -350px;
      margin-bottom: 50px;
  }
    /*................slider............*/
    .slider-container {
      width: 100%;
      margin: auto;
      overflow: hidden;
      margin-top: 3200px;
      margin-bottom: -2200px;
      position: relative;
      border: 2px solid #ddd; /* Optional: Add a border for visual clarity */
  }
  
  
  .slide img {
      width: 100%;
      height: 100%; /* Set image height to 100% */
      object-fit: cover; /* Ensure the image covers the entire container */
  }
  
  .text-overlay {
      position: absolute;
      bottom: 130px; /* Adjust the distance of the text from the bottom */
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); /* Optional: Add a semi-transparent background for better text readability */
      padding: 10px;
      border-radius: 5px; /* Optional: Add rounded corners to the text overlay */
  }
 

  .Main{
    flex-direction: column;
    margin-top: 2300px;
    padding-top: 50px;
    /* margin-left: -5px; */
    /* padding-left: -30px; */
    background-color: #f5f8fd;
}
.footer{
  margin: 0px 50px;
}
.h1{
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 1px 0 1px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #413e66;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.para1{
  margin: -10px  0px ;
 
  line-height: 24px;
  
  width: 100%;
  margin-bottom: 20px;
  font-size: 9px;
  line-height: 15px;
  /* margin-bottom: 0; */
  font-family: "Montserrat", sans-serif;
  color: #535074;
}
.h4{
  font-size: 15px;
  font-weight: bold;
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  font-weight: 1000px;

}
.para2{
  margin: -7px 0px;
  /* width: 280px; */
  font-size: 10px;
  color: #535074;
  width: 100%;
  margin-bottom: 20px;
  font-size: 9px;
  line-height: 15px;
  /* margin-bottom: 0; */
  font-family: "Montserrat", sans-serif;
  color: #535074;
}
.inputbox{
  margin: 10px 0px;
  width: 150px;
  height: 22px;
  border:1px solid rgb(192, 188, 188);
}
.btnsub{
  /* margin: 0px -4px; */
  color: white;
font-size: 9px;
  border: 1px solid #1bb1dc;
 background-color:#1bb1dc ;
 width:70px;
 height: 22px
 
}
.footer-links{
  margin: 0px 0px;
  padding-left: 50px;
  /* text-align: left; */
  /* background-color: #bae2f1; */
}
.footer-links h4{
  font-size: 15px;
  /* font-weight: bold; */
  color: #413e66;
  text-transform: uppercase;
  position: relative;
  font-weight: 900px;
  padding-bottom: 10px;
}
.containerfooter ul {
  list-style: none;
  /* padding: -10px; */
  font-size: 12px;
}
.contact{
  margin: 0px -0px;
  padding-left: 50px;
  width: 100%;
}
.contact h4{
  font-size: 15px;
  /* font-weight: bold; */
  color: #19181a;
  text-transform: uppercase;
  position: relative;
  /* padding-bottom: -10px; */
  margin-bottom: -15px !important;
}
.Phone{
  /* width: 55px; */
 margin-bottom: 5px;
 font-size: 10px;
}
.contact span{
  font-size: 10px;
}
.socialtags{
  margin: 10px 0px;
}
.socialtags i{
   
  font-size: 20px;
  display: inline-block;
  background: #1bb1dc;
  color: #fff;
  line-height: 1;
  padding: 3px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;

}
.message{
  margin: -0px 0px;
  margin-left: 50px;
  /*font-size: 10px;*/
}
.message h4{
  font-size: 15px;
  /* font-weight: bold; */
  color: #413e66;
  /* text-transform: uppercase; */
  /* position: relative; */
  padding-bottom: 5px;
}
.message p{
  font-size: 8px;
  display: block;
  font-weight: 800px;

}

.name{
  width: 225px;
  height: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  border:1px solid rgb(192, 188, 188);
}
.textarea{
  font-size: 15px;
  width: 225px;
  border:1px solid rgb(192, 188, 188);
}
.btnmessage{
  background-color: #1bb1dc;
  border: 1px #1bb1dc;
  color: #f5f8fd;
  margin: 18px 20px;
  height: 25px;
  padding: 10px;
  font-size: 10px;
}
.footerbar{
  background-color: white ; 
  /*margin-left: 100px;*/
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 10px;
}
}

  