@import url('https://fonts.googleapis.com/css2?family=Mina&family=Paytone+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,700;00;1,200&display=swap');*{margin:0;padding:0;box-sizing:border-box;}body{background-color:aliceblue;font-family:'Poppins', sans-serif;}h1,h2,h3,h4{font-family:'Paytone One', sans-serif;}.bangla{font-family:'Mina', sans-serif;}a{text-decoration:none;}.header{background-color:#00642B;}.headerTop{display:flex;padding:10px;justify-content:space-between ;position:relative;}.htLeft{width:150px;overflow:hidden;}.htLeft img{width:100%;}.htRight{margin-top:30px;margin-right:100px;}.htRight ul{list-style:none;display:flex;}.htRight ul li{margin-left:30px;font-size:17px;}.htRight ul li a{color:aliceblue;}.language{background:#178962;padding:5px 20px;position:absolute;right:0;top:0;border:2px solid red;border-radius:5px;color:rgb(255, 219, 219);cursor:pointer;}.headerBottom{display:flex;justify-content:space-evenly;}.hbLeft{width:60%;}.hbRight{width:40%;height:600px;overflow:hidden;}.hbRight img{width:450px;margin-top:20px;}.hh1{margin-top:100px;text-align:center;color:#fff;font-family:Arial, Helvetica, sans-serif;}.searchSec{width:99%;display:flex;margin:30px auto;justify-content:center;}.bar{background:white;width:500px;height:40px;}.bar input{width:100%;height:100%;outline:none;border:none;font-family:'Mina', sans-serif;font-size:15px;padding-left:20px;}.buttonOfs{width:100px;background:#178962;text-align:center;padding-top:8px;color:#fff;cursor:pointer;}.buttonOfs:hover{background:#0d5239;}.searchPopular{width:600px;margin:0 auto;}.searchPopular b{color:#fff;font-size:19px;font-family:Verdana, Geneva, Tahoma, sans-serif;}.searchPopular span{border:1px solid rgba(255, 255, 255, 0.295);padding:1px 16px;font-family:mina;color:#fff;border-radius:5px;cursor:pointer;}.hbLeft p{width:500px;margin-top:150px;margin-left:auto;color:rgba(255, 255, 255, 0.856);font-family:mina;}.partners{margin-top:40px;display:flex;justify-content:center;}.partners span{font-size:23px;color:rgb(94, 94, 94);}.partners img{max-width:150px;height:30px;margin-left:30px;filter:grayscale(1);cursor:pointer;transition:0.5s;}.partners img:hover{filter:grayscale(0);}