@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    background-color: #4f5547;
}
.navFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: #c9a352;
    font-size: 18px;
}

.navFont:hover{
    font-family: "PT Sans", serif;
    font-weight: 800;
    font-style: bolder;
}


.logo{
    height: 120px;
    position: relative;
}

.bg-body-tertiary{
    background-color: #252f2e !important;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: #c9a352 !important;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.circle{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: white;
    z-index: 1;
}

.heroSection{
    height: 100vh; 
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.video{
    position: absolute;
    width: 100%;
    z-index: -1;
}

.titleFont{
    font-family: "Cormorant";
    font-size: 60px;
    text-align: center;
    padding-bottom: 30px;
    color: white;
}

.h3Font{
    font-family: "Cormorant";
    font-size: 30px;
    text-align: center;
    color: white;
}

.buttonFlex{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    /* flex-direction: column; */
}

.heroButton{
    font-family: "PT Sans";
    font-size: 15px;
    background-color: transparent;
    padding: 10px 15px 10px 15px;
    color: white;
    border: 1px solid white;
}

.buttonFont{
    font-family: "PT Sans";
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.button{
    font-family: "PT Sans";
    font-size: 15px;
    background-color: #c9a352;
    padding: 10px 15px 10px 15px;
    color: white;
    border: none;
}

.aboutButton{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}

.aboutSection{
    margin-top: 150px;
    padding-top: 80px;
    margin-bottom: 50px;
    height: 1500px;
    /* display: flex; */
}

.aboutMiddleImg{
    width: 25%;
    padding-top: 80px;
}

.flexMiddleImg{
    display: flex;
    justify-content: center;
}

.flexAboutColumns{
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutImages{
    width: 70%;
}

.imageFlex{
    flex-direction: column;
}

.subtitleFont{
    font-family: "Cormorant";
    font-size: 30px;
    text-align: center;
    color: white;
    padding: 60px;
}

.paragraphFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 18px;
    text-align: center;
}

.paragraphPadding{
    /* padding: 80px 300px 80px 300px; */
    padding: 5% 30% 0% 30%;
}

.beforeAndAfter{
    height: 700px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.beforeFlex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.beforeSize{
    width: 80%;
    margin-bottom: 50px;
}

.sansSerifSubtitle{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 18px;
    text-align: center;
}

.stepsProcess{
    height:  450px;
    padding: 100px 0 100px 0;
}

.flexStepFlex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5% 0 5%;
}

.contentFlex{
    display: flex;
    justify-content: center;
}

.stepNumbers{
    font-family: "Cormorant";
    font-size: 30px;
    text-align: center;
    color: white;
    background-color: #c9a352;
    border-radius: 50px;
    padding: 1px 15px 1px 15px;
}

.stepTitle{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 18px;
}

.stepDescription{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    text-align: center;
}

.testimonialSection{
    background-image: url(./images/testimonialBackground.png);
    height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* display: flex; */
}

/* .whiteBox{
    background-color: #f4f5ef;
    height: 200px;
    width: 50%;
} */

.headshotSize{
    width: 230px !important; 
    height: 230px !important;
    /* padding: 30px 0 30px 0; */
}

/* .swiper-slide img {
    display: block;
    width: 10%;
    height: 10%;
    object-fit: cover;
} */

.testimonialFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: italic;
    color: #252f2e;
    font-size: 20px;
    text-align: center;
    padding: 0% 15% 2% 15%;
}

.fontName{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: #252f2e;
    font-size: 24px;
    text-align: center;
}

.swiper {
    width: 80%;
    height: 500px;
    background-color: #f4f5ef;
   
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FFE7DA;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-left: 150px;
    padding-right: 150px; */
    padding: 30px 150px 30px 150px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next, .swiper-button-prev {
    z-index: 10;
    color:#252f2e ;

  }

  .logoSection{
    background-color: #FFE7DA;
    height: 400px;
    padding: 20px 0 20px 0;
  }

  .logosTitle{
    padding-top: 60px;
    font-family: "Cormorant";
    font-size: 30px;
    text-align: center;
    color: #252f2e;
  }

  .logosFlex{
    display: flex;
    padding-top: 80px;
    justify-content: space-around;
  }

  .trustLogoSize{
    height: 50px;

  }

  /* .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 25px);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 25px);
} */

/* .carrouselSection{
    background-color:#80B5E6;
    margin-top: 100px;
    height: 580px;
} */

.footerImage{
    background-image: url(./images/footer-background.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.footerLogo{
    height: 100px;
    padding-left: 60px;
}

ul{
    list-style: none;
}

li{
    text-decoration: none;
}

.paddingFooter{
    padding-top: 60px;
}

.goldLine{
    border-bottom: 2px solid #e49f0a;
    width: 50%;
    margin: 10px 0 10px 0;
}

.footerFont{
    padding-bottom: 30px;
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}

.copyrightFont{
    font-family: "PT Sans", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.socialIcons{
    height: 30px;
    padding-right: 20px;

}

