@import url(./variable.css);
@import url(./header.css);
@import url(./common-section.css);
@import url(./footer.css);
@import url(./contact-us.css);
@import url(./about-us.css);

body {
    font-family: 'Glacial Indifference', sans-serif;
    background-color: var(--bg-color);
}

.container-fluid {
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    background: transparent;
}

.form-control:focus {
    box-shadow: unset;
}

a {
    text-decoration: none;
}

.common-secondry-btn {
    font-size: 26px;
    font-weight: 400;
    line-height: 100%;
    color: var(--white);
    text-align: center;
    border: 2px solid var(--coffee);
    background-color: transparent;
    transition: all 0.3s ease;
    height: 50px;
    border-radius: 10px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 180px;
}

.common-secondry-btn:hover {
    background-color: var(--coffee);
    transform: scale(1.05);

    color: var(--white);
}

.common-main-title {
    font-size: 48px;
    font-weight: 400;
    color: var(--darkblack);
    padding-bottom: 30px;
    text-transform: capitalize;
}

.common-sub-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--coffee);
    font-family: var(--Cinzel-Decorative);
    padding-bottom: 24px;
    text-transform: uppercase;
}

p {
    font-size: 24px;
    font-weight: 400;
    line-height: 139%;
}

/* contact popup css start */
.contact-popup input::placeholder {
    color: var(--black);
}

.contact-popup input::-webkit-input-placeholder {
    color: var(--black);
}

.contact-popup input:-moz-placeholder {
    color: var(--black);
}

.contact-popup input::-moz-placeholder {
    color: var(--black);
}

.contact-popup input:-ms-input-placeholder {
    color: var(--black);
}

.contact-popup textarea::-webkit-input-placeholder {
    color: var(--black);
}

.contact-popup input,
.contact-popup textarea {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 12px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--bg-color);
    border-radius: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-top: 0;
}

.contact-popup textarea {
    margin-bottom: 0;
    padding-bottom: 32px;
    padding-top: 0;
}

.contact-popup .form-control:focus {
    background-color: transparent;
    border-color: var(--bg-color);
    box-shadow: unset;
}

.contact-popup .modal-content {
    background: var(--yellow-primary);
    border-radius: 20px;
    padding: 30px;
}

.contact-popup .modal-dialog {
    max-width: 850px;
}
.contact-popup .popup-sbn-btn{
    margin-top: 54px;
}
.contact-popup .popup-sbn-btn button{
        margin: 0 auto;
    color: var(--black);
    padding: 0px 0;
    max-width: 140px;
    height: 50px;
    min-height: 50px;
    
}
.contact-popup .modal-header {
    justify-content: end;
    border: 0;
    padding: 0;
}

.contact-popup .close {
    border-radius: 50%;
    border: 0;
    background: var(--coffee);
    color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.contact-popup button span {
    font-size: 22px;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.contact-popup .common-sub-title {
    font-size: 24px;
}
.contact-popup .contact-us-img{
    text-align: end;
}
@media (max-width:1280px){
    
.contact-popup .modal-dialog {
    max-width: 700px;
}
}
@media (max-width:1199px) {
    .common-sub-title {
        padding-bottom: 14px;
        font-size: 26px;
    }


}

@media (max-width:1024px) {
    .common-sub-title {
        font-size: 24px;
        padding-bottom: 18px;
    }
.contact-popup .common-sub-title{
    font-size: 22px;
}
    .common-main-title {
        font-size: 30px;
        padding-bottom: 18px;
    }

    p {
        font-size: 20px;
    }

    .common-secondry-btn {
        font-size: 22px;
        max-width: 100px;
    }

}

@media (max-width:991px) {
    .common-sub-title {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .common-main-title {
        font-size: 26px;
        padding-bottom: 14px;
    }

    p {
        font-size: 16px;
    }


}

@media (max-width:767px) {
    .common-secondry-btn {
        font-size: 18px;
        max-width: 130px;
        min-width: 130px;
        height: 45px;
    }
    .contact-popup .contact-us-img{
        display: none;
    }
    .contact-popup textarea{
        padding-bottom: 15px;
    }
    .contact-popup .popup-sbn-btn {
    margin-top: 30px;
}
.contact-popup .common-sub-title{
    font-size: 18px;
}
.contact-popup .modal-content {
    border-radius: 15px;
    padding: 15px 12px;
}
.contact-popup .close{
    width: 25px;
    height: 25px;
}
.contact-popup .popup-sbn-btn button{
        max-width: 130px;
    height: 44px;
    min-height: 44px;
}
}

@media (max-width:576px) {
    .common-secondry-btn {
        font-size: 16px;
        max-width: 110px;
        min-width: 110px;
        height: 40px;
    }
      .common-main-title {
        font-size: 20px;
    }

    .common-sub-title {
        font-size: 16px;
    }
    .contact-popup .common-sub-title {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .contact-popup input, .contact-popup textarea {
    font-size: 14px;
}
}