
body {
    font-weight: 400;
    font-style: normal;
    background-color: #000 !important;
    color: #fff;
    font-family: "DM Mono", monospace;
}

p {
    font-size: 1.25rem;
    line-height: 1.6;
}

h2 {
    font-size: 3.5rem;
    font-weight: 500;
    font-style: normal;
}


header {
    padding: 15px;
}

header img {
    max-width: 264px;
}

.banner-image {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 84vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}



.banner-image-burger {
    bottom: 0;
    width: 35%;
    z-index: 1;
    left: 90px;
}


.heading-center {
    position: absolute;
    top: 40%;
    right: 150px;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 74px;

}

.heading-center h2 {
    display: inline-block;
    padding: 10px;
    color: #fff;
    margin: 0;
    position: relative;
    background-image: url(../images/background.png);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
}




@keyframes moveDown {
    0% {
        transform: translateY(-100px) rotate(15deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(15deg);
        opacity: 1;
    }
}

.heading-center .rotate-10 {
    transform: rotate(366deg);
    padding: 20px 50px 20px 50px;
    right: 239px;
}



@keyframes moveLeft {
    0% {
        transform: translateX(100px) rotate(-4deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotate(-4deg);
        opacity: 1;
    }
}

.heading-center .second {
    transform: rotate(353deg);
    padding: 20px 50px 20px 50px;
}

.image-forming{
    transform: rotate(355deg);
}






.bg-warning {
    background-color: #FFE300 !important;
    padding: 4rem 0;
}

.product-title {
    color: #fff;
    padding: 20px;
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    
}

.product-title.main {
    transform: rotate(365deg);
    max-width: 100%;
    background-image: url(../images/background.png);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
}

.product-title.sub {
    transform: rotate(375deg);
    max-width: 100%;
    background-image: url(../images/background.png);
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
}

@keyframes moveUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.product-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: moveUp 1s ease-in-out forwards;
}



.mycoprotein-section {
    display: flex;
    flex-wrap: wrap;
}

.mycoprotein-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
}


.bg-pink {
    background-color: #ff91ec   ;
}



.bg-dark {
    background-color: #000 !important;
}


@media (max-width: 1200px) {

    .heading-center .rotate-10,
    .heading-center .second {
        width: auto;
        max-width: 90%;
        right: 0;
    }
    
    h2 {
        font-size: 3rem;
    }
    
    .mycoprotein-text {
        padding: 3rem 2rem;
    }
}

@media (max-width: 991px) {
    .mycoprotein-text {
        padding: 2rem 1.5rem;
    }
    
    h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .banner-image {
        height: 82vh;
    }

    .heading-center{
        top: 23%;
    }
    
    header {
        padding: 1rem 0;
    }
    
    header img {
        max-width: 190px;
    }
    
    .banner-image-burger {
        width: 50%;
        left: 0;
    }
    
    .heading-center {
        right: 0;
        align-items: center;
        padding-right: 0;
    }
    
    .heading-center h2 {
        font-size: 2rem;
        width: auto;
        max-width: 80%;
    }
    
    .heading-center .second {
        margin-top: 10px;
        transform: rotate(-7deg);
    }
    
    .abt-section {
        padding: 3rem 1rem;
    }
    
    .product-title {
        font-size: 2rem;
        padding: 15px;
    }
    
    .mycoprotein-text {
        order: 2;
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.75rem;
    }
    
    .heading-center h2 {
        font-size: 1.5rem;
    }
    
    p {
        font-size: 1rem;
    }
    
    .banner-image-burger {
        width: 60%;
        left: 0;
    }
}


.circle-container {
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -9%;
    left: 31%;
    transform: translateX(-50%);
    z-index: 3;
}

.coming-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    z-index: 1;
    animation: rotateImage 30s infinite linear; /* Slower rotation */
}

