@font-face{
    font-family: 'tajawal';
    src: url('tajawal.ttf') format('truetype');
}
@font-face{
    font-family: 'tajawalBold';
    src: url('tajawalBold.ttf') format('truetype');
}

body{
    font-family: tajawal;
    color: #3d3d3d;
    font-size: 22px;
}
ul{ 
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
li a{
    color: #1b1b1b;
    font-size: 20px;
    margin:15px;
    text-decoration: none;
    align-self: center;
}
a{
    text-decoration: none; 
}

li a:hover, a:hover {
    text-decoration: none;
}
.color1{
    
    color: #134d37;
}
.color2{
    color: #66b542;
}
.color3{
    color: #d1df42;
}
.color4{
    color: #fff;
}
.bgcolor1{
    background-color: #134d37;
}
.bgcolor2{
    background-color: #d1df42;
}
.bgcolor3{
    background-color: #66b542;
}
.txtshadow {
    text-shadow: 2px 2px #fff;
  }
.mainslogan{
    position: absolute;
    right: 150px;
    top: 200px;
    width: 400px;
    height: 400px;
    background-color: #134d37;
    border: 15px solid #66b542;
    text-align: center;
    border-radius: 200px;   
}
.mainsloganitem{
    padding: 70px;
    margin-top: 10px;
}
.mainsloganitem > h1 {
    font-size: 60px;
}

.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 70%;
    max-height: 100vh;
    margin: auto;
    background-color: #134d37;
    overflow: hidden;
}
/* The dots/bullets/indicators */
.slid-img{
    width: 100vw;
    height: 100vh;
    background-position: left ;
    object-fit: cover;
}

.active {
    background-color: #134d37;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.servies{
    width: 280px;
    height: 400px;
    overflow: hidden;
    background-color: #134d37;
    color: #fff;
    border-radius: 5px;
    padding: 0px;
    margin: 30px;
}
.servies:hover{
    background-color: #66b542;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fe8b55;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.facts{
    text-align: center;
    color: #d1df42;
   }
   .factsitem > h1 {
    font-size: 60px;
   }
   .factsitem > h3 {
    font-size: 50px;
   }

   .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.usimg{
    width: 100%;
    object-fit: cover;
}
.nopadding{
    padding: 0px;
}

.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 2px  solid #134d37;
    margin-bottom: 10px;
    font-size: 20;
}
::placeholder {
    color: #134d37;
    opacity: 1; /* Firefox */
}
.sloganbutton{
    position: absolute;
    background-color:#134d37 ;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    font-size: 25px;
    border-radius: 2px;
    margin-top: 35px;
}
.sloganbutton:hover{
    background-color:#d1df42 ;
}
.sloganbutton > a{
    font-size: 30px;
    color: #fff;
}
footer{
    text-align: right;
}
.food-image {
    background-image: url("../img/food.png"); /* The image used */
    background-color: #134d37; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: repeat; /* Do not repeat the image */
  }
  .hoverico{
    position: fixed;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
  }
.hoverico:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
@media screen and (min-width: 300px) and (max-width: 600px) {
    .prev,.next,.text {
        font-size: 20px;
    }
    .mainslogan{
        position:relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        border: none;
    }
    .mainsloganitem{
        padding: 0px;
    }
    footer{
        text-align: center;
    }
}
