main {
    background-color: #26090f;
}

/**/
.titleSection {
    position: relative;
}

.titleSection .backgroundImage {
    position: relative;
    height: 300px;
}

.titleSection .backgroundImage::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    background-color: #3d3b3be6;
}

.titleSection .text {
    position: absolute;
    padding: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.titleSection .text .title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

.titleSection .text .des {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px;
}

@media (min-width: 1200px) {
    .titleSection .title {
        font-size: 60px;
    }
}

/*contant*/

.formContact .form-label {
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
}

.mEnd {
    margin-right: 10px;
}

body[dir="rtl"] .mEnd {
    margin-right: 0px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .mEnd {
        margin: 0px;
    }
}

.formContact .form-control {
    padding: 12px 10px !important;
}

.formContact textarea:focus,
.formContact input:focus {
    box-shadow: none;
}

.btnSeeMore {
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #230005;
    color: white;
    outline: none;
    box-shadow: none;
    border: 1px solid white;
    font-size: 18px;
    transition: 0.3s;
}

.btnSeeMore:hover {
    background-color: #e3aa63;
    border: 1px solid transparent;
    color: white;
}

.contant .imageContact {
    margin: 0px 30px;
    height: 505px;
    position: relative;
}

@media (max-width: 998px) {
    .contant .imageContact {
        margin: 0px;
        height: 400px;
    }
}

.contant .imageContact::before {
    content: "";
    position: absolute;
    padding: 0px 30px;
    height: 100%;
    width: 100%;
    /*background-color: #5d1409e6;*/
    border-radius: 20px;
}

.contant .imageContact img {
    border-radius: 20px;
}
