@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;500&display=swap');
*{
  margin: 0;
  padding: 0;
}
html{
  margin: 0;
  padding: 0;
}
body{
background: url(../img/bg.jpg) no-repeat;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#more {display: none;
  transition: 0.9s ease-in-out;
  direction: rtl;
}
.container {
  width: 1400px;
  margin: auto;
  padding: 40px 0px;
  padding-bottom: 20px;
}
.about{
  text-align: center;
}
.about img{
  width: 220px;
  margin: auto;
}
.about p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 80%;
  margin: auto;
  padding-top: 25px;
}
#myBtn{
  display: block;
  width:40px;
  border-radius: 50%;
  background: #ffcb1c;
  color: #333;
  height:40px;
  border: none;
  cursor: pointer;
  margin: auto;
  margin-top:0px;
  line-height:40px;
  text-align: center;
  font-size: 25px;

}
.boxs{ 
  margin-top:30px;
}
.boxs ul{ 
display: flex;
justify-content: space-between;
gap:10px;
padding: 0px;
margin: 0px;
}
.boxs ul li {
  text-align: center;
  padding: 20px 10px;
  list-style: none;
  border-radius: 20px;
  width: 20%;
  position: relative;
}

.boxs ul li:nth-of-type(1){
  background: #e9fdea;
}
.boxs ul li:nth-of-type(2){
  background: #d3ebed;
}
.boxs ul li:nth-of-type(3){
  background: #fff0e5;
}
.boxs ul li:nth-of-type(4){
  background: #ddf8fd;
}
.boxs ul li:nth-of-type(5){
  background: #edecec;
}
.boxs ul li h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  margin: 15px auto;
  letter-spacing: -2px;
}
.boxs ul li p{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 30px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 26px;
  width: 80%;
  margin: auto;
  padding-bottom: 10px;
}
.boxs ul li a{
  display: block;
  width:40px;
  border-radius: 50%;
  background: #ffcb1c;
  color: #333;
  height:40px;
  margin: auto;
  margin-top:0px;
  line-height:40px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -20px;

}
.boxs ul li img{ 
width: 100px;
border-radius: 50%;
box-shadow: -5px 15px 30px rgba(192, 192, 192, 0.302);
  }
.copyrights{
  padding: 60px 0px;
  text-align: center;
  padding-bottom:20px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
.copyrights a{
color: #28ace2;
  font-family: 'Josefin Sans', sans-serif;
  font-weight:500;
}
.all_about{
  display: flex;
  padding-top: 50px;
}
.about_text{
  width: 50%;
  text-align: left;
  padding: 0 20px 0 0px;
  display: flex;
  vertical-align: middle;
}
.about_text p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  margin: auto;
  padding-top: 0px;
  text-align: justify;
}
.about_text p b{
  font-weight: 700;
  font-size:22px;
  display: block;
  margin-bottom:5px;

}
.about_text p b span{
  font-weight: 700;
  font-size:30px;
  display: block;
  color: #ffcb1c;
  text-transform: uppercase;
  margin-bottom:15px;
  text-align: left;
}
.about_video{
  width: 50%;
  padding: 0 0 0 20px;
}
.about_video video{
  width: 100%;
  height: 100%;
  border-radius:20px;
}
@media screen and (min-width:481px) and (max-width:810px) {
  .container{
    width:90%;
    margin: auto;
    padding:80px 0px;
  }
  .boxs ul{ 
    display: flex;
    justify-content: space-between;
    gap:10px;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    }

    .boxs ul li{
      text-align: center;
      padding:10px 15px;
      list-style:none;
      margin: auto;
      box-sizing: border-box;
      border-radius: 20px;
      width:49%;
      min-width:49%;
      flex-wrap: nowrap;
      margin-bottom: 15px;
    }
    .all_about {
      display: block;
      padding-top: 50px;
    }
    .about_text {
      width: 100%;
      padding: 0px 20px 20px 0px;
      display: block;
    }
    .about_text p {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 300;
      padding:30px 30px;
      line-height: 26px;
      width: 100%;
      text-align: left;
      margin: auto;
      box-sizing: border-box;
    }
    .about_video {
      width: 100%;
      padding: 0 0 0 0px;
      box-sizing: border-box;
    }
    .about_text {
      width: 100%;
      padding: 0px 20px 20px 0px;
      display: block;
    }
    .about img {
      width: 190px;
      margin: auto;
    }
    .boxs ul li a {
      margin-top: 0px;

    }
    .boxs ul li h2 {
      margin: 15px auto;
    }
}
@media screen and (min-width:0px) and (max-width:480px) {
  body{
    background: url("../img/bg.gif");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

  }
  .container{
    width:85%;
    margin: auto;
    padding:40px 0px;
  }

  .mobile_hide{
    display: none;
  }
  .boxs ul{ 
    display:block;
    justify-content: space-between;
    gap: inherit;
    }
    .boxs ul li{
      text-align: center;
      padding:30px 15px;
      list-style:none;
      margin: auto;
      box-sizing: border-box;
      border-radius: 20px;
      width:100%;
      margin-bottom: 15px;
      padding-top: 0px;
      margin-top:110px;
    }
    .boxs ul li img{ 
margin-top: -60px;
        }
        .boxs ul li a {
          margin-bottom: -50px;
          position: inherit;
          bottom: inherit;
        }
    .about img {
      width: 190px;
      margin: auto;
      
    }

    .about p {
      background:rgba(0, 0, 0, 0.350);
      border-radius: 20px;
      color: #fff;
    }
    .all_about {
      display: block;
      padding-top: 50px;
    }
    .about_text {
      width: 100%;
      padding: 0px 20px 20px 0px;
      display: block;
    }
    .about_text p {
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 300;
      padding:30px 30px;
      line-height: 26px;
      width: 100%;
      text-align: left;
      margin: auto;
      box-sizing: border-box;
    }
    .about_video {
      width: 100%;
      padding: 0 0 0 0px;
      box-sizing: border-box;
    }
    .about_text {
      width: 100%;
      padding: 0px 20px 20px 0px;
      display: block;
    }
    #myBtn {
      margin-top: -25px;
    }
    .boxs ul li a {
      margin-top: 0px;
    }
    .boxs ul li h2 {
      margin: 15px auto;
    }
}