/*========== start media query ==========*/

@media screen and (min-width: 320px) and (max-width: 470px) {
  body {
    overflow-x: hidden;
  }
  .check {
    float: right;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 101;
  }
  

  .leader{
    height: 400px;
  }

  .fa-bars {
    float: right;
    font-size: 20px;
    color: #747373;
    z-index: 101;
    display: block;
    border: 1px solid #747373;
    padding: 2px 5px;
  }
  .checkbox {
    float: right;
    width: 55px;
    height: 32px;
    z-index: 2;
    position: fixed;
    right: 10px;
    opacity: 0;
    top: 15px;
    cursor: pointer;
    z-index: 105;
    transition: all 1s;
  }

  .logo {
    padding-top: 15px;
  }
  .logo i {
    color: #fea116;
    font-size: 22px;
    position: relative;
    z-index: 100;
  }
  .logo div {
    color: #fea116;
    font-size: 22px;
    font-weight: 800;
    display: inline-block;
    z-index: 101;
  }
  #header {
    height: 580px;
  }
  #header nav {
    height: 50px;
    background-color: #0f172b;
    transition: all 1s;
  }
  #header nav ul {
    float: none;
    display: none;
    margin-top: 50px;
    transition: 0.8s;
    background-color: #0f172b;
  }
  #header nav ul li {
    display: block;
  }
  .checkbox:checked ~ #header nav ul {
    display: block;
  }

  .checkbox:checked ~ .leader {
    display: block;
    transition: all 1s;
  }

  .checkbox:checked ~ #header nav {
    border: 1px solid #747373;
  }

  #header .text {
    width: 100%;
    display: block;
  }

  #header .part-left {
    position: relative;
    z-index: 2;
    color: white;
    width: 100%;
    margin-top: 1px;
    padding: 0 5px;
    display: block;
    text-align: center;
  }
  #header .part-left h1 {
    font-size: 25px;
  }
  #header .part-left p{
    font-size: 12px;
  }
  #header .part-left button {
    font-size: 10px;
    background-color: #fea116;
    padding: 10px 15px;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
  }
  #header .part-left button:hover {
    background-color: #0f172b;
  }

  #header .part-right {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 40px;
    margin-left: 0px;
  }

  #header .part-right img {
    width: 80%;
    animation: rotate 30s infinite;
    animation-timing-function: linear;
  }


  /*========== End Header ==========*/


  #section2{
    padding: 30px;
  }
  #section2 .container {
    display: inline;
    
  }
  #section2 .item {
    width: 100%;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.521);
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #section2 .item .icon i {
    color: #fea116;
    font-size: 50px;
  }

  /*--========== End Section 2 ==========--*/

  #section3 {
    padding: 0 30px;
    display: block;
    margin-top: -30px;
  }
  #section3 .part-left {
    position: relative;
    width: 100%;
    top: 50px;
    padding: 0px;
    display: block;
  }
  #section3 .part-left .part-one {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
   
  }
  #section3 .part-left div .one {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left div .two {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left .part-two {
    display: inline-block;
    position: relative;
    left: 0px;
    width: 100%;
  }
  
  #section3 .part-left div .three {
    width: 49%;
    position: static;
    top: -150px;
  }
  
  #section3 .part-left div .foure {
    width: 49%;
  }

  #section3 .part-right {
    width: 100%;
    margin-top: 100px;
    position: relative;
    right: 0px;
  }
  #section3 .part-right .about-text {
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 700;
    color: #fea116;
    margin-top: -25px;
    width: 100%;
  }
  #section3 .part-right i {
    color: #fea116;
    font-size: 20px;
  }
  #section3 .part-right span {
    font-size: 20px;
    font-weight: 700;
    color: #0f172b;
  }
  #section3 .part-right p {
    color: #666595;
    font-size: 11px;
    line-height: 25px;
    margin-top: -20px;
  }
  #section3 .part-right .number
  {
    margin-top: -30px;
    width: 100%;
  }

  #section3 .part-right .number div {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: -10px;
    width: 100%;
  }
  #section3 .part-right .number div .two {
    margin-left: 0px;
    
  }
  #section3 .part-right .number p {
    font-size: 16px;
    color: #fea116;
    border-left: 2px solid #fea116;
    padding-left: 5px;
    display: inline;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    
  }

  #section3 .part-right .number span {
    font-size: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 5px;
  }

  #section3 .part-right .number button {
    margin-top: 30px;
    background-color: #fea116;
    padding: 10px 15px;
    border: 0;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 15px;
  }

  /* <!--========== End Section 3 ==========--> */

  #section4 {
    text-align: center;
  }
  
  #section4 p {
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 700;
    color: #fea116;
  }
  #section4 h2 {
    font-size: 30px;
  }
  #section4 .ul-first {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section4 .ul-first li {
    display: inline;
    margin: 8px;
  }
  
 
  #section4 .ul-first span span {
    display: inline;
    color: #cacaca;
    font-size: 14px;
  }
  #section4 .ul-first span p {
    color: black;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 14px;
  }
  
  #section4 .ul-first li i {
    font-size: 25px;
    display: inline;
  }
  #section4 .menu {
    display: block;
    justify-content: space-between;
    margin-left: 0px;
    padding: 0 0px;
  }
  
  #section4 .menu .part-left {
    padding: 50px 0 0 0;
    text-align: left;
  }
  
  #section4 .menu .part-left ul li .text {
    margin-top: -15px;
  }
  
  #section4 .menu .part-left ul li h2 {
    font-size: 14px;
    display: inline-block;
  }
  #section4 .menu .part-left ul li p {
    font-size: 14px;
  }
  #section4 .menu .part-left ul li,
  #section4 .menu .part-right ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px;
  }
  
  #section4 .menu .part-right {
    padding: 0;
    text-align: left;
  }
  
  #section4 .menu ul li img {
    display: inline-block;
  }
  #section4 .menu ul li .text {
    padding: 10px;
  }
  #section4 .menu ul li .text .lorem {
    margin-left: 0px;
  }
  
  #section4 .menu .part-right ul li h2 {
    font-size: 14px;
    display: inline-block;
  }
  #section4 .menu .part-right ul li p {
    font-size: 14px;
  }
  #section4 .menu ul li .text div {
    display: inline-block;
    
  }
  
  #section4 .menu ul li .text div div {
    margin-left: 0px;
    color: #fea116;
  }
  /*========== End Section4 ==========*/

  #booking {
    text-align: left;
    background-color: #0f172b;
    color: white;
    display: block;
  }

  #booking .part-left {
    width: 100%;
  }
  #booking .part-left img {
    width: 100%;
  }
  #booking .part-right {
    width: 100%;
    padding-left: 10px;
    padding-top: 50px;
  }

  #booking .part-right p {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 18px;
    font-weight: 600;
  }
  #booking .part-right h1 {
    font-size: 18px;
  }

  #booking .part-right input,
  select {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
  #booking .part-right textarea {
    width: 92%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  #booking .part-right select {
    color: #747373;
  }

  #booking .part-right button {
    width: 92%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    background-color: #fea116;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  #booking .part-right button:hover {
    background-color: #d38004;
  }
  /* <!--========== End booking ==========--> */

  #team {
    text-align: center;
    padding: 80px 80px -50px 80px;
  }
  #team .container {
    display: block;
  }
  #team h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 20px;
    font-weight: 400;
  }
  #team h1 {
    font-weight: bold;
    font-size: 25px;
  }
  #team .container {
    padding: 50px;
    margin-left: 0px;
  }

  #team .item {
    width: 100%;
    box-shadow: 2px 2px 4px #222;
    margin-bottom: 20px;
  }
  #team .item .image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #team .item .image img {
    width: 100%;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
  }

  #team .item .icon {
    border: 50px;
    transition: 1s;
    display: none;
  }

  #team .item .icon i {
    font-size: 25px;
    padding: 10px;
    background-color: #fea116;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: #fea116;
    color: white;
  }

  #team .item:hover .icon {
    display: block;
  }

  #team .item:hover img {
    transform: scale(1.1);
  }

  /*========== End Team ==========*/
  #cilent {
    text-align: center;
    width: 100%;
    margin-top: -80px;
  }
  #cilent .container {
    display: block;
    padding: 0 30px;
  }

  #cilent h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 20px;
    font-weight: 400;
  }

  #cilent h1 {
    font-weight: bold;
    font-size: 25px;
  }
  #cilent .container div {
    width: 100%;
    text-align: left;
    margin: 10px 0px;
  }
  #cilent .container div i {
    font-size: 25px;
    padding: 20px;
  }
  #cilent .container div h4 {
    font-weight: 400;
    padding: 0 30px;
    line-height: 25px;
    color: #747373;
    font-size: 14px;
  }
  #cilent .container div .people h3 {
    font-weight: 400;
    font-size: 14px;
  }
  #cilent .container div .people p {
    color: #747373;
  }
  
  #cilent .container div .people img {
    width: 40px;
    border-radius: 50%;
  }
  
  /*========== End Client ==========*/

  #last-block {
    background-color: #0f172b;
    padding: 00px 50px 30px 20px;
    width: 100%;
    text-align: center;
  }
  #last-block .container {
    display: block;
  }
  #last-block .container .item {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  #last-block .container .item h1 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 500;
  }
  #last-block .container .item ul li {
    position: relative;
  }
  #last-block .container .item ul li a {
    color: white;
    font-size: 14px;
    line-height: 35px;
  }
  #last-block .container .item ul .icon {
    margin-top: 20px;
    margin-left: -5px;
  }

  #last-block .container .item ul .icon a i {
    padding: 10px;
    font-size: 8px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transition: all 0.8s;
  }

  #last-block .container .item ul .icon a i:hover {
    background-color: white;
    color: #fea116;
  }
  #last-block .container .item ul li input {
    height: 40px;
    width: 300px;
    margin-top: 25px;
    padding: 30px;
    font-size: 16px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 20px;
    padding: 10px 15px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 35px;
    border-radius: 5px;
  }

  #last-block .footer {
    display: block;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
  }
  #last-block .footer p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  #last-block .footer div a {
    text-decoration: none;
    font-size: 16px;
  }

  #last-block .footer div .border {
    border-right: 1px solid rgba(255, 255, 255, 0.329);
  }

  #last-block .container .item ul li input {
    height: 40px;
    width: 200px;
    margin-top: 25px;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 15px;
    padding: 12px 15px;
    border: 0;
    position: absolute;
    right: 3px;
    top: 25px;
    border-radius: 5px;
  }
  
  #last-block .footer {
    display: block;
    justify-content: space-between;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer p{
    font-size: 14px;
    margin-left: 5px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
  }
  
  #last-block .footer div a {
    text-decoration: none;
    padding: 0 5px;;
    font-size: 12px;
  }
  

  /*========== End last block ==========*/
}

