:root{
    --tajawal: "Tajawal", sans-serif;
    --cairo: "Cairo", sans-serif;
    --white: #fff;
    --black: #000;
    --blue: #005D99;
    --lightblue: #0D5B94;
    --skyblue: #6ADBFF;
    --offwhite: #F5F5F5;
}
*{
    padding: 0;
    margin: 0;
    direction: rtl;
    scroll-behavior: smooth;
    scroll-padding: 40px;
    transition: all 0.3s;
}
a{
    text-decoration: none;
}


@keyframes pulse{
    0%{
        scale: 1;
    }
    50%{
        scale: 1.1;
    }
    100%{
        scale: 1;
    }
}
.hero{
    background-color: var(--blue);
    height: 800px;
    width: 100%;
    position: relative;
}
.herotitle{
    color: var(--skyblue);
    font-family: var(--tajawal);
    font-size: 120px;
    margin: auto;
    text-align: center;
    padding-top: 13vw;
}
.herotitle span{
    color: #FFC107;
    position: relative;
}
.herotitle span::after{
    content: 'مع وسيط';
    position: absolute;
    font-size: 40px;
    width: 100%;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFC107;
}
.herotitle span sub{
    font-size: 50px;
}
.herohook{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.heroimagecontainer{
    width: 60%;
    transform: translate(-25%, 17vw);
}
.heroimagecontainer img{
    width: 1200px;
}
.herotextcontainer{
    width: fit-content;
    margin: auto;
    text-align: center;
    transform: translate(25%, 75%);
}
.herodescription{
    font-family: var(--tajawal);
    font-weight: 500;
    font-size: 24px;
    width: 75%;
    color: var(--white);
    margin: 20px auto;
}
.herocta{
    font-family: var(--cairo);
    font-weight: 700;
    font-size: 18px;
    color: #1B1B1B;
    margin: 10px auto;
    padding: 1vh 1.5vw;
    display: block;
    width: fit-content;
    border-radius: 5px;
    background-color: var(--skyblue);
    animation: pulse 1.5s infinite;
}
.herotimer{
    font-family: var(--cairo);
    font-weight: 500;
    font-size: 13px;
    display: block;
    margin: 10px auto;
    color: var(--white);
}
.herotimer img{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: auto auto auto 5px;
}
@media only screen and (min-width:1900px){
    .heroimagecontainer{
        width: 60%;
        transform: translate(-40%, 15vw);
    }
    .herotextcontainer{
        transform: translate(30%, 75%);
    }    
}
@media only screen and (max-width:650px){
    .hero{
        overflow: hidden;
        height: 750px;
    }
    .herotitle{
        font-size: 55px;
        width: 70%;
        margin: auto;
        padding-top: 100px;
    }
    .herotitle span::after{
        font-size: 30px;
        bottom: unset;
        top: 90%;
    }    
    .herotitle span sub{
        font-size: 30px;
    }
    .herohook{
        justify-content: center;
        flex-direction: column-reverse;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .heroimagecontainer{
        width: 100%;
        transform: translate(50%, 27%);
    }
    .heroimagecontainer img{
        width: 960px;
    }
    .herotextcontainer{
        width: fit-content;
        margin: auto;
        text-align: center;
        transform: translate(0%, 40vh);
        margin-bottom: 3vh;
    }
    .herodescription{
        display: none;
    }
    .herotimer img{
        transform: translateY(3px);
    }
    .herocta{
        padding: 1vh 4vh;
        font-size: 16px;
    }
}
/* ********************************************************************* */
.form{
    background-color: #e9f0f5;
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 4vw;
    position: relative;
    text-align: center;
}
.formtitle{
    font-family: var(--tajawal);
    font-weight: 700;
    font-size: 50px;
    margin: auto auto 25px;
    color: var(--blue);
}
.formdescription{
    font-family: var(--cairo);
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    margin: 10px auto 25px;
    width: 700px;
}
.form form{
    background-color: var(--white);
    padding: 4vw;
    border-radius: 10px;
    text-align: right;
    width: 1000px;
    margin: 3vw auto;
    position: relative;
}
.form form::before{
    width: 145px;
    height: 145px; 
    content: "";
    background-image: url("../images/stamp1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -8%;
    top: -12%;
}
.inputcontainer{
    display: flex;
    width: 100%;
    margin: auto;
}
.inputcontainer div{
    width: 50%;
    margin: auto 20px;
}
.inputcontainer label{
    color: #3D3D3D;
    font-family: var(--cairo);
    font-weight: 700;
    font-size: 20px;
}
.inputcontainer div input,
.inputcontainer div select{
    width: 100%;
    height: 50px;
    display: block;
    padding: 0 5px;
    border: 1px solid #3D3D3D;
    border-radius: 5px;
    margin: 10px auto 20px;
    font-family: var(--cairo);
    font-weight: 500;
    font-size: 20px;
}
.inputcontainer div input{
    width: 97%;
}
.inputcontainer div .formnote,
.formnotemobile{
    font-family: var(--cairo);
    font-weight: 400;
    font-size: 16px;
    padding-top: 25px;
    color: #848484
}
.formnotemobile{
    display: none;
}
.inputcontainer div #formsubmit{
    background-color: var(--blue);
    color: var(--white);
    font-family: var(--cairo);
    font-weight: 700;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 25px;
    width: 92%;
    height: 60px;
    float: right;
}
@media only screen and (max-width:650px){
    .form{
        text-align: center;
        padding-bottom: 6vh;
    }
    .formtitle{
        margin: 40px auto 25px;
        width: 80%;
        font-size: 45px;
        line-height: 7vh;
    }
    .formdescription{
        font-size: 17px;
        margin: 10px auto 50px;
        width: 90%;
    }
    .form form{
        padding: 4vh 2vw;
        width: 85%;
        margin: 3vw auto;
    }
    .form form::before{
        width: 110px;
        height: 110px;  
        right: unset;
        left: 0%;
        top: -5%;
    }
    .inputcontainer{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
    }
    .inputcontainer div{
        width: 90%;
        margin: auto 20px;
    }
    .formnotemobile{
        display: block;
        width: 90%;
        margin: auto;
    }
    .formnote{
        display: none;
    }
}
/* ********************************************************************* */
.services{
    background-color: var(--offwhite);
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 0;
    position: relative;
    text-align: center;
}
.servicestitle{
    font-family: var(--tajawal);
    font-weight: 700;
    font-size: 50px;
    margin: auto auto 25px;
    color: var(--blue);
}
.servicemaincontainer_mobile{
    display: none;
}
.servicescontainer{
    width: 80%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}
.servicesidecontainer{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: var(--white);
    border-radius: 10px;
    margin-bottom: 50px;
}
.servicesidecontainer .service{
    position: relative;
    padding: 15px 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}
.servicesidecontainer .service:hover,
.servicesidecontainer .service.active{
    background-color: var(--blue);
}
.servicesidecontainer .service .servicename{
    font-family: var(--cairo);
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    transition: all 0.3s;
}
.servicesidecontainer .service:hover .servicename,
.servicesidecontainer .service.active .servicename{
    font-family: var(--cairo);
    font-weight: 600;
    font-size: 18px;
    color: var(--white);
}
.servicesidecontainer .service .svg-container{
    width: 60px;
    height: 60px;
    padding: 2px;
    border-radius: 100%;
    margin: auto;
    background-color: #E9F0F5;
}
.servicesidecontainer .service svg{
    border-radius: 0%;
    padding: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    transform: translateY(15%);
}
.servicesidecontainer .service.active .svg-container,
.servicesidecontainer .service:hover .svg-container{
    background-color: var(--blue);
}
.servicesidecontainer .service:hover svg,
.servicesidecontainer .service.active svg{
    fill: var(--white);
    background-color: transparent;
}
.servicesidecontainer .service.active::after{
    content: '';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid var(--blue);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    clear: both;
    top: 2.5vw;
    left: -3.2vw;
}
.servicemaincontainer{
    width: 80%;
    position: relative;
}
.servicemaincontainer .servicemain{
    text-align: right;
    width: 70%;
    padding: 0 0;
    margin: auto 5vw;
}
.servicemaincontainer .servicemain .servicemainsubtitle{
    font-family: var(--cairo);
    font-weight: 500;
    font-size: 18px;
    color: #A3A3A3;
    margin-top: 2vw;
}
.servicemaincontainer .servicemain .servicemaintitle{
    font-family: var(--cairo);
    font-weight: 700;
    font-size: 30px;
    color: #3D3D3D;
    margin: 0.5vw auto;
}
.servicemaincontainer .servicemain .servicemaintext{
    font-family: var(--cairo);
    font-weight: 500;
    font-size: 18px;
    color: #454545;
    margin: 1.5vw auto;
}
.servicemaincontainer .servicemain .servicemaincta{
    font-family: var(--cairo);
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    background-color: var(--blue);
    border-radius: 5px;
    display: inline-block;
    width: fit-content;
    padding: 0.5vw 3vw;
    animation: pulse 2s infinite;
}
.servicemaincontainer .servicemainimage{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}
.custom-service-mobile{
    display: none;
}
@media only screen and (min-width:1650px){
    .servicemaincontainer .servicemain .servicemaintext{
        margin: 1.5vw 0;
        width: 80%;
    }
    .servicesidecontainer .service.active::after{
        top: 2vw;
        left: -2.5vw;
    }    
}

@media only screen and (max-width:650px){
    .services{
        padding-bottom: 17vh;
        overflow: hidden;
        position: relative;
    }
    .servicestitle{
        margin: 25px auto;
        width: 80%;
        line-height: 7vh;
    }
    .servicemaincontainer{
        display: none;
    }
    .servicemaincontainer_mobile{
        display: block;
        margin-bottom: 2vh;
        width: 350px;
        transform: translate(6vh, 0);
    }
    .servicemainsubtitle_mobile{
        font-family: var(--cairo);
        font-weight: 500;
        font-size: 18px;
        color: #A3A3A3;
        margin-top: 3vh;
    }
    .servicemaintitle_mobile{
        font-family: var(--cairo);
        font-weight: 700;
        font-size: 30px;
        color: #3D3D3D;
        line-height: 5vh;
        margin: 1vh auto;
    }
    .servicemaintext_mobile{
        font-family: var(--cairo);
        font-weight: 500;
        font-size: 18px;
        color: #454545;
        margin: 1.5vh auto;
    }
    .servicemaincta_mobile{
        font-family: var(--cairo);
        font-weight: 700;
        font-size: 17px;
        color: #ffffff;
        background-color: var(--blue);
        border-radius: 5px;
        display: inline-block;
        width: fit-content;
        padding: 0.5vh 3vh;
        animation: pulse 2s infinite;
    }
    .servicescontainer{
        width: 80%;
        margin: 50px auto 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .servicesidecontainer{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: transparent;
        border-radius: 10px;
        margin: auto;
    }
    .servicesidecontainer .service{
        position: relative;
        padding: 30px 0;
        background-color: var(--white);
    }
    .servicesidecontainer .service .servicename{
        font-family: var(--cairo);
        font-weight: 600;
        font-size: 18px;
        color: #3D3D3D;
        transition: all 0.3s;
    }
    .servicesidecontainer .service.active::after{
        content: '';
        position: absolute;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid var(--blue);
        border-bottom: 25px solid transparent;
        clear: both;
        top: unset;
        bottom: -25%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .custom-service-mobile{
        display: block;
        position: relative;
        height: 100%;
        
    }
    .swiper-container {
      width: 85%;
      height: 100%;
      margin-left: auto;
    }
    .swiper-wrapper {
    	max-width: 80%;
    }
    .swiper-slide {
      text-align: center;
      position: relative;
      font-size: 18px;
      height: 550px;
	  border: 2px solid #005D99;
	  border-radius: 10px;
	  opacity: 0;
      display: flex;
      justify-content: center;
      align-items: flex-start;
	  transition: 0.3s all;
    }

    .swiper-slide-active,
    .swiper-slide-duplicate-active {
    	opacity: 1;
    	/* background-color: orange; */
    	transform: scale(1);
    }
    /*.swiper-slide-duplicate-active ~ .swiper-slide*/
    .swiper-slide-active ~ .swiper-slide {
    		opacity: 0.3;
    		transform: scale(1);
    }
    .swiper-button-next, .swiper-button-prev{
    	top: 600px;
    	color: #005D99;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
    	left: 20vw;
    	scale: 1;
    	width: 55px;
    	height: 55px;
    	background-image: url("../images/arrow-left-new.svg") !important;
    	background-repeat: no-repeat;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
    	right: 30vw;
    	scale: 1;
    	width: 55px;
    	height: 55px;    	
    	background-image: url("../images/arrow-right-new.svg") !important;
    	background-repeat: no-repeat;
    }
    .swiper-button-next:after, .swiper-button-prev:after,
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    	font-family: unset;
    	content: '';
    }
    .custom-service-container{
        padding: 4vh 1vh;
    }
    .custom-service-title-container{
    	display: flex;
    	column-gap: 20px;
    	justify-content: center;
    	align-items: center;
    	border: 1px solid var(--blue);
    	border-radius: 100px;
    	padding: 1vh 2vh;
    	background-color: #E9F0F5;
    	width: 85%;
    	margin: auto;
    }    
    .custom-service-title-container img{
        width: 43px;
        height: 43px;
    }
    .custom-service-title{
        font-family: var(--cairo);
        font-weight: 700;
        font-size: 20px;
        color: var(--blue);
    }
    .custom-service-subtitle{
        text-align: right;
        font-family: var(--cairo);
        font-size: 19px;
        font-weight: 700;
        margin: 25px 1vh 15px;
    }
    .custom-service-desc{
        text-align: right;
        font-family: var(--cairo);
        font-size: 17px;
        width: 80%;
        font-weight: 500;
        margin: auto 1vh 15px;
    }  
    .custom-service-cta{
        display: block;
        width: 80%;
        font-family: var(--cairo);
        font-size: 17px;
        font-weight: 500;
        color: var(--white);
        background-color: var(--blue);
        padding: 1.5vh 3vh;
        margin: 15px auto;
        border-radius: 5px;
        position: absolute;
        bottom: 4vh;
    }    
}
/* ********************************************************************* */
.benefits{
    padding: 6vw 3vw 5vw;
}
.benefitscontainer{
    display: flex;
    justify-content: space-around;
}
.benefitsimagecontainer{
    width: 40%;
}
.benefitstextcontainer{
    width: 60%;
}
.benefitstextcontainer .benefitstitle,
.benefitsimagecontainer .benefitstitle_mobile{
    font-family: var(--tajawal);
    font-weight: 700;
    font-size: 50px;
    color: var(--blue);
    margin: auto 2vw;
}
.benefitsimagecontainer .benefitstitle_mobile{
    display: none;
}
.benefitstextcontainer .benefitstext{
    font-family: var(--cairo);
    font-weight: 400;
    font-size: 18px;
    width: 80%;
    margin: 20px 2vw;
    color: #3D3D3D;
}
.benefitsservicescontainer{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 70%;
    margin-right: 2vw;
}
.benefitsservice{
    width: 50%;
    margin: 20px auto;
    display: flex;
    justify-content: flext-start;
    align-items: center;
}
.benefitsserviceimage{
    width: 40px;
    margin: auto 0 auto 0;
}
.benefitsservicetext{
    display: inline-block;
    margin: auto 1vw;
    font-family: var(--cairo);
    font-weight: 600;
    font-size: 18px;
    color: #A3A3A3;
}
.benefitsimage{
    width: 115%;
    height: auto;
}
.benefitsimage_mobile{
    display: none;
}
@media only screen and (max-width:650px){
    .benefits{
        padding: 6vh 3vw 3vh;
    }
    .benefitscontainer{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .benefitsimagecontainer{
        width: 90%;
        margin: auto;
    }
    .benefitstextcontainer{
        width: 90%;
        margin: auto;
    }
    .benefitsimagecontainer .benefitstitle_mobile{
        display: block;
        line-height: 6vh;
    }
    .benefitstextcontainer .benefitstitle{
        display: none;
    }
    .benefitsimage{
        display: none;
    }
    .benefitsimage_mobile{
        display: block;
        width: 90%;
        margin: auto;
    }
    .benefitstextcontainer .benefitstext{
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin: 10px auto 20px;
        color: #3D3D3D;
    }
    .benefitsservicescontainer{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        margin-right: unset;
    }
    .benefitsservice{
        width: fit-content;
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 7.5vh;
    }
    .benefitsserviceimage{
        width: 40px;
        margin: auto 0 auto 1vh;
    }
    .benefitsservicetext{
        display: inline-block;
        margin: auto 1vw;
        font-family: var(--cairo);
        font-weight: 600;
        font-size: 18px;
        color: #A3A3A3;
    }
}
/* ********************************************************************* */


