/********** Template CSS **********/
:root {
    --primary: #c79e24;
    --light: #F3F4F5;
    --dark: #070508;
}

body {
    font-size: 20px;
}

.font-modern {
    font-family: 'Caveat', cursive !important;

}

.font-clasic {
    font-family: 'Great Vibes', cursive !important;
}

a .img-link:hover {
    background-color: #000000;
    border: 10px solid #c79e24;
}

.text-light2 {
    color: #cac1b0;
}

.text-sem {
    font-size: 30px;
}

.text-sem2 {
    font-size: 20px;
}

.bg-light2 {
    background-color: #cac1b0;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.m-h {
    max-height: 39.44 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-white {
    background-color: white;
    color: var(--primary);
}

.border-new {
    border: 1px solid #ddd;
}

.border-left1 {
    border-left: 1px solid var(--primary);
}

@media (max-width: 991.98px) {
    .border-left1 {
        border-left: none !important;
        border-top: 1px solid var(--primary);
    }
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.bg-par {
    background-color: transparent !important;
}

.bg-bllack {
    background-color: #070508 !important;
}

.dropdown-menu {
    background-color: var(--dark);
    color: var(--light);
}

.dropdown-item:hover {
    background-color: #4a5760;
    color: var(--light);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 50px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}

.img-resize1 {
    height: auto;
    width: 80px;
}

.img-resize4 {
    height: auto;
    width: 60px;
}

.fs-11 {
    font-size: 17px;
}

.header-bg5 {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/newimgxaviar/1.png) center center no-repeat;
    background-size: cover;
    height: 420px !important;
}

.header-bg4 {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/newimgxaviar/11.jpeg) center center no-repeat;
    background-size: cover;
    height: 420px !important;
}

.text-jus {
    text-align: justify !important;
}

.header-bg3 {
    background: url(../img/Group\ 4416.png) center center no-repeat;
    background-size: contain;
}

.header-bg {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/newimgxaviar/900.jpeg) center center no-repeat;
    background-size: cover;
    height: 820px !important;
}

@media(max-width:900px) {
    .header-bg {
        background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/newimgxaviar/900.jpeg) center center no-repeat;
        background-size: cover;
        height: 620px !important;
    }
}

.bg-card1 {
    background: url(../img/newimgxaviar/bg.png) center center no-repeat;
    background-size: cover;

}

.bg-2 {
    background: linear-gradient(rgba(237, 234, 234, 0.842), rgba(236, 234, 234, 0.893)), url(../img/newimgxaviar/bg2.png) center center no-repeat;
    background-size: cover;
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}




/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.brand {
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 700;
    font-size: 4vmin;
    line-height: 1;
    color: #fff;
}

@media (min-width: 991.98px) {
    .px-small {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 991.98px) {
    .ms-5-small {
        margin-left: 2rem !important;
    }
}

@media (max-width: 991.98px) {
    .px-5-small {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .mx-5-small {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 991.98px) {
    .mx-small {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media (min-width: 991.98px) {
    .ps-0-small {
        padding-left: 0px !important;
    }
}

@media (min-width: 991.98px) {
    .pe-0-small {
        padding-right: 0px !important;
    }
}