@media screen and (min-width: 471px) and (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
  .check {
    float: right;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 101;
  }
  

  .leader{
    height: 400px;
  }

  .fa-bars {
    float: right;
    font-size: 30px;
    color: #747373;
    z-index: 101;
    display: block;
    border: 1px solid #747373;
    padding: 2px 5px;
  }
  .checkbox {
    float: right;
    width: 55px;
    height: 32px;
    z-index: 2;
    position: fixed;
    right: 10px;
    opacity: 0;
    top: 15px;
    cursor: pointer;
    z-index: 105;
    transition: all 1s;
  }

  .logo {
    padding-top: 20px;
  }
  .logo i {
    color: #fea116;
    font-size: 22px;
    position: relative;
    z-index: 100;
  }
  .logo div {
    color: #fea116;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    z-index: 101;
  }
  #header {
    height: 720px;
  }
  #header nav {
    height: 60px;
    background-color: #0f172b;
    transition: all 1s;
  }
  #header nav ul {
    float: none;
    display: none;
    margin-top: 50px;
    transition: 0.8s;
    background-color: #0f172b;
  }
  #header nav ul li {
    display: block;
  }
  .checkbox:checked ~ #header nav ul {
    display: block;
  }

  .checkbox:checked ~ .leader {
    display: block;
    transition: all 1s;
  }

  .checkbox:checked ~ #header nav {
    border: 1px solid #747373;
  }

  #header .text {
    width: 100%;
    display: block;
  }

  #header .part-left {
    position: relative;
    z-index: 2;
    color: white;
    width: 100%;
    margin-top: 1px;
    padding: 0 5px;
    display: block;
    text-align: center;
  }
  #header .part-left h1 {
    font-size: 30px;
  }
  #header .part-left p{
    font-size: 15px;
  }
  #header .part-left button {
    font-size: 20px;
    background-color: #fea116;
    padding: 10px 15px;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
  }
  #header .part-left button:hover {
    background-color: #0f172b;
  }

  #header .part-right {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 40px;
    margin-left: 0px;
  }

  #header .part-right img {
    width: 85%;
    animation: rotate 30s infinite;
    animation-timing-function: linear;
  }


  /*========== End Header ==========*/


  #section2{
    padding: 30px;
  }
  #section2 .container {
    display: inline;
    
  }
  #section2 .item {
    width: 100%;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.521);
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #section2 .item .icon i {
    color: #fea116;
    font-size: 50px;
  }

  /*--========== End Section 2 ==========--*/

  #section3 {
    padding: 0 30px;
    display: block;
    margin-top: -30px;
  }
  #section3 .part-left {
    position: relative;
    width: 100%;
    top: 50px;
    padding: 0px;
    display: block;
  }
  #section3 .part-left .part-one {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
   
  }
  #section3 .part-left div .one {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left div .two {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left .part-two {
    display: inline-block;
    position: relative;
    left: 0px;
    width: 100%;
  }
  
  #section3 .part-left div .three {
    width: 49%;
    position: static;
    top: -150px;
  }
  
  #section3 .part-left div .foure {
    width: 49%;
  }

  #section3 .part-right {
    width: 100%;
    margin-top: 100px;
    position: relative;
    right: 0px;
  }
  #section3 .part-right .about-text {
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 700;
    color: #fea116;
    margin-top: -25px;
    width: 100%;
  }
  #section3 .part-right i {
    color: #fea116;
    font-size: 30px;
  }
  #section3 .part-right span {
    font-size: 30px;
    font-weight: 700;
    color: #0f172b;
  }
  #section3 .part-right p {
    color: #666595;
    font-size: 15px;
    line-height: 25px;
    margin-top: -20px;
  }
  #section3 .part-right .number
  {
    margin-top: -30px;
    width: 100%;
  }

  #section3 .part-right .number div {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: -10px;
    width: 100%;
  }
  #section3 .part-right .number div .two {
    margin-left: 0px;
    
  }
  #section3 .part-right .number p {
    font-size: 25px;
    color: #fea116;
    border-left: 2px solid #fea116;
    padding-left: 5px;
    display: inline;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    
  }

  #section3 .part-right .number span {
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 5px;
  }

  #section3 .part-right .number button {
    margin-top: 45px;
    background-color: #fea116;
    padding: 10px 15px;
    border: 0;
    font-size: 18px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 15px;
  }

  /* <!--========== End Section 3 ==========--> */

  #section4 {
    text-align: center;
  }
  
  #section4 p {
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 700;
    color: #fea116;
  }
  #section4 h2 {
    font-size: 40px;
  }
  #section4 .ul-first {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section4 .ul-first li {
    display: inline;
    margin: 8px;
  }
  
 
  #section4 .ul-first span span {
    display: inline;
    color: #cacaca;
    font-size: 14px;
  }
  #section4 .ul-first span p {
    color: black;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
  }
  
  #section4 .ul-first li i {
    font-size: 35px;
    display: inline;
  }
  #section4 .menu {
    display: block;
    justify-content: space-between;
    margin-left: 0px;
    padding: 0 0px;
  }
  
  #section4 .menu .part-left {
    padding: 50px 0 0 0;
    text-align: left;
  }
  
  #section4 .menu .part-left ul li .text {
    margin-top: 0px;
  }
  
  #section4 .menu .part-left ul li h2 {
    font-size: 18px;
    display: inline-block;
  }
  #section4 .menu .part-left ul li p {
    font-size: 18px;
  }
  #section4 .menu .part-left ul li,
  #section4 .menu .part-right ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px;
  }
  
  #section4 .menu .part-right {
    padding: 0;
    text-align: left;
  }
  
  #section4 .menu ul li img {
    display: inline-block;
  }
  #section4 .menu ul li .text {
    padding: 10px;
  }
  #section4 .menu ul li .text .lorem {
    margin-left: 0px;
  }
  
  #section4 .menu .part-right ul li h2 {
    font-size: 18px;
    display: inline-block;
  }
  #section4 .menu .part-right ul li p {
    font-size: 18px;
  }
  #section4 .menu ul li .text div {
    display: inline-block;
    text-align: right;
    
  }
  
  #section4 .menu ul li .text div h2 div {
    margin-left: 150px;
    color: #fea116;
  }
  /*========== End Section4 ==========*/

  #booking {
    text-align: left;
    background-color: #0f172b;
    color: white;
    display: block;
  }

  #booking .part-left {
    width: 100%;
  }
  #booking .part-left img {
    width: 100%;
  }
  #booking .part-right {
    width: 100%;
    padding-left: 10px;
    padding-top: 50px;
  }

  #booking .part-right p {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 18px;
    font-weight: 600;
  }
  #booking .part-right h1 {
    font-size: 18px;
  }

  #booking .part-right input,
  select {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
  #booking .part-right textarea {
    width: 92%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  #booking .part-right select {
    color: #747373;
  }

  #booking .part-right button {
    width: 92%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    background-color: #fea116;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  #booking .part-right button:hover {
    background-color: #d38004;
  }
  /* <!--========== End booking ==========--> */

  #team {
    text-align: center;
    padding: 80px 80px -50px 80px;
  }
  #team .container {
    display: block;
  }
  #team h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 20px;
    font-weight: 400;
  }
  #team h1 {
    font-weight: bold;
    font-size: 25px;
  }
  #team .container {
    padding: 50px;
    margin-left: 0px;
  }

  #team .item {
    width: 100%;
    box-shadow: 2px 2px 4px #222;
    margin-bottom: 20px;
  }
  #team .item .image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #team .item .image img {
    width: 100%;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
  }

  #team .item .icon {
    border: 50px;
    transition: 1s;
    display: none;
  }

  #team .item .icon i {
    font-size: 25px;
    padding: 10px;
    background-color: #fea116;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: #fea116;
    color: white;
  }

  #team .item:hover .icon {
    display: block;
  }

  #team .item:hover img {
    transform: scale(1.1);
  }

  /*========== End Team ==========*/
  #cilent {
    text-align: center;
    width: 100%;
    margin-top: -80px;
  }
  #cilent .container {
    display: block;
    padding: 0 30px;
  }

  #cilent h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 20px;
    font-weight: 400;
  }

  #cilent h1 {
    font-weight: bold;
    font-size: 25px;
  }
  #cilent .container div {
    width: 100%;
    text-align: left;
    margin: 10px 0px;
  }
  #cilent .container div i {
    font-size: 25px;
    padding: 20px;
  }
  #cilent .container div h4 {
    font-weight: 400;
    padding: 0 30px;
    line-height: 25px;
    color: #747373;
    font-size: 14px;
  }
  #cilent .container div .people h3 {
    font-weight: 400;
    font-size: 14px;
  }
  #cilent .container div .people p {
    color: #747373;
  }
  
  #cilent .container div .people img {
    width: 40px;
    border-radius: 50%;
  }
  
  /*========== End Client ==========*/

  #last-block {
    background-color: #0f172b;
    padding: 00px 50px 30px 20px;
    width: 100%;
    text-align: center;
  }
  #last-block .container {
    display: block;
  }
  #last-block .container .item {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  #last-block .container .item h1 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 500;
  }
  #last-block .container .item ul li {
    position: relative;
  }
  #last-block .container .item ul li a {
    color: white;
    font-size: 14px;
    line-height: 35px;
  }
  #last-block .container .item ul .icon {
    margin-top: 20px;
    margin-left: -5px;
  }

  #last-block .container .item ul .icon a i {
    padding: 10px;
    font-size: 8px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transition: all 0.8s;
  }

  #last-block .container .item ul .icon a i:hover {
    background-color: white;
    color: #fea116;
  }
  #last-block .container .item ul li input {
    height: 40px;
    width: 300px;
    margin-top: 25px;
    padding: 30px;
    font-size: 16px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 20px;
    padding: 10px 15px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 35px;
    border-radius: 5px;
  }

  #last-block .footer {
    display: block;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
  }
  #last-block .footer p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  #last-block .footer div a {
    text-decoration: none;
    font-size: 16px;
  }

  #last-block .footer div .border {
    border-right: 1px solid rgba(255, 255, 255, 0.329);
  }

  #last-block .container .item ul li input {
    height: 40px;
    width: 380px;
    margin-top: 25px;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 15px;
    padding: 12px 15px;
    border: 0;
    position: absolute;
    right: 3px;
    top: 25px;
    border-radius: 5px;
  }
  
  #last-block .footer {
    display: block;
    justify-content: space-between;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer p{
    font-size: 14px;
    margin-left: 5px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
  }
  
  #last-block .footer div a {
    text-decoration: none;
    padding: 0 5px;;
    font-size: 12px;
  }
  

  /*========== End last block ==========*/
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .check {
    float: right;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 101;
  }
  

  .leader{
    height: 400px;
  }

  .fa-bars {
    float: right;
    font-size: 40px;
    color: #747373;
    z-index: 101;
    display: block;
    border: 1px solid #747373;
    padding: 2px 5px;
  }
  .checkbox {
    float: right;
    width: 65px;
    height: 42px;
    z-index: 2;
    position: fixed;
    right: 10px;
    opacity: 0;
    top: 15px;
    cursor: pointer;
    z-index: 105;
    transition: all 1s;
  }

  .logo {
    padding-top: 20px;
  }
  .logo i {
    color: #fea116;
    font-size: 40px;
    position: relative;
    z-index: 100;
  }
  .logo div {
    color: #fea116;
    font-size: 40px;
    font-weight: 800;
    display: inline-block;
    z-index: 101;
  }
  #header {
    height: 950px;
  }
  #header nav {
    height: 80px;
    background-color: #0f172b;
    transition: all 1s;
  }
  #header nav ul {
    float: none;
    display: none;
    margin-top: 60px;
    transition: 0.8s;
    background-color: #0f172b;
  }
  #header nav ul li {
    display: block;
  }
  .checkbox:checked ~ #header nav ul {
    display: block;
  }

  .checkbox:checked ~ .leader {
    display: block;
    transition: all 1s;
  }

  .checkbox:checked ~ #header nav {
    border: 1px solid #747373;
  }

  #header .text {
    width: 100%;
    display: block;
  }

  #header .part-left {
    position: relative;
    z-index: 2;
    color: white;
    width: 100%;
    margin-top: 1px;
    padding: 0 5px;
    display: block;
    text-align: center;
  }
  #header .part-left h1 {
    font-size: 45px;
  }
  #header .part-left p{
    font-size: 25px;
  }
  #header .part-left button {
    font-size: 30px;
    background-color: #fea116;
    padding: 10px 15px;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
  }
  #header .part-left button:hover {
    background-color: #0f172b;
  }

  #header .part-right {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 40px;
    margin-left: 0px;
  }

  #header .part-right img {
    width: 85%;
    animation: rotate 30s infinite;
    animation-timing-function: linear;
  }


  /*========== End Header ==========*/


  #section2{
    padding: 30px;
  }
  #section2 .container {
    display: block;
    transform: translateX(10%);
    
  }
  #section2 .item {
    width: 40%;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.521);
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  #section2 .item .icon i {
    color: #fea116;
    font-size: 50px;
  }

  /*--========== End Section 2 ==========--*/

  #section3 {
    padding: 0 30px;
    display: block;
    margin-top: -30px;
  }
  #section3 .part-left {
    position: relative;
    width: 100%;
    top: 50px;
    padding: 0px;
    display: block;
  }
  #section3 .part-left .part-one {
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
   
  }
  #section3 .part-left div .one {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left div .two {
    width: 49%;
    display: inline-block;
  }
  
  #section3 .part-left .part-two {
    display: inline-block;
    position: relative;
    left: 0px;
    width: 100%;
  }
  
  #section3 .part-left div .three {
    width: 49%;
    position: static;
    top: -150px;
  }
  
  #section3 .part-left div .foure {
    width: 49%;
  }

  #section3 .part-right {
    width: 100%;
    margin-top: 100px;
    position: relative;
    right: 0px;
  }
  #section3 .part-right .about-text {
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 700;
    color: #fea116;
    margin-top: -25px;
    width: 100%;
  }
  #section3 .part-right i {
    color: #fea116;
    font-size: 40px;
  }
  #section3 .part-right span {
    font-size: 40px;
    font-weight: 700;
    color: #0f172b;
  }
  #section3 .part-right p {
    color: #666595;
    font-size: 20px;
    line-height: 30px;
    margin-top: -20px;
  }
  #section3 .part-right .number
  {
    margin-top: -30px;
    width: 100%;
  }

  #section3 .part-right .number div {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: -10px;
    width: 100%;
  }
  #section3 .part-right .number div .two {
    margin-left: 0px;
    
  }
  #section3 .part-right .number p {
    font-size: 45px;
    color: #fea116;
    border-left: 4px solid #fea116;
    padding-left: 5px;
    display: inline;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 0px;
    
  }

  #section3 .part-right .number span {
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 5px;
  }

  #section3 .part-right .number button {
    margin-top: 45px;
    background-color: #fea116;
    padding: 15px 20px;
    border: 0;
    font-size: 18px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 15px;
  }

  /* <!--========== End Section 3 ==========--> */

  #section4 {
    text-align: center;
  }
  
  #section4 p {
    font-family: "Cookie", cursive;
    font-size: 35px;
    font-weight: 700;
    color: #fea116;
  }
  #section4 h2 {
    font-size: 50px;
  } 
  #section4 .ul-first {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section4 .ul-first li {
    display: inline;
    margin: 8px;
  }
  
 
  #section4 .ul-first span span {
    display: inline;
    color: #cacaca;
    font-size: 18px;
  }
  #section4 .ul-first span p {
    color: black;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
  }
  
  #section4 .ul-first li i {
    font-size: 45px;
    display: inline;
  }
  #section4 .menu {
    display: block;
    justify-content: space-between;
    margin-left: 0px;
    padding: 0 0px;
  }
  
  #section4 .menu .part-left {
    padding: 50px 0 0 0;
    text-align: left;
  }
  
  #section4 .menu .part-left ul li .text {
    margin-top: 0px;
  }
  
  #section4 .menu .part-left ul li h2 {
    font-size: 22px;
    display: inline-block;
  }
  #section4 .menu .part-left ul li p {
    font-size: 20px;
  }
  #section4 .menu .part-left ul li,
  #section4 .menu .part-right ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px;
  }
  
  #section4 .menu .part-right {
    padding: 0;
    text-align: left;
  }
  
  #section4 .menu ul li img {
    display: inline-block;
  }
  #section4 .menu ul li .text {
    padding: 10px;
  }
  #section4 .menu ul li .text .lorem {
    margin-left: 0px;
  }
  
  #section4 .menu .part-right ul li h2 {
    font-size: 22px;
    display: inline-block;
  }
  #section4 .menu .part-right ul li p {
    font-size: 20px;
  }
  #section4 .menu ul li .text div {
    display: inline-block;
    text-align: right;
    
  }
  
  #section4 .menu ul li .text div h2 div {
    margin-left: 220px;
    color: #fea116;
  }
  /*========== End Section4 ==========*/

  #booking {
    text-align: left;
    background-color: #0f172b;
    color: white;
    display: block;
  }

  #booking .part-left {
    width: 100%;
  }
  #booking .part-left img {
    width: 100%;
  }
  #booking .part-right {
    width: 100%;
    padding-left: 10px;
    padding-top: 50px;
  }

  #booking .part-right p {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 600;
  }
  #booking .part-right h1 {
    font-size: 30px;
  }

  #booking .part-right input,
  select {
    width: 46%;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
  #booking .part-right textarea {
    width: 92%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  #booking .part-right select {
    color: #747373;
  }

  #booking .part-right button {
    width: 92%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    background-color: #fea116;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  #booking .part-right button:hover {
    background-color: #d38004;
  }
  /* <!--========== End booking ==========--> */

  #team {
    text-align: center;
    padding: 80px 90px -50px 90px;
  }
  #team .container {
    display: block;
  }
  #team h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 400;
  }
  #team h1 {
    font-weight: bold;
    font-size: 35px;
  }
  #team .container {
    padding: 50px;
    margin-left: 0px;
  }

  #team .item {
    width: 100%;
    box-shadow: 2px 2px 4px #222;
    margin-bottom: 20px;
  }
  #team .item .image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #team .item .image img {
    width: 100%;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
  }

  #team .item .icon {
    border: 50px;
    transition: 1s;
    display: none;
  }

  #team .item .icon i {
    font-size: 25px;
    padding: 10px;
    background-color: #fea116;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: #fea116;
    color: white;
  }

  #team .item:hover .icon {
    display: block;
  }

  #team .item:hover img {
    transform: scale(1.1);
  }

  /*========== End Team ==========*/
  #cilent {
    text-align: center;
    width: 100%;
    margin-top: -80px;
  }
  #cilent .container {
    display: block;
    padding: 0 30px;
  }

  #cilent h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 400;
  }

  #cilent h1 {
    font-weight: bold;
    font-size: 35px;
  }
  #cilent .container div {
    width: 100%;
    text-align: left;
    margin: 10px 0px;
  }
  #cilent .container div i {
    font-size: 35px;
    padding: 20px;
  }
  #cilent .container div h4 {
    font-weight: 400;
    padding: 0 30px;
    line-height: 25px;
    color: #747373;
    font-size: 25px;
  }
  #cilent .container div .people h3 {
    font-weight: 400;
    font-size: 20px;
  }
  #cilent .container div .people p {
    color: #747373;
  }
  
  #cilent .container div .people img {
    width: 60px;
    border-radius: 50%;
    margin:0 20px;
  }
  
  /*========== End Client ==========*/

  #last-block {
    background-color: #0f172b;
    padding: 00px 50px 30px 20px;
    width: 100%;
    text-align: center;
  }
  #last-block .container {
    display: block;
  }
  #last-block .container .item {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  #last-block .container .item h1 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 45px;
    font-weight: 500;
  }
  #last-block .container .item ul li {
    position: relative;
  }
  #last-block .container .item ul li a {
    color: white;
    font-size: 18px;
    line-height: 35px;
  }
  #last-block .container .item ul .icon {
    margin-top: 20px;
    margin-left: -5px;
  }

  #last-block .container .item ul .icon a i {
    padding: 10px;
    font-size: 15px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transition: all 0.8s;
  }

  #last-block .container .item ul .icon a i:hover {
    background-color: white;
    color: #fea116;
  }
  #last-block .container .item ul li input {
    height: 40px;
    width: 300px;
    margin-top: 25px;
    padding: 30px;
    font-size: 30px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 30px;
    padding: 10px 15px;
    border: 0;
    position: absolute;
    right: 20px;
    top: 35px;
    border-radius: 5px;
  }

  #last-block .footer {
    display: block;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 30px;
  }
  #last-block .footer p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
  }

  #last-block .footer div a {
    text-decoration: none;
    font-size: 30px;
  }

  #last-block .footer div .border {
    border-right: 1px solid rgba(255, 255, 255, 0.329);
  }

  #last-block .container .item ul li input {
    height: 45px;
    width: 380px;
    margin-top: 25px;
    padding: 20px;
    font-size: 20px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 20px;
    padding: 12px 15px;
    border: 0;
    position: absolute;
    right: 3px;
    top: 25px;
    border-radius: 5px;
  }
  
  #last-block .footer {
    display: block;
    justify-content: space-between;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer p{
    font-size: 18px;
    margin-left: 5px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    text-align: left;
  }
  
  #last-block .footer div a {
    text-decoration: none;
    padding: 0 5px;;
    font-size: 18px;
  }
  

  /*========== End last block ==========*/
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .check {
    float: right;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 101;
  }

  .fa-bars {
    float: right;
    font-size: 50px;
    color: #747373;
    z-index: 101;
    display: block;
    border: 1px solid #747373;
    padding: 2px 5px;
  }
  .checkbox {
    float: right;
    width: 55px;
    height: 55px;
    z-index: 2;
    position: fixed;
    right: 10px;
    opacity: 0;
    top: 15px;
    cursor: pointer;
    z-index: 105;
    transition: all 1s;
  }

  .logo {
    padding-top: 15px;
  }
  .logo i {
    color: #fea116;
    font-size: 50px;
    position: relative;
    z-index: 100;
  }
  .logo div {
    color: #fea116;
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
    z-index: 101;
  }
  #header {
    height: 1050px;
  }
  .leader{
    height: 520px;
  }
  #header nav {
    height: 90px;
    background-color: #0f172b;
    transition: all 1s;
  }
  #header nav ul {
    float: none;
    display: none;
    margin-top: 80px;
    transition: 0.8s;
    background-color: #0f172b;
  }
  #header nav ul li {
    display: block;
  }
  #header nav ul li a {
    font-size: 30px;
  }
  #header nav ul li a button {
    font-size: 30px;
  }

  .checkbox:checked ~ #header nav ul {
    display: block;
  }

  .checkbox:checked ~ .leader {
    display: block;
    transition: all 1s;
  }

  .checkbox:checked ~ #header nav {
    border-bottom: 1px solid #747373;
    margin-top: -8px;
  }

  #header .text {
    width: 100%;
    display: block;
  }

  #header .part-left {
    position: relative;
    z-index: 2;
    color: white;
    width: 100%;
    margin-top: 1px;
    padding: 0 100px;
    display: block;
    text-align: center;
  }
  #header .part-left p {
    font-size: 20px;
    line-height: 25px;
  }

  #header .part-left h1 {
    font-size: 65px;
  }
  #header .part-left button {
    font-size: 35px;
    background-color: #fea116;
    padding: 15px 25px;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
  }
  #header .part-left button:hover {
    background-color: #0f172b;
  }

  #header .part-right {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 50px;
    margin-left: 80px;
  }

  #header .part-right img {
    width: 70%;
    animation: rotate 30s infinite;
    animation-timing-function: linear;
  }

  /*========== End Header ==========*/

  #section2 .container {
    display: inline;
  }
  #section2 .item {
    width: 46%;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.521);
    display: inline-block;
    margin-left: 15px;
  }
  #section2 .item .icon i {
    color: #fea116;
    font-size: 50px;
  }

  /*--========== End Section 2 ==========--*/

  #section3 {
    padding: 0 30px;
    display: block;
  }
  #section3 .part-left {
    position: relative;
    width: 100%;
    top: 50px;
    padding: 50px;
  }
  #section3 .part-left .part-one {
    display: inline-block;
    position: relative;
    right: 45px;
    top: 0px;
    width: 100%;
  }
  #section3 .part-left div .one {
    width: 60%;
    display: inline-block;
  }
  
  #section3 .part-left div .two {
    width: 35%;
    display: inline-block;
  }
  
  #section3 .part-left .part-two {
    display: inline-block;
    position: relative;
    left: 72px;
    width: 100%;
  }
  
  #section3 .part-left div .three {
    width: 35%;
    position: relative;
    top: -150px;
  }
  
  #section3 .part-left div .foure {
    width: 60%;
  }

  #section3 .part-right {
    width: 100%;
    margin-top: 50px;
    position: relative;
    right: 0px;
  }
  #section3 .part-right .about-text {
    font-family: "Cookie", cursive;
    font-size: 45px;
    font-weight: 700;
    color: #fea116;
    margin-top: -25px;
  }
  #section3 .part-right i {
    color: #fea116;
    font-size: 55px;
  }
  #section3 .part-right span {
    font-size: 55px;
    font-weight: 700;
    color: #0f172b;
  }
  #section3 .part-right p {
    color: #666595;
    font-size: 25px;
    line-height: 35px;
    margin-top: -12px;
  }

  #section3 .part-right .number div {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: -10px;
  }
  #section3 .part-right .number div .two {
    margin-left: 25px;
  }
  #section3 .part-right .number p {
    font-size: 50px;
    color: #fea116;
    border-left: 5px solid #fea116;
    padding-left: 5px;
    display: inline;
    height: 50px;
    display: flex;
    align-items: center;
  }

  #section3 .part-right .number span {
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
  }

  #section3 .part-right .number button {
    margin-top: 30px;
    background-color: #fea116;
    padding: 20px 30px;
    border: 0;
    font-size: 25px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 15px;
  }

  /* <!--========== End Section 3 ==========--> */

  #section4 {
    text-align: center;
  }
  
  #section4 p {
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 700;
    color: #fea116;
  }
  #section4 h2 {
    font-size: 60px;
  }
  #section4 .ul-first {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section4 .ul-first li {
    display: inline;
    margin: 10px;
  }
  
  
  #section4 .ul-first span span {
    display: inline;
    color: #cacaca;
    font-size: 25px;
  }
  #section4 .ul-first span p {
    color: black;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 35px;
  }
  
  #section4 .ul-first li i {
    font-size: 55px;
  
    display: inline;
  }
  #section4 .menu {
    display: block;
    justify-content: space-between;
    margin-left: 0px;
    padding: 0 0 0 10px;
  }
  
  #section4 .menu .part-left {
    padding: 50px 0 0 10px;
  }
  
  #section4 .menu .part-left ul li .text {
    margin-top: -15px;
  }
  
  #section4 .menu .part-left ul li h2 {
    font-size: 28px;
    display: inline-block;
  }
  #section4 .menu .part-left ul li p {
    font-size: 22px;
  }
  #section4 .menu .part-left ul li,
  #section4 .menu .part-right ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px;
  }
  
  #section4 .menu .part-right {
    padding: 0;
  }
  
  #section4 .menu ul li img {
    display: inline-block;
    width: 110px;
  }
  #section4 .menu ul li .text {
    padding: 10px;
  }
  #section4 .menu ul li .text .lorem {
    margin-left: -280px;
  }
  
  #section4 .menu .part-right ul li h2 {
    font-size: 28px;
    display: inline-block;
  }
  #section4 .menu .part-right ul li p {
    font-size: 22px;
  }
  #section4 .menu ul li .text div {
    display: inline-block;
    
  }
  
  #section4 .menu ul li .text div div {
    margin-left: 300px;
    color: #fea116;
  }
  /*========== End Section4 ==========*/

  #booking {
    text-align: left;
    background-color: #0f172b;
    color: white;
    display: block;
  }

  #booking .part-left {
    width: 100%;
  }
  #booking .part-left img {
    width: 100%;
  }
  #booking .part-right {
    width: 100%;
    padding-left: 10px;
    padding-top: 50px;
  }

  #booking .part-right p {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 600;
  }
  #booking .part-right h1 {
    font-size: 45px;
  }

  #booking .part-right input,
  select {
    width: 48%;
    height: 55px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
  }
  #booking .part-right textarea {
    width: 98%;
    height: 100px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  #booking .part-right select {
    color: #747373;
  }

  #booking .part-right button {
    width: 98%;
    height: 55px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    background-color: #fea116;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  #booking .part-right button:hover {
    background-color: #d38004;
  }
  /* <!--========== End booking ==========--> */

  #team {
    text-align: center;
    padding: 80px 100px -50px 100px;
  }
  #team .container {
    display: block;
  }
  #team h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 45px;
    font-weight: 400;
  }
  #team h1 {
    font-weight: bold;
    font-size: 55px;
  }
  #team .container {
    padding: 50px;
    margin-left: 30px;
  }

  #team .item {
    width: 100%;
    box-shadow: 2px 2px 4px #222;
    margin-bottom: 20px;
  }
  #team .item h3{
