@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

* {
    outline: none !important
}

h1 {
    /* text-transform: uppercase; */
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 25px;
    font-weight: 600;
}

.bnt {
    border-radius: 30px;
}

.bg-light {
    background-color: #F8F8F7;
}

section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.nav-link {
    color: #ffffff !important;
}


.gold-button {
    background-color: #b88d28;
    color: #fff;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.gold-button:hover {
    background-color: #a2781e;
}

.gold-button:active {
    background-color: #956d16;
}

.section-title {
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 2rem;
}

.features .card {
    text-align: center;
    padding: 1rem;
}

.display-3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.jumbotron {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #adadbe 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #adadbe 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #adadbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#adadbe', GradientType=0);
    margin-bottom: 0;
    position: relative;
}

.jumbotron .caprion {}

.jumbotron .city {
    background: url(/templates/img/city.png);
    position: absolute;
    top: 0;
    bottom: 35%;
    left: 0;
    right: 0;
    opacity: 0.1;
    background-position: center bottom;
}

.ddvnum {
    display: block;
    width: 70px;
    height: 70px;
    padding: 8px 20px;
    background: #d4d4dd;
    border-radius: 50%;
    font-size: 33px;
    font-weight: 900;
    border: solid 3px #2b2c3d;
    color: #2b2c3d;
    margin: 0 auto;
}

footer {
    background: #2b2c3d;
    color: #d3af66;
    font-size: 10px;
    border-top: solid 1px #1e1f2f;
    text-transform: uppercase;
}

footer a {
    color: #d3af66;
}

footer a:hover {
    color: #d3af66;
}

.strong {
    text-transform: uppercase;
    font-weight: 900;
}

.bg-dark {
    background-color: #232437 !important
}

.about-blocks {
    background: #2b2c3d;
}

nav {
    font-size: 13px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #2b2c3d;
}

.text-dark {
    color: #2b2c3d !important;
}

.navbar-brand img {
    height: 20px;
}

.btn-dark {
    color: #d3af66;
    background-color: #2b2c3d;
    border-color: #2b2c3d;
    padding: 10px 30px;
}

.wapp {
    position: fixed;
    /* bottom: 5%; */
    z-index: 1000;
    bottom: 25px;
    right: 10px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.car {
    border-right: solid 2px #fff;
    border-left: solid 2px #fff;
}

.owl-dots.disabled,
.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
    display: none !important;
}

.owl-dots {
    text-align: center;
    margin: 10px;
}

.owl-dots .owl-dot {
    border-radius: 50%;
    background-color: #adadbe;
    padding: 5px;
    margin: 2px;
    display: inline-block;
}

.owl-dots .owl-dot.active {
    background-color: #d3af66;
}

.hero {
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    background: #23243794;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.hero .container {
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 1.1;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .navbar svg {
        height: 1.2rem;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    section.hero {
        padding-top: 0rem;
        padding-bottom: 1rem;
        background-position: right bottom !important;
    }

    .section-title {
        margin-top: 0rem;
    }

    .display-3 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .display-4 {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.1;
    }

    .about-blocks {
        text-align: center;
    }

    .vh100 {
        height: 250px;
        text-align: center;
    }

    .jumbotron .city {
        bottom: 0;
        background-size: 150%;
        opacity: 0.2;
    }

    .jumbotron .caprion {
        transform: translate(0, -50%);
        top: 50%;
        position: absolute;
        z-index: 2;
        padding: 0;
        /* width: 95%; */
        left: 15px;
        right: 15px;
    }

    .navbar-brand img {
        height: 20px;
    }

    #videocont {
        position: absolute;
        left: 0;
        top: 50px;
    }

    .navbar {
        z-index: 10;
        text-align: CENTER;
    }

    .mainnav {
        padding-bottom: 15px;
    }

    .form-inline * {
        width: 100%
    }


    .navbar-toggler .icon-bar {
        transition: 0.3s;
    }

    .navbar-toggler {
        border: 0;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 0;
        margin-bottom: 4px;
        background: #2b2c3d;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
        -webkit-transform-origin: 70% 0;
        -moz-transform-origin: 70% 0;
        -o-transform-origin: 70% 0;
        -ms-transform-origin: 70% 0;
        transform-origin: 70% 0;
        -webkit-transform: rotate(45deg) translate(5px, 8px);
        -moz-transform: rotate(45deg) translate(5px, 8px);
        -o-transform: rotate(45deg) translate(5px, 8px);
        -ms-transform: rotate(45deg) translate(5px, 8px);
        transform: rotate(45deg) translate(5px, 8px);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
        width: 0;
    }

    .navbar-toggler[aria-expanded="true"] :nth-child(3) {
        -webkit-transform-origin: 80% 0;
        -moz-transform-origin: 80% 0;
        -o-transform-origin: 80% 0;
        -ms-transform-origin: 80% 0;
        transform-origin: 80% 0;
        -webkit-transform: rotate(-45deg) translate(5px, -10px);
        -moz-transform: rotate(-45deg) translate(5px, -10px);
        -o-transform: rotate(-45deg) translate(5px, -10px);
        -ms-transform: rotate(-45deg) translate(5px, -10px);
        transform: rotate(-45deg) translate(5px, -10px);
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1rem !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }


}