@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

  }
/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

h1,h2,h3,h5,h4,h6,p{
    font-family: 'Poppins';
}

a{
    text-decoration: none;
    font-style: normal;
    color: initial;
}

.navbar{
    background-color: #192136!important;
    color: white!important;
    padding: 0em 0em;
    box-shadow: none!important;
}

.navbar li a{
    color: white!important;
    font-family: 'Poppins';
}
.navbar li ul li a {
    color: rgb(0, 0, 0)!important;
    font-family: 'Poppins';
}
.contact-btn{
    background-color: #ee344e;
    color: white;
    border-radius: 20px;
    font-family: 'Poppins';
}

.contact-btn:hover{

    background-color: #ee344e;
    color: white;
    border-radius: 20px;
    font-family: 'Poppins';
    scale: 1.1;
    transition-duration: 0.5s;
}

.social-box{
    border: 1px solid rgba(255, 255, 255, 0.39);
    padding: 0.5em 0.7em;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    margin: 0.4em 0em;
}

.social-box i{
    color: white;
    
}

.social-col{
    background-color: #192136;
    padding-top: 10%;
    padding-left: 2.2em;
   width: 6%;padding-bottom: 6em;
  height: fit-content;
}


.carousel-1{
    background: url('../img/img3.jpg') rgba(0, 0, 0, 0.293);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    height: 95vh;
}

.carousel-2{
    background: url('../img/img1.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    height: 95vh;
}

.carousel-caption{
    bottom: 40%;
   
}


.col1{
    width: 94%;
}
.hero-desc{
    background-color: #ee344e;
    width: fit-content;
    padding: 0.3em 0em;
    border-radius: 4px;
}

.sec-btn{
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;


}

.about-grid{
    padding: 2em;
    border-top: 5px solid #ee344e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: white;
}

.about-side-1{
    height: max-content;
    position: relative;
    color: white;
    text-align: center;
    padding: 3.5em 0em;
    z-index: 5;
}
.about-side-2{
    height: max-content;
    z-index: 5;
    position: relative;
    color: white;
    text-align: center;
    padding:3.5em 0em;
}


.title{
    color: #192136;
    font-weight: 600;
    font-size: 44px;
}

.services-bg{
    background: url('../img/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 200px;

}
.service-box{
    background: white;
    padding: 30px;
    border-radius: 20px;   
     transition: 0.4s ease-in-out;

}
.service-box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.4s ease-in-out;
}
.info-box{
    background: #192136;
    position: relative;
    margin-left: -100px;
    height: 60vh;
    margin-top: 80px !important;
    width: 55%;
    padding-left: 170px;
    padding-top: 100px;
    padding-right: 100px;
}
.tour-section{
    position: relative;
    margin-top: -100px;
}
.testimonials{
    padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-box{
background: white;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 40px;
}

.cover-bg{
    background: url('../img/img1.jpg'), rgba(0, 0, 0, 0.477);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
  padding-top: 100px;  
  padding-bottom: 100px;
}

.section-bg{
    background: url('../img/img1.jpg'), rgba(0, 0, 0, 0.477);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    background-blend-mode: multiply;
  padding-top: 250px;  
  padding-bottom: 150px;
}
.circle1 {
    position: relative;
    margin-bottom: -50px;
    width: 40px;  /* Example width */
    height: 40px; /* Example height */
    background-color: #ee344e; /* Example background color */
    border-radius: 50%; /* Makes the div a circle */
    display: flex !important;
    justify-content: center;
    align-items: center;
     /* Optional, if you use absolute positioning for the icon */
    transition: 0.3s ease-in-out;
  }
  .circle1:hover{
    transform: translateY(-10px);

  }
  .circle2 {
    position: relative;
    margin-bottom: -50px;
    width: 60px;  /* Example width */
    height: 60px; /* Example height */
    background-color: #ee344e; /* Example background color */
    border-radius: 50%; /* Makes the div a circle */
    display: flex !important;
    justify-content: center;
    align-items: center;
     /* Optional, if you use absolute positioning for the icon */
    transition: 0.3s ease-in-out;
  }

  .icon-box{
    background: #192136;
 
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    text-align: center;
    align-items: center;
    justify-items: center;
  }
@media(max-width:1000px){
    .carousel-caption {
        bottom: 32%;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        padding: 1em 0em;

        align-items: center;
    }
    .navbar {
        background-color: #192136!important;
        color: white!important;
        padding: 0em 2em;
        box-shadow: none!important;
    
    }
    .h4, h4 {
        font-size: calc(1.05rem + .0vw);
    }
    .socials-row{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    }
    .title {
        color: #192136;
        font-weight: 600;
        font-size: 34px;
    }
    .info-box {
    background: #192136;
    position: relative;
    margin-left: 0px;

    margin-top: 80px !important;
    width: 100%;
  padding: 20px;
}
.carousel-1{
    background: url('../img/img3.jpg') rgba(0, 0, 0, 0.293);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    height:90vh;
}

.carousel-2{
    background: url('../img/img1.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-blend-mode: multiply;
    height:90vh;
}
.social-col {
    background-color: #192136;
    padding-top: 30%;
    padding-left: 1.2em;
    width: 15%;
    padding-bottom: 6em;
    height: fit-content;
}
    .col1{
        width: 85%;
    }
}






.whatsapp-box{
    position:fixed!important;
    bottom:0%!important;
    right:2%!important;
    z-index:100;
  
  }
  .whatsapp-box2{
    position:fixed!important;
    bottom:-10%!important;
    right:2%!important;
    z-index:100;
  
  }
  .wp-image{
    width:50px;
    transition-duration:0.4s
  }
  .wp-image2{
    width:45px;
    transition-duration:0.4s
  }
  @media(min-width:1024px){
    .whatsapp-box {
          top:80% !important;
    }
    .whatsapp-box2 {
      top:87% !important;
}
  }
  @media(min-width:1440px){
    .whatsapp-box{
          top:84% !important;
    }
    .whatsapp-box2{
      top:90% !important;
}
  }
  @media(max-width:1000px)
  {
    .whatsapp-box {
      top:83% !important;
}
  .whatsapp-box2{
    top:90% !important;
}
}