*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
}
#main{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(https://i.pinimg.com/736x/5e/c2/dc/5ec2dc3f2ee25c803164c07e890d1386.jpg);
    background-position: center;
    background-size: cover;
    padding: 0.1px;
}
.nav{
    width: 100%;
    height: 11vh;
    position: fixed;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    box-shadow: 0 20px 10px -12px rgba(40, 40, 40, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.5vw;
    padding-left: 6vw;
    padding-right: 0vw;
    z-index: 9999;
}
.nav a{
    text-decoration: none;
    font-size: 1.2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ffffffee;
    font-weight: 300;
}
.nav a span{
  color: #ffffffee;
  font-weight: 300;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.2rem;
}
.nav a span:hover{
  color: #FF3703;
  transition: all ease 0.5s;
}
.nav a:hover{
    color: #F00200;
    transition: all ease 0.5s;
    cursor: pointer;
}
.dropbtn {
    background-color: transparent;
  color: #ffffffee;
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 300;
  border: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.dropbtn:hover{
  cursor: pointer;
  color: #FF3703;
  transition: all ease 0.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content a {
  color: #02A00E;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
  font-size: 1vw;
}

.dropdown:hover .dropdown-content {display: block;}

.dropbtn1 {
    background-color: transparent;
  color: #ffffffee;
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 300;
  border: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}
.dropbtn1:hover{
  cursor: pointer;
  color: #FF3703;
  transition: all ease 0.5s;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 230px;
  height: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}

.dropdown-content1 a {
    color: #ffffffee;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    font-size: 1.2vw;
}

.dropdown1:hover .dropdown-content1 {display: block;}
.dropbtn2 {
    background-color: #000;
  color: #ffffffee;
  padding: 0px;
  font-size: 1.2rem;
  font-weight: 300;
  border: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.dropbtn2:hover{
    cursor: pointer;
    color: #F00200;
    transition: all ease 0.5s;
}
.dropdown2 {
  position: relative;
  display: inline-block;
}

.nav img{
  margin-left: -3%;
  margin-top: -1%;
}
.nav h4{
  color: #fff;
  margin-left: -5%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px
}
.navpart2{
  padding-left: 8vw;
  padding-right: 2vw;
  
}
.btn{
  width: 6vw;
  height: 5vh;
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid #ffff;
  color: #ffff;
  font-size: 15px;
  font-weight: 600;
}
.btn:hover{
  border: 2px solid #FF3703;
  cursor: pointer;
  color: #FF3703;
  font-size: 15px;
  font-weight: 600;
  transition: all ease 0.5s;
}
#main img:nth-child(2){
 width: 35%;
 margin-top: 12%;
 margin-left: 32%;
 height: 40%;
}
#main h1{
  color: #fff;
  font-family: montserrat;
  font-size: 35px;
  margin-left: 22%;
  font-weight: 900;
  margin-top: 3%;
}
#main h1 span{
  color: #FF3703;
}
#main p{
  color: #fff;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin-left: 27%;
  margin-top: 0.50%;
}
#main p span{
  margin-left: 22%;
}
.btn-2{
  width: 7vw;
  height: 5.5vh;
  background-color: #F05B23;
  border-radius: 25px;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}
.btn-2:hover{
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
}
.btn-3{
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  border: 2px solid #fff;
  width: 10vw;
  height: 5vh;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 5px;
  margin-left: 42%;
  margin-top: 2%;
}
.btn-3:hover{
  color: #FF3703;
  border: 2px solid #FF3703;
  cursor: pointer;
  transition: all ease 0.5s;
}
.btn-3 a{
  text-decoration: none;
  color: #fff;
}
.btn-3 a:hover{
  color: #FF3703;
  transition: all ease 0.5s;
}
  



  #page2{
      width: 100%;
      height: 100%;
    background-color: #000;
    padding: 0.1px;
  }
  .bigbox{
    width: 80%;
    height: 70%;
    background-color: #141415;
    margin-top: 5%;
    margin-left: 10%;
    border-radius: 20px;
    padding: 0.1px;
    
  }
  .bigbox h1{
    color: #fff;
    font-size: 2.8rem;
    font-family: Montserrat;
    margin-top: 12%;
    margin-left: 10%;
  }
  .bigbox h1 span{
    color: #FF3703;
  }
  .bigbox p{
    color: #BEBEBE;
    font-family: sans-serif;
    line-height: 28px;
    margin-left: 10%;
    margin-top: 1%;
  }
  .btn-4{
    width: 11vw;
    height: 6vh;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20pc;
    font-size: 18px;
    margin-top: 2%;
    margin-left: 10%;
  }
  .btn-4:hover{
    color: #FF3703;
    cursor: pointer;
    border: 2px solid #FF3703;
    transition: all ease 0.5s;
  }
  .btn-4>i{
    font-size: 20px;
  }
  .sidebox{
    width: 40%;
    height: 70%;
background-image: url(Resize.png); 
background-position: center;
background-size: cover;
   margin-left: 50%;
    margin-top: -30%;
  }
  #footer{
    width: 100%;
    height: 50%;
    background-color: #000;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
  }
  .tre{
    width: 20%;
    height: 80%;
    /* background-color: #fff; */
  }
  .tre img{
    width: 40%;
    margin-top: -18%;
  }
  .tre h6{
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.3rem;
    position: relative;
    top: -30%;
    left: 35%;
  }
  .tre p{
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #BEBEAC;
    font-size: 17px;
    position: relative;
    top: -15%;
    line-height: 25px;
  }
  .pages{
    width: 20%;
    height: 80%;
    /* background-color: #000000; */
  }
  .pages h4{
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-left: 20%;
    position: relative;
    top: -5%;
  }
  .pages h5{
    color: #BEBEAC;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 4%;
    margin-left: 20%;
    font-weight: 100;
    font-size: 17px;
  }
  .service{
    width: 20%;
    height: 80%;
    /* background-color: #000000; */
  }
  .service h4{
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-left: 20%;
    position: relative;
    top: -5%;
  }
  .service h5{
    color: #BEBEAC;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 4%;
    margin-left: 20%;
    font-weight: 100;
    font-size: 17px;
  }
  .quick{
    width: 20%;
    height: 80%;
    /* background-color: #000000; */
  }
  .quick h4{
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 1.2rem;
    margin-top: 10%;
    margin-left: 20%;
    position: relative;
    top: -5%;
  }
  .quick h5{
    color: #BEBEAC;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 4%;
    margin-left: 20%;
    font-weight: 100;
    font-size: 17px;
  }
.line{
  width: 100%;
  height: 2px;
  background-color: #BEBEAC;
  margin-top: -6%;
  padding: 0.1px;
}
.line h2{
  color: #BEBEAC;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  margin-top: 2%;
  margin-left: 5%;
}
.line h3{
  color: #BEBEAC;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  margin-top: -1.3%;
  margin-left: 80%;
}
.line h4{
  color: #BEBEAC;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  margin-top: -1.3%;
  margin-left: 60%;
}