@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    transition: all 0.4s ease-in-out;
    font-weight: 300;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif;
}

.sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.hero {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 0 120px;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.btn-custom {
    background: #D0AF52;
    border: none;
    box-shadow: none;
    padding: 12px 30px;
    font-size: 14px;
    color: #fff;
}

.btn-custom:hover {
    background: #000;
}

.SubtractBack {
    background: url(../images/SubtractBack.png) no-repeat center;
    font-size: 24px;
    background-size: contain;
    padding: 6px;
    text-transform: uppercase;
    mix-blend-mode: screen;
    font-weight: 600;
}

.dateAddress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dateAddress div {
    font-weight: 400;
}

.heroTitle {
    font-size: 92px;
    font-weight: 600;
}

.lead {
    max-width: 1050px;
    margin: auto;
}

.registerForm {
    position: absolute;
    right: 0;
    bottom: -90px;
    left: 0;
    text-align: left;
}

.registerForm h4 {
    font-size: 28px;
    font-weight: 400;
}

.registerForm label {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
}

.registerForm .form-control {
    border: 1px solid #9BA5AE;
    border-radius: 0px;
    height: 45px;
    font-size: 12px;
    font-weight: 300;
}

.mt40 {
    margin-top: 28px;
}

.WhiteSpaceForm {
    padding: 35px 45px;
}

.padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 200px;
}

.about {
    max-width: 1000px;
    margin: auto;
}

.theme-color {
    color: #D0AF52;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.section-title {
    color: #000000;
    font-size: 48px;
}

.des {
    color: #6B6B6B;
    font-size: 16px;
}

.padding-medium {
    padding: 60px 0;
}

.bg-light-yellow {
    background: #F9F5E9;
}

.WhyAttend_content {
    border: 1px solid #D0AF52;
    padding: 35px;
    text-align: center;
}

.WhyAttend_content p,
.exclusiveOffer p {
    color: #D0AF52;
    font-size: 18px;
    font-weight: 400;
}

.WhyAttend_content:hover,
.exclusiveOffer:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.exclusiveOffer {
    background-color: #F9F5E9;
    padding: 35px;
    text-align: center;
}

.bglight-gray {
    background: #F5F5F5;
}

.ourProjects {
    height: 100%;
}

.ourProjects,
.ourProjects .figure {
    overflow: hidden;
    background: #fff;
}

.ourProjects .figure img {
    transition: all 0.5s ease-in-out;
}

.ourProjects:hover .figure img {
    scale: 1.1;
}

.projects-info {
    padding: 20px 20px 25px;
}

.project-location {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
}

.project-des {
    font-size: 13px;
    color: #6B6B6B;
}

.project-price span {
    font-size: 16px;
    font-weight: 400;
}

.project-price span.sizeLarge {
    color: #D0AF52;
    font-size: 32px;
}

.contact-info {
    max-width: 550px;
    margin: auto;
}

.footer-location {
    font-size: 28px;
}

.dateAddressFoter {
    color: #D0AF52;
    font-weight: 400;
}

.dateAddressFoter i {
    margin-right: 5px;
}

.fa-map-marker {
    font-size: 22px;
}

.map {
    margin-bottom: -6px;
    padding-left: 15px;
}

.projects-info ul li {
    font-size: 13px;
    color: #6B6B6B;
}

.projects-info i.fa.fa-check {
    background: #D0AF52;
    color: #fff;
    font-size: 11px;
    padding: 2px;
    border-radius: 20px;
}

.ourProjects .project-title {
    font-size: 24px;
}


@media only screen and (min-width: 768px) {
    .project-des {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative;
    }

    .project-des:not(.expanded)::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        background: white;
        padding-left: 5px;
    }

    .expanded {
        -webkit-line-clamp: unset;
    }

    .read-more-btn {
        color: #D0AF52;
        border: none;
        text-decoration: none;
        background: transparent;
        text-decoration: underline;
        font-size: 13px;
    }
}