@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&display=swap');
body{
  font-family: "Changa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #111;
  user-select: none;
}
/* header */
/* top heade */
#header{
  z-index: 9999;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
}
#hidheader{
  width: 100%;
  height: 140px;
}
.topheade{
  padding-right: 10px;
  padding-left: 10px;
  padding: 5px 25px ;
  display: flex;
  justify-content: space-between;
  background-color: #39A7FF;
  width: 100%;
  height: 40px;
  color: #fff;
}

.rside a{
  color: #fff;
  text-decoration: none;
  align-items: center;
}
.rside a i{
  margin-right: 10px;
}
.social1{
  color: #fff;
  margin: 5px;
  font-size: 22px;
}
/* main header */
.mainheader{
  
  width:100%;
  height: 100px;
  background-color: #E0F4FF;
display: flex;
justify-content: space-around;


}
.logo{
  height: 95px;
  padding: 5px;
}

.form-search{
  padding: 20px;
  width:40%;
}
.form-search2{
  padding: 20px;
  width:40%;
}
.searchinput {
  height: 60px;
  width: 90%;
  border:none;
  outline: none;
  border-radius: 0px 20px 20px 0px;
  padding: 10px;
}
.form-search button ,.form-search2 button{
 width:9%;
 height: 60px;
 background-color: #39A7FF;
border: none;
outline: none;
margin-right: -4px;
border-radius: 20px 0px 0px 20px;

}
.form-location,.form-location2{
  padding: 20px;
  width:20%;

}

.locationinput {
  height: 60px;
  width: 80%;
  border:none;
  outline: none;
  border-radius: 0px 20px 20px 0px;
  padding: 10px;
  background-color: #fff;
}
.locationinput  optgroup {
  font-family: "Changa", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.form-location button ,.form-location2 button{
  width:19%;
  height: 60px;
  background-color: #39A7FF;
 border: none;
 outline: none;
 margin-right: -4px;
 border-radius: 20px 0px 0px 20px;
 
 }
 .servicesview{
  width:20%;
  height: 60px;
  background-color: #39A7FF;
  color: #fff;
  margin: 20px;
 border: none;
 outline: none;
 margin-right: -4px;
 border-radius: 20px 20px 20px 20px;
 text-align: center;
 padding-top: 15px ;
 text-decoration: none;
 }
/* hero */
.llogo{
  position: fixed;
  top: 30px;
  left: 30px;
  width: 200px;
 
}
.carousel-item{
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.3;
}
.slideimg{
  height: 100%;
}
.adsbar{
  width:200px;
  background-color: #34305f;
  height: 40px;
  position: fixed;
  left: 30px;
  top: 240px;
  border-radius: 10px;
  border:none;
}
.adsbar p{
  width:100%;
  height: 100%;
  text-align: center;
  padding-top: 5px;
}
.typed{ 
  padding-right: 40px;
  width:100%;
  height: 100%;
  text-align: center;
  font-size:20px ;
  color:#f1f6fa;
   font-weight:bold;
}
.btnorder{
  position: fixed;
  bottom: 140px;
  left: 0;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;

}
.btnorder2{
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;

}
.btnlist{
  width: 250px;
  height: 100px;
  margin: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.xcrsl .carousel-item{
  padding: 0 400px 0 300px;
  justify-content: center;
  background-color: #34305f;
  opacity: 1;
}
.xsub{
  height: 70px;
  position: fixed;
  bottom: 50px;
}
.slideimg2{
  height: 100vh;
  width: 700px;
}
/* Ads Section */
#ads{
width: 100%;
padding-top: 10px;

}
.topads{
  width: 100%;

 padding-right: 20px;
  overflow: auto;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;

}
.topads a{

  margin: 10px;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 20px;
  height: 40px;
  color: #000;
  text-decoration: none;
}
.topads a i{
  margin-left: 5px;
}
.bottomads{
  margin-top:30px ;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
}
.card{
  width: 300px;
  outline: none;
  border: none;
  border-radius: 10px;
  margin: 20px;
}
.card img{
  width: 250px;
  height: 250px;
  align-self: center;
  
}
.card h5 {
  align-self: center;
  margin-bottom: 20px;
}
.card span {
  align-self: center;
  margin-bottom: 20px;
  color: #beadfa;
}
.card p{
  align-self: center;
  text-align: center;
  width: 100%;
  height: 70px;
  overflow: auto;
}
.card a{
  width:80%;
  align-self: center;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #39A7FF;
 border: none;
 outline: none;
 border-radius: 5px 20px 5px 20px;
 margin-bottom: 20px;
}

/* Testimonials */
.testimonials{
  z-index: 3999;
  margin-top: 3px;
  margin-bottom: 20px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 20px 20px;
  box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  align-self: center;
  text-align: center;
  width: 100%;
  height: 70px;
  overflow: auto;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e8eff6;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #39A7FF;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1200px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}
/* footer */
footer{
  background-color: #39A7FF;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.footerlogo{
  width:150px;
  align-self: center;
}
.footer-about{
  width:50%
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #39A7FF;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  padding: 5px;
  border: solid #fff;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(#39A7FF), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;


}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.menuphone{
  width: 100%;
  height: 50px;
  display: none;
}
.menuphone img{
  font-size: 30px;
  color: #FfF89a;
  align-self: center;
  height: 70px;
  width:70px;
  border-radius: 50%;
  box-shadow: #999 5px 5px 5px;
  margin-right: 20px;
}
.menuphone label{
  margin-right: 20px;
  color: #cead61;
  background-color: #fff;
  box-shadow: #999 5px 5px 5px;
  padding: 20px;
  width:200px;
  border-radius: 30px;
  text-align: center;
}
   #closelist{
  display: none;
  }

.whatsconn{
  position: fixed;
  left:15px ; 
  bottom: 15px;
  z-index: 99999;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: none;
  justify-content: space-around;
  background-color: #39A7FF;
  padding: 5px;
  border: solid #fff;
}
.whatsconn h6{
align-self: center;
background: #9c7f43;
padding: 10px;
border-radius: 10px;
border: solid 5px #604a4a;
color: #fff;
}

.phonesearch{
  display: none;
}
.form-location2 ,.form-search2{
  width: 100%;
}
