*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
section{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10001;
    transition: all .50s ease;
    background: transparent;
}

header .logo{
    position: relative;
    max-width: 64px;
    display: flex;
    align-items: center;
    color: #c00;
    font-size: 27px;
    font-weight: 700;
    text-underline-offset: 1px;
    text-decoration: none;
   
}

header .logo img{
    width: 108px;
    height: 108px;
}

header ul{
  position: relative;
  display: flex;
}

header ul li{
    list-style: none;
}

header.sticky{
    background: #ffffff;
}

header ul li a{
    display: inline-block;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    margin-left: 40px;
}

header ul li a:hover{
  color: #c00;
}
.content
  {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }

  .content .textBox{
    position: relative;
    max-width: 600px;
  }

  .content .textBox h2{
    color: #333;
    font-size: 3em;
    line-height: 1.4em;
  }

  .content .textBox h2 span{
    color: #c00;
    font-size: 1.2em;
    font-weight: 900;
  }

  .content .textBox p{
    color: #333;
  }

  .content .textBox a{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #c00;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .content .textBox a:hover{
    background: #000;
  }

  .content .imgBox{
    width: 600px;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    margin-top: -40px;
  }

  .content .imgBox img{
    max-width: 740px;
  }

  .thumb{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    margin-left: -105px;
    margin-top: -75px;
  }

  .thumb li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    transition: 0.5s;
  }

   .thumb li:hover{
    transform: translateY(-15px) ;
   }

  .thumb li img{
    height: 80px;
    max-width: 80px;

  }

  .circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c00;
    clip-path: circle(600px at right 700px);
}
.click{
    margin-left: -12px;
    margin-top: 24px;
}
.click span{
    font-weight: 500;
    color: #c00;
}
.click span i{
    margin-left: 8px;
} 
.conta h2{
    margin-bottom: 24px;
    margin-left: -24px;
}
.cardImg{
    display: flex;
    gap: 2rem;
    margin-left: -65px;
}
.item{
    margin-left: 175px;
}
.trending h2{
  margin-top: -115px;
}
.item img{
    margin-top: 35px;
}
.subtxt{
    text-align: center;
    padding-top: 175px;
    margin-top: 12px;
}
.subtxt h1{
    font-size: 52px;
}
.btn{
    margin-top: 12px;
}
.btn button{
    background: #000;
    width: 125px;
    height: 32px;
    border-radius: 16px;
}
.btn button a{
    text-decoration: none;
    color: #fff;
}
.btn button:hover{
    background: #878383d0;
}
.banner{
    margin-left: -55px;
}
.bnr{
    display: flex;
    gap: 1rem;
    margin-top: 24px;
}
.bnr img{
    width: 624px;
    height: 725px;
}
.bnrtxt{
    margin-top: -125px;
    margin-left: 24px;
}
.bnrtxt span{
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}
.btn1{
    margin-top: 20px;
}
.btn1 button{
    background: #fff;
    width: 84px;
    height: 44px;
    border-radius: 24px;
}
.btn1 button a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.bnrtxt1{
    margin-top: -100px;
    margin-left: 675px;
}
.bnrtxt1 span{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
footer{
    background: #000;
}
.footer{
    display: flex;
    gap: 4rem;
    width: 100%;
}
.sub{
    margin-left: 45px;
    margin-top: 85px;
}
.sub span{
    color: #fff;
}
.sub ul li{
    list-style: none;
}
.sub ul li a{
    text-decoration: none;
    color: #ffffff;
}
.sub1{
    margin-top: 85px;
}
.sub1 span {
    color: #fff;
}
.sub1 ul li a{
    text-decoration: none;
    color: #767575;
}
.sub1 ul li{
    list-style: none;
}
.loc{
    margin-left: 45px;
    margin-top: 45px;
   color: #767575;
}
.loc span{
    color: #fff;
    margin-left: 12px;
}
.loc span i{
    margin-right: 8px;
}
.social{
    margin-top: 85px;
    margin-left: 475px;
}
.social i{
    color: #fff;
    margin-left: 8px;
    font-size: 24px;
}
.social i:hover{
    color: #767575;
}
@media screen and (max-width: 476px){
    header ul{
        margin-top: -1345px;
    }
    .logo{
        margin-left: -76px;
    }
    .circle{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #c00;
        clip-path: circle(200px at right 300px)
    }
    header{
        font-size: 12px;
    }
    .textBox{
        width: 45px;
        font-size: 8px;
        margin-left: -95px;
    }
    .imgBox img{
        width: 367px;
        height: 276px;
        margin-top: -6px;
        margin-left: 42px;
    }
    .thumb{
        margin-left: 25px;
    }
    .thumb img{
        width: 55px;
        height: 55px;
    }
    .click{
       font-size: 12px;
    }
    .cardImg{
        flex-wrap: wrap;
    }
    .item img{
        width: 472px;
        height: 210px;
        
    }
    .item{
        margin-left: -135px;
    }
    .subtxt h2{
        font-size: 8px;
    }
    .subtxt h1{
        font-size: 24px;
    }
    .subtxt span{
        font-size: 6px;
    }
    .bnr{
        flex-wrap: wrap;
        margin-left: -44px;
    }
    .bnr img{
        width: 472px;
        height: 410px;
    }
    .bnrtxt{
      margin-left: -745px;
    }
   .bnrtxt1{
    margin-left: -754px;
   }

}