@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Thin.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Thin.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Light.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Light.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Regular.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Regular.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-SemiBold.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-SemiBold.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Bold.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Bold.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-ExtraBold.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-ExtraBold.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: YekanBakhFaNum;
    src:
        url(../fonts/YekanBakhFaNum/woff2/YekanBakhFaNum-Black.woff2) format("woff2"),
        url(../fonts/YekanBakhFaNum/woff/YekanBakhFaNum-Black.woff) format("woff"),
        url(../fonts/YekanBakhFaNum/ttf/YekanBakhFaNum-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}



.cu-box-img-body {
    margin-top: 28px;
    position: relative;
}

.cu-box-img {
    width: 100%;
    height: 388px;
    object-fit: cover;
    border-radius: 60px;
}

.cu-box-controll-right {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    background: #fff;
    height: 107px;
    width: 230px;
    display: flex;
    align-items: end;
    padding: 20px 25px;
    border-radius: 0 0 0 40px;
}

.cu-box-controll-right .curved-corner-1 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    position: absolute;
    left: -49px;
    top: 0;
    transform: rotate(-180deg);
}

.cu-box-controll-right .curved-corner-2 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    position: absolute;
    right: -1px;
    top: unset;
    bottom: -50px;
    transform: rotate(-180deg);
}


.cu-box {
    border-radius: 16px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 60px;
    position: relative;
}

.cu-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    border-bottom: 2px solid var(--color2);
    width: max-content;
    padding-bottom: 8px;
}

.cu-form input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cacaca;
    outline: 0;
}

.cu-form input:focus {
    border-color: var(--color2);
}


.cu-form textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cacaca;
    outline: 0;
}

.cu-form textarea:focus {
    border-color: var(--color2);
}

.cu-form label span {
    color: #bf0048;
    font-size: 22px;
    line-height: 1;
}

.cu-form label {
    font-size: 16px;
    color: #979797;
}

.cu-form {
    margin-top: 35px;
}

.cu-form-null {
    font-size: 18px;
    color: var(--color1);
    background: transparent;
    border: 0;
    outline: none;
    font-family: inherit;
}

.cu-form-null:hover {
    color: var(--color2);
}

.cu-form-btn {
    border-radius: 6px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    color: #fff;
    font-family: inherit;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.cu-form-btn:hover {
    background: var(--color2);
}


.responsive-map {
    overflow: hidden;
    padding-bottom: 270px;
    position: relative;
    height: 0;
    border-radius: 20px;
    height: 100%;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 270px;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 20px;
}

.cu-box-item img {
    width: 47px;
    height: 47px;
    margin-left: 20px;
}

.cu-box-item {
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.cu-box-item span {
    font-size: 17px;
    color: #5e5e5e;
    display: flex;
    align-items: center;
}

.cu-box-item a {
    font-size: 17px;
    color: #5e5e5e;
    display: flex;
    align-items: center;
}

.cu-box-item a:hover {
    color: var(--color2);
}


.cu-box-float-1 {
    position: absolute;
    right: 30px;
    z-index: 99;
    height: 110px;
    width: 65px;
    object-fit: cover;
    object-position: top;
}

.cu-box-float-2 {
    position: absolute;
    left: 20px;
    bottom: -85px;
    z-index: 99;
    height: 110px;
    width: 65px;
    object-fit: cover;
    object-position: top;
}

.cu-box-float-3 {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 1;
}

.cu-box-float-4 {
    position: absolute;
    left: 5%;
    top: 25%;
    transform: scaleX(-1);
    width: 76.9px;
    height: 57.9px;
}

.cu-box-float-5 {
    position: absolute;
    left: 5%;
    top: 40%;
    transform: scaleX(-1);
}


@media (max-width:767px) {

    .cu-box-controll-right {
        height: 78px;
        width: 150px;
    }

    .cu-box-img {
        height: 225px;
        border-radius: 20px;
    }

    .cu-box-img-body {
        margin-top: 5px;
    }

    .cu-box {
        padding: 20px;
    }

    .cu-box-title {
        font-size: 16px;
    }

    .cu-form label {
        font-size: 14px;
    }

    .cu-form {
        margin-top: 25px;
    }

    .cu-form-null {
        font-size: 14px;
    }

    .cu-form-btn {
        font-size: 14px;
    }

    .cu-box-float-2 {
        display: none;
    }

    .cu-box-item span {
        font-size: 14px;
    }

    .cu-box-item img {
        width: 34px;
        height: 34px;
        margin-left: 15px;
    }

    .cu-box-item a {
        font-size: 14px;
    }

    .cu-box-float-3 {
        display: none;
    }
    .cu-box-float-4 {
        display: none;
    }
    .cu-box-float-5 {
        display: none;
    }
}