.land .overlay .breadcrumb::before {
    background-color:  var(--white) !important;
    z-index: 0;
}

.land .overlay .breadcrumb .breadcrumb-head::before {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.land .overlay .breadcrumb-img-end::before {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.land {
    background-image: url(../../../img/contact-bg.webp);
    background-position: center;
    background-size: 100% 100%;
    height: 500px;
    position: relative;
}

.land .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content {
    margin: 0 20px;
    background-color: var(--primary);
    box-shadow: 0px 3px 0px 0px #EBD50C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content:hover {
    transform: scale(1.1) !important;
}

.content i {
    background-color: #fff;
    color: var(--primary);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 40px;
    margin: 20px auto;
}

.content a {
    color:  var(--white) !important;
}

@media (min-width :320px) and (max-width : 767px) {
    .land {
        height: 200px;
        margin-bottom: 20px;
    }

    .content:hover {
        transform: scale(1.03) !important;
    }

    .land-content {
        margin-bottom: 20px;
    }
}

@media (min-width : 768px) {
    .land-content {
        /* position: absolute; */
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        transform: translateY(-50%);
    }
}


/* contact-form */
.contact-form {
    padding: 100px 0;
    background-image: url(../../../img/background.webp);
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
}

.contact-form .second-colum::before {
    content: "";
    background-color: var(--primary);
    height: 130%;
    width: 300px;
    position: absolute;
    top: -10%;
    right: 0;
    transform: translateX(50%);
    border-radius: 10px;
}

.contact-form form input {
    padding: 10px;
    /* background-color: transparent; */
    /* border: none; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.541); */
}

.contact-form form #submit {
    background: var(--primary);
    padding: 10px 40px;
    width: 150px;
    color: #fff;
    border: 1px solid var(--primary);
    transition: .5s;
}

.contact-form form #submit:hover {
    color: var(--primary);
    background-color: #fff;
}

.contact-form .info {
    position: relative;
    background-color: black;
    color: #fff;
    padding: 50px 20px;
    border-radius: 10px;
}

.contact-form .info .logo {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

.contact-form .info .logo img {
    height: 60px;
    width: 60px;
    background-color: #EBD50C;
    padding: 5px;
    border-radius: 50%;
    width: auto;
}

.contact-form .info .information-content i {
    font-size: 30px;
    border-right: 3px solid #fff;
    padding-right: 10px;
}

.contact-form .info .information-content a {
    color: #fff;
    margin-left: 10px;
    transition: .5s;
}

.contact-form .info .information-content a:hover {
    color: var(--primary);
}

.contact-form .second-colum .icon {
    /* width: 300px; */
    position: absolute;
    bottom: -10%;
    right: 0;
    transform: translate(15%, 90%);
}

.contact-form .second-colum .icon i {
    font-size: 20px;
    border-radius: 5px;
    background-color: #EBD50C;
    transition: .5s;
}

.contact-form .second-colum .icon i:hover {
    color: #fff;
}

/* .contact-form form .code input{
    border: 1px solid #818589;
    background-color: #fff;
} */
.contact-form form .code input:read-only {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.contact-form form .code input:read-only:focus {
    box-shadow: none;
}

.contact-form form .code .icon-seral {
    background-color: var(--primary);
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    border-radius: 0 5px 5px 0;
}

.contact-form form .code .icon-seral:hover {
    color: #fff;
}





@media (min-width : 320px) and (max-width: 767px) {
    .second-colum {
        padding-left: 35px;
        padding-top: 35px;
        margin-top: 50px;
    }

    .contact-form .second-colum .icon {
        transform: translate(0, 90%);
        right: 10px;
    }
}

@media (min-width : 1400px) {
    .contact-form .second-colum .icon {
        transform: translate(50%, 90%);
        right: 10px;
    }
}



/* findUs */
.findUs {
    background-image: url(../../../img/background.webp);
    background-size: 100% 100%;
    background-position: center;
}

.findUs .find {
    position: relative;
    width: fit-content;
}

.findUs .find::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #EBD50C;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.findUs .find::before {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #EBD50C;
    position: absolute;
    left: 0;
    bottom: -25px;
}
