@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
    --main-color: #424242;
    --gold-color: #bc9746;
}

body {
    font-size: 18px;
    color: #424242;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.gold-text {
    color: var(--gold-color);
}

h2,h3,h4 {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    font-style: normal;
}

.content {
    h2,h3,h4 {
        font-family: "Philosopher", sans-serif;
        font-weight: 700;
        font-size: 2rem;
        font-style: normal;
    }
    
    img {
        border-radius: 8px;
    }
}

.mb0 {
    margin-bottom: 0;
}

.pt0 {
    padding-top: 0 ;
}

.container {
    width: 96%;
    max-width: 1280px;
}

.top-nav {
    height: 40px;
    background: white;
    border-bottom: 2px solid #ebebeb;
    
    .top-nav__flex-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        font-size: 1.1rem;
        gap: 20px;
        
        .tel, .address {
            color: var(--gold-color);
            font-weight: 600;
        }
    }

}

nav {
    height: 80px;
    box-shadow: none;
}

nav a {
    color: #5f5e60;
}

nav .sidenav-trigger {
    height: 80px;
    line-height: 80px;
}

nav .brand-logo {
    height: 80px;
    display: flex;
    align-items: center;
}

nav .brand-logo img {
    height: 60px;
}

nav ul a {
    line-height: 80px;
    color: #5f5e60;
}

nav.breadcrumbs {
    background-color: #f5f5f5;
    color: #424242;
    font-size: 1rem;
}

nav.breadcrumbs a {
    color: #424242;
    font-size: 1rem;
}

nav.breadcrumbs .breadcrumb:last-child {
    color: #bd9b57;
}

nav.breadcrumbs .breadcrumb:before {
    content: none;
}


.button {
    background-color: #bc9746;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    color: white;
    border-radius: 50px;
    font-weight: 400;
    transition: 0.5s;
    line-height: 105%;
}

.button i {
    opacity: 0.7;
    font-size: 1.4rem;
}

.button img {
    height: 1.4rem;
}

.button:hover {
    background-color: #9c7d3a;
}

.index .section {
    padding: 80px 0;
}

.pagetitle {
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-top: 0;
    text-transform: uppercase;
}

h3.section-title {
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    position: relative;
    display: inline-block;
}

h3.section-title span {
    display: inline-block;
    background-color: white;
    position: relative;
    padding: 10px;
    z-index: 2;
    border-radius: 50px;
}

.grey h3.section-title span {
    background-color: #f5f5f5;
}


h3.section-title::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    border: #bc9746 6px solid;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: -12px;
    z-index: 1;
}

.content {
    padding: 40px;
    background: white;
    border-radius: 10px;
    
    blockquote {
        border-color: var(--gold-color);
        font-style: italic;
        font-weight: 500;
    }
    
    ul {
        li {
            position: relative;
            padding: 0 20px;
            list-style-type: none;
            
            &:before {
                content: "\f1ce";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: 0.6rem;
                color: #bd9b57;
                display: block;
                position: absolute;
                left: 5px;
                top: 5px;
            }
        }
        
        &.contacts-lists {
            li {
                padding: 10px 20px;
                border-bottom: 1px dashed #d5d5d5;
                
                &:before {
                    top: 16px;
                }
            }
        }
    }
}


.first-bg-section {
    height: 600px;
    background: rgb(226,226,226);
    background: -webkit-linear-gradient(83deg, rgba(226,226,226,1) 0%, rgba(189,189,191,1) 100%);
    background: -moz-linear-gradient(83deg, rgba(226,226,226,1) 0%, rgba(189,189,191,1) 100%);
    background: -o-linear-gradient(83deg, rgba(226,226,226,1) 0%, rgba(189,189,191,1) 100%);
    background: linear-gradient(83deg, rgba(226,226,226,1) 0%, rgba(189,189,191,1) 100%);
}

.first-bg-section .position-relative {
    position: relative;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #ffffffd2;
}

