@font-face {
    font-family: 'poppins_bold';
    src: url(../font_family/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'poppins_semibold';
    src: url(../font_family/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'poppins_medium';
    src: url(../font_family/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'poppins_regular';
    src: url(../font_family/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'poppins_light';
    src: url(../font_family/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: 'literata_bold';
    src: url(../font_family/Literata/static/Literata-Bold.ttf);
}

@font-face {
    font-family: 'literata_medium';
    src: url(../font_family/Literata/static/Literata-Medium.ttf);
}

@font-face {
    font-family: 'italiana_regular';
    src: url(../font_family/Italiana/Italiana-Regular.ttf);
}

.poppins_bold {
    font-family: 'poppins_bold';
}

.poppins_semibold {
    font-family: 'poppins_semibold';
}

.poppins_medium {
    font-family: 'poppins_medium';
}

.poppins_regular {
    font-family: 'poppins_regular';
}

.poppins_light {
    font-family: 'poppins_light';
}

.literata_bold {
    font-family: 'literata_bold';
}

.literata_medium {
    font-family: 'literata_medium';
}

.italiana_regular {
    font-family: 'italiana_regular';
}

:root {
    --primary: #7E552D;
    --black: #000;
    --white: #fff;
    --eagle: #797979;
    --eagle_1: #1E1E1E;
    --eagle_3: #4F4F4F;
}

.bg_nav {
    background-color: var(--primary);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.n_c {
    color: var(--white) !important;
    font-family: 'poppins_medium';
}

.logo_width img {
    width: 80%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.login_btn {
    background-color: var(--white);
    border: none;
    font-family: 'poppins_medium';
    color: #7E552D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 134px;
    height: 40px;
}

.main_img {
    background-image: url(../media/new_images/main_image.png);
    background-position: top, center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
}

.uae {
    font-size: 45px;
    width: 60%;
    font-family: 'literata_bold';
    text-align: center;
}

.invest {
    font-size: 20px;
    font-family: 'poppins_medium';
}

.btn_reg {
    border: none;
    font-size: 18px;
    color: var(--black);
    padding: 10px 20px 10px 20px;
    outline: none;
    border-radius: 10px;
    font-family: 'poppins_regular';
}

.btn_reg:focus {
    outline: none;
}

.uae_1 {
    height: 90%;
}

.navbar-toggler {
    border: 1px solid var(--white);
}

.navbar-toggler-icon {
    background-image: url(../media/new_images/navbar_toggler.png) !important;
}

.f_1 img {
    width: 20%;
}

.f_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.f_1 img {
    width: 80%;
    margin: auto;
}

.you {
    font-size: 40px;
    font-family: 'literata_bold';
    display: flex;
    text-align: center;
    justify-content: center;
    color: var(--eagle_1);
}

.you_1 {
    font-size: 40px;
    font-family: 'literata_bold';
    display: flex;
    text-align: center;
    justify-content: center;
    color: var(--eagle_1);
}

.enable {
    font-size: 20px;
    color: var(--eagle);
    text-align: center;
    width: 60%;
    margin: auto;
    font-family: 'poppins_medium';
}

.ic img {
    width: 30px;
}

.verified_tx {
    font-size: 22px;
    font-family: 'literata_medium';
    color: var(--eagle_1);
}

.picked {
    font-size: 15px;
    font-family: 'poppins_medium';
    width: 100%;
    color: var(--eagle_3);
}

.new_mt_1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #D3A375 100%);
}

.new_mt_2 {
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 30%, #D3A375 100%);

}

.border_card_1 {
    padding: 30px;
    border: 4px solid var(--primary);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
}

.border_card_2 {
    padding: 30px;
    border: 4px solid var(--primary);
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
}

.border_card_3 {
    padding: 30px;
    border: 4px solid var(--primary);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
}

.border_card_4 {
    padding: 30px;
    border: 4px solid var(--primary);
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
}

.card_grid_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.bg_new_2 {
    background-color: #FFF7EF;
}

.d_1 img {
    width: 30px;
}

.sign {
    font-size: 20px;
    font-family: 'poppins_medium';
    color: var(--eagle_1);
}

.real {
    font-size: 18px;
    width: 100%;
    font-family: 'poppins_light';
    color: var(--eagle_3);
}

.card_3 {
    background-color: var(--white);
    width: 100%;
    height: 100%;
}

.prop {
    position: relative;
}

.prop img {
    width: 100%;
}

.prop-text {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-family: 'literata_bold';
    color: white;
}

.fq .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    color: var(--black) !important;
    font-size: 18px !important;
    font-family: 'poppins_medium' !important;
}

.fq .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.fq .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.fq .accordion-button:not(.collapsed) {
    color: var(--black) !important;
    font-size: 18px !important;
    font-family: 'poppins_medium' !important;
}

.estate {
    font-size: 25px;
    color: #fff;
    font-family: 'literata_bold';
}

.multiple {
    font-size: 22px;
    font-family: 'poppins_light';
    color: var(--white);
}

.bg_new_4 {
    background-color: var(--primary);
}

.logo_new_1 {
    top: 0;
}

.logo_new_1 img {
    width: 100%;
    margin: auto;
}

.join_btn {
    border: none;
    font-size: 18px;
    color: var(--black);
    font-family: 'poppins_medium';
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin: auto;
}

.join_btn:focus {
    outline: none;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.owl-carousel .owl-item img {
    width: 100px;
}

.william {
    font-size: 18px;
    font-family: 'literata_bold';
    color: var(--black);
}

.agent {
    font-size: 18px;
    font-family: 'poppins_light';
    color: var(--eagle);
    margin: 0px;
}

.sector {
    font-size: 16px;
    font-family: 'poppins_light';
    color: var(--eagle);
}

.main_item {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 15.2px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid rgba(232, 232, 232, 1)
}

.main_item:hover {
    background-color: var(--primary);
}

.main_item:hover .william,
.main_item:hover .agent,
.main_item:hover .sector {
    color: white;
}

.footer_bg {
    background-color: rgba(255, 247, 239, 1);
}

.footer_logo img {
    width: 100px;
}

.dao {
    font-size: 16px;
    font-family: 'poppins_light';
    color: var(--eagle);
    width: 80%;
}

.info {
    font-size: 24px;
    color: #303030;
    font-family: 'literata_bold';
}

.st {
    text-decoration: none;
    color: #717171;
    font-size: 18px;
    font-family: 'poppins_light';
    list-style: none;
    padding: 0px;
}

.st:hover {
    text-decoration: none;
    color: #717171;
    font-size: 18px;
    list-style: none;
    padding: 0px;
}

.st li {
    padding-top: 10px;
}

.phone img {
    width: 16px;
}

.num {
    font-size: 16px;
    font-family: 'poppins_light';
    color: #717171;
    margin: 0px;
}

.social_icons {
    padding-top: 10px;
    display: flex;
    gap: 10px;
}

.social_icons img {
    width: 30px;
}

.rights {
    color: var(--black);
    font-size: 16px;
    font-family: 'poppins_medium';
}

.privacy {
    color: var(--black);
    font-size: 16px;
    font-family: 'poppins_medium';
}

.redefine {
    font-size: 54px;
    width: 70%;
    color: #1E1E1E;
    font-family: 'literata_bold';

    white-space: nowrap;
    /* Line break na ho */
    /* Agar content zyada ho to hide kare */

    max-width: 70%;
    /* Width ko lock karne ke liye */
    min-width: 70%;
    box-sizing: border-box;
    /* Padding/border ko width mein count kare */
}

.putting {
    color: var(--eagle);
    font-size: 18px;
    width: 50%;
    font-family: 'poppins_light';
}

.vega {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 140px;
    font-family: 'italiana_regular';
    color: #0C0507;
    letter-spacing: -50px;
    line-height: 1;
    padding: 0;
    rotate: -90deg;
    margin-left: -60px;
}

.ap {
    padding: 25px 0px;
    font-size: 24px;
    font-family: 'poppins_medium';
    color: #666666;
}

.it {
    font-size: 40px;
    font-family: 'italiana_regular';
    margin: 0px;
    color: var(--black);
}

.ap_1 {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 6px;
}

.vega_1 img {
    width: 100%;
}

.image-wrapper {
    position: relative;
    width: fit-content;
}

.bottom-image img,
.top-image img {
    display: block;
    max-width: 100%;
}

.bottom-image {
    position: relative;
    z-index: 1;
}

.top-image {
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 2;
}

@media (min-width: 768px) {
    .card_grid_container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .f_1 {
        grid-template-columns: repeat(4, 1fr);
    }

    .card_grid_container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:1000px) {
    .uae_1 {
        height: 70%;
    }

    .f_1 img {
        width: 80%;
        margin: auto;
    }

    .uae {
        font-size: 40px;
        width: 90%;
    }

    .logo_new_1 {
        top: 35px;
    }

    .main_img {
        height: 70vh;
    }

    .redefine_23 {
        display: block !important;
        font-size: 25px;
        font-family: 'literata_bold';
    }
}

@media screen and (max-width:800px) {
    .main_img {
        height: 70vh;
    }

    .dao {
        width: 100%;
    }

    .uae {
        font-size: 35px;
        width: 100%;
    }

    .logo_new_1 {
        top: 50px;
    }

    .uae_1 {
        height: 75%;
    }

    .top-image {
        top: 0;
    }

    .putting {
        width: 100%;
    }

    .redefine {
        display: none;
    }

}

@media screen and (max-width:500px) {
    .logo_width img {
        width: 60%;
    }

    .privacy {
        font-size: 13px;
    }

    .rights {
        padding-bottom: 10px;
    }

    .footer_all_right {
        display: flex;
        flex-direction: column;
    }

    .card_grid_container {
        gap: 20px;
    }

    .bottom-image img,
    .top-image img {
        display: block;
        max-width: 60%;
        display: flex;
        justify-content: end;
        margin-left: auto;
    }

    .estate {
        font-size: 20px;
    }

    .multiple {
        font-size: 18px;
    }

    .logo_new_1 {
        top: 73px;
    }

    .border_card_1 {
        padding: 30px;
        border: 4px solid var(--primary);
        border-left: none;
        border-bottom: none;
        border-right: none;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        width: 90%;
        margin: auto;
    }

    .border_card_2 {
        width: 90%;
        margin: auto;
    }

    .border_card_4 {
        width: 90%;
        margin: auto;
    }

    .border_card_3 {
        padding: 30px;
        border: 4px solid var(--primary);
        border-left: none;
        border-bottom: none;
        border-right: none;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        width: 90%;
        margin: auto;
    }


    .you {
        font-size: 30px;
    }

    .you_1 {
        font-size: 25px;
    }

    .enable {
        font-size: 16px;
        width: 80%;
    }

    .f_1 img {
        width: 80%;
        margin: auto;
    }

    .uae {
        font-size: 20px;
        width: 100%;
    }

    .invest {
        font-size: 16px;
        text-align: center;
        width: 70%;
    }

    .main_img {
        height: 70vh;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .uae_1 {
        height: 75%;
    }

    .agent {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sector {
        font-size: 13px;
    }

    .dao {
        font-size: 14px;
    }

    .redefine {
        display: none;
    }

    .putting {
        width: 100%;
    }

    .vega {
        font-size: 80px;
        letter-spacing: -5px;
        margin-left: 0;
        rotate: -90deg;
    }
}