








:root {
    --color1: #051c59;
    --color2: #fdd579;
}

.agent-wrap-1::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000085;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.agent-wrap-1 {
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    direction: rtl;
    z-index: 1;
}

.agent-wrap-1 .container {
    width: 100%;
}

.agent-wrap-1-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agent-wrap-1-info {
    color: #fff;
}

.agent-wrap-1-title {
    font-size: 38px;
    font-weight: bold;
}

.agent-wrap-1-text {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    margin-top: 10px;
}

.agent-wrap-1-text::after {
    content: '';
    display: block;
    width: 40%;
    margin-top: 20px;
    height: 5px;
    background: var(--color2);
    border-radius: 10px;
}

.agent-wrap-1-btn {
    height: 56px;
    background: var(--color2);
    color: var(--color1);
    border: 1px solid var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0 50px;
    border-radius: 14px;
    width: 100%;
    max-width: 260px;
    transition: 0.3s;
}

.agent-wrap-1-btn:hover {
    background: #fff;
    color: var(--color1);
    border-color: var(--color1);
}

.agent-wrap-2 {
    direction: rtl;
}

.agent-wrap-2-box {
    background: #fff;
    border-radius: 30px 30px;
    box-shadow: 1px 1px 8px 0px #e1dfdf;
    padding: 30px;
    margin-top: -145px;
    z-index: 1;
    position: relative;
}


.agent-wrap-2-header {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.agent-wrap-2-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid var(--color1);
    object-fit: contain;
}

.agent-wrap-2-title {
    font-size: 18px;
}

.agent-wrap-2-text {
    font-size: 26px;
    margin-top: 15px;
    color: #000;
    font-weight: bold;
}

.agent-wrap-2-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 60px;
    border-right: 6px solid var(--color2);
    margin-right: -30px;
    padding-right: 30px;
}

.agent-wrap-2-mute {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
}

.agent-wrap-2-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    margin-top: 25px;
    padding-top: 25px;
    justify-content: space-around;
    color: #000;
    font-size: 16px;
}

.agent-wrap-2-item:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
}

.agent-wrap-2-item-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.agent-wrap-2-item-number span {
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.agent-wrap-2-item-title i {
    font-size: 20px;
    color: var(--color1);
}

.agent-wrap-2-end {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 40px;
}

.agent-wrap-2-code {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agent-wrap-2-code img {
    width: 105px;
}

.agent-wrap-2-code-title {
    color: red;
    font-weight: 600;
    font-size: 14px;
    border: 2px dashed;
    padding: 5px;
}

.agent-wrap-2-social {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.agent-wrap-2-social img {
    height: 50px;
}

.agent-wrap-2-slide {
    border-radius: 20px;
}

.agent-wrap-2-box iframe {
    border-radius: 20px;
    margin-top: 30px;
}

.agent-wrap-end {
    width: 100%;
    object-fit: cover;
    margin-top: -600px;
    max-height: 800px;
    margin-bottom: -21px;
}

@media (max-width:767px) {
    .agent-wrap-1 {
        height: auto;
        padding: 60px 0;
        padding-bottom: 100px;
    }

    .agent-wrap-1-flex {
        flex-direction: column;
    }

    .agent-wrap-1-title {
        font-size: 22px;
    }

    .agent-wrap-1-text {
        font-size: 16px;
    }

    .agent-wrap-1-btn {
        height: 40px;
        font-size: 16px;
        max-width: max-content;
        margin-top: 25px;
        padding: 0 30px;
        border-radius: 10px;
    }

    .agent-wrap-1-text::after {
        height: 4px;
    }

    .agent-wrap-2-box {
        padding: 20px;
        margin-top: -90px;
    }

    .agent-wrap-2-header {
        gap: 15px;
        margin-bottom: 35px;
        margin-right: -20px;
        padding-right: 20px;
        margin-top: 10px;
    }

    .agent-wrap-2-img {
        width: 50px;
        height: 50px;
    }

    .agent-wrap-2-title {
        font-size: 14px;
    }

    .agent-wrap-2-text {
        font-size: 16px;
    }

    .agent-wrap-2-mute {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .agent-wrap-2-item {
        margin-top: 20px;
        padding-top: 20px;
        font-size: 14px;
    }

    .agent-wrap-2-item:last-child {
        padding-bottom: 20px;
    }

    .agent-wrap-2-end {
        margin-top: 25px;
        gap: 20px;
        margin-bottom: 25px;
    }

    .agent-wrap-2-social img {
        height: 36px;
    }

    .agent-wrap-2-code img {
        width: 80px;
    }

    .agent-wrap-2-code-title {
        font-size: 9px;
    }

    .agent-wrap-2-code {
        gap: 8px;
    }

    .agent-wrap-2-box iframe {
        margin-top: 25px;
    }

    .agent-wrap-end {
        margin-top: -240px;
    }

}
iframe{
    width:100%;
    height: 250px;
    padding-bottom: 15px;
    border-top-left-radius:calc(.25rem - 1px);
}