@keyframes rotateImage {
    0% {
        transform: translate(-50%, -50%) rotate(0deg); /* Start at 0 degrees */
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg); /* Complete a full rotation */
    }
}


@media (max-width: 1200px) {
    .circle-container {
        width: 250px;
        height: 250px;
    }
    
    .coming-image {
        width: 110%;  
    }
}


.hd {
    display: inline-block; 
    position: relative;  
}

.hd::after {
    content: "";  
    position: absolute;  
    bottom: -5px;  
    left: 50%;  
    transform: translateX(-50%); 
    width: 60%;  
    border-bottom: 2px solid #ffffff;  
}



@media (max-width: 991px) {
    .circle-container {
        width: 200px;
        height: 200px;
        left: 50%;
    }
    
    .smaqing {
        font-size: 14px;
    }
    
    .new{
        font-size: 30px;
    }
    
    .products {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .circle-container {
        width: 150px;
        height: 150px;
    }
    
    .smaqing {
        font-size: 12px;
    }
    .new{
        font-size: 25px;
    }
    .products {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .circle-container {
        width: 120px;
        height: 120px;
    }
    
    .smaqing {
        font-size: 10px;
    }
}


.mycoprotein-img-container {
    overflow: hidden; 
    position: relative;
    height: 100%; 
}

.mycoprotein-img {
    width: 100%;
    height: 707px;
    object-fit: cover; 
    object-position: center;
}


@media (max-width: 991px) {
    .mycoprotein-img-container {
        height: 400px; 
    }
    .mycoprotein-img {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .mycoprotein-img-container {
        height: 350px; 
    }
    .abt-section p{
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .mycoprotein-img-container {
        height: 300px; 
    }
}




.abt-section {
    position: relative; 
    padding: 5rem 1rem;
}

.circle-container {
    position: absolute; 
    top: -200px; 
    left: 25%; 
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    z-index: 1; 
}

.circle-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff91ec;
    box-shadow: 0 10px 30px rgb(0, 0, 0);
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2; 
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;  
    text-align: center;
}

.text-dark {
    fill: #000;  
}

@media (max-width: 768px) {
    .circle-container {
        top: -107px;
        left: 49%;
        width: 140px;
        height: 140px;
    }
    
    .product-section{
        margin-top: 30px;
    }
}


.footer {
    padding: 3rem 1rem;
    color: #000;
}

.footer-logo {
    max-width: 150px; /* Adjust size */
    margin-top: 0.5rem;
}

.social-media-links {
    display: flex;
    justify-content: center;
    gap: 15px;  
}

.social-icon {
    font-size: 18px;
    color: #343a40;   
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #000;
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .heading-center{
      top: 42%;
    right: 360px;
  }
}

@media (max-width: 1024px) and (min-width: 764px) {
    .heading-center {
        top: 50%;
        left: 182px;
    }
    .banner-image {
        height: 53vh;
    }
    .coming-image {
        left: -40%;
    }
}

@media (max-width: 1180px) and (min-width: 820px) {
        .heading-center {
            top: 35%;
            left: 40px;
        }
        
        .banner-image {
        height: 35vh;
       }
       .coming-image {
        left: 86%;
       }
           .coming-image {
        width: 65%;
        top: 167px;
       }
}
    
@media (max-width: 720px) and (min-width: 540px) {
        .heading-center {
        top: 42%;
    }
    
    .heading-center {
        right: -136px;
    }
    
    .heading-center .rotate-10 {
    padding: 15px 45px 15px 45px;
    
    }
    .heading-center .second {
    padding: 15px 32px 15px 32px;
}
}

@media (max-width: 1024px) and (min-width: 600px) {
    .banner-image {
        height: 77vh;
    }
}

@media (max-width: 1280px) and (min-width: 800px) {
    .heading-center  {
        right: 40px;
        bottom: 313px;
    }
}

@media (max-width: 425px) {
    .banner-image {
        height: 82vh;
    }
}




