@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}
.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  margin: 0 50px !important;
}

p {
  color: #30353e;
  font-size: 17.28px;
  line-height: 24px;
  font-weight: 400;
  min-width: none;
}

.small-bold {
  letter-spacing: 2px;
  font-size: 15.36px;
  font-weight: 700;
  color: white;
  line-height: 18px;
}
.medium-bold {
  font-size: 23.04px;
  font-weight: 600;
  color: white;
  line-height: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.large-bold {
  font-size: 30px;
  font-weight: 700;
  color: white;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
}

.header {
  font-weight: 700;
  font-size: 42.24px;
  line-height: 1.2;
  color: white;
  margin: 20px 0;
  letter-spacing: -1px;
}
.semi-header {
  font-weight: 700;
  font-size: 24.42px;
  color: white;
  letter-spacing: 1px;
}
h6 {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
button {
  padding: 8px 15px;
  font-family: "Montserrat", sans-serif;
  background: #29abe4;
  border: 0.7px solid #29abe4;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13.44px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}
button:hover {
  background: #258bd3;
  border: 0.7px solid #258bd3;
}
.color {
  color: white !;
}
a {
  font-weight: 700;
  font-size: 13.44px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 14.4px;
  }
  .semi-header {
    font-size: 21.42px;
  }
  button {
    font-size: 11.44px;
  }
  a {
    font-weight: 700;
    font-size: 11.44px;
  }
  .header {
    font-weight: 700;
    font-size: 32.24px;
  }
  .medium-bold {
    font-size: 20.04px;
  }
}

/* .......................................NavBar................................... */
.navbar {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.navbar-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 200px;
  border-bottom: 0.05px solid #6cc6ed75;
}
.navbar-top-socials {
  display: flex;
  flex-direction: row;
  color: #29abe4;
  font-weight: 300;
  align-items: center;
}
.navbar-socials {
  display: flex;
  flex-direction: row;
  margin-right: 40px;
  height: auto;
  align-items: center;
}
.navbar-socials span {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 12px;
}
.navbar-socials-circle {
  border-radius: 50%;
  background: #29abe4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.icons {
  font-size: 20px;
  color: white;
}
.navbar-top-button button {
  width: max-content;
  height: 45px;
  color: white;
  background: #29abe4;
  border: 0.7px solid #29abe4;
}
.nav_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 200px;
  align-items: center;
}
.nav_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#close-menu-btn {
  display: none;
}
#open-menu-btn {
  display: none;
}
li a {
  text-decoration: none;
  margin-left: 40px;
  color: #30353e;
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
 
}
li a:hover {
  color: #0d719c;
}
.navbar-down-logo {
  width: 175px;
  height: 91.72px;
}
.navbar-down-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.but-hide {
  display: none;
}
/* .........media............ */
@media screen and (max-width: 1164px) {
  .navbar-top {
    padding: 0 100px;
  }
  .nav_container {
    padding: 10px 100px;
  }
}
@media screen and (max-width: 600px) {
  .navbar-top-button button {
    display: none;
  }
  .but-hide {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 798px) {
  .hidee {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav_menu {
    display: flex;
  }
  .navbar-menu {
    display: flex;
  }
}

@media screen and (max-width: 965px) {
  .hide {
    display: none;
  }
  .navbar-top {
    padding: 0 20px;
  }
  .nav_container {
    padding: 10px 20px;
  }

  .navbar-down-logo {
    width: 155px;
    height: 71.72px;
  }
  #open-menu-btn {
    display: inline-block;
    font-size: 1.8rem;
    cursor: pointer;
  }
  #close-menu-btn {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .nav_menu {
    position: fixed;
    top: 6.5rem;
    right: 5%;
    height: fit-content;
    flex-direction: column;
    width: 18rem;
    gap: 0;
    z-index: 2;
    border-radius: 3px;
    display: none;
  }
  .nav_menu li {
    width: 100%;
    /* text-align: center; */
    height: 5.8rem;
  }
  .nav_menu li a {
    margin-left: 0px;
    color: white;
    background: #29abe4;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }
  .nav_menu li a:hover {
    background: #258bd3;
  }

}
/*j===========================Carousel=========================================== */
.carousel {
  width: 100%;
  height: 80vh;
}

.carousel-image {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../assets/Carousel1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.carousel-image1 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../assets/Carousel2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.carousel-image2 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(../assets/Carousel3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero {
  width: 100%;
  background: #212121;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hero-input input {
  width: 250px;
  height: 40px;
  color: white;
  border: 0.5px solid white;
  background: transparent;
  margin-right: 8px;
  padding-left: 8px;
}
/* -------small screen------- */
@media screen and (max-width: 977px) {
  .hero-send {
    margin-top: 20px;
  }
}
@media screen and (max-width: 605px) {
  .hero-input input {
    margin: 10px 0;
  }
}
@media screen and (max-width: 798px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .hero {
    flex-direction: column;
  }
  .hero-input {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-tex {
    margin-bottom: 10px;
    text-align: center;
  }
  .hero-input input {
    margin: 10px 0;
  }
}

/* ====================================AboutUs============================== */
.about {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 60px 200px;
}
.about-image {
  width: 50%;
  height: 300px;
  padding: 8px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
}
.about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
  margin-right: 50px;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* --small screen----- */
@media screen and (max-width: 1024px) {
  .about {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px;
  }
}
@media screen and (max-width: 612px) {
  .about {
    flex-direction: column;
    padding: 50px;
  }
  .about-image {
    width: 100%;
    margin-top: 20px;
  }
  .about-text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about {
    flex-direction: column;
    padding: 20px;
  }
  .about-image {
    width: 100%;
    margin-top: 20px;
  }
  .about-text {
    width: 100%;
  }
}
/* ====================================Our services============================== */

.ourservices {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("../assets/contpic.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  padding: 65px 100px;
}
.ourservice-item {
  display: flex;
  margin: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.serviceitem {
  width: 350px;
  height: 500px;
  background: white;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
}
.serviceitem-image {
  width: 100%;
  height: 217px;
  padding: 5px;
}
.serviceitem-image img {
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
.padding,
.button {
  padding: 20px;
}
.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #29abe4;
}
.dash {
  width: 90px;
  height: 2px;
  background: #2fb7f2;
  margin: 1rem 0;
}
@media screen and (max-width: 525px) {
  .ourservices {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 370px) {
  .serviceitem {
    width: 320px;
    height: 500px;
  }
}

/* ===================================Testimonial=================================== */
.testimony {
  width: 100%;
  padding: 65px 150px;
  
}
.testimonial {
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../assets/testcon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  margin-top: 20px;
}
.testimonial-image {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonial-icon {
  position: absolute;
  width: 40px;
  left: 90px;
  top: 93px;
}
.testimonial-icon img {
  width: 40px;
}
.testimonial-text {
  margin-top: 60px;
  text-align: center;
}
/* =====small screen===== */
@media screen and (max-width: 1024px) {
  .testimony {
    padding: 65px 100px;
  }
}
@media screen and (max-width: 768px) {
  .testimony {
    padding: 65px 55px;
  }
  .testimonial-icon {
    display: none;
  }
}
@media screen and (max-width: 510px) {
  .testimony {
    padding: 20px;
  }
  .reduce {
    margin-bottom: 5px;
  }
}
/* ===================================Gallary=================================== */
.gallary {
  background: #f5f5f5;
  padding: 65px 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.gallary-image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.gallary-image-row {
  width: 350px;
  height: 300px;
  margin: 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
  padding: 7px;
}
.gallary-image-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 370px) {
  .gallary-image-row {
    width: 320px;
  }
}

/* =======================================cuntact us============================ */
.contactus {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}
.contactus-text {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url("../assets/contpic.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;

  width: 100%;
  height: 300px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.contact-card {
  background: white;
  display: flex;
  width: 45%;
  height: max-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* align-items: center; */
  padding: 40px 60px;
  position: absolute;
  right: 70px;
  top: -50px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
}
.card-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.card-name {
  width: 48%;
  height: 40px;
}
.card-phone {
  width: 48%;
  height: 40px;
}
.card-email {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.card-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
}
input,
textarea {
  outline: none;
  background-color: #d6f3ff;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  padding: 10px;
}
.contact-card p{
  text-transform: capitalize; 
}

@media screen and (max-width: 1145px) {
  .contactus {
    position:initial;
  }
  .contact-card {
    width: 100%;
    padding: 30px;
    position: initial;
    background: #29abe4;
  }
 
  .contactus-text {
    text-align: center;
  }
  input,
textarea {
  background-color: #ffffff;
}
}
@media screen and (max-width: 655px) {
  .card-info {
    flex-direction: column;
  }
  .card-name {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
  }
  .card-phone {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 440px) {
  .contact-card p{
   font-size: 18.4px;
  }
}

/* ===================================footer=================================== */
.footer {
  width: 100%;
  height: max-content;
  background: #29abe4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.line1 {
  width: 80%;
  height: 0.5px;
  background: white;
}
.footer-menu,
.footer-menu a {
  margin: 40px;
  color: white !important;
}
.footer-menu a:hover {
  color: #696969 !important;
  transition: .3s ease-in-out;
}
.footer-down {
  text-align: center;
  margin-top: 20px;
}
