.main-section {
    position: relative;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* .services_sa .main-section  {
    background-image: url(../../../images/Rectangle11.webp);
}
.services_oman .main-section {
    background-image: url(../../../images/img/Rectangle-230.webp);
} */
.services_sa{
    margin-top: 58px !important;

}
.main-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../../images/Rectangle-231.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.main-section .container {
    z-index: 10;
    position: relative;
}

.main-section .head {
    color: #fff;
    position: relative;
}

.main-section .head::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: -15px;
}

.main-section p,
.main-section h6 {
    color: #fff;
}

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

.main-section .counter-section {
    padding: 20px;
    background-image: url(../../../images/Rectangle-17.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation-name: motaion;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.main-section .counter-section:nth-child(2) {
    position: relative;
    left: 100px;
    animation-name: motaion2;
}

.main-section .counter-section:nth-child(3) {
    position: relative;
    left: -100px;
    animation-name: motaion3;
}

@keyframes motaion {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes motaion2 {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(-5px, -5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes motaion3 {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(5px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.count {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.count h6 {
    font-weight: bold;
}

@media only screen and (max-width: 766px) {
    .main-section .counter-section {
        width: 100%;
        left: 0 !important;
        margin: 25px 0 !important;
    }
    .main-section,
    .main-section::before {
        height: 1000px;
        background-size: cover;
    }
    .info-business .description {
        font-size: 18px !important;
    }
}

/* info-business */

.info-business .head {
    background: linear-gradient(
        98.95deg,
        #d8aa6b 58.5%,
        rgba(216, 170, 107, 0) 135.99%
    );
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.info-business img {
    height: 300px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.info-business .description {
    position: relative;
    font-size: 20px;
    text-align: justify;
}

.info-business .description span {
    color: var(--primary);
    font-weight: bold;
}

.info-business .description::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: var(--primary);
    left: -15px;
}

.info-business .border-section {
    border-right: 1px solid rgb(216 170 107 / 50%);
    border-left: 1px solid rgb(216 170 107 / 50%);
    border-bottom: 6px solid var(--primary);
}

.info-business .border-section p {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

/* filter */

.filter-buttons {
    border-bottom: 1px solid var(--primary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-buttons button {
    /* border: 1px solid; */
    text-align: left;
}

.filter-buttons button.active {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.blog-posts .icon {
    transform: translateY(50%);
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    color: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.blog-posts .img img {
    border-radius: 10px;
    height: 350px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.member-info {
    background-color: var(--primary2);
    text-align: center;
    border-radius: 0 0 4px 4px;
    color: var(--bs-body-color);
}

.head-services {
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
}

.text-services {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.Structure-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Structure-title span {
    /* -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical; */
    /* overflow: hidden;
    border-right: 3px solid;
    width: 0px;
    animation: typewriter 5s steps(10) infinite  alternate,
        blink 2s steps(10) infinite ; */
}

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

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

.shapes {
    text-align: center;
}

.shapes span:nth-child(2) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}

.shapes span:first-child {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
}

.shapes span:nth-child(3) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #2e394b;
}

.shapes span:nth-child(4) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}

.shapes span:nth-child(5) {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
}

.blog-post {
    position: relative;
}

.img-absolute {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    right: 34px;
    bottom: 0;
    transform: translate(50%, 50%);
    z-index: 10;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 5px;
}

.blog-post::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: var(--primary);
    right: 33px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .blog-post::before {
    display: none;
    }
}

.img-absolute:nth-child(even) {
    right: auto;
    left: 0;
}

.blog-post:nth-child(even)::before {
    right: auto;
    left: 0;
}

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

.main-title .icon div {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid var(--primary);
}

.main-title .icon div img {
    width: 100%;
}

.main-title .icon i {
    color: var(--primary2);
    font-size: 25px;
    margin-top: 25px;
}

.main-title h4 {
    color: var(--primary2);
}

.main-title .desc {
    color: #fff;
}

.main-title .desc a {
    color: var(--secondary);
}

@media (min-width: 280px) and (max-width: 1023px) {
    .main-title {
        padding: 35px 0px;
    }
    .main-title .icon div,
    .main-title .icon img {
        width: 40px;
        height: 40px;
    }
    .main-title .icon i {
        font-size: 20px;
        margin-top: 10px;
    }
}

.contact .content {
    background: url(../../../images/background.webp);
    padding: 50px 0;
}

.register-content {
    /* width: 40%; */
}

.register-content .icons {
    width: 70%;
    margin: 0 auto;
}

.register-content h3 {
    color: #2e394b;
    font-weight: 700;
}

.register-content .icons .icon i.fa-brands {
    border-radius: 50%;
}

.register-content .icons .icon i.fa-facebook-f {
    color: #fff;
    background-color: #4267b2 !important;
}

.register-content .icons .icon i.fa-twitter {
    color: #fff;
    background-color: #00acee !important;
}

.register-content .icons .icon i.fa-instagram {
    color: #fff;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.register-content .icons .icon i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
}

.contact .content .form {
    /* width: 40%; */
}

.contact .content .form h2::after {
    content: "";
    width: 40%;
    height: 2px;
    background-color: var(--primary2);
    position: absolute;
    top: 40px;
    right: 30%;
}

.contact .content .form .conf-code {
    border-bottom: none !important;
    width: 95% !important;
    margin: 0 auto;
}

.contact .content .form .conf-code input {
    border: 2px solid black;
    width: 100%;
}
#contactform{
    position: relative;
    background: url(../../../images/Rectangle-26.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#contactform::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 70%);
    /* background: rgb(46 57 75 / 76%); */
    top: 0;
    left: 0;
}
.contact .content .form .conf-code,
.contact .content .form input {
    width: 90%;
    padding: 10px 5px;
    /* background-color: transparent;
    border: none;
    border-bottom: 2px solid black; */
    /* background-color: #fff; */
    color: var(--fifth);
    margin-bottom: 5px;
    z-index: 2;
    position: relative;
}
.contact .content .form input[type="submit"] {
    width: 110px;
    padding: 5px 0px;
    /* background-color: #fff;
    color: var(--fifth); */
    /* border: 1px solid black;
    background-color: #2e394b;
    color: #fff;

     */background-color: var(--secondary);
    color: #ffffff;


     /* background-color: var(--secondary);
    color: #ffffff; */

     margin-top: 30px;
     z-index: 2;
     position: relative;
}
@media (min-width: 280px) and (max-width: 767px) {
    .contact .content {
        padding: 20px 10px;
    }
    .contact .content .form {
        width: 100%;
        margin-top: 20px;
    }
   
}
#contactform .change {
    top: 2px;
    right: 0;
    padding: 10px;
    border: none;
    border-radius: 0px 6px 6px 0px !important;
    resize: none;
    color: #fff;
    background-color: #2e394b !important ;
    margin: 10px;
}

/* Sec Three */

.mask-group span {
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
}

.mask-group i {
    font-size: 60px;
    color: var(--primary);
}

@media (min-width: 280px) and (max-width: 767px) {
    .mask-group p {
        font-size: 18px !important;
        font-weight: 500 !important;
    }
}

.btn-go-to {
    font-family: inherit;
    font-size: 20px;
    background: var(--secondary);
    color: white;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: inline-flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
    cursor: pointer;
}

.btn-go-to span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

.btn-go-to i {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

/* .btn-go-to:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}


.btn-go-to:hover i {
    transform: translateX(5em) rotate(45deg) scale(1.1);
}

.btn-go-to:hover span {
    transform: translateX(20em);
} */

.btn-go-to:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }
    to {
        transform: translateY(-0.1em);
    }
}