.first-bg-section .position-relative h1 {
    font-family: "Philosopher", sans-serif;
    font-size: 5rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.first-bg-section .position-relative h2 {
    font-size: 1.4rem;
    font-style: italic;
    z-index: 3;
    color: #5f5e60;
    padding: 0;
    margin: 0;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 20px;
}

.first-bg-section .position-relative .avatar {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 400px;
   /*  max-width: 510px; */
}

.first-bg-section .position-relative .button {
    margin-top: 40px;
}

.border-left {
    border-left: 4px #bc9746 solid;
    padding-left: 40px !important;
}

.service-item-block {
    box-shadow: none;
    height: 560px;
    overflow: hidden;
    border-radius: 10px;
    
    .card-panel-header {
        display: flex;
        align-items: center;
        padding: 20px 0;
        
        i {
            color: var(--gold-color);
            font-size: 2rem;
        }
        
        .hline {
            height: 2rem;
            width: 4px;
            background-color: #bc9746;
            margin: 0 10px;
        }
        
        h5 {
            font-size: 1.4rem;
            font-family: "Philosopher", sans-serif;
            font-weight: 700;
            line-height: 1;
        }
    }
    
    ul li {
        position: relative;
        padding: 0 20px;
        
        &::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border-left: 1px solid #bc9746;
            border-top: 1px solid #bc9746;
            border-bottom: 1px solid #bc9746;
        }
        
        a {
            color: var(--main-color);
            font-size: 1rem;
            font-weight: 500;
            padding-bottom: 3px;
            border-bottom: 1px dashed transparent;
            
            &:hover {
                border-color: var(--gold-color);
            }
        }
    }
    
    &.serices-item {
        padding: 40px;
        height: 400px;
        
        i {
            font-size: 3rem;
        }
        
        h5 {
            font-size: 1.8rem;
        }
    }

}

.price-section  .card-panel .card-panel-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    border: 10px solid #ffffff;
    background: #bc9746;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: white;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap .card-panel {
    flex: 1 0 0%;
    padding: 10px;
    border: none;
    position: relative;
    box-shadow: none;
    min-width: 300px;
}

.price-section  .card-panel {
    position: relative;
    margin-top: 50px;
}

.price-section  .card-panel .card-panel-text {
    height: 200px;
    overflow: hidden;
    font-weight: 600;
    padding: 10px;
    padding-top: 60px;
    text-align: center;
    border: 2px solid #bc97464f;
    border-radius: 10px;
}

.gold-text {
    color: #bc9746;
}

.reviews-section .card-panel {
    padding: 20px;
    border: 2px solid #bc97464f;
    border-radius: 10px;
    box-shadow: none;
}

.reviews-section .card-panel .card-panel-title {
    display: flex;
    font-weight: 600;
    align-items: center;
}

.reviews-section .card-panel .card-panel-title .card-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 6px solid #F1F1F1;
    background: white;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bc9746;
    font-size: 1.2em;
}

.reviews-section .card-panel .card-panel-body {
    padding: 20px;
}

.reviews-section .card-panel .card-panel-title {
    font-size: 1.2em;
    font-weight: 600;
}

.reviews-section .card-panel .card-panel-blockquote {
    font-weight: 400;
    font-size: 1rem;
    border: none;
    padding-left: 0;
    height: 240px;
    overflow: hidden;
    transition: 0.3s;
}

.reviews-section .card-panel:hover .card-panel-blockquote {
    min-height: 240px;
    overflow: visible;
}


.reviews-section .card-panel .card-panel-blockquote::before {
    content: "\f100";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #bc9746;
    display: inline;
    padding-right: 10px;
}

.reviews-section .card-panel .card-panel-blockquote::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #bc9746;
    display: inline;
    padding-left: 10px;
}

.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
}

.owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    border: 2px solid #bc9746;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active {
    background: #bc9746;
}

/* iframe {
    display: block;
    width: 100%;
    height: 500px;
}
 */

.page-footer iframe{
    border-radius: 5px;
    overflow: hidden;
}

