*{
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family:Arial, Helvetica, sans-serif !important;
  
html, body{
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
#page1 {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}


/*
anmol added code here
*/



.two{
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow:hidden;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    /*background-image: url("https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");*/
    background-color: #fff;
    background-image: url('/images/image_animation\ \(1\).jpg');
}

.text-area{
  position: absolute;
    font-size: 3.5vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    opacity: .4;
    left: 10%;
    /* white-space: nowrap; */
    color:white;
}

.text-area-hover{
    position: absolute;
      font-size: 3.5vw;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 600;
      white-space: nowrap;
      opacity: 1;
      left: 10%;
      width: 0%;
     overflow: hidden;
     color: black;
  }


.text-area-1{
    position: absolute;
    margin-top: 75vh;
    margin-left: 20vh;
    font-size: 1.6vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    white-space: nowrap;
    color:white;
    opacity: .6;
   /* width: 100%; */

}


.text-area-2{
  position: absolute;
    margin-top: 75vh;
    margin-left: 20vh;
    font-size: 1.6vw;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    opacity: 1;
    width: 0%;
    color:black;
    overflow: hidden;
}



.for-responsive{
  position: absolute;
  display: none;
    margin-top: 75vh;
    margin-left: 20vh;
    font-size: 1.4vw;
    /* white-space: nowrap; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    opacity: 1;
    width: 100%;
    color:white;
    overflow: hidden;
    /* background-color: blue;   */
}

.boxed{
  display: none;
  margin-top:62vh;
  height: 70px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.829);
  overflow-y:hidden;
}




@media only screen and (max-width: 768px) {
    /* Your CSS rules for smaller screens here */
       .two{
        position: relative;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        width: 100%;
        height: 70vh;
        background-position: center;
        background-size: cover;
        object-fit: cover;
        /*background-image: url("./image_animation\ \(1\).jpg");*/
        overflow-x: hidden;
         background-image: url('/images/image_animation\ \(1\).jpg');
        background-color: #fff;
    }



    
.text-area{
    position: absolute;
      font-size: 5.2vw;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 700;
      opacity: .4;
      left: 5%;
      /* white-space: nowrap; */
      color:white;
  }
  
  .text-area-hover{
      position: absolute;
        font-size: 5.2vw;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        white-space: nowrap;
        opacity: 1;
        left: 5%;
        width: 0%;
       overflow: hidden;
    }
  
    
    
.text-area-1{
    /* padding-right: 10vw; */
    position: absolute;
    display: none;
    margin-top: 40vh;
    margin-left: 1vh;
    font-size: 2.5vw;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    white-space: nowrap;
    color:white;
    opacity: .4;
    /* background-color: blue; */
   /* width: 50%; */

}

  
.text-area-2{
  position: absolute;
  /* padding-right: 20vw; */
  display: none;
    margin-top: 40vh;
    margin-left: 1vh;
    font-size: 2.5vw;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    /* background-color: blue; */

    opacity: 1;
    width: 0%;
    /* color: aqua; */
    overflow: hidden;
}


.for-responsive{
  position: absolute;
  display: initial;
    margin-top: 55.6vh;
    margin-left: 4.2vw;
    font-size: 1.8vmax;
    justify-content: center;
    /* white-space: nowrap; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    /* opacity: 1; */
    width: 88%;
    color:white;
    overflow-y: hidden;

}

.boxed{
  display: initial;
  margin-top:55.9vh;
  height: 120px;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.829);
  overflow-y: hidden;
}





  }
  
  /* For devices with a minimum width of 769 pixels (desktops, laptops, etc.) */
  @media only screen and (min-width: 769px) {
    /* Your CSS rules for larger screens here */
  }
  






/*to here*/


#nextButton {
  /* position: absolute; */
  /* top: 20%; */
  /* right: -8%; */
  background: none;
  border: none;
  scale: 0.5;
  transition: 0.5s;
}

#nextButton:hover {
  transform: translate(60px);
}
.main_page{
  margin-top: 10vh;

}

.box-container {
  /* position: relative; */
  margin-top: 16vh;
  width: 95vw;
  height: 50vmax;
  position: relative;
  overflow: hidden;
  margin-top: 5%;
}
#nextButton {
  background-color: red;
  position: absolute;
  top: 18%;
  right: -10%;
  font-size: 50px;
  font-weight: 300;
  background: none;
  border: none;
  color: #4f4f4f;
}#nextButton>img{
  width: 40vmax;
}
.box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
}

