* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Clicker+Script&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Lalezar&family=Mirza:wght@400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ruwudu:wght@400;500;600;700&display=swap');
html,
body {
    scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
    width: 6px;
    background: -webkit-linear-gradient(top, #273338, #2B5748, #618764, #9CB080);
    border-radius: 20px;
    cursor: pointer;

}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

body{
      font-family: "Amiri", serif;  
}
.logo {
    font-family: "Amiri", serif;
    font-weight: 700;
} 
#tadabor .container{
    background-image: url(../images/background_.jpeg) ;
    background-size: cover;
    background-position: center;
    
}

/* body {
    height: 100vh;
    background: -webkit-linear-gradient(top, #273338, #2B5748, #618764, #9CB080);
} */

/* body{
    background-image: url(../images/masjid-pogung-dalangan-DBsQFuIbXg4-unsplash.jpg);
} */

/* body {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
} */