body {
    font-family: 'Montserrat', sans-serif;
    background-color: #222222ff;
    overflow-x: hidden;
    scrollbar-width: none;
}

section {
    padding: 3rem 0;
}

.header {
    background-color: #222222ff;
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    height: 350px;
    position: absolute;
    top: 0;
    filter: drop-shadow(0 0 5px #020202ff);
}

.scale {
    position: absolute;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%) scale(.3);
}

.header-detail {
    border-radius: 100%;
    position: absolute;
    z-index: 9999;
    background-color: #a58b54ff;
    height: 3px;
}

.wpp-btn {
    --varColor: #25D366ff;
    background-color: var(--varColor);
    width: 95%;
    height: 15%;
    text-align: center;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2% 1%;
    align-content: center;
    padding: 1rem;
    text-transform: uppercase;
}

.wpp-btn i {
    font-size: 1.5rem !important;
}

.call-btn {
    --varColor: #444444ff;
    background-color: var(--varColor);
    width: 95%;
    height: 15%;
    text-align: center;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2% 1%;
    padding: 1rem;
    text-transform: uppercase;
}

.call-btn i {
    font-size: 1.5rem !important;
}

.cta-btn {
    background-color: #25D366ff;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
}

.cta-btn i {
    font-size: 1.5rem !important;
}

.mail-btn {
    --varColor: #a58b54ff;
    background-color: var(--varColor);
    width: 95%;
    height: 15%;
    text-align: center;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 2% 1%;
    padding: 1rem;
    text-transform: uppercase;
}

.mail-btn i {
    font-size: 1.5rem !important;
}

.info-collapse-call {
    color: #d9d5c700 !important;
    height: 0;
    font-size: 15px;
}

.btn-hover:hover .info-collapse-call {
    color: #FFFFFFFF !important;
    height: 100%;
    transition: all 0.3s ease;
}

.btn-hover:hover {
    color: #FFFFFFFF !important;
    transform: scale(1.01) translateY(-10px);
    filter: drop-shadow(0 0 15px var(--varColor));
    transition: all 0.3s ease;
    z-index: 10;
}

.glow-bg {
    background-image: linear-gradient(to right,#2c2c2c00 0%, #a58b5455 5%,#a58b5425 75%);
    padding: 2%;
    border-radius: 2%;
}

.rounded-input {
    border-radius: 30px;
}
.input-label{
    font-size: 0.8rem;
}

.div-padding {
    padding: 10px;
    border-radius: 2px;
}

.div-margin {
    margin-left: 5%;
    margin-right: 5%;
}

.div-zero-margin {
    margin-top: 0!important;
    margin-bottom: 0!important;
}  

.container-hover:hover {
    background: #2c2c2cff;
    transform: scale(1.15);
    filter: drop-shadow(0 0 25px #b49e6cff);
    transition: transform 1s, background 1s, filter 1s;
    border-radius: 5%;
    z-index: 1;
}
    
.vogue-style {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.dark-bg {
    background-color: #222222ff;
    padding: 5%;
    width: 100%;
    max-width: 100%;
}

.bg-connector-dark {
    background-image: linear-gradient(#2c2c2cff, #12121200);
    width: 100%;
    height: 15px;
    max-width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.bg-connector-light {
    background-image: linear-gradient(#d9d5c7FF, #12121200);
    width: 100%;
    height: 15px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.grey-bg {
    background-color: #2c2c2cff;
    padding: 50px;
    width: 100%;
    max-width: 100%;
}

.text-golden {
    background-image: linear-gradient(#f6ecd3ff, #a58b54ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-golden {
    background-image: linear-gradient(#f6ecd3ff, #a58b54ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size : 1.6rem;
}

.text-light {
    color: #a58b54ff;
}

.subtitle{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2rem;
}

.container-img {
    position: relative;
    display: inline-block;
    margin: auto;
    display: block;
}

.container-card {
    width: 100%;
    height: 242px;
    margin: 4rem 0;
}


.container-card:hover {
    transform: scale(1.5) translateX(100px);
    filter: drop-shadow(0 0 50px #b49e6cff);
    transition: transform 1s, filter 1s;

}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}

.overlay-card {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.circle-icon-img {
    width: 80px;
    height: 80px;
    position: relative;
}

.card-img { 
    position: absolute;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 5px #020202ff);
}

.card-title {
    top: 15%;
    left: 5%;
    width: 95%;
    margin: 0px;
    position: relative;
    text-align: left;
}

.card-content {
    top: 35%;
    left:5%;
    width: 85%;
    margin: 0px;
    position: relative;
    text-align: left;
}

.overlay i {
    background-image: linear-gradient(#f6ecd3ff, #a58b54ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.border-radius-15{
    border-radius: 15px;
}

.details-section{
    padding: 3rem 0;
}

.font-weight-600{
    font-weight: 600 !important;
}

.bkg-1 {
    background-image: url('../content/png/bkg-1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .overlay-card {
        width: 100%;
        min-height: 100% !important;
        position: absolute;
        align-items: center;
        justify-content: center;
    }

    .container-card {
        width: 100% !important;
        min-height: 90vw !important;
        overflow: hidden !important;
        border-radius: 15px !important;

    }

    .card-img { 
        width: auto !important;
        height: 100% !important;
        border-radius: 15px !important;
    }

    .card-title{
        width: 89% !important;
        font-size: 1.3rem;
        top: 0;
        left: 1.3rem;
        margin-top: 4rem;
    }

    .card-content {
        top: 0;
        left: 1.3rem;
        margin-top: 1rem;
        width: 89% !important;
    }

    .header-detail {
        width: 35% !important;
    }

    .text-center-mobile {
        text-align: center;
    }
    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .text-center-mobile {
        text-align: center;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    .hidden-mobile{
        display: none;
    }
}

@media (min-width: 768px) {
    .text-left-desktop {
        text-align: left;
    }
    .text-center-desktop {
        text-align: center;
    }
}