* {
  margin: 0px;
}

.bu1{
  border: none;
  background-color: rgb(240, 88, 33);
}

.bu1:hover{
  background-color:rgb(8, 124, 170);
  border: none;
}

.bu2{
  background: transparent; 
  border: 2px solid white;
}

.bu2:hover{
  background-color:rgb(240, 88, 33);
  border: none;
}

.bu3{
  
}
.button4:hover{
  background-color:rgb(8, 124, 170);
  border: none;
}

.button4{
  color: white;
  padding: 15px 30px;
  border-radius: 35px;
  border: 2px solid white;
  background-color: rgba(214, 205, 205, 0.377);
  margin-top: 4px;
}

.b3{
  display: flex;
  justify-content: center;
}

.button3:hover{
  background: transparent;
  border: 2px solid black;
}
.button3{
  font-size:20px;
  color: skyblue;
  border-radius:35px;
  padding: 20px 40px;
  border: 2px solid white;
}


.buttons{
  color: white;
  font-size:18px;
  padding: 12px 38px;
  border-radius: 35px;
  margin-left: 10px;
}

.b1{
  display: flex;
  align-items: center;
  justify-content:center;
  /* margin-left:101px; */
}

.buttons2{
  color: white;
  font-size:18px;
  padding: 12px 38px;
  border-radius: 35px;
  margin-left: 10px;
  margin-bottom: 18px;
}

.b2{
  display: flex;
  align-items: center;
  justify-content:left;
  margin-left:-3px;
}

body {
  margin-right: 12px;
  margin-left: 12px;
}

/*these classes are for the styling of "Have your best call"*/

.text{
  font-size:100px;
}

.text1{
  margin-right: 37px;
  margin-top: -37px;
}
/*till here*/

/*this styling is for the "tag line below header"*/
.text2{
  font-size:22px;
}

.text3{
  margin-right: 5px;
}
/*till here*/

/*this is the styling of buttons*/


h1 {
  font-family: "Kanit", sans-serif;
  color: white;
  font-size: 85px;
}

h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: black;
  font-size: 50px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 22px;
}

h5{
  font-size: "Kanit", sans-serif;
  font-size: 30px;
}

h6{
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  font: size 20px;
  line-height: 30px;
}
p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: gray;
  font-size: 18px;
  line-height: 32px;
}
.nav {
  background-color: #00caf7;
}

.navt {
  color: white;
  font-size: 15px;
  margin-right: 164px;
}

.navt2 {
  color: white;
  font-size: 15px;
}

.navt1 {
  color: orange;
  background: white;
}

.navbar-nav {
  margin-left: auto;
  margin-top: 3px;
}

.any {
  background-color: #00caf7;
}

.any1 {
  background: linear-gradient(to left, #86e9ff 0%, #ffffff 25%);
}

.any3 {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-family: 65px;
}

.perfect{
    padding-top: 190px;
}

.img{
  width:60%;
}

.img1{
  width:60%;
}

@media screen and (max-width:1500px){
  .b1{
    /* margin-left:80px; */
    /* justify-content:left; */
  }
}

@media screen and (max-width:1300px){
  .text{
    font-size:80px;
  }

  .text1{
    margin-right: 30px;
  }

  .text2{
    font-size: 17.5px;
  }

  .try{
    margin-right:70px;
  }
}

@media screen and (max-width:1070px){

  .text2{
    font-size:16px;
  }

  .try{
    margin-right: 35px;
  }

  .text{
    font-size: 70px;
  }
}

@media screen and (max-width: 990px){

  .text-end{
    margin-top: -196px;
  }
  .any1{
    background: white;;
  }

  .buttonmar{
    margin-bottom: 50px;
  }

  .img{
    width: 100%;
  }

  .img1{
    width:90%;
  }

  .text{
    font-size:90px;
    text-align: center;
  }

  .text2{
    text-align: center;
    font-size:18px;
  }

  .text3{
    margin-right: 41px;
  }

  .try{
    margin-right: 285px;
  }

}

@media screen and (max-width:900px){
  .try{
    margin-right: 230px;
  }
}

@media screen and (max-width:800px){
  .try{
    margin-right: 160px;
  }
}

@media screen and (max-width:650px){
  .try{
    margin-right: 85px;
  }
}

@media screen and (max-width: 600px){
  h5{
    font-size: 15px;
  }

  .img1{
    width:100%;
  }
}
@media screen and (max-width: 550px){
  .text{
    font-size:60px;
  }

  .text1{
    margin-right: 23px;
    margin-top: -30px;
  }

  .text2{
    font-size:16px;
    margin-left: 28px;
  }

  .try{
    margin-right: 47px;
  }

  .btn{
    padding: 10px 20px;
  }
}

@media screen and (max-width:500px){

  .any3{
    font-size:55px;
  }
  .b1{
    flex-direction:column;
  }

  .buttons{
        margin: 7px;
  }

  .bu1{
    padding: 15px 52px;
  }
}

@media screen and (max-width:440px){
  .try{
    margin-right:5px;
  }
}

@media screen and (max-width: 400px) {

  .button3{
    padding: 13px 30px;
    font-size:15px;
  }

  .text-end{
    margin-top: -70px;
  }

  .b2{
    flex-direction: column;
  }

  .buttons2{
    margin: 10px;

  }
  h1 {
    font-size: 30px;
  }

  h2{
    font-size: 25px;
  }

  p{
    font-size: 10px;
  }

  .try{
      margin-top: 15px;
  }

  .perfect{
      padding-top: 80px;
  }

  .buttonmar{
    margin-bottom: 20px;
  }

  .text{
    font-size:40px;
  }
  .text1{
    margin-top: -20px;
    margin-right: 18px;
  }

  .text2{
    font-size:15px;
  }

  .text2{
    margin-left: 43px;
  }

  .btn{
    padding: 2px 6px;
    font-size:7px;
  }

  .try{
    margin-right: 58px;
    margin-top: -1px;
  }
}

@media screen and (max-width:350px){

  .bu1{
    padding: 15px 60px;
  }

  .any3{
    font-size:50px;
  }
  .try{
    margin-right: 38px;
  }

  .buttons{
    font-size:15px;
  }
}

@media screen and (max-width:300px){

  .any3{
    font-size:41px;
  }
  .text{
    font-size:30px;
    text-align: center;
  }

  .text2{
    font-size: 13px;
    text-align: center;
  }

  .text3{
    margin-left: 0px;
  }

  .btn{
    padding: 10px 20px;
    font-size: 12px ;
  }

  .try{
    margin-right: 39px;
    margin-top:30px;
  }

  .try1{
    margin-right: 36px;
  }
}

@media screen and (max-width:250px){

  .any3{
    font-size:31px;
  }

  .buttons2{
    font-size: 12px;
    padding: 12px 25px;
  }
  .text{
    font-size:20px;
    text-align: left;
  }

  .text1{
    margin-top: -14px;
  }

  .btn{
    padding: 2px 10px;
    font-size: 9px ;
  }

  .try{
    margin-right: 39px;
    margin-top:30px;
  }

  .try1{
    margin-right: 36px;
  }
}

@media  screen and (max-width:200px){
  .any3{
    font-size:20px;
  }

  .button3{
    padding: 9px 20px;
    font-size:12px;
  }
  h2{
    font-size:15px;
  }
  
  .text1{
    margin-top: -4px;
  }
}

