@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
  background-color: #f3f6fd;
}
/* navbar */
.navbar{
    background-color: rgb(172, 163, 163);
    margin-bottom: 0;
    font-family:'Poppins', sans-serif;
}
.navbar-brand{
    color: #fff9f9;
    font-family:'Poppins', sans-serif;
    font-weight: 600;
}
#navbarNavDropdown{
  padding-left: 400px;
}
.dropdown-menu{
  background-color:#93636c;
}

.dropdown-menu li{
  border-radius: 30px;
  padding-top: 10px;
  
}
.dropdown-menu li a{
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 20px;
  color:rgb(21, 20, 20)
  
}
.dropdown-menu li a:hover{
  background: rgb(210, 204, 204);
  transition: 0.3S ease-in-out;
}
   
.nav-link{
 position: relative;
  font-size: 1.2em;
  padding: 0.4em;
  text-decoration: none;
  /* border: 1px solid black; */
  border-radius: 0.5em;
  color: #fff9f9;
  }
  .nav-link:hover{
    background: rgb(210, 204, 204);
    transition: 0.3S ease-in-out;
  }
  #dropdownMenuLink{
    /* padding-top: 13.5px; */
    border: none;
    font-size: 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
  color:rgb(21, 20, 20)
  }
  #dropdownMenuLink:hover{
    background: rgb(210, 204, 204);
    transition: 0.3S ease-in-out;
  }

 /* .nav-link::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 50%, rgba(150,4,31,1) 50%, rgba(191,4,38,1) 60%);
    border-radius: 0 0 0.5em 0;
    box-shadow: 0.2em 0.2em 0.2em rgba(110, 106, 106, 0.3);
    transition: 0.3s;
  }  */
  
      

   /* hom-1 */
  
   .home-1{
    background-image: url(./img/img4.jpg);
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

   }
   .words{
    font-weight: 800;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    overflow: hidden;
  }
  .words .letter {
    display: inline-block;
    line-height: 1em;
  }


   .carousel-caption {
    position: relative;
    color: white;
     padding-top: 200px;
     text-align: center;
    padding-right: 320px;
    font-family: 'Poppins', sans-serif;

   }
   .carousel-caption p{
    margin-top: -50px;
    color: antiquewhite;
   }
   .carousel-caption h1{
     font-size:150px;
     color: antiquewhite;
   }
     /* hom-1 */ 

   /* about */
   #about{
    padding-top: 4px;
    font-family: 'Poppins', sans-serif;
   }
   .containerAbout{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-image: url(./img/img1.jpg);
    background-repeat: no-repeat;
   }
   .containerAbout h3{
   padding-left: 300px;
   padding-top: 100px;
   font-size:50px;
   font-weight: 600;
   font-family:'Poppins',sans-serif;
   color: antiquewhite;

   }
   .containerAbout h1{
    padding-left: 350px;
    padding-top: 30px;
    font-weight: 600;
    font-family:'Poppins',sans-serif;
    color: antiquewhite;
   }


   /* about and */
   /* about-me start */
   #about_img img{
    height: 500px;
   }
   /* about-me and */

   /* services */
   .cards-wrapper {
    display: flex;
    justify-content: center;
  }
  .service-card img {
    max-width: 100%;
    max-height: 100%;
  }
  .service-card{
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
  }
  .carousel-inner {
    padding: 1em;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  @media (min-width: 768px) {
    .service-card img {
      height: 11em;
    }
  }

/* services end */
.slide-container{
  display: flex;
  flex-direction: row;
  max-width: 800px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.service-card{
  border-radius: 25px;
  background-color: #FFF;
}
.service-card img{
  transition: 1s ease;
}
.service-card img:hover{
  -webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #aebae3;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
/* .card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
} */
/* .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
} */
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}
.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/* photographer profiles */
.profile-card {
  position: relative;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  max-width: 280px;
  max-height: 350px;
  cursor: pointer;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}

.profile-card .profile-card-image {
  width: 100%;
  max-height: 340px;
}

.profile-card .profile-card-image img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.profile-card .profile-card-content {
  position: absolute;
  bottom: -180px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  min-height: 140px;
  width: 100%;
  transition: bottom .4s ease-in;
  box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-card:hover .profile-card-content {
  bottom: 0px;
}

.profile-card:hover .profile-card-content h4,
.profile-card:hover .profile-card-content h5 {
  transform: translateY(10px);
  opacity: 1;
}

.profile-card .profile-card-content h4,
.profile-card .profile-card-content h5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  transition: 0.8s;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-40px);
  transition-delay: 0.2s;
}

.profile-card .profile-card-content h5 {
  transition: 0.5s;
  font-weight: 200;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.profile-card .profile-card-content .social-icons {
  list-style: none;
  padding: 0;
}


.profile-card .profile-card-content .social-icons li {
  margin: 10px;
  transition: 0.5s;
  transition-delay: calc(0.15s * var(--i));
  transform: translateY(50px);
}


.profile-card:hover .profile-card-content .social-icons li {
  transform: translateY(20px);
}

.profile-card .profile-card-content .social-icons li a {
  color: #fff;
}

.profile-card .profile-card-content .social-icons li a span {
  font-size: 1.3rem;
}
.know-me{
  margin-left: 40px;
}
.offcanvas-body{
   background-color: #f3f6fd;
}
/* @media(max-width: 991.5px) {
  .container {
      margin-top: 20px;
  }

  .container .row .col--4 {
      margin: 20px 0px;
  }
} */

/* footer section */
#footer{
  padding-top: 50px;
  padding-bottom: 20px;
    font-weight: bold;
    color: rgb(189, 196, 203)
  
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

#footer ul>a>li {
  padding: 4px;
  color:#C5CAE9;
  
}
#footer a{
  text-decoration: none;
  color:#C5CAE9;
}

#footer ul>a>li:hover {
  color: #957bda;
  cursor: pointer
}

hr {
  border-width: 3px
}

.footer-card {
  padding: 2% 7%
}
/* #footer a{
  text-decoration: none;
  color:#c0c5e7;
} 
#footer a:hover{
  text-decoration: none;
  color: #957bda;
}  */
.social{
  display: flex;
  font-size: 30px;
  list-style: none;
  justify-content: space-around;
}
.social>li>a>span{
  color: #333;
}

.social>li>a>span {
  padding: 1%;
  font-size: 15px
}

.social>li>a>span:hover {
  color: #957bda;
  cursor: pointer
}

.policy{
  padding: 4px;
  font-size: 15px;

}

.heading {
  font-family: 'Titillium Web', sans-serif;
  color: black
}

.divider {
  border-top: 2px solid
}

   


   
  
  