/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Tajawal', sans-serif;
    
}
:root {
    --black: #333;
    --green: #017143;
    --white: #fff;
    --white2: #fff;
    --black2: #333;
    --green2: #164032;
    --gray: #ccc;
}

html {
    scroll-behavior: smooth;
    direction:rtl;
}
a {
    color: var(--white);
    text-decoration: none;
}
a:hover {
    color: var(--gray);
}
.buttonwg {
    padding: 10px;
    margin: 5px 0px;
    background-color: #4e4d4d;
    border-radius: 5px;
    display: inline-block;
    transition:  0.3s ease-in-out;
    letter-spacing: 0.1em;
}
.buttonwg:hover {
    background-color: #8d8d8d;
    color: var(--white);
    box-shadow: 0px 0px 10px #b1b0b0;
}
section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* background: var(--white); */
    
}
#fullpage {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: overlay;
    scroll-snap-type: y mandatory;
}
.panel {
    scroll-snap-align: start;
}


.masterbg {
    object-fit: cover;
    width: 100vw;
    /* height: 100vh; */
    position: fixed;
    top: 0;
    left: 0;
  }

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10000;

}
header .logo {
    max-width: 120px;
    position: relative;

}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
    

}
header ul li {
    list-style: none;
    display: flex;
    margin-left: 30px;
	text-shadow: 1px 2px 0px #000;
}
header ul li a {
    display: inline-block;
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}
.imgBox1 img {
	top: -73px;
    position: relative;
}

.content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: inherit;
    align-items: center;
    color: var(--white);

}
.contentadjust {
	top: 100px;
}
.content .textBox {
    position: relative;
    max-width: 600px;
    z-index: 2;
    margin-right: 20px;
    
}
.content .textBox h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-shadow: 3px 3px #000;
}
.content .textBox h2 span {
    color: #27a97e;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);

}

.section1 {
	background: url(../imgs/stock/firstslidesmalld.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section1textbox {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border: 1px solid #565656;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #000;
}
.content .imgBox1 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 500px;
    }
	
.content .imgBox2 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /*width: 300px;
    top: -100px; */
    }
.content .imgBox2 img{
	width: 300px;
	height: 300px;
	margin-top: -150px;
}
.content .imgBox {
display: flex;
position: relative;
justify-content: center;
align-items: center;
width: 500px;
}

.content .imgBox::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 20%;
    
    
    
    transform: rotate(45deg);
}
.rotater::before {
    animation-name: rotateranim;
    animation-duration: 4s;
    animation-delay: -2s;
    animation-iteration-count: infinite;
}
.content .imgBox img {
    position: relative;
    z-index: 1;
    max-width: 350px;
}
.sci {
    position: fixed;
    z-index: 4;
    right: 50px;
    top: 40%;
}
.sci li {
    text-decoration: none;
    list-style: none;
    color: var(--white);
    font-size: 1.5em;
    text-align: center;
    background-color: var(--green2);

    padding: 3px 7px;
    margin: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: 0.3s ease-in-out;
}
.sci li:hover {
    background-color: var(--green);
}



