body,html{
    background-color: #E9EAEC;
    font-family: 'Poppins', sans-serif;
}
.top{
    background-color: #2A2E34;
    width: 90vw;
    height: 6vh;
    border-radius: 12px;
    margin-left: 4.5vw;
    margin-top: .5vh;
    margin-bottom: 0%;
    padding-left: 1%;
    z-index: 16;
    
}
.buts{
    min-width: 7%;
    padding-right: 1%;
    padding-left: 1%;
    height: 70%;
    color: #E9EAEC;
    background-color: #353A42;
    border:none;
    margin: .5%;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 17;
    font-family: 'Poppins', sans-serif;
}
.importy{
    color: #E3D368;
    width: auto;
    padding-right: 1%;
    padding-left: 1%;
    height: 70%;
    margin-top: .5%;
    margin-left: 1%;
    border:none;
    border-radius: 10px;
    
    background-color: #353A42;
}
.aboveFold{
    background-image:url(beeHighQual.png); 
    width: 86vw;
    height: 70vh;
    margin-left: 4.5vw;
    margin-top: 1%;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2%;
    position: relative;
}
.imgText{
    font-size: 128px;
    color: #E9EAEC;
    line-height: .5;
    font-family: 'Poppins', sans-serif;

  
}
.textContaniner{
    text-align: left;
    width: 70%;
    height: 50%;
    border-radius: 12px;
    position: absolute;
    top: -20px;
    left: 10px;
}
h1{
    color: #E3D368;
    font-family: 'Poppins', sans-serif;

}
.textBox1{
    background-color: #2A2E34;
    text-align: center;
    color: #E9EAEC;
    border-radius: 12px;
    width: 90vw;
    min-height: 55vh;
    margin-left: 4.5vw;
    margin-top: 15vh;
    border: solid 4px #2A2E34;
    position: relative;
    font-family: 'Poppins', sans-serif;

}
.textBox{
    background-color: #2A2E34;
    text-align: center;
    color: #E9EAEC;
    font-family: 'Poppins', sans-serif;
    border-radius: 12px;
    width: 90vw;
    height: 50vh;
    margin-left: 4.5vw;
    margin-top: 15vh;
    border: solid 4px #2A2E34;
    position: relative;
}
.pimgOne{
    right: 10px;
    bottom: -100px;
    width: 15%;
    position: absolute;
    z-index: 15;
}
.pimgTwo{
    position: absolute;
    left: 10px;
    bottom: -100px;
    transform: rotate(30deg);
    width: 30%;
}
.pimgThree{
    position: absolute;
    left: 10px;
    bottom: -250px;
    transform: rotate(40deg);
    width: 35%;
}
p{
    font-size: 32px;
}
.buts:hover{
   background-color: #E3D368; 
}
@media (max-width: 768px) { 
    .imgText{
        font-size: 100px;
    }
    .pimgOne{
    right: 10px;
    bottom: -120px;
    width: 25%;
    position: absolute;
    z-index: 15;
}
.pimgTwo{
    position: absolute;
    left: 10px;
    bottom: -75px;
    transform: rotate(30deg);
    width: 35%;
}
.pimgThree{
    position: absolute;
    right: -50px;
    bottom: -120px;
    transform: rotate(40deg);
    width: 35%;
}
}

/* Large phones */
@media (max-width: 600px) {
    .imgText{
        font-size: 75px;
    }
       .pimgOne{
    right: 10px;
    bottom: -120px;
    width: 35%;
    position: absolute;
    z-index: 15;
    }
    .pimgTwo{
        position: absolute;
        left: 10px;
        bottom: -50px;
        transform: rotate(30deg);
        width: 40%;
    }
    .pimgThree{
        position: absolute;
        right: -50px;
        bottom: -100px;
        transform: rotate(40deg);
        width: 45%;
    }
}

/* Small phones */
@media (max-width: 480px) { 
    .imgText{
        font-size: 50px;
    }
    .textBox{
        height: auto;
    }
    .textContaniner{
        top: -30px;
    }
}