@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
  font-family: "Montserrat", sans-serif;
}

:root {
  --bg-color: #fdfdfd;
  --text-color: #333;
  --main-color: #000D9A;
  --white-color: #fff;
  --shadow-color: rgba(0, 0, 0, .2);
}

 main section h1.heading {
  padding: 5rem 0;
   font-size: 40px;
   font-weight: bold;
   color: var(--main-color);
   text-align: center;
 }

 @media screen and (max-width:768px){
  main section h1.heading{
    font-size: 30px;
    padding: 3rem 0;
  }
  main{
    
    padding: 3rem 7%;
  }
 }
 @media only screen and (max-width:460px){
  main section h1.heading{
    font-size: 20px;
    padding: 1rem 0;
  }

    main {
  
      padding: 1rem 7%;
    }
 }

.navbar a.current{
  color: var(--main-color);
}
section.hero-home{
  padding: 8.5rem 0 0 0;
}


.swiper {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.swiper-slide img.hero-home-img {
  filter: brightness(70%) contrast(150%);
}

.swiper-pagination{
  z-index: 1;
}

.blankScreen{
height: 50px;
}

.hero-home{
  background: var(--bg-color);
}

.hero-home .home-text {
  position: absolute;
  text-align: center;
  bottom: 150px;
  left: 260px;
  z-index: 100;
}

.home-text h1 {
  font-size: 45px;
  font-weight: bolder;
  color: #fff;
}

.home-text p {
  padding-top: 100px;
  font-size: 20px;
  font-weight: 500;
  max-width: 1000px;
  min-width: 300px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.home-contact {
  position: absolute;
  width: 850px;
  background-color: rgb(255, 255, 255);
  height: 100px;
  border-radius: 50px;
  border: none;
  display: flex;
  left: 20%;
  bottom: 10px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.home-contact .connect {
  font-size: 20px;
  gap: 50px;
  padding-top: 10px;
  padding-left: 50px;
  display: flex;
  z-index: 100;
  font-weight: 700;
 
}

@media screen and (max-width:1250px){
  .hero-home .home-text p{
    display:  none;
  }
  .hero-home .home-text{
    left: 3%;
  }
}

@media screen and (max-width:1100px){
  .home-contact {
    width: 850px;
    background-color: #fff;
    height: 100px;
    
    left: 7%;
    bottom: 20px;
    
  }
  
}
@media screen and (max-width:900px){
  .home-contact {
    width: 800px;
    background-color: #fff;
    height: 80px;
    
    left: 2%;
    bottom: 20px;
    
  }
  .home-contact .connect {
    font-size: 20px;
    
    padding-left: 20px;
    
    font-weight: 500;

  }
}

@media screen and (max-width:768px) {
  .hero-home .home-text {
      position: absolute;
      text-align: center;
      bottom: 200px;
      left: 15%;
      z-index: 100;
    }
  
    .home-text h1 {
      font-size: 20px;
      font-weight: bold;
    }
  
    .home-text p {
      display: none;
    }

        .home-contact {
          width: 500px;
          background-color: #fff;
          height: 70px;
          
          left: 15%;
          bottom: 20px;
          
        }

                .home-contact .connect {
                  font-size: 15px;
                  
                  padding-left: 20px;
                  
                  font-weight: 500;
        
                }
                .home-contact .connect div.mail{
                  display: none;
                }

                                .home-contact .socialLinks i{
                  font-size: 15px;
                  padding: 5px;
                }

}

@media screen and (max-width:350px){
  
    .home-contact {
      
      left: 1%;
      
  
    }
  }

@media screen and (max-width:450px){
  .hero-home .home-text {
      text-align: center;
      bottom: 80px;
      left: 10%;
      z-index: 100;
    }
    .home-contact {
      
  
      left: 1%;
      
  
    }
  }

@media screen and (max-width:568px){
.hero-home .home-text {
    text-align: center;
    bottom: 100px;
    left: 10%;
    z-index: 100;
  }

  .home-text h1 {
    font-size: 13px;
    font-weight: bold;
  }

  .home-text p {
    display: none;
  }

  .home-contact {
    width: 270px;
    background-color: #fff;
    height: 50px;

    left: 10%;
    bottom: 25px;

  }

  .home-contact .connect {
    font-size: 10px;

    padding-left: 20px;

    font-weight: 500;

  }

  .home-contact .socialLinks i {
    font-size: 10px;
    padding: 5px;
  }
}

main{
  padding: 10rem 7% 0 7%;
  background-color: var(--bg-color);
  
}



.container {
  overflow: hidden;
  white-space: nowrap;
}

.animated-text {
  font-size: 100px;
  color: var(--bg-color);
  font-weight: bold;
  /* For WebKit browsers */
  -webkit-text-stroke: 1px var(--text-color);
  /* For WebKit browsers */
  position: relative;
  display: inline-block;
  animation: moveText 20s linear infinite;
  text-shadow:
      0 0 10px rgba(0, 255, 0, 0.8),
      0 0 20px rgba(0, 255, 0, 0.6),
      0 0 30px rgba(0, 255, 0, 0.4),
      0 0 40px rgba(0, 255, 0, 0.2);
      word-spacing: 20px;
      letter-spacing: 10px;
}

@keyframes moveText {
  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* ABOUT US---------------------------------------------- */
.aboutUs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutUs .leftAbout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
}

.aboutUs .leftAbout .aboutImg1 {
  width: 430px;
  height: 500px; 
  transition:  .2s ease-in-out;
  
  
}

.aboutUs .leftAbout .aboutImg2 {
  width: 250px;
  height: auto;
  transition: .2s ease-in-out;
}

.aboutUs .leftAbout .aboutImg1:hover{
  transform: rotateY('10deg') scale(1.05) rotateX('10deg');
  filter: brightness(120%);
}

.aboutUs .leftAbout .aboutImg2:hover{
transform: rotateY('10deg') scale(1.05) rotateX('10deg');

filter: brightness(120%);
}

.aboutUs .rightAbout{
  width: 100%;
  max-width: 600px;
}

.aboutUs .rightAbout h1 {
  font-size: 40px;
  font-weight: bold;
  color: var(--main-color);
  top: 0;
}

.aboutUs .rightAbout p {
  font-size: 20px;
  color: var(--text-color);
  padding-top: 10px;
  padding-bottom: 30px;
  text-wrap: wrap;
}


@media screen and (max-width:768px) {

  main {
      padding: 5rem 7% 0 7%;
      background-color: var(--bg-color);
    }

        .aboutUs .leftAbout .aboutImg2{
          display: none;
        }

  .aboutUs{
    flex-wrap: wrap-reverse;
  }
  
  .aboutUs .rightAbout h1 {
      font-size: 30px;
    }

    .aboutUs .rightAbout p{
      font-size: 15px;
    }

.aboutUs .leftAbout{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

        .aboutUs .leftAbout .aboutImg1 {
          width: 300px;
          height: 400px;
          transition: .2s ease-in-out;
        }
    
        .aboutUs .leftAbout .aboutImg2 {
          width: 230px;
          height: auto;
          transition: .2s ease-in-out;
        }
}


/* service */
.ourService .allServices{
  text-align: center;

}


.service-card {
  width: 250px;
  height: 350px;
  display: inline-block;
  margin-right: 40px;
  text-decoration: none;
  transition: .2s ease-in-out;
}
.service-card img.service-card-img:hover {
  transform: scale(1.1);
}

.service-content .service-card img.service-card-img {
  max-width: 100%;
  height: 250px;
  display: block;
  margin: 0 auto;
  transition: .2s ease-in-out;
}

.service-content a.service-card p {
  padding-top: 15px;
  font-size: 25px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: var(--text-color);
}

.service-container {
  padding-top: 5rem;
  overflow: hidden;
  width: 100%;
  height: 420px;
  position: relative;
}

.service-content {
  white-space: nowrap;
  position: absolute;
  animation: serviceSlide 30s linear infinite;
}

@keyframes serviceSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
 /* UPCOMING EVENTS--START----------------------------- */
     /* Glide.js Slider Styles */
     .glide {
       width: 80%;
       margin: 0 auto;
       overflow: hidden;
     }
  
     /* Slide Images */
     .glide__slide img {
       width: 100%;
       height: auto;
     }
  
     /* Pagination Bullets */
     .glide__bullets {
       text-align: center;
       margin-top: 20px;
     }
  
     .glide__bullet {
       display: inline-block;
       width: 10px;
       height: 10px;
       background-color: #888;
       border-radius: 50%;
       margin: 0 5px;
       cursor: pointer;
       transition: background-color 0.3s;
     }
  
     .glide__bullet.glide__bullet--active {
       background-color: var(--main-color);
     }
  
     /* Link Buttons */
     .slide-content {
       position: relative;
     }
  
     .link-button {
       position: absolute;
       top: 70%;
       right: 100px;
       /* Adjust as needed */
       transform: translateY(-50%);
       padding: 10px 20px;
       background-color: var(--main-color);
       color: #fff;
       font-size: 15px;
       text-decoration: none;
       border-radius: 5px;
       transition: background-color 0.3s;
     }
  
     .link-button:hover {
       background-color: #555;
     }

        /* Media query for responsiveness */
        @media screen and (max-width: 768px) {
          .link-button {
              top: 65%;
              right: 30px;
              padding: 5px 10px;
              font-size: 10px;
              border-radius: 5px;
            }
        }
    
        /* For smaller mobile devices */
        @media only screen and (max-width: 480px) {
          .link-button {
              top: 65%;
              right: 50px;
              padding: 5px 10px;
              font-size: 10px;
              border-radius: 3px;
            }
        }
 /* UPCOMING EVENTS  END------------------------------- */


/* Overview Section */


.overview-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.card {
  background-color: var(--bg-color);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  min-height: 400px;
}

.card:hover {
  transform: translateY(-5px);
}

.card-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.card-description {
  font-size: 1.4rem;
  /* color: #555; */
  margin-bottom: 1.5rem;
 
  text-wrap: wrap;
}

.card-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.card-button:hover {
  background-color: #0056b3;
}



 /* OUR PACKAGES START------------------ */

.ourPackage .allPackages{
text-align: end;
}

.ourPackage-card{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}
 
a.package-bttn{
  background-color: orange;
  width: 100%;
  padding: .7rem 7rem;
  border-radius: 10px;
  transition: .2s ease-in-out;
  border: .2rem solid transparent;
  font-weight: bold;
  text-decoration: none;
  transition: .3s ease-in-out;
  color: #fff;
  font-size: 20px;
  
}

.package-bttn:hover {
  background-color: transparent;
  border-color:orange;
  color: orange;
}

    section.ourPackage .allPackages a.exploreAllPackage {
      padding: 15px;
      display: inline-block;
      color: orange;
      font-size: 25px;
      font-weight: bold;
    }
        section.ourPackage a.exploreAllPackage:hover{
          color: var(--main-color);
        }

 .ourPackage .card {
   width: 300px;
   height: 430px;
   background-color: var(--bg-color);
   border: 1px solid #ddd;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   transition:  0.3s ease;
   margin-top: 15px;
 }

 .card:hover {
   transform: scale(1.05);
 }

 .card-img {
   width: 100%;
   height: 200px;
 }

 .card-content {
   padding: 20px;
 }

 .rating {
   color: orange;
   font-size: 20px;
 }

 .rating-number {
   margin-left: 5px;
 }

 .card-title {
   margin-top: 10px;
   color: var(--text-color);
 }

 .card-text {
   margin-top: 5px;
  color: var(--text-color);
 }

 .price {
   font-size: 15px;
   font-weight: bold;
   margin: 10px 0;
  color: var(--text-color);
 }

 /* OUR PACKAGES START------------------ */

    /* get in touch------------------------ */
    section.getInTouch{
      padding-top: 8rem;
      display: flex;
    }
    .form-section {
      width: 80%;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 10px 0 0 10px;
    }
  
    .form-section h2 {
      font-size: 30px;
      margin-bottom: 10px;
      color: var(--text-color);
    }
  
    .form-section p {
      font-size: 20px;
      margin-bottom: 20px;
      color: var(--text-color);
    }
  
    .form-group {
      margin-bottom: 15px;
    }
  
    .form-group label {
      font-size: 20px;
      display: block;
      margin-bottom: 5px;
      color: var(--text-color);
    }
  
    .form-group input,
    .form-group textarea {
      font-size: 20px;
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

         
      
           section.getInTouch button.bttn {
              background-color: var(--main-color);
              width: 100%;
              padding: .7rem 7rem;
              border-radius: 10px;
              transition: .2s ease-in-out;
              border: .2rem solid transparent;
              font-weight: bold;
              text-decoration: none;
              transition: .3s ease-in-out;
              color: #fff;
              font-size: 20px;
            }

           section.getInTouch button.bttn:hover {
              background-color: transparent;
              border-color: var(--main-color);
              color: var(--main-color);
            }
  
    .touchImage {
      width: 100%;
      height: 800px;
      border-radius: 0 10px 10px 0;
    }
        .help-desk-content{
          padding-top: 20px;
          display: flex;
          justify-content: space-between;
          width: 100%;
          
        }
                .help-desk-content> .calling, .help-desk{
                  display: flex;
                }
  
                .help-desk-content i{
                  font-size: 30px;
                  color: var(--text-color);
                }
                .help-desk-content h4{
                  font-size: 20px;
                  padding-left: 10px;
                  font-weight: bold;
                  color: var(--text-color);
                }
                .help-desk-content a{
                  font-size: 20px;
                  padding-left: 10px;
                  text-decoration: none;
                  color: var(--text-color);
                }

                @media screen and (max-width:768px) {

                  .form-section h2 {
                      font-size: 20px;
                    }
                  
                    .form-section p {
                      font-size: 15px;
                    }

                                         .form-section form label{
                                          font-size: 15px;
                                         }

                    .help-desk-content {
                    
                        flex-wrap: wrap;
                      }
                    
                      
                    
                      .help-desk-content i {
                        font-size: 20px;
                      }
                    
                      .help-desk-content h4 {
                        font-size: 15px;
                        
                      }
                    
                      .help-desk-content a {
                        font-size: 15px;
                      }
                  
                }
                                @media screen and (max-width:468px){
                                  .touchImage{
                                    display: none;
                                    width: 0%;
                                      height: 0px;
                                      border-radius: 0;
                                  }

                                                                         .form-section {
                                                                           width: 100%;
                                                                           padding: 20px;
                                                                           border: 1px solid #ddd;
                                                                           border-radius: 10px ;
                                                                         }

                                                                   
                                }

               
    /* get in touch------------------------ */

         /* REVIEW */
                        
            
                        .testimonials .item {
                          text-align: center;
                          
                        }
            
            
                        .testimonials .owl-stage-outer {
                          padding: 30px 0;
                        }
            
                        .testimonials .owl-nav {
                          display: none;
                        }
            
                        .testimonials .owl-dots {
                          text-align: center;
                        }
            
                        .testimonials .owl-dots span {
                          position: relative;
                          height: 10px;
                          width: 10px;
                          border-radius: 50%;
                          display: block;
                          background: #fff;
                          border: 2px solid var(--main-color);
                          margin: 0 5px;
                        }
            
                        .testimonials .owl-dots .active span {
                          background: var(--main-color);
                          box-shadow: none;
                          height: 12px;
                          width: 12px;
                          margin-bottom: -1px;
                        }
            
                        .testimonials .card {
                          background: var(--bg-color);
                          box-shadow: 0 8px 30px -7px var(--shadow-color);
                          margin: 0 20px;
                          padding: 0 10px;
                          border-radius: 20px;
                          border: 0;
                        }
            
                        .testimonials .card .card-img-top {
                          padding-top: 10px;
                          border-radius: 50%;
                          margin: 15px auto;
                          box-shadow: 0 8px 20px -4px var(--shadow-color);
                          width: 80px;
                          height: 80px;
                          background-color: var(--bg-color);
                        }
            
                        .testimonials .card h5 {
                          color: var(--main-color);
                          font-size: 21px;
                          line-height: 1.3;
                        }
            
                        .testimonials .card h5 span {
                          font-size: 18px;
                          color: var(--text-color);
                        }
            
                        .testimonials .card p {
                          font-size: 18px;
                          color: var(--text-color);
                          padding-bottom: 15px;
                        }
            
                        .testimonials .active {
                          opacity: 0.5;
                          transition: all 0.3s;
                        }
            
                        .testimonials .center {
                          opacity: 1;
                          
                        }
            
                        .testimonials .center .card-img-top {
                          margin-top: 20px;
                          width: 200px;
                          height: 200px;
                        }
            
                        .testimonials .center h5 {
                          font-size: 24px;
                          line-height: 1.4;
                        }
            
                        .testimonials .center h5 span {
                          font-size: 20px;
                        }
            
                        @media (max-width: 767px) {
                          .testimonials {
                            margin-top: 20px;
                          }
                        }
            
                        .owl-carousel .owl-nav button.owl-next,
                        .owl-carousel .owl-nav button.owl-prev,
                        .owl-carousel button.owl-dot {
                          outline: 2px solid var(--main-color);
                        }
                               
                
                               
         /* REVIEW END */

        /* our partner */

                    .slider-container {
                      overflow: hidden;
                      width: 100%;
                      height: 200px;
                      text-align: center;
                      position: relative;
                    }
          
                    .slider-content {
                      white-space: nowrap;
                      position: absolute;
                      /* animation: slide 20s linear infinite; */
                    }
          
                    .slider-content img {
                      max-width: 20%;
                      height: auto;
                      vertical-align: middle;
                      display: inline-block;
                      margin-right: 20px;
                    }
          
                   

                    /* video vlog */
                    .videoCont{
                      display: flex;
                      flex-wrap: wrap;
                      justify-content: space-between;
                      
                      
                    }
                    .videoCont iframe{
                      width: 400px;
                      height: 250px;
                      border-radius: 30px;
                      padding: 20px;
                      transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
                      background-color: var(--bg-color);
                    }

                                        .videoCont iframe:hover{
                                          transform: rotateY(20deg) scale(1.1) rotateX(20deg);
                                            /* 3D rotate and scale effect */
                                            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
                                            /* Shadow effect */
                                            filter: brightness(1.2) saturate(1.3);
                                            /* Brightness and saturation effect */
                                        }

                                        @media screen and (max-width:768px){
                                          .videoCont iframe {
                                              width: 300px;
                                              height: 180px;
                                              border-radius: 20px;
                                              padding: 10px;
                                            }
                                        }