.box img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  /* object-position: center; */
}

.shadow {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgb(251, 251, 251);
  background: linear-gradient(
    47deg,
    rgba(251, 251, 251, 0.9473039215686274) 22%,
    rgba(252, 252, 252, 0.756827731092437) 41%,
    rgba(254, 254, 255, 0.14058123249299714) 65%
  );
}

.shadow h1 {
  color: #044479;
  margin-top: 3%;
  margin-left: 3%;
  font-size: 5vmax;
}

.shadow h3 {
  color: #414141;
  margin-top: 2%;
  margin-left: 3%;
  font-size: 2vmax;
}

.box01 {
  background-color: mediumturquoise;
  left: 0%;
}
.box02 {
  background-color: mediumseagreen;
}
.box03 {
  background-color: royalblue;
}
.box04 {
  background-color: mediumorchid;
}

/* ====================page 2==================== */

#page2 {
  /* height: 100vh; */
  width: 100%;
  position: relative;
   /*background: #000; */
      padding: 2vmax 4vmax;
  color: black;
}




#page2 h1 {
    /*display: flex;*/
  text-align: center;
  justify-content:space-around;
  position: relative;
  /*top: 15%;*/

  width:80%;
  margin-bottom: 30px;
  margin-left:80px;
  text-transform: capitalize;
  font-size: 3.5vmax;
}

.card-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* padding-top: 2vmax; */
}

.card {
  width: 42vh;
  height: 52vh;
  background-color: #f0f0f0;
  /* background-color: red; */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  /*margin-left: 20px;*/
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 0.5s;
}

.card img {
  width: 100%;
  height: 29vh;
}

.card-content {
  padding: 16px;
}

.card-content h2 {
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 900;
  /* font-family: sf pro display; */
}

.card-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  /* font-family: poppins; */
}

.card-content .btnn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #333;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 16px;
  color: white;
  display: none;
}
/* ======================page 2 end================== */



/* ======================page 4 start================== */

#page4 {
  width: 100%;
  position: relative;
  /* background-color: red; */
  padding: 2vmax 4vmax;
  color: black;
}

#page4 h1 {
  font-size: 4vmax;
  /* margin-left: 14%; */
}

#page4 h2 {
  font-size: 6vmax;
  /* margin-left: 14%; */
}

.subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vh;
}

.wrapper {
  /* height: 10vmax; */
  /* width: 70vmax; */
  /* border: 2px solid rgb(184, 184, 184); */
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 80px;
  /* background-color: red; */
  padding: 1vmax 2vmax;
}
.newsletter-form{
  display: flex;
  align-items: center;
  gap: 2vmax;
}
.email-field {
  padding: 1vmax 2.5vmax;
  border-radius: 40px;
  border: none;
  background-color: rgb(227, 224, 224);
  font-size: 1.3vmax;
}

.btn {
  padding: 1vmax 2.5vmax;
  cursor: pointer;
  border-radius: 40px;
  /* position: absolute; */
  /* left: 70%; */
  /* top: 0%; */
  border: none;
  color: white;
  background-color: black;
  font-weight: bold;
  font-size: 1vmax;
}
.contact-button{
  padding: 1vmax 2.5vmax;
  border-radius: 40px;
  /* position: absolute; */
  /* left: 70%; */
  /* top: 0%; */
  border: none;
  color: white;
  background-color: black;
  font-size: 1vmax;
  cursor: pointer;
}


.card-wrapper {
  /* padding: 0% 10%; */
}

#card-area {
  /*padding: 50px 0;*/
}

.card-box-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 50px;
  margin-top: 50px;
}

.card-box {
  height: 50vh;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.card-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.5;
  object-fit: cover;
  object-position: center;
}

.overlay {
  height: 0;
  width: 100%;
  background: linear-gradient(transparent, #1c1c1c 58%);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  transition: height 0.5s;
}

.overlay h3 {
  font-weight: 900;
  margin-top: 50%;
  margin-bottom: 20%;
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(255, 255, 255);
}

.overlay p {
  margin-bottom: 30%;
  color: white;
}


.card-box:hover .overlayx {
  height: 100%;
}
@keyframes animateOverlay {
  0% {
    height: 0%;
    background-color: transparent;
  }
  100% {
    height: 100%;
    /* background-color: red; */
  }
}

/* Apply animation to the elements */
.overlayx.animated {
  animation: animateOverlay 2s forwards;
}

#page3 {
  /* min-height: 100vh; */
  /* padding: 3vw; */
   padding: 2vmax 4vmax; 
}