.page-footer .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
    li {
        display: flex;
        align-items: center;
        gap: 10px;
        
        .icon {
            color: #bc9746;
            font-size: 1.6rem;
            opacity: 0.5;
        }
        
        a {
            color: #f5f5f5;
            font-size: 1rem;
        }
    }
}


.page-footer h3.section-title span {
    background-color: #424242;
}

.page-footer .footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.846);
}

.copy-pt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pteam {
    font-size: 1rem;
    color: white;
    font-weight: 300;
    text-align: left;
    border-bottom: none;
    line-height: 1rem;
    opacity: .8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pteam svg {
    height: 50px;
    margin-right: 10px;
}

.owl-carousel.owl-carousel .owl-nav button {
    position: absolute;
    font-size: 60px;
    color: #be9b53;
    transition: .5s;
}
.owl-carousel.owl-carousel .owl-nav button:hover {
    color: #424242;
    cursor: pointer;
}

.owl-carousel .owl-nav {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
}

.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel .owl-nav .owl-next {
    right: -20px;
}

.arbitrage-card {
   box-shadow: none; 
   border-radius: 10px;
   
   .card-content {
        color: var(--main-color);
        height: 210px;
        overflow: hidden;
        
        h4 {
            font-size: 1.6rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 700;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 4px solid var(--gold-color);
            height: 83px;
        }
        
        p {
            line-height: 1.2;
            font-size: 1rem;
        }
    }
   
}

.post-card {
   box-shadow: none; 
   border-radius: 10px;
   background: white;
   overflow: hidden;
   margin-bottom: 20px;
   
   .post-card__image {
       width: 100%;
       aspect-ratio: 16 / 9;
       background-size: cover;
       background-position: center;
       border-radius: 10px;
   }
   
   .post-card__content {
        color: var(--main-color);
        height: 210px;
        overflow: hidden;
        padding: 24px;
        
        h4 {
            font-size: 1.6rem;/* 
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; */
            overflow: hidden;
            font-weight: 700;
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 4px solid var(--gold-color);
            height: 83px;
        }
        
        p {
            line-height: 1.2;
            font-size: 1rem;
        }
    }
    
    .post-card__action {
        padding: 16px 24px;
    }
   
}

.category-list-card {
    box-shadow: none; 
    border-radius: 10px;
    
    .card-content {
        color: var(--main-color);
        
        h4 {
            font-size: 1.6rem;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 700;
            padding-bottom: 20px;
            margin-bottom: 20px;
            height: 110px;
            
            span {
                padding-bottom: 3px;
                border-bottom: 1px dashed transparent;
                transition: 0.5s;
            }
        }
    }
    
    &:hover {
        h4 {
            span {
                border-color: var(--gold-color);
            }
        }
    }
}

@media screen and (max-width: 600px) {

    nav .brand-logo img {
        height: 50px;
    }

    .first-bg-section {
        height: 450px;
    }

    .first-bg-section .position-relative {
        height: 450px;
        display: flex;
    }
    

    .first-bg-section .position-relative h1 {
        font-size: 3rem;
        position: relative;
        z-index: 1;
        margin-top: 160px;
        color: white;
        text-shadow: 2px 2px 2px #4c4c4c7a;
    }
    .first-bg-section .position-relative h2 {
        font-size: 1.2rem;
        position: relative;
        z-index: 1;
        color: white;
        text-shadow: 2px 2px 2px #4c4c4c7a;
    }

    .first-bg-section .position-relative img {
        right: 50%;
        margin-right: -150px;
        max-width: 300px;
        z-index: 0;
        opacity: 0.5;
    }

    .first-bg-section .position-relative .button {
        margin-top: 40px;
        position: relative;
        z-index: 1;
    }
    
    .service-item-block {
        &.serices-item {
            padding: 20px;
            height: auto;
        }
    }

    .copy-pt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .copy-pt span {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .service-item-block {
        &.serices-item {
            height: auto;
        }
    }
    
    .pagetitle {
        font-size: 1.8rem;
    }
    
    .content {
        padding: 10px;
    }
}
