@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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');
body, html{
    font-family: 'Lato', sans-serif;
    color: #fff;
    /*    height:100%;*/
    padding:0;
    margin:0;
}
p{
    font-family: 'Raleway', sans-serif;
    color: #c2c2c2;
}

.bg-black{
    background: #000;
}
.bg-white{
    background: #fff;
}
.text-gold{
    color: #a2834e;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link{
    color: #fff;
    border-bottom: 2px solid #a2834e;
}



/* .navbar-dark .navbar-nav ul{
    padding: 0px;
}
.navbar-dark .navbar-nav ul li{
    list-style: none;
}
.navbar-dark .navbar-nav ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}
.navbar-dark .navbar-nav ul li ul{
    padding: 0px;
}
.navbar-dark .navbar-nav ul li ul li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px
} */

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link{
    color: #fff;
    border-bottom: 2px solid #a2834e;
}





main{
    width: 100%;
    height: 100%;
    background: url(../images/bg3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
    /* box-sizing: border-box; */
}
main::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
main .home .card{
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
main .home .card .card-body{
    padding: 100px 30px;
}
main .home .card h4{
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #a2834e;
    font-weight: 300;
}
main .home .card h5{
    color: #a2834e;
    font-weight: 300;
    text-transform: uppercase;
}
main .home .card p{
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: 300;
}
main .home .card th{
    color: #fff;
    padding: 5px 0px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    vertical-align: middle;
}
main .home .card th a{
    color: #fff;
    text-decoration: none;
}

main .card th:nth-child(3){
    width: 90px;
    font-size: 14px;
    vertical-align: middle;
}
main .card th:nth-child(4){
    width: 100px;
    font-size: 14px;
    vertical-align: middle;
}
main .card th:nth-child(5){
    border-right: none;
    padding-right: unset;
    vertical-align: middle;
    width: 90px;
    font-size: 14px;
}

main .card td div{
    color: #000;
    padding: 5px 0px;
}
main .card td div{
    border-right: 2px solid #000;
    padding-right: 15px;
    margin-bottom: 15px;
}
main .card td:first-child div{
    border-right: none;
    padding-right: unset;
    padding-left: 23px;
}
main .card td:last-child div{
    border-right: none;
    padding-right: unset;
}
main .card td{
    color: #000;
    font-size: 16px;
}
main .card td .rank {
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
main .card td .rank::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: 0px;
    top: -10px;
    z-index: -1;
}
main .card td .highest{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
main .card td span{
    font-weight: 600;
}


/* form .form-control{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
form .input-group-text{
    position: relative;
    z-index: 9;
}
form .input-group-text::before{
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    left: -7px;
    top: -10px;
    z-index: -1;
}
.table-responsive{
    height: 420px;
    overflow-y: scroll;
} */




.social-links ul{
    justify-content: center;
}
.social-links ul li{
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}
.social-links ul li a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    background-color: #fff;
    color: #a2834e;
    border-radius: 50%;
}
.about p{
    color: #000;
    font-weight: 300;
}
.about .card h4{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #a2834e;
    font-weight: 300;
}
.about .card h5{
    color: #a2834e;
    font-weight: 300;
    text-transform: uppercase;
}



.services p{
    color: #000;
}
.services .card h4{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #a2834e;
    font-weight: 300;
}
.services .card h5{
    color: #a2834e;
    font-weight: 300;
    text-transform: uppercase;
}
.services img{
    position: relative;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.services .overlay{
    position: absolute;
    width: 100%;
    height: 38px;
    bottom: 0;
    left: 0;
    background: #a2834e;
    padding: 9px 0px;
    background: rgba(162, 131, 78, 0.9);
    backdrop-filter: saturate(180%) blur(20px);
}
.services .overlay h6{
    font-size: 18px
}


.gallery p{
    color: #000;
}
.gallery .card h4{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #a2834e;
    font-weight: 300;
}
.gallery .card h5{
    color: #a2834e;
    font-weight: 300;
    text-transform: uppercase;
}
.gallery .popup-gallery img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.contact .contact-details .card{
    border-radius: 10px;
}
.contact .card h4{
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #a2834e;
    font-weight: 300;
}
.contact .card h5{
    color: #a2834e;
    font-weight: 300;
    text-transform: uppercase;
}
.contact h6{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.contact p{
    color: #000;
}
.contact a{
    text-decoration: none;
    color: #000;
}
.contact .input-group{
    text-align: center;
}
.contact .input-group .input-group-text{
    background-color: #f8f9fa;
    width: 48px;
    text-align: center;
    justify-content: center;
    border: none;
}
.contact .input-group .form-control{
    height: 48px;
}
.contact .input-group textarea.form-control{
    height: unset;
}


.shape-left-top {
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    opacity: 0.1;
    bottom: -50px;
}
.footer{

}
.footer p{
    color: #fff;
    margin-bottom: 6px;
}
.footer p a{
    color: #fff;
    text-decoration: none;
}
.h-lg-100{
    height: 100vh;
}
.offcanvas{
    background: #000;
    color: #fff;
    width: 280px;
}

.offcanvas ul{
    padding: 0px;
}
.offcanvas ul li{
    list-style: none;
}
.offcanvas ul li a{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
}
.offcanvas ul li ul{
    padding: 0px;
}
.offcanvas ul li ul li ul li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px
}


.offcanvas ul li ul li a{
    font-size: 16px !important;
}
.offcanvas ul li ul li a:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    float: right;
    font-weight: 600;
}
.offcanvas ul li ul li a[aria-expanded="true"]:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    float: right;
    font-weight: 600;
}
.offcanvas ul li ul li ul li a:before {
    content: '';
}

/* .offcanvas-start{
    width: 270px;
} */
.btn-close{
    background: transparent url("../images/times.svg") center/1em auto no-repeat;
}

@media only screen and (max-width: 991px){
    .menu {
        background: rgba(0, 0, 0, 0.7);
        padding: 6px 0px;
    }
    .menu a{
        color: #a2834e;
        text-decoration: none;
    }
}


@media only screen and (max-width: 520px){
    main .home .card .card-body{
        padding: 60px 30px;
    }
    main .home .card h4{
        font-size: 40px;
    }
    .about .card h4{
        font-size: 36px;
    }
    .services .card h4{
        font-size: 36px;
    }
    .gallery .card h4{
        font-size: 36px;
    }
    .contact .card h4{
        font-size: 36px;
    }
    .h-lg-100{
        height: 100vh;
    }
}
.navbar-expand-lg .navbar-collapse{
    position: relative;
}
.navbar .megamenu{
    padding: 2.5rem;
}
.navbar .megamenu h6{
    color: #a2834e;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.navbar .megamenu ul li{
    padding: 5px 0px;
}
.navbar .megamenu ul li::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
}
.navbar .megamenu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
@media all and (min-width: 992px) {
    .navbar .has-megamenu{
        position:static!important;
    }
    .navbar .megamenu{
        left:0;
        right:0;
        width:100%;
        margin-top:0;
    }
}
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}

.whatsapp{
    bottom: 15px;
    right: 15px;
}


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* @media only screen and (max-width: 1199px) {
        body {
                display: none;
        }
        html:before {
                content: "This Website View Currently Available on Desktops only";
                padding: 20%;
                text-align: center;
                font-size: 30px;
                display: block;
        }
} */



/* *{
    box-shadow: 0px 0px 0px 1px red;
} */