font-size: 25px;
  }
  #team .item p{
    font-size: 20px;
      }
  #team .item .image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #team .item .image img {
    width: 100%;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
  }

  #team .item .icon {
    border: 50px;
    transition: 1s;
    display: none;
  }

  #team .item .icon i {
    font-size: 25px;
    padding: 10px;
    background-color: #fea116;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: #fea116;
    color: white;
  }

  #team .item:hover .icon {
    display: block;
  }

  #team .item:hover img {
    transform: scale(1.1);
  }

  /*========== End Team ==========*/
  #cilent {
    text-align: center;
    width: 100%;
    margin-top: -80px;
  }
  #cilent .container {
    display: block;
    padding: 0 30px;
  }
  #cilent .container .item1,#cilent .container .item2,#cilent .container .item3{
    margin-bottom: 30px;
  }
  #cilent h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 400;
  }

  #cilent h1 {
    font-weight: bold;
    font-size: 45px;
  }
  #cilent .container div {
    width: 100%;
    text-align: left;
    margin: 10px 0px;
  }
  #cilent .container div .people h3 {
    font-weight: 400;
    font-size: 18px;
  }
  #cilent .container div .people p {
    color: #747373;
    font-size: 20;
  }
  
  #cilent .container div .people img {
    width: 60px;
    border-radius: 50%;
    margin-left: 20px;
  }
  #cilent .container  h4{
    font-size: 25px;
  }
  /*========== End Client ==========*/

  #last-block {
    background-color: #0f172b;
    padding: 50px 50px 30px 50px;
    width: 100%;
    text-align: center;
  }
  #last-block .container {
    display: block;
  }
  #last-block .container .item {
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }

  #last-block .container .item h1 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 55px;
    font-weight: 500;
  }
  #last-block .container .item ul li {
    position: relative;
  }
  #last-block .container .item ul li a {
    color: white;
    font-size: 25px;
    line-height: 35px;
  }
  #last-block .container .item ul .icon {
    margin-top: 20px;
    margin-left: -5px;
  }

  #last-block .container .item ul .icon a i {
    padding: 10px;
    font-size: 25px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transition: all 0.8s;
  }

  #last-block .container .item ul .icon a i:hover {
    background-color: white;
    color: #fea116;
  }
  #last-block .container .item ul li input {
    height: 40px;
    width: 500px;
    margin-top: 25px;
    padding: 30px;
    font-size: 20px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 25px;
    padding: 15px 20px;
    border: 0;
    position: absolute;
    right: 20px;
    top:25px;
    border-radius: 5px;
  }

  #last-block .footer {
    display: block;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 22px;
  }
  #last-block .footer p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }

  #last-block .footer div a {
    text-decoration: none;
    font-size: 20px;
  }

  #last-block .footer div .border {
    border-right: 1px solid rgba(255, 255, 255, 0.329);
  }

  /*========== End last block ==========*/
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
  
  ul {
    list-style: none;
  }
  .clr {
    clear: both;
  }
  
  /*========== End Global ==========*/
  .check {
    float: right;
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 101;
  }
  
  .fa-bars {
    float: right;
    font-size: 40px;
    color: white;
    z-index: 101;
    display: none;
  }
  .checkbox {
    float: right;
    width: 50px;
    height: 40px;
    z-index: 2;
    position: fixed;
    right: 15px;
    opacity: 0;
    top: 15px;
    cursor: pointer;
    z-index: 105;
  }
  
  .logo {
    float: left;
    width: 500px;
    padding-top: 15px;
    position: fixed;
    z-index: 100;
    padding: 20px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  .logo i {
    color: #fea116;
    font-size: 50px;
    position: relative;
    z-index: 100;
  }
  .logo div {
    color: #fea116;
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
    z-index: 101;
  }
  
  #header {
    width: 100%;
    height: 120vh;
    overflow: hidden;
    background-image: url(../img/bg-hero.jpg);
    position: relative;
    background-repeat: no-repeat;
  }
  .leader {
    position: fixed;
    top: 0;
    background-color: #0f172b;
    width: 100%;
    height: 620px;
    z-index: 5;
    display: none;
    
  }
  #header .black {
    position: absolute;
    background-color: #0b061ad2;
    width: 100%;
    height: 100%;
  }
  #header nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 20px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    transition: 1s;
  }
  #header nav ul {
    float: right;
    transition: 0.8s;
  }
  #header nav ul li {
    display: inline;
    padding: 10px;
  }
  #header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
  }
  #header nav ul li .active,
  #header nav ul li a:hover {
    color: #fea116;
  }
  #header nav ul li a button {
    background-color: #fea116;
    padding: 10px 20px;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
    position: static;
  }
  #header nav ul li a button:hover {
    background-color: #0f172b;
  }
  #header .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  #header .part-left {
    position: relative;
    z-index: 2;
    color: white;
    width: 50%;
    margin-top: 10px;
    padding: 0 100px;
  }
  #header .part-left h1 {
    font-size: 70px;
  }
  #header .part-left button {
    font-size: 22px;
    background-color: #fea116;
    padding: 15px 25px;
    border: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: 0.5s;
  }
  #header .part-left button:hover {
    background-color: #0f172b;
  }
  
  #header .part-right {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 50px;
  }
  
  #header .part-right img {
    width: 85%;
    animation: rotate 80s infinite;
    animation-timing-function: linear;
  }
  @keyframes rotate {
    100% {
      transform: rotateZ(360deg);
    }
  }
  /* <!--========== End Header ==========--> */
  
  #section2 .container {
    display: flex;
    justify-content: space-around;
  }
  #section2 .item {
    width: 21%;
    text-align: left;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.521);
    margin: 5px;
    padding: 40px 20px;
  }
  #section2 .item .icon i {
    color: #fea116;
    font-size: 50px;
  }
  
  /*--========== End Section 2 ==========--*/
  #section3 {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
  #section3 .part-left {
    position: relative;
    width: 50%;
    top: 120px;
    padding: 50px;
    right: 20px;
  }
  #section3 .part-left .part-one {
    display: inline-block;
    position: relative;
    right: 45px;
    top: 0px;
    width: 100%;
  }
  #section3 .part-left div .one {
    width: 55%;
    display: inline-block;
  }
  
  #section3 .part-left div .two {
    width: 40%;
    display: inline-block;
  }
  
  #section3 .part-left .part-two {
    display: inline-block;
    position: relative;
    left: 72px;
    width: 100%;
  }
  
  #section3 .part-left div .three {
    width: 40%;
    position: relative;
    top: -55px;
    right: 63px;
  }
  
  #section3 .part-left div .foure {
    width: 55%;
    position: relative;
    right: 63px;
  }
  #section3 .part-right {
    width: 50%;
    margin-top: 100px;
    position: relative;
    right: 50px;
  }
  #section3 .part-right .about-text {
    font-family: "Cookie", cursive;
    font-size: 30px;
    font-weight: 700;
    color: #fea116;
  }
  #section3 .part-right i {
    color: #fea116;
    font-size: 40px;
  }
  #section3 .part-right span {
    font-size: 55px;
    font-weight: 700;
    color: #0f172b;
  }
  #section3 .part-right p {
    color: #666595;
    font-size: 18px;
    line-height: 25px;
  }
  
  #section3 .part-right .number div {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  #section3 .part-right .number div .two {
    margin-left: 20px;
  }
  #section3 .part-right .number p {
    font-size: 55px;
    color: #fea116;
    border-left: 5px solid #fea116;
    padding-left: 5px;
    display: inline;
    height: 50px;
    display: flex;
    align-items: center;
  }
  
  #section3 .part-right .number span {
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  
  #section3 .part-right .number button {
    margin-top: 30px;
    background-color: #fea116;
    padding: 15px 20px;
    border: 0;
    font-size: 20px;
    color: white;
  }
  
  /* <!--========== End Section 3 ==========--> */
  
  #section4 {
    text-align: center;
  }
  
  #section4 p {
    font-family: "Cookie", cursive;
    font-size: 50px;
    font-weight: 700;
    color: #fea116;
  }
  #section4 h2 {
    font-size: 65px;
  }
  #section4 .ul-first {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section4 .ul-first li {
    display: inline;
    margin: 10px;
  }
  
 
  #section4 .ul-first span span {
    display: inline;
    color: #cacaca;
  }
  #section4 .ul-first span p {
    color: black;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 25px;
  }
  
  #section4 .ul-first li i {
    font-size: 45px;
  
    display: inline;
  }
  #section4 .menu {
    display: flex;
    justify-content: space-between;
    margin-left: -95px;
    padding: 0 40px;
  }
  
  #section4 .menu .part-left {
    padding: 50px 0 0 100px;
  }
  
  #section4 .menu .part-left ul li .text {
    margin-top: -15px;
  }
  
  #section4 .menu .part-left ul li h2 {
    font-size: 22px;
    display: inline-block;
  }
  #section4 .menu .part-left ul li p {
    font-size: 18px;
  }
  #section4 .menu .part-left ul li,
  #section4 .menu .part-right ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px;
  }
  
  #section4 .menu .part-right {
    padding: 50px 0 0 10px;
  }
  
  #section4 .menu ul li img {
    display: inline-block;
  }
  #section4 .menu ul li .text {
    padding: 10px;
  }
  #section4 .menu ul li .text .lorem {
    margin-left: -80px;
  }
  
  #section4 .menu .part-right ul li h2 {
    font-size: 22px;
    display: inline-block;
  }
  #section4 .menu .part-right ul li p {
    font-size: 18px;
  }
  #section4 .menu ul li .text div {
    display: inline-block;
  }
  
  #section4 .menu ul li .text div h2 div {
    margin-left: 100px;
    color: #fea116;
  }
  
  /* <!--========== End Section 4 ==========--> */
  
  #booking {
    text-align: left;
    background-color: #0f172b;
    color: white;
    display: flex;
    justify-content: space-between;
  }
  
  #booking .part-left {
    width: 50%;
  }
  #booking .part-left img{
    width: 100%;
  }
  #booking .part-right {
    width: 50%;
    padding-left: 50px;
    padding-top: 0px;
  }
  
  #booking .part-right p {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 25px;
    font-weight: 600;
  }
  #booking .part-right h1 {
    font-size: 35px;
  }
  
  #booking .part-right input,
  select {
    width: 45%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 16px;
    margin-top: -1px;
  }
  #booking .part-right textarea {
    width: 92%;
    height: 75px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
  }
  #booking .part-right select {
    color: #747373;
  }
  
  #booking .part-right button {
    width: 92%;
    height: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
    background-color: #fea116;
    color: white;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
  }
  #booking .part-right button:hover {
    background-color: #d38004;
  }
  /* <!--========== End booking ==========--> */
  
  #team {
    text-align: center;
  }
  #team .container {
    display: flex;
    justify-content: space-between;
  }
  #team h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 400;
  }
  #team h1 {
    font-weight: bold;
    font-size: 45px;
  }
  #team .container {
    padding: 50px;
    margin-left: 30px;
  }
  
  #team .item {
    width: 22%;
    box-shadow: 2px 2px 4px #222;
  }
  #team .item .image {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #team .item .image img {
    width: 100%;
    border-radius: 50%;
    transition: 1s;
    overflow: hidden;
  }
  
  #team .item .icon {
    border: 50px;
    transition: 1s;
    display: none;
  }
  
  #team .item .icon i {
    font-size: 25px;
    padding: 10px;
    background-color: #fea116;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: #fea116;
    color: white;
  }
  
  #team .item:hover .icon {
    display: block;
  }
  
  #team .item:hover img {
    transform: scale(1.1);
  }
  
  /*========== End Team ==========*/
  #cilent {
    text-align: center;
    width: 100%;
  }
  #cilent .container {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  
  #cilent h2 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 400;
  }
  
  #cilent h1 {
    font-weight: bold;
    font-size: 45px;
  }
  #cilent .container div {
    width: 33%;
    text-align: left;
    margin: 10px 30px;
  }
  #cilent .container div h4 {
    font-weight: 400;
    padding: 0 30px;
    line-height: 25px;
    color: #747373;
  }
  
  #cilent .container div i {
    font-size: 45px;
    padding: 20px;
  }
  
  #cilent .container div .people {
    width: 100%;
    display: flex;
  }
  #cilent .container div .people h3 {
    font-weight: 400;
    font-size: 18px;
  }
  #cilent .container div .people p {
    color: #747373;
  }
  
  #cilent .container div .people img {
    width: 50px;
    border-radius: 50%;
  }
  
  #cilent .container div .fa-one,
  #cilent .container div .fa-three {
    color: #fea116;
  }
  #cilent .container .item2,
  #cilent .container .item2 h4,
  #cilent .container .item2 div p {
    background-color: #fea116;
    border: 0;
    color: white;
  }
  #cilent .container .item2 .fa-two {
    color: white;
  }
  #cilent .container .item1,
  #cilent .container .item3 {
    border: 1px solid #e6e3e3;
  }
  /*========== End Client ==========*/
  
  #last-block {
    background-color: #0f172b;
    padding: 100px 100px 30px 100px;
    width: 100%;
    text-align: center;
  }
  #last-block .container {
    display: flex;
    justify-content: space-between;
  }
  #last-block .container .item {
    width: 25%;
    text-align: left;
  }
  
  #last-block .container .item h1 {
    color: #fea116;
    font-family: "Cookie", cursive;
    font-size: 40px;
    font-weight: 500;
  }
  #last-block .container .item ul li {
    position: relative;
  }
  #last-block .container .item ul li a {
    color: white;
    font-size: 16px;
    line-height: 35px;
  }
  #last-block .container .item ul .icon {
    margin-top: 20px;
    margin-left: -5px;
  }
  
  #last-block .container .item ul .icon a i {
    padding: 10px;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    transition: all 0.8s;
  }
  
  #last-block .container .item ul .icon a i:hover {
    background-color: white;
    color: #fea116;
  }
  #last-block .container .item ul li input {
    height: 40px;
    width: 280px;
    margin-top: 25px;
    padding: 30px;
    font-size: 16px;
    border: 1px solid #fea116;
    border-radius: 5px;
  }
  #last-block .container .item ul li button {
    background-color: #fea116;
    color: white;
    font-size: 20px;
    padding: 20px 15px;
    border: 0;
    position: relative;
    right: -180px;
    top: -62px;
    border-radius: 5px;
  }
  
  #last-block .footer {
    display: flex;
    justify-content: space-between;
    color: white;
    padding-top: 20px;
  }
  #last-block .footer a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
  }
  
  #last-block .footer div a {
    text-decoration: none;
    padding: 0 10px;
  }
  
  #last-block .footer div .border {
    border-right: 1px solid white;
  }
  
  
  /*========== End last block ==========*/
  

  /*========== End last block ==========*/
}



