.contact {
    background-color: #f3f3f5;
    padding: 100px 0;
}
.contact .row {
    padding: 30px 0;
    border-radius: 30px;
    box-shadow: 28px 28px 45px #e6e6e6, -28px -28px 45px #ffffff;
}
.contact .item {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 5px;
    height: 100%;
    font-weight: 500;
}
.contact .item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f3f3f5;
    box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
    color: #dba21d;
    transition: all 0.4s ease;
}

.contact .item .icon:hover {
    background-color: #dba21d;
    color: #ffffff;
}
.contact .item .text {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.contact .item .text:hover a {
    color: #dba21d !important;
}

.contact .orta .item {
    border-left: 3px dotted #7c7c7c;
    border-right: 3px dotted #7c7c7c;
}
.form {
    padding: 100px 0;
    background: url(../img/contact-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.form .sol {
    width: calc(100% + 15vw);
}
.form .sol img {
    margin-left: -15vw;
    width: 100%;
    border-radius: 0 30px 30px 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

.form .sol {
    position: relative;
    height: 100%;
}
.form .sag {
    padding: 60px 30px;
    padding-right: 0;
}

.form .sag .header {
    text-align: left;
    font-size: 38px;
    color: #303030;
    padding: 0;
}

.form .sag .header-text {
    border: none;
}
.form .sag .header-text::after {
    display: block;
    content: " ";
    width: 100px;
    border-bottom: 2px solid #be9200;
    margin: 10px 0 30px 0;
}

.form .sag form .form-control {
    min-height: 50px;
    outline: none !important;
    padding: 10px 15px;
    color: var(--dark-color);
    -webkit-appearance: none;
    border-radius: 10px;
    border: none;
    background: #f8f8f8;
    box-shadow: inset 6px 6px 8px #dadada, inset -6px -6px 8px #ffffff;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px;
}

.form .sag form .iris-btn {
    padding: 12px;
    width: 100%;
    padding: 0;
    height: 50px;
    background-color: #dda011;
    box-shadow: 4px 4px 8px #9e9e9e, -4px -4px 8px #ffffff;
}

.form .sag form .iris-btn:hover {
    background-color: #ffc235;
}
.form .sag .form-group:nth-child(1) {
    padding-right: 20px;
}


@media screen and (max-width: 600px) {
    .contact{
        padding:50px 0;
    }
    
    .contact, .form{
        font-size:14px !important;
    }
    
    .contact .row{
        box-shadow: 2px 2px 2px #e6e6e6, -2px -2px 2px #ffffff;
    }
    
    .contact .item {
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        padding: 0 30px;
        height: 100%;
        font-weight: 400;
    }
    
    .contact .orta .item{
        border:none;
        margin:50px 0;
    }
    
    .contact .item .icon {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 20px;
        margin: 0 auto;
        margin-bottom: 25px;
        background: #f3f3f5;
        box-shadow: 9px 9px 12px #b2b2b3, -9px -9px 12px #ffffff;
        color: #dba21d;
        transition: all 0.4s ease;
    }
    
    .form-group{
        margin-bottom: 0 !important;
    }
    
    .form{
        padding:0;
    }
    
    .form .sag{
        padding:50px 10px;
    }
    
    .form .sag form .form-control{
        min-height:40px;
        margin-bottom:20px;
        box-shadow: inset 1px 1px 1px #dadada, inset -1px -1px 1px #ffffff;
        background-color: #fbfbfb;
    }
     .form .sag form .form-control::placeholder{
        font-size:14px !important;
    }
    
    .form .sag form .iris-btn {
        padding: 12px;
        width: 100%;
        padding: 0;
        font-size: 14px;
        height: 30px;
        background-color: #dda011;
        box-shadow: 2px 2px 4px #9e9e9e, -2px -2px 4px #ffffff;
        margin: 0 5px;
        font-weight:400;
    }
    
}
