html,
body {
  background-color: #fafffa;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

.cm{
  padding: 18px 50px;
  border-radius: 10px;
  border: none;
  color: white;
  background: #684bdb;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  font-weight: 500;
}

.cm:hover {
  background: black;
  color: white;
}

.size {
  padding: 65px;
}

.footer{
  background-color: #0F1111;
  padding-top: 4%;
  padding-bottom: 3%;
}


.text-5{
  color: #fefefe8f;
  font-size: 12px;
}
.text-6{
  color: white;
  font-size: 13px;
}
.text-7{
  color: #fefefe8f;
  font-size: 16px;
}

.pd-15{
  padding: 0% 18% 0% 0%;
}
.pd-20{
  padding: 3% 0% 0% 0%;

}

a{
  text-decoration: none;
  color: white;
}

.logo{
  display: block;
}

.image img {
  width: 27%;
  height: 10%;
  margin-right: 72%;
  margin-top: -22px;
}

.main-div {
  text-align: center;
}

.heading h1 {
  color: black;
  margin-top: 50px;
  font-size: 57px;
  font-weight: bolder;
  padding-bottom: 10px;
  text-align: left;
}

.heading h5 {
  font-weight: normal;
  text-align: left;
  text-align: normal;
  font-size: 23px;
}

#code {
  width: 115px;
  height: 60px;
  color: #3b796f;
  border: 2px solid #00cfaf;
  border-radius: 10px;
  margin-top: 35px;
}



.code1 {
  margin: 15px;
}

.textbtn {
  margin-left: -42px;
}

.button3 {
  width: 65vw !important;
}

.d-flex {
  align-items: flex-end;
  justify-content: space-between
}


#code:focus {
  outline: none;
}

.kare {
  color: #00cfaf;
}



.btn {
  padding: 10px;
  border-radius: 5px;
  background-color: #684bdb;
  font-weight: bolder;
  height: 45px;
  width: 26vh;
  font-size: 15px;
  margin-left: 10px;
  color: white;
}

.btn:hover {
  background-color: white;
  color: #684bdb;
  border: 1px solid #684bdb;
  transition: 0.5s;
}

.buttonicon {
  display: none;
}


i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}

p {
  margin-top: 10px;
}

.photo {
  width: -webkit-fill-available;
  height: 100vh;
}

  

@media only screen and (min-device-width: 401px) and (max-device-width: 700px) {
  .image img {
    width: 45%;
    margin-left: -20px;
    margin-top: -15px;
  }

  .heading h1 {
    font-size: 40px;
    margin-left: -21px;
  }

  .heading h5 {
    margin-top: 15px;
    margin-left: -7%;
  }

  .code1 {
    margin: 30px;
  }

  .iti input,
  .iti input[type="tel"],
  .iti input[type="text"] {
    width: 35vh;
  }

  .button3 {
    width: 65vw !important;
  }

  .textbtn {
    margin-left: -15px;
  }




  .btn:hover {
    background-color: white;
    color: #684bdb;
    border: 1px solid #00cfaf;
    transition: 0.5s;
  }

  .column {
    width: 70.33%;
    margin-top: -10px;
    margin-left: 40px;
  }

  .column1 {
    width: 70.33%;
    margin-top: 25px;
    margin-left: 40px;
  }

  .photo {
    width: 57vh;
    height: 70vh;
    margin-top: -30px;
  }

  .iti__country-list {
    width: 35vh;
  }
}

@media only screen and (min-device-width: 701px) and (max-device-width: 1100px) {
  .heading h1 {
    font-size: 100px;
  }
  .heading h5 {
    font-size: 42px;
  }
  .iti input,
  .iti input[type="tel"],
  .iti input[type="text"] {
    height: 60px;
  }
  .btn {
    height: 60px;
    width: 15vh;
    font-size: 22px;
  }
  .footer {
    background-color: #0F1111;
    padding: 4% 4% 4% 4%;
}
}





