@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {

    line-height: 1.667;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    color: #222222;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.8;

}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.dilogo {
    width: 300px;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: transparent;
}

.navbar .nav-item:hover .nav-link {
    color: #fff;
}

.navbar-brand img {
    width: 56%;
    padding-left: 46px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #a6c4b1;
}


/* header start */
.header-top {
    padding: 0px 0;
    background-color: #000000;
}

.header-top .header-top-left p {
    color: #fff;
    margin: 0;
}

.header-top .header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top .header-top-right .social-profile {

    display: flex;
    align-items: center;
    gap: 22px;
}

.header-top-left a {
    color: #fff;
}

.header-top-right-col {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-top .header-top-right .social-profile li a {
    color: #fff;
    transition: all 0.6s ease-in-out;
}

.header-top .header-top-right .social-profile li a i {
    font-size: 20px;
}

.header-top .header-top-right .social-profile li a:hover {
    color: #fed4a4;
}

.header-bottom .navbar .nav-item .nav-link {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    color: #222222;
    font-size: 19px;
    margin-right: 5px;
    border: 1px solid #fff;

}

.header-bottom .navbar .nav-item .nav-link:hover {

    color: #b37d1a;
    border: 1px solid #b37d1a;

}

.header-bottom .navbar .navbar-nav {
    margin-left: 3px;
}

.navbar {
    padding: 0;
}

.navbar .nav-item .nav-link {
    padding: 0 8px;
}
.navigation.sticky { position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 191px 0px rgb(0 0 0 / 6%);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;}
@-webkit-keyframes sticky {
    0%{ -webkit-transform: translateY(-100%);
        transform: translateY(-100%)}
    100%{ -webkit-transform: translateY(0%); transform: translateY(0%)}
}
@keyframes sticky {
    0%{ -webkit-transform: translateY(-100%); transform: translateY(-100%)}
    100%{ -webkit-transform: translateY(0%);transform: translateY(0%)}}

/* header end */


/* service start */
.h-services {
    padding: 45px 0px;
    background: #fff2d4;
}

.h-service-heading {
    text-align: center;
}

.h-service-heading h3 {
    font-size: 40px;
    margin: 0;
    color: #b27c1f;
}

.h-service-heading h2 {
    font-size: 40px;
    color: #4e4e4e;
    margin: 0;
}

.category-body {
    padding: 10px;
}

.category-body a {
    text-align: center;
}

.category-body a .c-img {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    border-radius: 50%;
    margin: 21px;
}

.category-body a .c-img img {
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.category-body a:hover .c-img img {
    transform: scale(1.1);
}

.category-body a p {
    color: #3f3d3d;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    margin-top: -23px;
}

.category-body a:hover p {
    color: #b27c1f;
}

.makeup-treatments {
    padding-top: 50px;
}

.makeup-treatment-body .t-img {
    text-align: center;
    padding: 0px 43px;
    overflow: hidden;
}

.makeup-treatment-body .t-img img {
    transition: all 0.6s ease-in-out;
}

.makeup-treatment-body .t-text {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    margin-top: -21px;
    position: relative;
    transition: all 0.5s ease-in-out;
    height: 180px;
}

.makeup-treatment-body .t-text h4 {
    padding: 0px 13px;
    font-size: 20px;
    color: #b27c3c;
}

.makeup-treatment-body .t-text p {
    color: #555;
    line-height: 1.6rem;
}

.makeup-treatment-body a:hover .t-img img {
    transform: scale(1.2);
}

.makeup-treatment-body a:hover .t-text {
    background: #ffffffcc;
}

/* service end */

/* appointment start */
.h-appointment {
    background: url(../img/bg-img1.jpg);
    background-size: cover;
    padding: 40px 0px;
    background-attachment: fixed;
    position: relative;
}

.h-appointment .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.549;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.h-appointment .container {
    position: relative;
}

.h-appointment .appointment-form form label {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding-left: 8px;
}

.h-appointment .appointment-form form input {
    height: 50px;
    font-size: 22px;
}

.h-appointment .appointment-form form textarea {
    height: 115px;
    font-size: 22px;
}

.h-appointment .appointment-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-appointment .appointment-text h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 30px;
}

.h-appointment .appointment-text p {
    color: #fbd5a3;
    font-size: 22px;
    font-style: italic;
    margin: 0;
}

.h-appointment .appointment-text a {
    color: #383636;
    background: #fbd5a3;
    font-size: 22px;
    padding: 7px 24px;
    border-radius: 25px;
    transition: all 0.6s ease-in-out;
}

.h-appointment .appointment-text a:hover {
    color: #fff;
    background: #b27c1f;
}

.h-appointment .appointment-text .appointment-text-body {
    text-align: center;
}

.h-appointment .appointment-form {
    padding: 15px;

}

.h-appointment .appointment-form form button {
    text-align: center;
    width: 100%;
    border: none;
    color: #383636;
    background: #fbd5a3;
    font-size: 20px;
    border-radius: 5px;
}

/* appointment end */

/* about start */
.h-about {
    padding: 45px 0px;

}

.h-service-heading2 {}

.h-service-heading2 h3 {
    font-size: 40px;
    margin: 0;
    color: #b27c1f;
    padding-left: 45px;
}

.h-service-heading2 h2 {
    font-size: 40px;
    color: #4e4e4e;
    margin: 0;
}

.h-about .about-text {
    padding: 20px;
}

.h-about .about-text p {
    letter-spacing: 1px;
    color: #2b2b2b;
}

.h-about .about-text a {
    color: #fff;
    background: #b27c1f;
    font-size: 20px;
    border-radius: 25px;
    padding: 6px 20px;
    transition: all 0.5s ease-in-out;
}

.h-about .about-text a:hover {
    color: #000;
    background: #fbd5a3;
    font-size: 20px;
    border-radius: 25px;
    padding: 6px 20px;
}

/* about end */

/* gallery start */
.h-gallery {
    padding: 45px 0px;
    background: #fff2d4;
}

.h-gallery-img {
    width: 33.33%;
    padding: 10px;
    height: auto;
    display: flex;
    position: relative;
}

.h-gallery-img a {
    transition: all 0.6s ease-in-out;
}

.h-gallery-img:hover a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.viewall {
    text-align: center;
    margin-top: 31px;
}

.viewall a {
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    padding: 5px 33px;
    background: #a5853b;
    border: 1px solid #a5853b;
    transition: all 0.6s ease-in-out;
}

.viewall a:hover {
    color: #a5853b;
    border: 1px solid #a5853b;
    background: transparent;
}

/* gallery-end */

/* happy client start */
.h-customer {
    background: url(../img/bg-img1.jpg);
    background-size: cover;
    padding: 40px 0px;

    position: relative;
}

.h-customer .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.549;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.h-customer .container-fluid {
    position: relative;
}

.happy-card {
    text-align: center;
}

.happy-card .happy-text .number {
    color: #fff;
    margin: 0;
    font-size: 40px;

}

.happy-card .happy-text .h-text {
    color: #fff;
    line-height: 0.1rem;
    font-size: 18px;
}

.happy-card .happy-img img {
    width: 20%;
}

/* happy client end */

/* testimonial start */
.h-testimonial {
    padding: 45px 0px;
    background: #fff2d4;
}

.h-testimonial .textimonial-body .testimonial-text {
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    margin: 20px;
}

.h-testimonial .textimonial-body .testimonial-text h3 {
    font-size: 20px;
}

.h-testimonial .textimonial-body .testimonial-text p {
    color: #444;
    font-size: 17px;
    letter-spacing: 1px;
}

.h-testimonial .textimonial-body .testimonial-text img {
    height: 25px;
}

.owl-nav .owl-next {

    line-height: 0 !important;
}

.owl-nav button.owl-next span {
    font-size: 56px;
    color: #4c4c4c;
    font-weight: 100;
}

.owl-nav {
    text-align: center;
}

.owl-nav .owl-prev {

    line-height: 0 !important;
}

.owl-nav button.owl-prev span {
    font-size: 56px;
    color: #4c4c4c;
    font-weight: 100;
}

/* textimonial end */

/* blogs start */
.h-blog {
    background-color: #000;
    padding: 45px 0px;
}

.h-blog .h-blog-heading h2 {
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    white-space: nowrap;
    font-family: Archivo, sans-serif;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFFFFFBD;
}

.h-blog .h-blog-body {
    margin-top: 30px;
}

.h-blog .h-blog-body .h-blog-card .h-blog-img img {
    width: 100%;
}

.h-blog .h-blog-body .h-blog-card .h-blog-text {
    background-color: #fff;
    padding: 30px 20px;

}

.h-blog .h-blog-body .h-blog-card .h-blog-text h4 {
    font-size: 20px;
    padding-bottom: 14px;

}

.h-blog .h-blog-body .h-blog-card .h-blog-text p {
    line-height: 1.6rem;

}

/* blog end */

/* footer start */
.footer {
    padding: 70px 0px;
    background-image: linear-gradient(to right top, #fbd2a2, #f4c996, #eec08b, #e7b77f, #e0ae74);
    /* background: url(); */
}

.footer-col-1 p {
    color: #000;
    padding: 10px 0px;
    text-align: justify;
}

.footer-logo {
    width: 80%;
}

.footer-social-link {
    display: flex;
    gap: 15px;
}

.footer-col {
    padding-left: 20px;
}

.footer-social-link li a {
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;

    text-align: center;
    width: 2.5rem;
}

.footer-social-link li a i {
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-title {

    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;

}

.footer-col .footer-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #a5853b;
}

.footer-col .footer-menu li {
    margin-bottom: 15px;
}

.footer-col .footer-menu li a {
    color: #000;
    position: relative;
    padding-left: 10px;
    transition: all 0.5s ease-in-out;
}

.footer-col .footer-menu li a i {
    position: absolute;
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #000;
    -webkit-transition: .5s;
    transition: all .5s ease-in-out;
}

.footer-col .footer-menu li a:hover {
    color: #a5853b;

}

.footer-col .footer-menu li a:hover i {
    color: #a5853b;
    left: 2px;

}

.facebook:hover {
    background: #2e2ef3;
    border-color: #2e2ef3;
    color: #fff;
}

.twitter:hover {
    background: #00acee;
    border-color: #00acee;
    color: #fff;
}

.instagram:hover {
    background: linear-gradient(45deg, #fdb83a, #f900fb);
    border: none;
    color: #fff;
}

.youtube:hover {
    background: red;
    color: #fff;
}

.address li a {
    color: #000;
    transition: all 0.5s ease-in-out;
}

.address li a i {
    font-size: 24px;
    padding-right: 11px;
    transition: all 0.5s ease-in-out;
}

.address li {
    padding-bottom: 20px;
}

.address li a:hover {
    color: #a5853b;
}

.address li a:hover i {
    color: #a5853b;
}
.copy-right {
    background: #000000;
    padding: 20px 0px;
}

.copy-right-text {
    text-align: center;
}

.copy-right-text p {
    margin: 0px;
    color: #fff;
}

.copy-right-text p a {
    color: #fff;
}

/* footer end */

/* wharsapp start */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    left: 10px;
    z-index: 20;
}

/* whatsapp end */

/* bottom to top start */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #a5853b;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn i {
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}

/* bottom to top button end */

/* franchise page start */
.page-heading h3 {
    padding-left: 0px;
    font-size: 28px;
}

.franchise-form {
    background: #a5853b;
    padding: 42px 27px;
}

.franchise-form form .form-control {
    border-radius: 0;
}

.franchise-form form .f-submit {
    width: 100%;
    color: #fff;
    background: #000;
    font-size: 24px;
}

.fact-sec {
    background: #fed4a4;
}

.fact-cart {
    text-align: center;
}

.fact-cart .fact-img img {
    padding: 25px;
    width: 50%;
}

.fact-cart .fact-text {
    padding: 0px 22px;

}

.fact-cart .fact-text p {
    margin: 0;
}

/* franchise page end */


/* blog page start */
.p-blog {
    padding: 45px 0px;
    background: #fff2d4;
}

/* blog page end */

/* blog detail page start */
.blogdpage {
    background: #fff2d4;
}

.blogdpage-body h2 {
    letter-spacing: 1px;
    color: #a5853b;
}
.blogtag ul{
    display: flex;
    justify-content: center;
    gap: 60px;
}

.blogtag ul li p{
    color: #515151;
}
.bd-img{
    position: relative;
}
.bd-img p{
    padding-top: 10px;
    font-size: 20px;
}
.bd-img-sec{
    position: relative;
}
.bd-img-sec::before{
        background: #fff2d4;
        content: "";
        display: block;
        position: absolute;
        bottom: 0%;
        left: 0;
        right: 0;
        top: 0;
        top: 70%;

}
.pd-text-sec{
    background: #fff2d4;
}
/* blog detail page end */


/* contact page start */
.contact-body {
    padding-top: 20px;
}

.contact-form form .form-control {
    border-radius: 0;
}

.contact-form form .c-submit {
    width: 100%;
    color: #fff;
    background: #000;
    font-size: 24px;
}

.contact-form form .form-label {
    font-weight: 600;
}

.branch-address {
    padding-bottom: 10px;
}

.branch-address h3 {
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
}

.branch-address p {
    display: flex;
    align-items: center;
    gap: 11px;
    line-height: 1.6rem;
    letter-spacing: 1px;
}

.branch-address p i {
    padding-right: 10px;
    color: #a5853b;
}

.branch-address p span a {
    color: #000;
    transition: all 0.6s ease-in-out;
}

.branch-address p span a:hover {
    color: #b27c1f;
}

/* contact page end */

/* about page start */
.about-page{
    background-color: #fff2d4;
}
.img-colarge {
    position: relative;
    height: 100%;
}
.colarge-1 {
    position: absolute;
    max-width: 284px;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    box-shadow: 30px 30px 50px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 30px 30px 50px rgb(0 0 0 / 50%);
}

.colarge-1, .colarge-2, .colarge-3 {
    border: 12px solid #fed4a4;
}
.colarge-3 {
    position: absolute;
    max-width: 284px;
    right: 0px;
    top: 0px;
    z-index: 2;
}
.about-page-text span{
    font-size: 21px;
    font-style: oblique;
}
.about-page-text h2{
    font-size: 38px;
}
.about-page-text p{
    font-size: 18px;
    letter-spacing: 1px;
}
.sep-leaf-right {
    position: relative;
    margin-left: 30px;
}
.sep-leaf-right img {
    width: 28px;
    vertical-align: baseline;
}
.sep-leaf-right:before{
    position: absolute;
    content: '';
    background-color: #ff99b8;
    width: 35px;
    height: 1px;
    bottom: 9px;
    left: -28px;
}
/* about page end */


/* training page start */
.training-page{
    background-color: #fff2d4;
}


/* training end */


/* service page start */
.service-page{
    background-color: #fff2d4;
}
.service-body{
    padding-top: 60px;
}
.service-card{
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
    
}
.service-card table{
    width: 100%;
}
.service-card h2{
    color: #b27c1f;
}
.service-card hr{
    opacity: 1;
}
.service-card table tr td{
    font-size: 18px;
    padding: 6px 10px;
}
.service-card table tr th{
    font-size: 18px;
    padding: 6px 10px;
}
.wax{
    padding: 30px 0px;
}
.wax h3{
    text-align: center;
    /* margin-bottom: 30px; */
    color: #a2823a;
}
.color-highlighting{
    padding: 30px 0px;
}
.color-highlighting h3{
    text-align: center;
    
    color: #a2823a;

}
.packages{
    padding: 30px 0px;
}
.packages h3{
    text-align: center;
    /* margin-bottom: 30px; */
    color: #a2823a;

}
.service-card h4{
    text-align: center;
}
.service-card .rate{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.groom{
    padding: 30px 0px;
}
.groom h3{
    text-align: center;
    
    color: #a2823a;

}
.groom .rate{
    font-size: 30px;
}
.groom p{
    font-size: 20px;
}
.h-service-img img{
    border: 3px solid #c1ae84;
    border-radius: 7px;
}
/* service page end */

/* branches start */
.h-branches {
    padding: 45px 0px;
    background: #fff2d4;
}
.h-branches-body .branches{
    background: #fff;
    margin: 30px;
    padding: 20px;
    border-radius: 11px;
    transition: all 0.6s ease-in-out;
}
.branches:hover{
    box-shadow: 0px 0px 11px 0px #6d6d6d;
    transform: scale(1.1);
}
.h-branches-body .branches .branches-img{
    text-align: center;
}
.h-branches-body .branches .branches-text{
    text-align: center;
    padding-top: 30px;
}
.h-branches-body .branches .branches-text h3{
    color: #a5853b;
}
.h-branches-body .branches .branches-text p{
    color: #000;
}

/* branches end */


/* thanku img start */
.thanku-sec{
    padding: 45px 0px;
    background: #fff2d4;
}
.thanku-img{
    text-align: center;
}


/* thanku img end */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .col-sm-6 {
        width: 50%;
    }

    .header-top .header-top-left p {
        font-size: 12px;
        text-align: center;
    }

    .header-top {
        padding: 8px 0;

    }

    .header-top .header-top-right .social-profile {
        position: relative;
        top: 6px;

    }

    .header-top-right-col {

        justify-content: center;
    }

    .navbar-brand {
        width: 77%;
    }

    .navbar-brand img {
        width: 56%;
        padding-left: 12px;
    }

    .navbar-nav {
        transition: all 0.6s ease-in-out;
    }

    .navbar-nav {
        position: absolute;
        width: 100%;
        margin: 0;
        background: #fff;
        left: 0;
        z-index: 100;
        padding-left: 11px;
    }

    .h-service-heading h2 {
        font-size: 32px;
        color: #4e4e4e;
        margin: 0;
    }

    .category-body {
        padding: 0px;
    }

    .makeup-treatment-body .t-img {

        padding: 0px 19px;

    }

    .makeup-treatment-body {
        margin-bottom: 30px;
    }

    .h-about .about-text {
        padding: 20px 0px;
    }

    .h-gallery-img {
        width: 50%;

    }




    .footer-col {

        padding-top: 40px;
    }

    .happy-card .happy-img img {
        width: 40%;
    }

    .happy-card .happy-text .h-text {
        color: #fff;
        line-height: 1.6rem;
        font-size: 17px;
    }

    .fact-cart .fact-img img {

        width: 38%;
    }
    .about-page-text h2 {
        font-size: 25px;
    }
    .colarge-1, .colarge-2, .colarge-3 {
        width: 100%;
        max-height: inherit;
        margin-bottom: 30px;
        padding: 0px;
    }
    .service-card{
        overflow: scroll;
    }
    .h-service-heading h3 {
        font-size: 27px;
     
    
    }

}
@media only screen and (max-width: 991px)
{
.colarge-1, .colarge-2, .colarge-3 {
    position: inherit;
    max-width: inherit;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    float: left;
    max-height: 258px;
    overflow: hidden;
    padding: 10px;
    border: none;
}
.colarge-1 {
    box-shadow: none;
}
.colarge-1 img, .colarge-2 img, .colarge-3 img {
    width: 100%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-top .header-top-left p {
        font-size: 12px;
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .header-top .header-top-left p {
        font-size: 20px;
        text-align: left;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .navbar .nav-item:hover .nav-link {
        color: #a6c4b1;
    }
}