/* POPPINS FONT */
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{
    font-family: 'Poppins', sans serif;
}
* {
  margin: 0px;
  padding: 0px;
}
.bgimage {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("image/BG.jpg");
  background-size: 100%;
  width: 100%;
  height: 100%;
}
.menu {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}
.leftmenu {
  width: 20%;
  line-height: 100px;
  float: left;
}
.leftmenu h4 {
  padding-left: 70px;
  font-weight: bold;
  color: rgb(228, 219, 219);
  font-size: 22px;
  font-family: "montserrat", sans-serif;
}
.leftmenu h4 a {
  color: white;
  text-decoration: none;
}
.rightmenu {
  width: 60%;
  height: 100px;
  float: right;
}
.rightmenu ul {
  margin-left: 200px;
}
.rightmenu ul li {
  display: inline-block;
  font-family: "montserrat", sans-serif;
  list-style: none;
  font-size: 15px;
  color: white;
  font-weight: bold;
  line-height: 100px;
  margin-left: 40px;
  text-transform: uppercase;
  cursor: pointer;
}
.rightmenu ul li:hover {
  color: #00ccff;
}
.rightmenu ul li a:hover {
  color: #00ccff;
}
#firstlist {
  color: #00ccff;
}

.text {
  width: 100%;
  margin: 120px 50px 10px 0;
  text-transform: uppercase;
  text-align: center;
  color: white;
}
.text h4 {
  font-size: 20px;
  font-family: "open sans", sans-serif;
}
.text h1 {
  font-size: 62px;
  font-family: "montserrat", sans-serif;
  font-weight: 700px;
  margin: 14px 0px;
}
.text h3 {
  font-size: 15px;
  font-family: "open sans", sans-serif;
}
.text p h3 {
  font-size: 200px;
  font-family: "montserrat", sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 20px;
  text-align: justify;
  margin-left: 10px;
}

.btn {
  background-color: rgba(255, 255, 255, 0.164);
  color: white;
  font-family: "montserrat", sans-serif;
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  width: 150px;
  margin-top: 25px;
  border: 3px solid white;
  border-radius: 10px;
  cursor: pointer;
}
.btn:hover {
  background-color: white;
  color: black;
}
.btn a:hover {
  color: #333;
}
a {
  text-decoration: none;
  color: #e0dfdf;
}

li a {
  text-decoration: none;
  color: white;
}

.text2 {
  width: 100%;
  margin-top: 10px 0;
  /* text-transform: uppercase;*/
  text-align: center;
  color: rgb(230, 220, 220);
}
.text2 h4 {
  font-size: 20px;
  font-family: "open sans", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
.text2 h1 {
  font-size: 62px;
  font-family: "montserrat", sans-serif;
  font-weight: 700px;
  margin: 14px 0px;
  text-transform: uppercase;
}
.text2 h3 {
  font-size: 25px;
  font-family: "open sans", sans-serif;
}
.text2 p {
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  font-weight: 700px;
  /*margin: 14px 0px;*/
  color: rgb(230, 220, 220);
}
.text2 ul li {
  font-size: 25px;
  font-family: "montserrat ", sans-serif;
  font-weight: 700px;
  color: rgb(230, 220, 220);
  margin-bottom: 10px;
  list-style: none !important;
}
img {
  width: 100px;
  height: auto !important;
  position: relative;
  margin-bottom: 10px;
  margin-top: 15px;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 30px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-skype {
  background: #00aff0;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-whatsapp {
  background: #25d366;
  color: white;
}
footer {
  background-color: rgb(27, 26, 26);
  color: #fff;
  padding: 50px;
  font-family: "montserrat", sans-serif;
  font-size: 20px;
  margin-top: 100px;
  text-align: center;
}
.box{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
}
.container{
    width: 350px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 0 15px;
}
span{
    color: #121111;
    font-size: small;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}
header{
    color: #201e1e;
    font-size: 30px;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}
.input-field{
    display: flex;
    flex-direction: column;
}
.input-field .input{
    height: 45px;
    width: 87%;
    border: none;
    outline: none;
    border-radius: 30px;
    color: #eee7e7;
    padding: 0 0 0 42px;
    background: rgba(5, 5, 5, 0.1);
}
i{
    position: relative;
    top: -31px;
    left: 17px;
    color: #fff;
}
::-webkit-input-placeholder{
    color: #eee7e7;
}
.submit{
    border: none;
    border-radius: 30px;
    font-size: 15px;
    height: 45px;
    outline: none;
    width: 100%;
    background: rgba(241, 238, 238, 0.7);
    cursor: pointer;
    transition: .3s;
}
.submit:hover{
    box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: small;
    color: #1a1818;
    margin-top: 10px;
}
.left{
    display: flex;
}
label a{
    color: #0a0909;
    text-decoration: none;
}
