html {
    scroll-behavior: smooth;
  }

.aboveNav{
    background-color: #96875C;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
    padding: 8px 20px;
}

.contactNav{
    align-items: center;
    display: flex;
    gap: 80px;
}

.contactNav p{
    margin: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

.navbarImage{
    width: 80%;
}
.navbar{
    background-color: #1B506F !important;
}

.nav-link{
    color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
    color: white !important;
}
.nav-link:hover{
    text-decoration: underline;
    color: white;
}
.contactNavBtn {
    padding: 9px 30px;
    border: none;
    margin: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background-color: white;
    color: #96875C;
    border-radius: 14px;
}


.session2 {
    display: flex;
    padding: 75px 50px;
    justify-content: space-around;
    width: 80%;
    margin: auto;
}

.session3 {
    display: flex;
    padding: 75px 50px;
    justify-content: space-around;
    width: 80%;
    margin: 120px auto;
}

.session4{
    margin: 200px 0 0;
}

.session5{
margin: 80px 0 0;
border-bottom: 10px solid #8b7a4b;
}
.session6{
    margin: 80px 0 0;
}

.session7{
    margin: 80px 0 0;
}

.firstBrowmImg {
    background-color: #8B7A4B;
    border-radius: 20px;
    height: 550px;
    width: 500px;
}
.firstBrowmImg2 {
    background-color: #023D60;
    border-radius: 20px;
    height: 550px;
    width: 500px;
}
.section2Text{
    color: #8B7A4B;
    font-size: 28px;
    font-weight: 500;
    font-family: Lustria;
}

.session2Absolute {
    background: #023D60;
    display: flex;
    position: relative;
    height: 300px;
    margin-top: -490px;
    width: 90%;
    border-radius: 0 50px 50px 0px;
}

.imageOfSession2Absolute {
    position: absolute;
    top: -80px;
    left: 23%;
}

.imageOfSession2Absolute img {
    width: 367px;
    height: 480px;
}

.session2Para{
    display: flex;
    align-items: center;
    justify-content: end;
}

.session2Para p{
    width: 40%;
    color: white;
    padding: 30px;
}

.session3Para {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 0 75px;}


.session3Para p{
    /* width: 40%; */
    color: white;
    padding: 5px 0;
    margin: 0;
}

.session3Absolute {
    display: flex;
    background: #8B7A4B;
    height: 300px;
    position: relative;
    margin-top: -614px;
    width: 90%;
    margin-left: auto;
    border-radius: 50px 0 0 50px;
}
.imageOfSession3Absolute {
    position: absolute;
    right: 27.1%;
    top: -75px;
}

.imageOfSession3Absolute img{
    width: 367px;
    height: 480px;

}

.section3Text{
    font-size: 35px;
    color: #023D60;
    font-family: Lustria;
    text-align: center;
}

.session4Heading{
    background: #8B7A4B;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #bdb499;
    letter-spacing: 25px;
    text-shadow: 0 10px #75673e;
    font-family: Lustria;
}
.session8Heading {
    background: #023D60;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #bdb499;
    letter-spacing: 25px;
    text-shadow: 0 6px #3b382f;
    font-family: Lustria;
    border: 5px solid #8B7A4B;
}

.session4Heading p{
    margin: 0;
}

.session4Context {
    display: flex;
    justify-content: space-between;
    padding: 5% 10%;
    border-bottom: 10px solid #8b7a4b;
}
.session4Img {
    width:38%;
}
.session4Context ul{
    margin: 10px 0;
}

.session4Context li {
    color: #666666;
    margin: 0 0 5px 0;
}

.session4Context h3 {
    margin: 0 0 15px 0;
    text-shadow: 0 6px #ebdcdc;
    font-family: Lustria;
}

.session5Img{
    margin: auto;
    padding: 6% 8% 2%;
    width: 80%;
}

.session5Img2 {
    padding: 5% 10%;
    /* width: 85%; */
    margin: auto;
}

.session6Context p
    {
        margin: 100px auto;
        display: flex;
        justify-content: center;
        font-size: 26px;
        border: 1px solid #023D60;
        width: 800px;
        color: #023D60;
        font-family: Lustria;
    }

    .session6Img {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        place-items: center;
        margin: auto;
        row-gap: 23px;
        padding: 0 10%;
    }


    .session6Img img{
        width: 380px;
        height: 380px;
    }

    .session7Context{
        display: flex;
        justify-content: space-between;
        padding: 5% 10%;
        /* border-bottom: 10px solid #8b7a4b; */
    
    }

    .session7Context h3{
        font-size: 50px;
    letter-spacing: 20px;
    color: #023D60;
    text-shadow: 0 6px #ebdcdc;
    font-family: Lustria;
}

.session7Context p{
    line-height: 45px;
    margin: 24px 0px;
    font-size: 18px;
    letter-spacing: 1px;
        color: #666666;
        font-size: 18px;
}

.session7Context ul{
    color: #666666;
    padding-left: 1rem;
    font-size: 18px;
}

.session7Context li{
    margin: 5px 0;
}

.session7Img{
    width: 38%;
}

.session8 h2{
    font-size: 40px;
    padding: 5% 10%;
    font-family: Lustria;
    color: #157811;
}

footer{
    background-color: #023d60;
}

    .footerDiv{
        display: flex;
        justify-content: space-between;
        padding: 2.5% 10%;
    }

    .footerIndDiv{
        width: 20%;
    }

    .footerIndDiv h3{
        color: white;
        margin: 0 0% 15%;
        font-family: sans-serif;
    }
    .footerIndDiv p{
        color: white;
    }
.footerIndDiv img{
    width: 20px;
}
.footerImg {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

.footerImg img{
    width: 28px;
}

.thankyou{
    width: 100%;
    text-align: center;
    background-color: #1B506F;
}
.thankyou p {
    margin: 0;
    padding: 7px;
    color: #aa9f81;
    font-family: Lustria;
    font-size: 20px;
}

.session6ImgMobile{
    display: none;
}

.session8Heading p{
    margin: 0;
}

  .slider {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 1em;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
        -webkit-tap-highlight-color: transparent;
        /* background-color: #023D60; */
  
  }
  
  .img-container {
    display: flex;
    transition: transform 300ms ease-in-out;
  }
  .img-container2 {
    display: flex;
    transition: transform 300ms ease-in-out;
  }
  
  .fa-solid {
    cursor: pointer;
    color: white;
    position: absolute;
    opacity: 0.75;
    transition: opacity 100ms ease-in-out;
    z-index: 100;
  }
  
  .fa-solid:hover {
    opacity: 1;
  }
  
  .previous {
    left: 2.5rem;
  }
  
  .next {
    right: 2.5rem;
  }
  .previous2 {
    left: 2.5rem;
  }
  
  .next2 {
    right: 2.5rem;
  }

  .session6MobImg{
    width: 360px;
    height: 300px;
  }
  
  .session5Img2Mobile{
    display: none;
  }

  /* .navbar{
    --bs-navbar-toggler-icon-bg: url(./images/vector.png viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
  } */

  .navbar-toggler-icon{
    background-image: url('./images/vector.png');
  }

  .navbar-toggler{
    border: none;
  }

  .navbar-toggler:focus{
    box-shadow: none;
  }

  .modal-header{
    border-bottom: none;
    padding: 0;
  }
  .modal-footer{
    border-top: none;
  }

  .formData{
    display: flex;
    align-items: center;
  }

  .formData input {
    padding: 12px 39px 12px 14px;
    margin: 8px 0;
    border-radius: 10px;
    border: 1px solid #babad9;
    font-size: 12px;

}
.modal-header .btn-close {
    padding: 0;
    margin: 13px 0px 0px 93%;
}

.modal-content{
    border-radius: 8%;
}

.submitForm{
    padding: 8px 35px !important;
    background: #8B7A4B;
    color: white;
    font-size: 15px !important;
}

.session6Context br{
    display: none;
}

.session9Context{
    display: flex;
    justify-content: space-between;
    padding: 2% 10%;
    border-bottom: 10px solid #8b7a4b;
}
.session9Img{
        width: 500px;
        height: 600px;
}

.formData2{
    align-items: center;
    display: flex;
}

.formData2 input{
    padding: 12px 39px 12px 14px;
    margin: 8px 0;
    border-radius: 10px;
    border: 1px solid #babad9;
    font-size: 12px;
    /* display: block; */
    width: 100%;

}

.session1Thankyou .session1{
    position: relative;
}

.thankyouText {
    position: absolute;
    padding: 3%;
    top: 26%;
    left: 6%;
    border-radius: 50px;
    background: #023d60;
}

.thankyouText h2 {
    color: white;
    font-size: 48px;
    margin: 0;
}

.thankyouText p {
    color: white;
    margin: 8px 0 28px;
    font-size: 23px;
}

.thankyouText button {
    padding: 7px 20px;
    border-radius: 10px;
    border: none;
    background-color: #8B7A4B;
}

.thankyouText button a {
text-decoration: none;
color: white;
font-size: 17px;
font-weight: 500;
}