* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
  transition: .8s;

}
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;
}
.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: .8s;
}
#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: 100px;
  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: 80%;
  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: 50px;
  padding: 20px;
}
#section3 .part-left .part-one {
  display: block;
  position: relative;
  right: 16px;
  top: 20px;
}
#section3 .part-left div .one {
  width: 40%;
}

#section3 .part-left div .two {
  width: 25%;
}

#section3 .part-left .part-two {
  display: block;
  position: relative;
  left: 75px;
}

#section3 .part-left div .three {
  width: 25%;
  position: relative;
  top: -90px;
}

#section3 .part-left div .foure {
  width: 40%;
}

#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: 30px;
  font-weight: 700;
  color: #fea116;
}
#section4 h2 {
  font-size: 45px;
}
#section4 .ul-first {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section4 .ul-first li {
  display: inline;
  margin: 10px;
}

#section4 .ul-first li i {
  display: inline;
  font-size: 40px;
}
#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: 20px;
}

#section4 .ul-first li i {
  font-size: 35px;

  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: -180px;
}

#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 div {
  margin-left: 200px;
  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-right {
  width: 50%;
  padding-left: 50px;
  padding-top: 50px;
}

#booking .part-right p {
  color: #fea116;
  font-family: "Cookie", cursive;
  font-size: 30px;
  font-weight: 600;
}
#booking .part-right h1 {
  font-size: 45px;
}

#booking .part-right input,
select {
  width: 45%;
  height: 50px;
  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: 20px;
  background-color: #fea116;
  color: white;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
#booking .part-right button:hover {
  background-color: #0f172b;
}
/* <!--========== 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: 10px 15px;
  border: 0;
  position: absolute;
  right: 20px;
  top: 35px;
  border-radius: 5px;
  cursor: pointer;
  transition: .8s;
}

#last-block .container .item ul li button:hover {
  background-color: #0f172b;

}

#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 ==========*/
