@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    /*width:100%;*/
    scroll-behavior: smooth;
}

header{
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ebad0b;
    z-index: 1000;
}

header .logo{
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
    padding-left: 100px;
}

header ul{
    position: relative;
    display: flex;
    padding-right: 100px;
}

header ul li{
    list-style: none;
    position: relative;
}

header ul li a{
    position: relative;
    padding: 5px 10px;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

header ul li a:hover{
    background: black;
}

.toggle{
    display: none;
}

section{
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 40vh;
    padding: 80px 100px 80px;
}
section h2{
    font-size: 2.8em;
    text-transform: uppercase;
}

section p{
    font-size: 21px;
}

section a {
    display: inline-block;
    padding: 10px 12px; 
    text-decoration: none;
    font-size: 18px;
    background: #ebad0b;
    color: #fff;
    margin-top: 20px;
}

section a:first-child{
    background: none;
    color: white;
    padding: 0;
    font-size: 12px;
}

footer p{
    width: 100%;   
    background: #ebad0b;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#newSlider{
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.slider{
  width: 900px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}

.slides{
  width: 500%;
  height: 500px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 900px;
  height: 500px;
}

/*css for manual slide navigation*/

.navigation-manual{
  position: absolute;
  width: 900px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn{
  border: 2px solid #ebad0b;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: #ebad0b;
}

#radio1:checked ~ .first{
  margin-left: 0;
}

#radio2:checked ~ .first{
  margin-left: -20%;
}

#radio3:checked ~ .first{
  margin-left: -40%;
}

#radio4:checked ~ .first{
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto{
  position: absolute;
  display: flex;
  width: 900px;
  justify-content: center;
  margin-top: 460px;
}

.navigation-auto div{
  border: 2px solid #ebad0b;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
  background: #ebad0b;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
  background: #ebad0b;
}

#radio3:checked ~ .navigation-auto .auto-btn3{
  background: #ebad0b;
}

#radio4:checked ~ .navigation-auto .auto-btn4{
  background: #ebad0b;
}

#lang{
  display:none;
  color: white;
}

.email, .subject, label, textarea{
  font-size: 18px;
  display: block;
  padding: 10px 0 10px;
}

textarea{
  min-width: 50vw;
  min-height: 30vh;
  padding: 4px;
  border: solid 1px black;
}

.email, .subject{
  min-width: 25vw;
  border: solid 1px black;
}

.submit{
  padding: 8px 30px 8px;
  font-size: 18px;
  color: white;
  background: #ebad0b;
  border: none;
}

#contactForm{
  margin-top: 40px;
}

.downloadScreen{
  max-height: 70vh;
  max-width: 1500px;
  margin-left: 50px;
}

#home{
  padding: 150px 100px 80px;
  background-image: url("../img/background-01-blur.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
}

#tou{
  right: 10px;
  bottom: 10px;
  position: absolute;
  font-size: 10px;
}

#homeDiv{
  position: absolute;
  left: 100px;
  bottom: 80px;
  color: #ebad0b;
}

#homeParagraph{
  color: white;
  width: 50vw;
}

#homeh2{
  font-size: 3.5em;
  max-width: 60vw;
}

#langA{
  font-size: 20px;
}

#aboutUsPhoto{
  max-height: 30vh;
  padding-right: 30px;
  padding-left: 30px;
}

#aboutUs, #contact{
  position: relative;
  color: #ebad0b;
  background: black;
}

.mobileSection{
  display: none;
}

header ul li:nth-child(2){
  background: #dba00a;
}

#feedback{
  background: #ebad0b;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px 30px 10px;
  border-top-left-radius: 10px;
  display: flex;
}

#surveyA{
  text-decoration: none;
  color: white;
}

#feedbackPhoto{
  width: 20px;
  max-height: 50px;
  padding: 0 3px 0;
}


/* media section*/
@media(min-width: 1500px){
  #home{
    min-height: 80vh;
  }
}

@media(max-width: 1200px) and (min-width: 993px){
  .downloadScreen{
    max-width: 50vw;
  }
  #home{
    background-image: url("../img/background-02-blur.jpeg");
  }
  #homeDiv{
    position: absolute;
    left: 100px;
    top: 40%;
    color: #ebad0b;
  }
  #homeParagraph{
    color: #ebad0b;
    width: 40vw;
  }
}

@media (max-width: 992px){
    section{
        display: flex;
        justify-content: space-between;
        padding: 150px 50px 100px;
        flex-direction: column;
    }
    #home{
      padding: 220px 50px 100px;
    }
    header .logo{
        font-size: 35px;
        padding-left: 50px;
    }
    section p{
        margin-top: 20px;
        font-size: 27px;
    }
    section a{
        font-size: 25px;
        padding: 25px;
        text-decoration: none;
        font-size: 30px;
    }
    section h2{
      font-size: 3.5em;
    }
    #slides{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    header{
        min-height: 7vh;
        width: 100%;
    }
    header ul{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vj - 80px);
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        overflow: auto;
        transition: 0.5s;
        background: #000;
        flex-direction: column;
        transform:translateY(-100%);
        opacity: 0;
    }
    header.active ul{
        transform: translateY(0);
        opacity: 1;
    }
    header ul li a{
        margin: 5px 0;
        font-size: 30px;
    }
    .toggle{
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-right: 50px;
    }
    .toggle:before{
        content: '';
        position: absolute;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #fff;
        z-index:1;
        box-shadow: 0 10px 0 #FFF;
    }
    .toggle:after{
        content: '';
        position: absolute;
        bottom: 4px;
        width: 100%;
        height: 2px;
        background: #fff;
        z-index:1;
        box-shadow: 0 10px 0 #FFF;
    }
    header.active .toggle:before{
        top:14px;
        transform: rotate(45deg);
        box-shadow: 0 0 0 #FFF;
    }
    header.active .toggle:after{
        top: 14px;
        transform: rotate(-45deg);
        box-shadow: 0 0 0 #FFF;
    }
    
    section label{
      font-size: 40px;
      margin-top: 15px;
    }
    
    .submit{
      padding: 15px 50px 15px;
      font-size: 35px;
    }
    footer p{
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    textarea{
      width: 90vw;
    }
    .email, .subject{
      width: 90vw;
      font-size: 30px;
    }
    #contactForm{
      margin-top: 80px;
    }
    .downloadScreen{
      max-width: 100vw;
      width: 90vw;
      max-height: 100vw;
      margin-left: 0;
      margin-top: 40px;
    }

    #home{
      background-image: url("../img/background-03-blur.jpeg");
      /*background-image: none;*/
      min-height: 0;
      height: 60vh;
    }
    #homeDiv{
      position: absolute;
      left: 50px;
      bottom: 80px;
      color: #ebad0b;
    }
    #homeParagraph{
      color: #ebad0b;
      width: 40vw;
    }
    .mobileSection{
      display: block;
    }
    .mainMobilePhotos{
      max-width: 90vw;
    }
    #download{
      color: #ebad0b;
      background: black;
      padding-bottom: 0;
    }
    #feedback{
      background: #ebad0b;
      color: white;
      font-size: 25px;
      padding: 15px 40px 15px;
      display: flex;
    }
    
    #feedbackPhoto{
      width: 30px;
      padding: 0 7px 0;
    }
}