/*---------------------Fonts-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap');
/*---------------------Fonts-----------------*/

/*---------------------Roots-----------------*/

:root {
    ---orange: #EF6A00;
    ---white: #ffffff;
    ---Pink: #BB3760;
    ---black: #222222;
    ---border: #e5e5e5;
    ---LightYellow: #FEF2EC;
}

/*---------------------Roots-----------------*/



.hero .container {
    position: relative;
    height: 1100px;
}

.hero .container .headinghero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero .container .headinghero h1 {
    font-size: 130px;
    color: var(---white);
    text-shadow: 3px 8px 5px #bb3761;
}

.hero .container .bottomdata {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.hero .container .bottomdata .social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero .container .bottomdata .social i {
    width: 55px;
    height: 55px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.253);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(---white);
    border-radius: 100%;
    margin-top: 20px;
    cursor: pointer;
}
.hero .container .bottomdata .social i:hover{
      animation: bounce-in 2s ease infinite;
}

@keyframes bounce-in {
  0% {
    opacity: 1;
    transform: scale(.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

.hero .container .bottomdata p {
    font-size: 25px;
    color: var(---white);
    line-height: 45px;
}





@media (max-width:2700px) {
    .hero .container {
        height: 1500px;
    }

    .hero .container .headinghero h1 {
        font-size: 150px;
    }
}


@media (max-width:1950px) {
    .hero .container {
        height: 1100px;
    }

}

@media (max-width:1880px) {
    .hero .container {
        height: 1000px;
    }

}

@media (max-width:1720px) {
    .hero .container {
        height: 900px;
    }

}

@media (max-width:1560px) {
    .hero .container {
        height: 800px;
    }

}

@media (max-width:1450px) {
    .hero .container {
        height: 750px;
    }

    .hero .container .headinghero h1 {
        font-size: 100px;
    }
}

@media (max-width:1350px) {
    .hero .container {
        height: 650px;
    }
}

@media (max-width:1200px) {
    .hero .container .headinghero h1 {
        font-size: 70px;
    }

    .hero .container .bottomdata p {
        font-size: 20px;
        line-height: 40px;
    }

    .hero .container {
        height: 600px;
    }
}

@media (max-width:1024px) {

    .hero .container {
        height: 520px;
    }
}

@media (max-width:1000px) {
    .hero .container {
        height: 500px;
    }
}

@media (max-width:970px) {
    .hero .container {
        height: 470px;
    }
}

@media (max-width:920px) {
    .hero .container {
        height: 440px;
    }
}

@media (max-width:860px) {
    .hero .container {
        height: 400px;
    }

    .hero .container .headinghero h1 {
        font-size: 60px;
    }
}

@media (max-width:800px) {
    .hero .container {
        height: 350px;
    }

    .hero .container .bottomdata p {
        font-size: 16px;
        line-height: 30px;
    }

    .hero .container .bottomdata .social i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width:730px) {
    .hero .container {
        height: 320px;
    }

    .hero .container .bottomdata p {
        font-size: 14px;
        line-height: 30px;
    }

    .hero .container .bottomdata .social i {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }

    .hero .container .headinghero h1 {
        font-size: 50px;
        text-shadow: 3px 5px 5px #bb3761;
    }
}

@media (max-width:730px) {
    .hero .container {
        height: 300px;
        margin-top: -20px;
    }

    .hero .container .bottomdata p {
        font-size: 14px;
        line-height: 30px;
    }

    .hero .container .bottomdata .social i {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }

    .hero .container .headinghero h1 {
        font-size: 40px;
        text-shadow: 3px 5px 5px #bb3761;
    }
}

@media (max-width:600px) {
    .hero .container {
        height: 230px;
    }

    .hero .container .bottomdata p {
        font-size: 12px;
        line-height: 25px;
    }

    .hero .container .bottomdata .social i {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: 10px;
    }

    .hero .container .headinghero h1 {
        font-size: 30px;
        text-shadow: 3px 5px 5px #bb3761;
    }
}

@media (max-width:500px) {
    .hero .container {
        height: 280px;
    }

}

@media (max-width:450px) {
        .hero .container .headinghero h1 {
        font-size: 40px;
        text-shadow: 3px 5px 5px #bb3761;
    }
    .hero .container .bottomdata {
        display: block;
        align-items: center;
        justify-content: center;
    }

    .hero .container .bottomdata .social {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .hero .container .bottomdata .social i{
        margin: 0px 5px;
    }
    .hero .container .bottomdata p {
        text-align: center;
        margin-top: 10px;
    }

}