.section2 {
    background: url(../imgs/stock/history1.jpg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section2bg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.section3 {
    background: url(../imgs/stock/horse1dark.jpg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section4 {
    /* background: url(../imgs/stock/backsection4.jpg) ; */
    background: url(../imgs/stock/bg1.png) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section5 {
    background: url(../imgs/stock/slider13dark2.jpg) ;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.textBoxreg {
position: relative;
    background: rgba(0,0,0,0.5);
    padding: 30px 50px;
    border: 1px solid #565656;
    border-radius: 10px;
    box-shadow: 2px 2px 20px #000;
	width: 40%;
    
}

.section4 h1, .section5 h1  {
    position: absolute;
    top: 80px;
    font-size: 2.5em;
    color: #fff;
    text-shadow: 2px 5px 1px #000;
}

.headerw1{
    opacity: 0;
    --animate-delay: 1s;
}
.animate__zoomInUp {
    opacity: 1;
}

.section4 .content .stage {
    position: relative;
    max-width: 300px;
    height: 250px;
    background-color: #fff;
    margin: 30px 10px;
    padding: 35px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0,0,0,0.5);
    transition:  ease-in-out 0.3s;
    border-radius: 10px;

}
.section4 .content .stage:hover {
    height: 420px;
}

.stagerot::after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f9f9f969;
    transform: rotate(18deg);
    top: 5px;
    border-radius: 19px;
    left: 5px;
    position: absolute;
    z-index: 0;
	

}
@keyframes rotatestagew1 {
	from {transform:rotate(18deg);}
	to {transform:rotate(0deg);}
	
	
}
.stage:hover .stagerot::after{
	animation: rotatestagew1 2s 0.1s 1 forwards;
}
.section4 .content .stage .imgBoxcard {
    position: relative;
    width: 260px;
    height: 260px;
    top: -110px;
    /* left: 5px; */
    left: -5px;
    
    z-index: 1;
}
.section4 .content .stage .imgBoxcard img {
    max-width: 100%;
    width: 200px;
    border-radius: 4px;
    height: 180px;
    margin-right: 20px;

}

.section4 .content .stage .imgBoxcard p{
color: #a5a4a4;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 1px 1px 5px #dedede;
    margin-top: 30px;
    transition: ease-in-out 0.5s;
}

.section4 .content .stage .stagetext{
    position: relative;
    margin-top:  -140px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 0.3s;
}
.section4 .content .stage .stagetext p{
    text-align:justify;
}
.section4 .content .stage:hover .stagetext {
    visibility: visible;
    opacity: 1;
    margin-top: -80px;
    transition-delay: 0.3s ;
}
.section4 .content .stage:hover .imgBoxcard p {
    visibility: hidden;
    opacity:0
}

.contactform{
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
    /* backdrop-filter: blur(25px); */
}
.contactform::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.05);
    pointer-events: none;
    transform: skewX(-15deg);
}
.contactform h2{
    width: 100%;
    color: var(--white);
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}

.contactform .row100 {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
}
.contactform .row100 .col {
    position: relative;
    width: 100%;
    padding:0 10px;
    margin: 30px 0 20px;

}
.contactform .row100 .col .inputbox {
    position: relative;
    width: 100%;
    height: 40px;
    color: #fff;
} 
.contactform .row100 .col .inputbox input,
.contactform .row100 .col .inputbox textarea
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0 10px;
    z-index: 1;
    color: #000;
}

.contactform .row100 .col .inputbox .text {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    display: block;
    transition: 0.5s;
    pointer-events: none;

}
.contactform .row100 .col .inputbox input:focus + .text,
.contactform .row100 .col .inputbox input:valid + .text,
.contactform .row100 .col .inputbox textarea:focus + .text,
.contactform .row100 .col .inputbox textarea:valid + .text {
    top:  -35px;
    right: -10px;

}
.contactform .row100 .col .inputbox .line {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 2px;
    pointer-events: none;
}

.contactform .row100 .col .inputbox input:focus ~ .line,
.contactform .row100 .col .inputbox input:valid ~ .line {
    height: 100%;
}

.contactform .row100 .col .inputbox textarea:focus ~ .line,
.contactform .row100 .col .inputbox textarea:valid ~ .line {
    height: 100%;
}
.contactform .row100 .col .inputbox.textarea {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0 10px;

}
.contactform .row100 .col input[type="submit"] {
    border: none;
    padding: 10px 40px;
    cursor: pointer;
    background-color: var(--green2);
    border-radius: 5px;
    transition:  0.3s ease-in-out;
    letter-spacing: 0.1em;
    color: var(--white)

}

.contactform .row100 .col input[type="submit"]:hover {
    background-color: #8d8d8d;
    color: var(--white);
    box-shadow: 0px 0px 10px #b1b0b0;

}
form{
	max-width: 1100px;
    width: 1100px;
}
/* Fixing for Mobile */

@media only screen and (max-device-width: 1365px) {
    
    .section2, .section3  {
      background-attachment: scroll;
    }
  }

@media  (max-width: 1366px){
	.one1{
		width: 60%;
	}
	.two2 {
		width: 30%;
	}
}

@media (max-width: 991px){
    header {
        padding: 5px 30px;
    }
    section {
        padding: 50px;
    }
    .content {
        flex-direction: column;
    }
    .content .textBox {
        max-width: 100%;
        margin-top: 100px;
    }
    .content .imgBox {
        max-width: 100%;
        margin-top: 50px;
    }
    .content .imgBox::before {
        width: 300px;
        height: 300px;
    }
    .sci {
        right: 20px;
    }
    .content .textBox h2 {
        font-size: 1.5em;
    }

    .masterbg {
        height: 100vh;
    }
	.textBoxreg{
		width: 100%;
	}
	#fullpage{
		scroll-snap-type: unset;
	}
	.one1{
		margin-top: 80px;
	}
	.two2{
		margin-top: 15px;
	}
	.reglink{
		top: -15px !important;
	}
    .headerw2{
		text-align: center;
		
	}
	.contentadjust {
		top: 50px;
	}
	.section4{
		height: 1500px;
	}
	.imgBox2 {
		height: 300px;
	}
	.content .imgBox2 img{
		margin-top: unset;
	}
	.imgBox1 {
		margin-top: 50px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.section4{
		background-attachment: initial;
	}
}

.languageimg {
	width: 25px;
    margin: 5px 5px;
    vertical-align: middle;
}

  /* Animation Settings */

@keyframes rotateranim {
  0%   {transform: rotate(0deg);}
  
  100% {transform: rotate(360deg)}
}


.slide-in-from-right {
    animation: 1.5s ease-out 0.3s 1 slideInFromRight forwards;
  }
  
  @keyframes slideInFromRight {
    0% {
      transform: translateX(50%);
    }
    100% {
      transform: translateX(0);
    }
}

    @keyframes slideInToRLeft {
        0% {
            transform: translateX(0);
          }
          100% {
            transform: translateX(50%);
          }
    }

/* Slide in back for title */
@-webkit-keyframes tilt-in-top-1 {
    0% {
      -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
              transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
              transform: rotateY(0deg) translateY(0) skewY(0deg);
      opacity: 1;
    }
  }
  @keyframes tilt-in-top-1 {
    0% {
      -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
              transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
              transform: rotateY(0deg) translateY(0) skewY(0deg);
      opacity: 1;
    }
  }

  
.slide-in-bck-center {
    -webkit-animation: 1.5s tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: 1.5s tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* Animate the SVG */

/* hand */

@keyframes rotatehand {
    
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-1deg);
        transform-origin: center left;
    }

    100% {
        transform: rotate(0deg);
    }

    
    }

#righthand {
    animation:rotatehand 4s ease 2s infinite normal forwards;
    }

/* Head */
    @keyframes rotatehead {
    
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(1deg);
        transform-origin: center left;
    }

    100% {
        transform: rotate(0deg);
    }

    
    }

#head {
    animation:rotatehead 2s ease 0s infinite normal forwards;
    }

    /* Change background Color */

    @keyframes bgcoloranime {
        20% {fill: rgb(255, 255, 255);}
        50% {fill: rgb(19, 105, 44);}
        100%{ fill: rgb(255, 255, 255)}
        
    }

    #layer11 rect{
    animation:bgcoloranime 10s ease infinite;
    }

