﻿
@font-face {
    font-family: 'montserrat-regular';
    src: url('../fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-bold';
    src: url('../fonts/baskervville-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../fonts/montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'baskervville-medium';
    src: url('../fonts/baskervville-medium.ttf') format('truetype');
}
.psell {
    font-size: 14px !important;
    text-transform: none !important;
    margin: 0 auto;
    font-weight:normal!important;
}
.divsectionabout {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.carbodyyybac {
    background: rgba(45, 45, 45,0.7);
    border-radius: 20px;
    color: #edeae1;
    font-size: 16px;
}
.formcontroldiv {
    background: transparent !important;
    height: 40px;
    border-radius: 20px;
    color: white !important;
}
.formcontroldiv2 {
    background: transparent !important;
    border-radius: 20px;
    color: white !important;
}
input::placeholder {
    color: #edeae1 !important; /* white */
    opacity: 1; /* ensure it's fully visible */
}

select.form-control option {
    color: #000; /* dropdown list text black */
}

select.form-control {
    color: #edeae1 !important; /* selected option text white */
}

.btnsend {
    border-radius: 20px;
    background: transparent;
    color: #edeae1;
    border-color: #edeae1;
}

    .btnsend:hover {
        background: #edeae1 !important;
        color: #c9af92 !important;
        border-color: #edeae1;
    }
.titleresp2 {
    font-size: 14px;
    color: #2d2d2d !important
}
@media only screen and (max-width: 500px) {
    .h5mobile{
        font-size:14px!important;
    }
    .titleresp{
        font-size:16px!important;
    }
    .descres{
        font-size:13px!important;
    }
}
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-3::after {
    content: '';
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border: 1px solid #fff;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 90;
    transition: all 0.3s;
    transform: scale(1.1);
    opacity: 0;
    display: block;
    opacity: 0;
}

.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}

.hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
    font-size: 16px !important;
    color: #edeae1 !important;
}

.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hover-3-title {
    color: #edeae1!important;
}

.hover-3 .hover-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.hover-3:hover img {
    width: 100%;
}

.hover-3:hover::after {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
}

.hover-3:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.container-fluid2 {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
    .container-fluid2 > .col-lg-6 {
        margin-right: 20px;
    }

        .container-fluid2 > .col-lg-6:last-child {
            margin-right: 0; /* prevent extra space on right side */
        }
.divheight {
    flex: 0 0 calc(50% - 10px);
    height:600px;
}

@media (max-width: 500px) {
    .divheight {
        flex: 0 0 100%;
        float:none!important;
        margin-bottom:20px!important;
        height:450px!important;
    }
    .container-fluid2 {
        display:block!important;
    }
    .bgdesignbackground {
        background-position: center!important;
    }
}
@media only screen and (min-width: 501px) and (max-width: 1200px) {
    .divheight {
        height: 500px !important;
    }
    .bgdesignbackground {
        background-position: center!important;
    }
}
.aBase {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
}
.aBase {
    font-size: 16px;
    border: 1px solid #f4f4f4;
    padding: 10px;
    color: #f4f4f4;
    text-decoration: none !important;
    border-radius: 20px;
}

    .aBase:hover {
        background: #f4f4f4 !important;
        color: #a16157;
        border-color: #f4f4f4 !important;
    }
.hover-3:hover .aBase {
    opacity: 1;
    transform: none;
}
.carbodyyybac span {
     display:flex;
}
.divtitleemargin{
    margin-top:auto;
    margin-bottom:auto;
}


.btnGettt {
    display: inline-block;
    background-color: #edeae1;
    color: #a16157;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s;
}

    .btnGettt:hover {
        background-color: #a16157 !important;
        color: #edeae1 !important;
        text-decoration: none !important;
    }