@import url('https://fonts.googleapis.com/css2?family=Belanosima&family=Comfortaa:wght@300;400;500;600;700&family=Dongle:wght@300&family=Nunito+Sans:wght@700&family=Poppins:wght@300&family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,200&family=Roboto:ital,wght@0,100;0,400;1,100;1,300&family=Schoolbell&family=Ysabeau+SC:wght@1;200;300;400;500;600;700;1000&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none !important;
    transition: all 0.2s linear;
    text-transform: capitalize;
    /* font-family: 'Ysabeau SC', sans-serif; */
    font-family: "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif !important;
}

body {
    /* background-color: black; */
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 0.2rem;
    /* font-size: 90.50%;
    overflow-x: hidden; */
}

html::-webkit-scrollbar {
    width: 0.5rem;
}

html::-webkit-scrollbar-track {
    background-color: #444;
}

html::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 0.5rem;
}


.carousel-item img {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}







/* .card {
    background-color: #212529;
    color: white;
}

.card:hover {
    background: #824d3f;
}

.card:hover>* i {
    color: white;
}

i {
    color: #824d3f;
}

input:hover,
textarea:hover {
    background-color: #824d3f;
} */









@media(max-width:937px) {
    .it-btn {
        display: none;
    }
}















.navbar-brand img {
    width: 100%;
    height: 50px;
}











.navbar {
    background:
        color-mix(in srgb, #ffffff, transparent 5%) !important;
    margin: 10px;
    padding: 18px;
    /* border-radius: 41px; */
    border: 1px dotted #eee;
    position: absolute;
    z-index: 111;
    position: fixed;
}


/* header .banner_main {
    background-image: url("https://images.pexels.com/photos/3822850/pexels-photo-3822850.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

.carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(168, 89, 9, 0.254) 0%, #39210c 100%);
}

.carousel-item {
    max-width: 100%;
    max-height: 100vh;
}

.offcanvas-body ul li a {
    color: #39210c;
    font-size: 18px;
    font-weight: 600;
}

/* .offcanvas-body ul li a:hover {
    color: white;
    border-radius: 40px;
    background-color: #39210c;
} */

.heading {
    text-align: center;
    font-size: 55px;
    color: white;
    font-weight: 700;
}

.header_text {
    text-align: center;
    font-size: 55px;
    color: #39210c;
    font-weight: 700;
}

/* white */
.button_main {
    padding: 8px 40px;
    border: 2px solid white;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: white;
}

.button_main::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: white;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.button_main:hover::before {
    width: 105%;
}

.button_main:hover {
    color: #111;
}



/* brown */
.button_main2 {
    padding: 8px 40px;
    border: 2px solid #39210c;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #39210c;
}

.button_main2::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #39210c;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.button_main2:hover::before {
    width: 105%;
}

.button_main2:hover {
    color: #eee;
}




.about {
    background-color: #39210c;
    padding-block: 5rem;
}

.gallery {
    /* background-color: #39210c; */
    background-image: linear-gradient(360deg, rgba(168, 89, 9, 0.254) 0%, #39210c 100%), url("https://images.pexels.com/photos/3822850/pexels-photo-3822850.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    width: 100%;
    object-fit: cover;
    padding-block: 4rem;
    /* background-repeat: no-repeat; */
}

.gallery .card img {
    transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

.gallery .card img:hover {
    transform: scale(1.02);
}



/* teams */
#teams {
    background-image: linear-gradient(360deg, rgba(168, 89, 9, 0.254) 0%, #39210c 100%), url("https://images.pexels.com/photos/1568804/pexels-photo-1568804.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    width: 100%;
    object-fit: cover;
    padding-block: 4rem;
}

.team_card_out {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
    gap: 0rem;
    margin-top: 2rem;
}

.teams .card {
    width: 80%;
    transition: all 0.1s ease;
}

.teams .card:hover {
    width: 100%;
}

.teams .card img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.gallery_gap {
    padding: 20px;
}


.contact {
    background-color: #39210c;
    padding-block: 5rem;
}

.about .text-center,
.about p {
    font-size: 19px;
}

.gallery .text-center,
.gallery p {
    font-size: 19px;
}

.teams .text-center,
.teams p {
    font-size: 19px;
}

@media(max-width:992px) {

    .about {
        padding-block: 0rem;
    }

    .gallery {
        padding-block: 0rem;
    }

    .heading {
        font-size: 32px;
    }

    .header_text {
        font-size: 17px;
    }

    .gallery_gap {
        padding: 0px;
    }

    #teams {
        width: 100%;
        object-fit: cover;
        padding-block: 4rem;
    }

    .team_card_out {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(45px, 1fr));
        gap: 5px;
    }

    .teams .card img {
        height: 40vh;
        width: 100%;
        object-fit: cover;
    }

    .navbar {
        background: white !important;
        margin: 0px;
        padding: 5px;
        /* border-radius: 41px; */
        border: 1px dotted #eee;
        z-index: 111;
        /* position: relative; */
        display: block;
    }

    .carousel {
        position: relative;
        margin-top: 75px;
    }

    .offcanvas {
        background-color: #39210cee;
        color: white;
    }


    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: white;
    }

    .offcanvas-body ul li a {
        color: #f5f5f5;
        font-size: 20px;
        font-weight: 700;
    }





}