.main-service .head-who-are-we {
    color: var(--primary);
    font-weight: bold;
    margin-top: 50px;
}
.main-service .content {
    background: url(../../../images/img/bg-img.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 100%;
    aspect-ratio: 1/1;
    object-fit: fill;
    width: 50%;
}
.main-service .content .line {
    margin-top: 30px;
    width: 60px;
    height: 2px;
    background-color: var(--primary);
}
.main-service .content p {
    width: 70%;
    /* padding-right: 20px; */
    margin-top: 50px;
}
.main-service .content img {
    width: 100px;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
p {
    text-align: justify;
}
@media (min-width: 280px) and (max-width: 767px) {
    .main-service {
        width: 96%;
    }
    .main-service .service-img-1 {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .main-service .content {
        width: 100%;
        padding-bottom: 60px;
        margin-top: 10px;
        padding-right: 20px;
    }
    .main-service .head-who-are-we {
        margin-top: 0;
    }
    .main-service .content .line {
        margin-top: 10px;
    }
    .main-service .content p {
        width: 100%;
        /* padding-right: 0px; */
        margin-top: 10px;
        -webkit-line-clamp: 12;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
    .main-service .content img {
        width: 60px;
        bottom: 25px;
        right: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .main-service {
        width: 98%;
    }
    .main-service .service-img-1 {
        width: 100%;
        height: 410px;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .main-service .content {
        margin-top: 10px;
        padding-left: 20px;
        height: 400px;
    }
    .main-service .head-who-are-we {
        margin-top: 15px;
    }
    .main-service .content .line {
        margin-top: 10px;
    }
    .main-service .content p {
        width: 100%;
        /* padding-right: 0px; */
        margin-top: 10px;
        -webkit-line-clamp: 9;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
    .main-service .content img {
        width: 60px;
        bottom: 30px;
        right: 50px;
    }
}

@media (min-width: 1024px) {
    .main-service {
        width: 99%;
    }
    .main-service .service-img-1 {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .main-service .content img {
        bottom: 30px;
    }
    .main-service .content p {
        margin-top: 30px;
        -webkit-line-clamp: 10;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
}
@media (min-width: 1440px) {
    .main-service .content img {
        bottom: 35px;
    }
    .main-service .service-img-1 {
        height: 450px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }
    .main-service .content {
        height: 600px;
    }
}

.achivments .mask {
    box-shadow: 0px 4px 4px 0px #cba86e;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-left: 30px;
}
.achivments .mask i {
    color: var(--primary2);
    font-size: 35px;
    margin-top: 20px;
    margin-right: 25px;
}
.achivments p {
    color: var(--primary);
}

.service-establish h3 {
    color: var(--primary);
}
.service-establish p {
    width: 70%;
}
.service-establish button {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 8px;
    background-color: transparent;
    padding: 5px 20px;
}

/* ///////////////// */

.our-services .grid-container {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: auto auto auto;
    padding: 10px;
    margin-bottom: 50px;
}

.our-services .service {
    position: relative;
}

.our-services .img {
    border-right: 2px solid var(--primary);
}
.our-services .img img {
    height: 350px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.our-services .service::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid var(--secondary);
    right: 10px;
    top: 10px;
    transform: translateX(100%);
    z-index: 0;
}
.our-services .service::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid var(--primary);
    right: 1px;
    top: 0;
    transform: translateX(100%);
    z-index: 1;
}

.our-services .service:nth-child(even) {
    flex-direction: row-reverse;
}
.our-services .service:nth-child(even) .img {
    border-right: 0 solid var(--primary);
    border-left: 2px solid var(--primary);
}

.our-services .service:nth-child(even)::before {
    left: 0;
    right: auto;
    transform: translateX(-100%);
}

.our-services .service:nth-child(even)::after {
    left: 10px;
    right: auto;
    transform: translateX(-100%);
}
/* Start Contact */

.content-bg {
    background: url(../../../images/background-ar.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}
@media (max-width: 767px) {
    .content-bg {
        background: none;
    }
}
.service-bg {
    position: absolute;
    top: -178px;
    right: -141px;
    height: 100%;
    /* transform: rotate(68deg); */
    z-index: -1;
    opacity: 0.2;
}

.contactUs .form {
    position: relative;
    background: url(../../../images/Rectangle-26.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* filter: brightness(0.7) contrast(104%); */
}

.contactUs .form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #2E394BA1; */
    background: hsl(0deg 0% 0% / 70%);
    top: 0;
    left: 0;
}

.contactUs form {
    z-index: 10;
    position: relative;
}
.contactUs input,
.contactUs select {
    /* background-color: var(--forth); */
    background-color: #fff;
    color: var(--fifth);
}
.mySelect {
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 20px 16px;
}
.submiit {
    background-color: var(--secondary);
    color: #ffffff;
    border-radius: 10px;
    width: 30%;
    padding: 5px 1px;
    border: none;
}
.contactUs .desc h2 {
    color: var(--primary2);
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* border-right: 3px solid; */
    /* width: 0px; */
    /* animation: typewriter 2s steps(10) infinite  alternate,
        blink 0.5s steps(10) infinite; */
}

@keyframes typewriter {
    0% {
        width: 0px;
    }

    100% {
        width: 240px;
    }
}

@keyframes blink {
    0% {
        border-right-color: #2e394be8;
    }

    100% {
        border-right-color: transparent;
    }
}
.contactUs .desc h3 {
    color: var(--secondary);
}
.contactUs .desc p {
    color: var(--secondary);
}
/* .contactUs .desc .icon i {
    border-radius: 50%;

    width: 30px;
    height: 30px;
}
.contactUs .desc .icon .facebook {
    color: #ffffff;
    background-color: #1877f2;
}
.contactUs .desc .icon .twitter {
    color: #ffffff;
    background-color: #1da1f2;
}
.contactUs .desc .icon .instagram {
    color: #ffffff;
    background: linear-gradient(
        45deg,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d,
        #f56040,
        #f77737,
        #fcaf45
    );
} */
/* .contactUs .desc .icon .linkedin {
    color: #ffffff;
    background-color: #0a66c2;
} */
.icon-package i{
    color: #fff;

}
.icon-package{
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;

justify-content: center;
align-items: center;
}
.icon-package.facebook{
background-color: #4267b2 !important;

}
.icon-package.twitter{
background-color: #00acee  !important;

}
.icon-package.instagram{
background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
); 
}
.icon-package.linkedin{
background-color: #0072b1 !important;

}
.form .icons .icon i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
}
@media (max-width: 767px) {
    .service-bg {
        top: 0;
        right: 0;
        height: 50%;
        width: 100%;
        /* transform: rotate(1deg); */
    }
    .contactUs .form {
        margin-top: 10px;
    }
    .desc .descu {
        gap: 10px;
    }
}
@media (min-width: 1440px) {
    .service-bg {
        top: -178px;
        right: 0;
        height: 100%;
        width: 50%;
        /* transform: rotate(1deg); */
        opacity: 0.2;
    }
}
#serviceform .change {
    top: 0px;
    left: 0;
    padding: 9px;
    border: none;
    border-radius: 6px 0px 0px 6px !important;
    resize: none;
    color: #fff;
    background-color: #2e394b !important ;
    /* margin: 10px; */
}
/* // End Contact Us */
.main-text {
    color: var(--primary);
}

.change {
    top: 0px;
    left: 0;
    padding: 9px;
    border: none;
    border-radius: 6px 0px 0px 6px !important;
    resize: none;
    color: #fff;
    background-color: #2e394b !important;
}

.btn-Started:hover,
.btn-Started{
    border: 1px solid var(--primary2);
    background-color: var(--primary2);
    color: #ffffff;
}
