/* CUSTOM FONTS FROM GOOGLE ******************/

@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');

/* CUSTOM FONTS FROM HOST ********************

@font-face {
    font-family: 'your_own_font2';
    src: local('your_own_font2'), url('../fonts/your_own_font2.woff') format('woff');
}*/
body {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #333;
}

/* CUSTOM COLORS VARIABLES *******************/

:root {
    --main-color: #192325;
    --highlight-color: #ad976e;
    --gradient-color: linear-gradient(to right, #332b66, #6b80d2);
    --gradient-color2: linear-gradient(to right, #ad976e, #cdc7b7);
}

/* CUSTOM HEADINGS ***************************/
h1, h2, h3 {
    font-family: 'Rubik';
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}
h1 {
    font-size: 80px;
    font-weight: 700;
}
h1 small {
    font-family: 'Montaga';
    font-size: 58px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: normal;
}
/*
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'your_own_font2', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}*/
h3 {
    font-size: 36px;
}
h5, h4 {
    font-family: 'Montaga';
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: none;
}
h2 + h5,
h2 + h4 {
  margin-bottom: 40px;
}
h4 {
    font-size: 28px;
    color: var(--highlight-color);
}
h2:has(+ h5) {
    margin-bottom: 0;
}
@media (min-width: 1601px) {
    .h2, h2 {
        font-size: 2.6rem;
    }
}
b, strong {
    font-weight: 500;
}

/* H2 UNDERLINE ******************************

h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: var(--highlight-color);
    position: absolute;
    bottom: -30px;
    left: 0;
}
h2.text-center::after, h2[style*="text-align:center"]::after,
.text-center h2::after, [style*="text-align:center"] h2::after {
    transform: translateX(-50%);
    margin-left: 50%;
    left: auto !important;
}*/

/* SLIDE *************************************

.hero-1 .hero-contents h1 {
    color: #0c1f31;
    font-size: 62px;
}*/

.hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
    height: 100vh;
    max-height: none;
}
.hero-1 .hero-contents {
    top: 27%;
}

/* SLIDE PARAGRAPH ***************************

.hero-1 .hero-contents p {
    color: #888888;
}*/

/* HIDE SLIDE OVERLAY ************************/

.hero-1 .single-slide.bg-cover::before {
    background: #000;
    opacity: .28;
}

/* CUSTOM BUTTONS ****************************

.btn {
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
}*/
@media (max-width: 480px) {
    header .btn {
        padding: 23px 20px;
        font-size: 15px;
    }
}

/* SERVICE CARD WITHOUT BORDERS **************/

.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.single-service-card .content {
    padding: 0;
    text-align: center;
}
.single-service-card p {
    font-size: 20px;
    line-height: 28px;
}
.single-service-card h3,
.single-service-card h4 {
    margin-bottom: 0;
}
@media (min-width: 1601px) {
    .single-service-card h3 {
        font-size: 2rem;
    }
}

/* PARALLAX POLYGON **************************

.parallax-wrap {
    background-color: #434F5B;
    padding: 10vh 10vh 8vh 10vh;
    min-height: 450px;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}*/

/* INVERSE FOOTER COLORS *********************

.footer-2 .footer-widgets-wrapper {
    background-color: #fff;
}
.footer-2 .footer-bottom {
    background-color: var(--main-color);
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
    color: var(--highlight-color)!important;
}
.footer-bottom * {
    color: #fff!important;
}*/

.container-padding {
    padding-right: 7rem;
    padding-left: 7rem;
}
.img-container.md {
    height: 660px;
}
.image {
    border-radius: 0;
}
.content ul {
    margin-bottom: 1.8rem;
}
.content li {
    margin-bottom: 5px;
}
.content p, .content ul {
    margin-bottom: 1rem;
    font-size: 20px;
}

span.fa-icon-wrapper {
    color: #AD926A;
    border: 1px solid #AD926A;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    line-height: 40px;
    font-size: 19px;
}

#widget-8 span.fa-icon-wrapper {
    color: var(--highlight-color);
    font-size: 36px;
    border: none;
}


#widget-16 {
    background: url(../images/bg-widget.jpg);
    margin: 0 !important;
    font-size: 20px;
    line-height: 28px;
}
#widget-16 .rounded{
    border-radius: 0!important;
}
#widget-16 .col-6:first-child {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#widget-16 .col-6:first-child h2 {
    margin-bottom: 0;
}
#widget-16 .col-6:first-child h4 {
    font-size: 32px;
}
#widget-16 .col-6:last-child {
    padding-right: 0;
}
#widget-16 .col-6:last-child figure,
#widget-16 .col-6:last-child .figure-img {
    margin-bottom: 0;
    display: block;
}

header.header-1.sticky {
    background-color: rgba(25, 35, 37, 0.8);
    backdrop-filter: blur(10px);
}
.preheader {
    font-size: 16px;
}
.preheader .btn {
    border-radius: 0;
}
header.header-1 .main-menu ul>li>a {
    line-height: 2;
}
header .dropdown-toggle::after {
    margin-left: .1em;
    color: #fff;
    vertical-align: middle;
}

.content ul:not(.nostyle) li::before {
    left: -22px;
}


.footer-bottom {
    font-size: 18px;
}

@media (max-width: 1600px) {
    body {
        font-size: 18px;
    }
    header.header-1>.container-fluid {
        padding: 28px 15px 25px;
        letter-spacing: 0;
    }
    .logo {
        max-width: 190px;
    }
    h1 {
        font-size: 54px;
    }
    h1 small {
        font-size: 42px;
        letter-spacing: 0px;
    }
    .hero-1 .hero-contents {
        top: 34%;
    }
    .container-padding {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    .content p, .content ul {
        font-size: 18px;
        line-height: 26px;
    }
    #widget-8 span.fa-icon-wrapper {
        font-size: 27px;
        height: auto;
        width: 30px;
    }
    .img-container.md {
        height: 380px;
    }
    h4 {
        font-size: 22px;
        line-height: 30px;
    }
    #widget-16 .col-6:first-child h4 {
        font-size: 28px;
    }
    #widget-16 p {
        font-size: 14px;
        line-height: 20px;
    }
    #widget-16 .row>* {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }
    #widget-16 figure.figure.image.pflow-img {
        margin-bottom: 0;
    }
    .h2, h2 {
        font-size: 2.1rem;
    }
}
@media (min-width: 1601px) {
    .ps-20p {
        padding-left: 20%;
    }
    .pe-20p {
        padding-right: 20%;
    }
}
@media (min-width: 768px) {
    body:not(#page-1) {
        padding-top: 224px;
    }
    body:not(#page-1) .logo {
        max-width: 190px;
    }
    body:not(#page-1) header {
        background: #2e3738;
    }
}
@media (max-width: 767px) {
    body header {
        background: #2e3738;
    }
    .hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
        height: calc(100vh - 237px);
        max-height: none;
    }
    .hero-1 .hero-contents h1 {
        font-size: 40px;
    }
    h1 small {
        font-size: 30px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 28px;
    }
    .btn {
        margin-bottom: 8px;
    }
}
@media (max-width: 991px) {
    #widget-16 .col-6 {
        width: 100%;
    }
    #widget-16 .col-3 {
        width: 50%;
    }
    .content p, .content ul {
        font-size: 16px;
        line-height: 24px;
    }
    .container-padding {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}