@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,600;0,700;1,600&display=swap');
.text-color{
    background: linear-gradient(59deg, #F8B127, #CB26B6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*{
    font-family: 'Poppins', sans-serif;

}
.hero{
    background-image: url('../img/main-bg.jpg');
    width: 100%;
    height: 100vh;
    position: relative;
}
.hero::after{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left: 0; 
}
.hero-body{
    z-index: 1;
    padding-left: 80px !important;
    padding-right: 80px !important;
    display: flex;
    flex-wrap: wrap;
    transform: rotate(45deg);
}

.hero-body .hero-grid p{
    transform: rotate(316deg);
    letter-spacing: 0.05rem;
}
.hero-body .hero-grid{
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    width: 120px;
    height: 120px;
    background: linear-gradient(59deg, #F8B127, #CB26B6);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    text-transform: uppercase;
}
.hero-body .hero-grid:hover{
    background: linear-gradient(59deg, #CB26B6, #F8B127);
    cursor: pointer;
}
/* @keyframes changeColor {
    0%{
        background: linear-gradient(59deg, #F8B127, #CB26B6);
    }
    100%{
        background: linear-gradient(59deg, #CB26B6, #F8B127);
    }
} */
.hero-grid i{
    z-index: 9;
}
.hero-grid:nth-child(1),.hero-grid:nth-child(2),
.hero-grid:nth-child(4),.hero-grid:nth-child(5),
.hero-grid:nth-child(12){
    visibility: hidden;
}
.hero-grid:nth-child(3){
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hero-grid:nth-child(6){
    border-top-left-radius: 10px;
}
.hero-grid:nth-child(8){
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hero-grid:nth-child(9){
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hero-grid:nth-child(10){
}
.hero-grid:nth-child(11){
    border-bottom-right-radius: 10px;
}
.hero .col-md-6{
    position: relative;
}
.hero-text{
    z-index: 9;
    position: relative;
    margin-top: 66px;
    padding-right: 100px !important;
}
.hero-text h1{
    font-size: 4rem;
    font-family: "Josefin Sans", sans-serif;
}
.hero-text h1 span{
    font-family: "Josefin Sans", sans-serif;
}
.hero-text h2{
    color: #3e3e3e;
}
.hero .hero-icon {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    animation: rotate 10s linear infinite;
}
.hero .hero-icon img{
    width: 100%;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(359deg);
    }
}

.hero .hero-icon-1 {
    width: 50px;
    position: absolute;
    bottom: -150px;
    left: -50px;
    animation: rotate 10s linear infinite;
}
.hero .hero-icon-1 img{
    width: 100%;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(359deg);
    }
}
.hero-btn{
    background: linear-gradient(59deg, #CB26B6, #F8B127);
    /* background: linear-gradient(to right,#e5680e ,#ee0979); */
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    transition:all 0.3s ease-in-out;
    box-shadow: 5px 5px 10px 1px #00000020;
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}
.hero-btn i{
    padding-right: 10px;
}
.hero-btn:hover{
    box-shadow: 5px 5px 10px 5px #00000030;
    color: #ffffff;
}

@media (min-width: 320px) and (max-width: 429px) {
    .hero{
        height: 100%;
    }
    .hero-body{
        transform: none;
        padding: 10px !important;
        margin-top: 30px !important;
        margin-bottom: 60px;
    }
    .hero-body .hero-grid{
        width: 80px;
        height: 80px;
    }
    .hero-body .hero-grid p {
        transform: none;
        font-size: 0.7rem;
        margin-bottom: 0px;
    }
    .hero-text{
        padding: 10px !important;
    }
    .hero-text .hero-icon-1{
        bottom: 0px;
        left: 280px;
    }
  }
  @media (min-width: 425px) and (max-width: 480px) {
    .hero{
        height: 100%;
    }
    .hero-body{
        transform: none;
        padding: 10px !important;
        margin-top: 30px !important;
        margin-bottom: 60px;
    }
    .hero-body .hero-grid{
        width: 80px;
        height: 80px;
    }
    .hero-body .hero-grid p {
        transform: none;
        font-size: 0.7rem;
        margin-bottom: 0px;
    }
    .hero-text{
        padding: 10px !important;
    }
    .hero-text .hero-icon-1{
        bottom: 0px;
        left: 280px;
        /* right: 0px; */
    }
  }
  @media (min-width:481px) and (max-width: 767px) {
  
    .hero{
        height: 100%;
    }
    .hero-body{
        /* transform: none; */
        /* padding: 0 !important; */
        margin-top: 30px !important;
        margin-bottom: 60px;
    }
    .hero-body .hero-grid{
        width: 80px;
        height: 80px;
    }
    .hero-body .hero-grid p {
        transform: none;
        font-size: 0.7rem;
        margin-bottom: 0px;
    }
    .hero-text{
        padding: 10px !important;
    }
    .hero-text .hero-icon-1{
        bottom: 0px;
        left: 280px;
        /* right: 0px; */
    }
    
  }
  @media (min-width: 768px) and (max-width: 1024px) {
  
    .hero{
        height: 100%;
    }
    .hero-body{
        transform: none;
        padding: 0 !important;
        margin-top: 30px !important;
        margin-bottom: 60px;
    }
    .hero-body .hero-grid{
        width: 80px;
        height: 80px;
    }
    .hero-body .hero-grid p {
        transform: none;
        font-size: 0.7rem;
        margin-bottom: 0px;
    }
    .hero-text{
        padding: 10px !important;
    }
    .hero-text .hero-icon-1{
        bottom: 0px;
        left: 290px;
        /* right: 0px; */
    }
    
  }