/* ----------- Image hover card proprties---------------- */

.image-container {
  /* position: relative; */
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-left: -3.3vmax; */
  /* background-color: red; */
  /*padding: 4vmax 5vmax;*/
}

.images {
  height: 40vw;
  width: 28vw;
  position: relative;
  overflow: hidden;
}
.animImg1{
  padding: 0vmax 2vmax;
  padding-top: 10vmax;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: linear-gradient(to right, black, gray);
}
#animImg2{
  background-image: linear-gradient(to right, black, #BF8B15);
}
#animImg3{
  background-image: linear-gradient(to right, black, #3231C3);
}
#inner_head_tag1{
  color: #14beb9;
}
#inner_head_tag2{
  color: #00d15b;
  /* #14bev9 */
}
.inner_head_tag{
  text-align: center;
 color: #F18B45;
 letter-spacing: 10px;
 line-height: 6vh;
 font-size: 2.5vmax;
}
.inner_shead_tag{
  text-align: center;
  color: white;
  margin-top: 4vh;
  font-weight: 100;
  letter-spacing: .3vmax;
  font-size: .8vmax;
}
.inner_small_tag{
 color: white;
 margin-top: 4vh;
 font-size: 1vmax;
 font-weight: 100;
 text-align: justify;
}
.images img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.7s ease;
}

.images1 img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease-out;
}
.images2 img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease-out;
}
.images3 img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease-out;
}
.images1 img:last-child {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  background-color: #fff; /* Set to white color initially */
  clip-path: circle(0% at 50% 50%); /* Updated clip-path */
  transition: width 1.5s ease-out, height 1.5s ease-out,
    background-color 1.5s ease-out, clip-path 1.5s ease-out; /* Updated transition duration */
}

.cardOverlay1:hover .images1 img:last-child {
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set to white color on hover */
  clip-path: circle(200% at 50% 50%); /* Updated clip-path */
}

.images2 img:last-child {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  background-color: #fff; /* Set to white color initially */
  clip-path: circle(0% at 50% 50%); /* Updated clip-path */
  transition: width 1.5s ease-out, height 1.5s ease-out,
    background-color 1.5s ease-out, clip-path 1.5s ease-out; /* Updated transition duration */
}

.cardOverlay2:hover .images2 img:last-child {
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set to white color on hover */
  clip-path: circle(200% at 50% 50%); /* Updated clip-path */
}

.images3 img:last-child {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  object-fit: cover;
  background-color: #fff; /* Set to white color initially */
  clip-path: circle(0% at 50% 50%); /* Updated clip-path */
  transition: width 1.5s ease-out, height 1.5s ease-out,
    background-color 1.5s ease-out, clip-path 1.5s ease-out; /* Updated transition duration */
}

.cardOverlay3:hover .images3 img:last-child {
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set to white color on hover */
  clip-path: circle(200% at 50% 50%); /* Updated clip-path */
}


.cardOverlay2:hover .images2 img:last-child {
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set to white color on hover */
  clip-path: circle(200% at 50% 50%); /* Updated clip-path */
}

.cardOverlay3:hover .images3 img:last-child {
  width: 100%;
  height: 100%;
  background-color: #fff; /* Set to white color on hover */
  clip-path: circle(200% at 50% 50%); /* Updated clip-path */
}

/* ====================testimonial ========================== */
.testimonial{
  padding: 2vmax 4vmax;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  .test_h{
    margin-bottom: 6.4vmax;
    color: black;
    font-size: 2.5vmax;
    width: 70%;
    text-align: center;
  }
}
.testimonial h1{
  color: black;
  /*padding: 5vmax 12vmax;*/
   width: 80%; 
  /*text-align: center;*/
  font-size: 3vw;

}
.swiper {
  width: 100%;
  position: relative;
}

.swiper-slide {
  width: 100%;
  font-size: 18px;
  display: flex;
}
#swiper{
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.s-left{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 30%;
  height: 60%;
  color: black;
}
.sl-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  h1{
    font-size: 25px;
  }
  h3{
    font-size: 15px;
  }
}

.s-right{
  display: flex;
  width: 60%;
  height: 60%;
  p{
    text-align: justify;
    color: black;
    border-left: 1px solid black;
    padding-left: 30px;
   font-size: 1vmax;

  }
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute !important;
  top: calc(100% - 10px) !important; /* Position at the bottom */
  color: #000000 !important;
  cursor: pointer;
  z-index: 10;
}
.swiper-button-next::after, .swiper-button-prev::after{
  font-size: 20px !important;
}
.swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  right: 0% !important;
  transform: translate(-50%, 0) !important;
}

