@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body{
    background: #121212;
    overflow-x: hidden;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 40px 100px;
    z-index: 100000;
}

header.sticky{
    padding: 5px 100px;
    background: #000;
}

header .logo{
    position: relative;
}

header ul{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul li{
    position: relative;
    list-style: none;
}

header ul li a{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color: #fffef1;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.6s;
}

ul li a:hover{
    color: #a2a3e9;
    font-size: 15pt;
}

.banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('pik/boutbg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

button{
    padding: 9px 25px;
    background-color: rgba(151, 251, 87, 1);  
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease 0s;
  }

button:hover{
    background-color: rgba(151, 251, 87, 0.8);  
}

.one{
    padding-top: 344px;
    letter-spacing: 1px;
    padding-left: 203px;
    padding-right: 1050px;
    color: #212529;
}

.title{
    font-size: 40pt;
    font-weight: 800;
}

.supdet{
    padding-right: 130px;
    font-weight: 500;
    font-size: 13pt;
    padding-top: 1em;  
}

.banner2{
    width: 100%;
    height: 100vh;
    background: url('pik/em.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.img img{
    width: 870px;
    height: 955px;
}

.two{
    padding-top: 344px;
    letter-spacing: 1px;
    color:#fffef1;
    padding-top: 344px;
    padding-left: 1000px;
}

.ttl{
    font-size: 40pt;
    font-weight: 900;
    
}

.su{
    padding-top: 1em;
    padding-right: 450px;
    font-weight: 500;
}

.socials{
    padding-top: 4em;
}

.socials i{
    padding-top: 20px;
    font-weight: 400;
}

.socials a{
    text-decoration: none;
    color: #fffef1;
    transition: 0.5s;
}

.socials a:hover{
    color: #a2a3e9;
}

#i1{
    padding-left: 1em;
}

.banner3{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('pik/why1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.three{
    padding-top: 384px;
    letter-spacing: 1px;
    padding-right: 233px;
    padding-left: 1050px;
    color: #212529;
}

.ti{
    font-size: 40pt;
    font-weight: 900;
}

.sup{
    font-size: 13pt;
    padding-top: 1em;
    font-weight: 500;
}

.banner4{
    width: 100%;
    height: 100vh;
    background: url('pik/coc1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.four{
    padding-top: 384px;
    letter-spacing: 1px;
    padding-right: 233px;
    padding-left: 1050px;
    color: #212529;
}

.white{
    width: 100%;
    height: 51%;
    background-color: #121212;
}

.testimonials{
    font-family: Less Sans;
    padding: 40px 0;
    color: #f1f1f1;
    text-align: center;
}

.inner{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    margin-top: 3%;
}

.border{
    width: 160px;
    height: 5px;
    background-color: #97fb57;
    margin: 26px auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col{
    flex: 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}

.testi{
    background-color: #333;
    padding: 30px;
    box-shadow: 0px 10px 20px #000;
}

.testi img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.name{
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    color: #fff;
}

.stars{
    color: #97fb57;
    margin-bottom: 20px;
}
