:root {
    --item-box-color: white;
    --detail-info-color: #7d7d7d;
}

.dot{
    position: absolute;
    right: -10%;
    top: 5%;
    width: 220px;
    z-index: -1;
}
.contact_main_title {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--item-box-color);
    position: relative;
    z-index: 3;
    margin-top: -70px;
}
.contact-form button:hover{
    opacity: 0.6;
}
.contact-container {
    margin-top: 80px;
    margin-bottom: 150px;
}
.contact-container h1{
    font-size: 30px;
}
.contact-form label {
    color: var(--item-box-color);
    margin-bottom: 10px;
    color: #2d2d2d;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 14px !important;
}

.contact-form input {
    height: 40px;
    background-color: white;
    border-radius: 4px;
    font-size: 16px !important;
}

.contact-form button {
    width: 130px;
    height: 40px;
    float: right;
    border: 0;
    transition: 0.4s opacity;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;

    background: #251bff;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
}

.contact-hr-col {
    display: flex;
    justify-content: center;
}

.contact-hr {
    height: 100%;
    border-left: 1px solid #e1e1e1;
}

.contact_detail_title {
    color: #282828;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact_detail_subtitle {
    color: var(--detail-info-color);
    line-height: 23px;
    margin-bottom: 50px;
}

.contact_info {
    color: var(--item-box-color);
    line-height: 23px;
    margin-bottom: 0;
    text-align: center;
}
.h5{
    position: absolute;
    bottom: 0;
    left: -10%;
    transform: rotateZ(90deg);
    width: 250px;
    opacity: 0.3;
    z-index: -2;
}
.contact-icon {
    color: var(--item-box-color);
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 30px;
}


.contact-item i{
    font-size: 22px;
    display: block;
    margin-right: 8%;
}

.contact-item{
    margin-top: 15px;
    display: flex;
    opacity: 0.8;
    margin-bottom: 1.8em !important;
}
.doty{
    position: absolute;
    left: 5%;
    width: 25px;
    height: 25px;
    background: #edda55;
    border-radius: 100%;
    bottom: 15%;
}