.swiper-button-prev {
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, 0) !important;
}
/*===================p_overlay==========================*/
#p_overlay{
  padding: 4vmax;
  width: 100%;
  height: 100vh;
  position: relative;
}
/* overlay image */


    .o_container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 90%;
        /* background: #f5f5f5; */
        /* box-shadow: 0 30px 50px #dbdbdb; */
    }
    .o_slide_container{
      position: relative;
        width: 100%;
        height: 100%;
        /* background-color: lightgray; */
        background-size: cover;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .text_box{
          padding: 10px 10px;
          position: absolute;
          top: 50%;
          left: -7%;
          width: 20vw;
          height: 20vmax;
          border-radius: 30px;
          background-color: rgba(20, 19, 19, 0.674);
        box-shadow: 0 30px 50px #505050;

        }
    }

    .o_container .o_slide .o_item{
        width: 13vmax;
        height: 18vmax;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        box-shadow: 0 30px 50px #505050;
        background-position: 50% 50%;
        background-size: cover;
        display: inline-block;
        transition: 0.5s;
    }

    /* .o_slide .o_item:nth-child(1){
        top: 0;
        left: 0;
        transform: translate(0, 0);
        border-radius: 0;
        width: 100%;
        height: 100%;
    } */
    .o_slide .o_item:nth-child(1){
        /* left: calc(45% + 220px); */
        left: 66%;
    }


    .o_slide .o_item:nth-child(2){
        /* left: calc(45% + 440px); */
        left: 83%;
    }
    .o_slide .o_item:nth-child(3){
        /* left: calc(45% + 660px); */
        left: 100%;
    }
    /* .o_slide .o_item:nth-child(4){
        left: calc(50% + 660px);
    } */

    .o_slide .o_item:nth-child(n + 4){
        left: calc(50% + 880px);
        opacity: 0;
    }
    .o_item .o_content{
        position: absolute;
        top: 50%;
        left: 100px;
        /* width: 300px; */
        text-align: left;
        color: #eee;
        transform: translate(0, -50%);
        font-family: system-ui;
        display: none;
    }
    .o_content .name{
        color: white;
        font-size: 1.5vmax;
        text-transform: uppercase;
        font-weight: bold;
        /* opacity: 0; */
        animation: animate 1s ease-in-out 1 forwards;
    }

    .o_content .para{
      margin-top: 5px;
      color: white;
      font-size: 1vmax;
      text-transform: uppercase;
      /* font-weight: bold; */
      /* opacity: 0; */
      animation: animate 1s ease-in-out 1 forwards;
  }

    .o_content .des{
      font-size: .9vmax;
      color: white;
      margin-top: 10px;
      font-weight: 100;
        margin-bottom: 20px;
        /* opacity: 0; */
        animation: animate 1s ease-in-out 0.3s 1 forwards;
    }

    .o_content button{
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        opacity: 0;
        animation: animate 1s ease-in-out 0.6s 1 forwards;
        
    }


    @keyframes animate {
        from{
            opacity: 0;
            transform: translate(0, 100px);
            filter: blur(33px);
        }

        to{
            opacity: 1;
            transform: translate(0);
            filter: blur(0);
        }
    }



    .o_container .button{
        width: 100%;
        text-align: center;
        position: absolute;
        /* top: 50%; */
        /* transform: translate(-50%, 0); */
        bottom: 20px;
        /* background-color: red; */
    }

    .o_container .button button{
        width: 40px;
        height: 35px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        margin: 0 5px;
        transition: 0.3s;
         background-color: black; 
        i{
          color: rgb(255, 255, 255);
        }
    }

    .o_container .button button:hover{
        background: #ababab;
        color: #fff;
    }



/* =============image animation========================== */
  .imgani{
    padding: 2vmax 4vmax;
    width: 100%;
    height: 50vmax;
    /* background-color: lightgreen; */
    display: flex;
    justify-content: end;
    position: relative;
    color: black;
  }

  .img_ani_box{
    position: absolute;
    left: 4%;
    top: 10%;
    width: 50vw;
    height: 80%;
    /* background: green; */
    background-image: url('/images/image_animation\ \(1\).jpg');
    background-size: cover;
}
.img_ani_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    width: 40%;
    height: 100%;
    opacity: 0;
    transform: translateY(100%);
    h2{
      text-align: justify;
    }
    p{
      margin-top: 20px;
      text-align: justify;
      font-size: 1vmax;

    }
}

