@font-face { font-family: Amanda; src: url('../fonts/HandelGothicBT.TTF'); } 
@font-face { font-family: ByteBrain; src: url('../fonts/ByteBrain.TTF'); }
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.bytebrain{
    font-family: ByteBrain;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    color: #4e02ff;
}

.amanda{
    font-family: Amanda;
    margin-top: 0px;
    font-size: 36px;
    line-height: 1;
    text-transform: none;
    color: #ff9702;
}

.amanda-amd{
    font-family: Amanda;
    font-size: 30px;  
    text-transform: none;
    color: #ff9702;
}
   
.amanda-p{
    font-family: Amanda;
    font-size: 18px;  
    text-transform: none;
    color: #ff9702;
}
   
.amanda-font-th-hd{
    font-family:'Mitr', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    color: #000;
}

.amanda-footer{
    background:#f1f1f1;
}

#testimonial-a{
    background:#f1f1f1;
    padding: 50px 0 30px 0;
    text-align:center;
    margin-top:40px;
  }
   .amanda-navbar{
    background:#f1f1f1;
    
  }
  
  .navbar-brand-amanda{
    font-family:Poppins;
    font-size:20px;
    color:#1a0844 !important;
    font-weight:bold;
  }
  .amanda-li{
    padding:10px;
    margin-left:10px;
  }

body{
    margin-top: 70px;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
    font-family: Poppins;
}

p{
    font-family: Roboto;
}

.navbar-default{
    background: #fff;
    border: 0;
    font-family: Poppins;
}

.navbar-brand{
    font-size: 20px;
    color: #000 !important;
    font-weight: bold;
}

#navbar li a:hover {
    color: #ff9702;
}

.btn:hover {
    background-color: #ff9702;
}
  

#showcase h1{
    font-size: 50px;
    margin-bottom: 10px;
}

#showcase img{
    width: 90%;
    margin-left: 50px;
}

#showcase .showcase-right{
    margin-top: 10px;
}

#showcase .showcase-left{
    margin-top: 10px;
}

#testimonial{
    background: #f1f1f1;
    padding: 50px 0 30px 0;
    text-align: center;
    margin-top: 40px;
}

#testimonial p{
    font-size: 32px;
    font-family: 'Josefin Sans';
    color:#666;
}

#testimonial p.customer{
    font-size: 20px;
    color: #666;
}

#info1 .info-right{
    margin-top: 90px;

}

#info2{
    margin: 20px 0 60px 0;
}

#contact{
    background-color: #424242;
    /* background-color: #424242; */
    padding: 40px;
    color: #fff;
    /* color: #fff; */
/*     border-top: #424242 7px solid;
    border-bottom: #424242 7px solid; */
    
}


.wrapper{
    box-sizing: border-box;
    font-family: 'Bai Jamjuree', sans-serif;
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 365px;
    background: #fff;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    text-align: center;
  }
  .wrapper.hide{
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
  }
  ::selection{
    color: #fff;
    background: #ff9702;
  }
  
  .content header{
    font-size: 25px;
    font-weight: 600;
  }
  .content{
    margin-top: 10px;
  }
  .content p{
    color: #858585;
    margin: 5px 0 20px 0;
  }
  .content .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .buttons button{
    padding: 10px 20px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #ff9702;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .buttons button:hover{
    transform: scale(0.97);
  }
  .buttons .item{
    margin: 0 10px;
  }
  .buttons a{
    color: #ff9702;
  }
  

footer{
    padding: 30px;
    
}