@media screen and (max-width:650px) {
  .card {
    width: 62vh;
    height: 42vh;
    margin-left: 0px;
  
  }
  .testimonial{
    .test_h{
      font-size: 2.7vmax;
      width: 100%;
    }
  }
  .swiper {
    width: 100%;
  }
  #swiper{
    flex-direction: column;
    gap: 10px;
  }
  .s-left{
    gap: 10px;
    width: 100%;
    height: 100%;
  }
  .sl-text{
    width: 100%;
    align-items: start;
  }
  
  .s-right{
    width: 100%;
    height: 100%;
    p{
      border-left: none;
      border-top: 1px solid black;
      padding-left: 0px;
      padding-top: 30px;
      font-size: 1.5vmax;
    }
  }
  
  .swiper-button-next {
  position: absolute !important;
  top: 95% !important;
  transform: translate(-50%, 0) !important;
}

.swiper-button-prev {
  position: absolute !important;
  top: 95% !important;
  transform: translate(-50%, 0) !important;
}

  .imgani{
    padding: 4vmax;
    width: 100%;
    height: 60vmax;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    color: black;
  }

  .img_ani_box{
    position: absolute;
    top: 5%;
    width: 90vw;
    height: 80%;
    background-image: url('/images/image_animation\ \(1\).jpg');
    background-size: cover;
}
.img_ani_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    width: 100%;
    height: 20vh;
    opacity: 0;
    transform: translateY(100%);
    h2{
      text-align: start;
    }
    p{
      margin-top: 20px;
      text-align: justify;
      font-size: 1.5vmax;

    }
}

/* p_overlay */
  
#p_overlay{
  height: 60vh;
  /*background-color: red;*/
}
/* overlay image */


    .o_container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 100%;
        /* background: #f5f5f5; */
        /* box-shadow: 0 30px 50px #dbdbdb; */
    }
    .o_slide_container{
      position: relative;
        width: 100%;
        height: 100%;
        /* background-color: lightgray; */
        background-size: cover;
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .text_box{
          height: 30vmax;
          width: 35vw;
        }
    }

    .o_container .o_slide .o_item{
        width: 10vmax;
        height: 15vmax;
        position: absolute;
        top: 70%;
        left: 40%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        box-shadow: 0 30px 50px #505050;
        background-position: 50% 50%;
        background-size: cover;
        display: inline-block;
        transition: 0.5s;
    }

    .o_slide .o_item:nth-child(1){
        /* left: calc(45% + 220px); */
        left: 66%;
    }


    .o_slide .o_item:nth-child(2){
        /* left: calc(45% + 440px); */
        left: 83%;
    }
    .o_slide .o_item:nth-child(3){
        /* left: calc(45% + 660px); */
        left: 100%;
    }
    /* .o_slide .o_item:nth-child(4){
        left: calc(50% + 660px);
    } */

    .o_slide .o_item:nth-child(n + 4){
        left: calc(50% + 880px);
        opacity: 0;
    }
    .o_item .o_content{
        position: absolute;
        top: 50%;
        left: 100px;
        /* width: 300px; */
        text-align: left;
        color: #eee;
        transform: translate(0, -50%);
        font-family: system-ui;
        display: none;
    }
    .o_content .name{
        color: white;
        font-size: 1.8vmax;
        text-transform: uppercase;
        font-weight: bold;
        /* opacity: 0; */
        color: white;
        animation: animate 1s ease-in-out 1 forwards;
    }

    .o_content .para{
      margin-top: 5px;
      color: white;
      font-size: 1.3vmax;
      text-transform: uppercase;
      /* font-weight: bold; */
      /* opacity: 0; */
          color: white;
      animation: animate 1s ease-in-out 1 forwards;
  }

    .o_content .des{
      font-size: 1.2vmax;
      color: white;
      margin-top: 10px;
      font-weight: 100;
        margin-bottom: 20px;
        /* opacity: 0; */
            color: white;
        animation: animate 1s ease-in-out 0.3s 1 forwards;
    }
}
/* responsive 500px */

@media screen and (min-width: 200px) and (max-width: 649px) {
     .overlay {
    height: 100%;
  }
  
     #p_overlay{
    height: 50vh;
    /*background-color: red;*/
  }
 .o_container{
  width: 90%;
  height: 80%;
}
.o_slide_container{
  img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .text_box{
    position: absolute;
    top: 25%;
    left: -3%;
    height: 35vmax;
    width: 45vw;
  }
}

.o_container .o_slide .o_item{
  width: 7vmax;
  height: 10vmax;
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.o_slide .o_item:nth-child(1){
  left: 63%;
}
.o_slide .o_item:nth-child(2){
  left: 80%;
}
.o_slide .o_item:nth-child(3){
  left: 97%;
}
.o_slide .o_item:nth-child(n + 4){
  left: calc(50% + 880px);
  opacity: 0;
}
.o_item .o_content{
  position: absolute;
  top: 50%;
  left: 100px;
}
.o_content .name{
  text-align: center;
  font-size: 1.8vmax;
      color: white;

}
.o_content .para{
  text-align: center;
  font-size: 1.2vmax;
      color: white;

}
.o_content .des{
font-size: 1.2vmax;
    color: white;

}
.o_container .button{
  bottom: 1px;
}

.o_container .button button{
  width: 20px;
  height: 25px;
}
  .animImg1{
    padding: 0vmax 2vmax;
    padding-top: 6vmax;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-image: linear-gradient(to right, black, gray);
  }
  
  .inner_head_tag{
    text-align: center;
   color: #F18B45;
   letter-spacing: 5px;
   line-height: 6vh;
   font-size: 2.5vmax;
  }
  .inner_shead_tag{
    text-align: center;
    color: white;
    margin-top: 2vh;
    font-weight: 100;
    letter-spacing: .3vmax;
    font-size: 1.3vmax;
  }
  .inner_small_tag{
   color: white;
   margin-top: 2vh;
   font-size: 1.5vmax;
   font-weight: 100;
   text-align: justify;
  }
  .header {
    width: 100vw;
  }

  #nextButton {
    /* background-color: red; */
    position: absolute;
    top: 35%;
    right: 0%;
    font-size: 50px;
    font-weight: 300;
    background: none;
    border: none;
    color: #4f4f4f;
  }#nextButton>img{
    width: 20vmax;
  }
  .box img {
    height: 100%;
    width: 100%;
    opacity: 0.6;
  }
  .box-container {
    width: 100%;
    height: 40vmax;
    position: relative;
    overflow: hidden;
    margin: 5% 0%;
  }
  .box {
    width: 100%;
    height: 100%;
    /* top: 11%; */
    display: grid;
    place-items: center;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
  }
  .shadow h1 {
    color: #044479;
    margin-top: 30%;
    margin-left: 3%;
    font-size: 3vmax;
  }
  .shadow h3 {
    color: #414141;
    margin-top: 2%;
    margin-left: 3%;
    font-size: 2vmax;
  }
  #page2 h1 {
   
      justify-content: space-around;
    /*text-align: center;*/
    /*position: relative;*/
    padding:0;
    top: 4%;
    width:100%;
    /*background-color:blue;*/
    margin-left:2px;
    text-transform: capitalize;
    font-size: 4.42vw;
  }
  .center {
    width: 100%;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .center img {
    width: 40vmax;
    height: 20vmax;
    border: 2px solid gray;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
  }
  .right {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
  }
  .image-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    opacity: 1;
    transition: 1s all ease;
  }
  .image-box img {
    width: 14vmax;
    height: 15vmax;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    object-position: center;
    border: 2px solid rgb(72, 72, 72);
  }

  

  /* page3 responsive start form here----------- */
  #page3{

  }
  /* three animation card design */
  .image-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vmax;
    justify-content: space-between;
    /*padding: 5vmax 1vmax;*/
  }
  .images {
    height: 40vmax;
    width: 83vw;
    position: relative;
    overflow: hidden;
  }
  .desktop_image{
    display: none;
  }
  .phone_image{
    width: 100%;
    height: 100%;
    display: initial;
  }
  .images img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
  }

  /* ---------------blog section on homepage -------------- */

  .subscribe{
    flex-direction: column;
    /* background-color: red; */
  }
  .wrapper{
    flex-direction: column;
    border: none;
  }
  .newsletter-form{
    flex-direction: column;
  }  
  
  .subscribe h1{
      width:100%;
  }
  
  
/*  #page2  #kk{*/
/*    padding:0 !important;*/
/*    justify-content:space-between !important;*/
/*    background-color:yellow !important;*/
    
/*}*/
}




