* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: rgba(0, 0, 0, 0.874);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    width: 1440px;
    min-height: 6700px;
    max-height: auto;
}

header {
    position: relative;
    width: 1440px;
    height: 990px;
    display: flex;
}

.box {
    width: 1302px;
    height: 54px;
    display: flex;
    margin-top: 40px;
    margin-left: 70px;
}

.box .logo {
    margin-top: 14px;
    font-size: 26px;
    font-weight: Medium;
    font-family: "Poppins";
}

.box .img1 {
    width: 20px;
    height: 20px;
    margin-top: 17px;
    margin-left: 379px;
}

.box .img2 {
    width: 25px;
    height: 20px;
    margin-top: 17px;
    margin-left: 20px;
}

.box ul {
    display: flex;
    align-items: center;
    margin-left: 120px;
}

.box ul li {
    margin-left: 40px;
    margin-top: 15px;
}

.box ul li:nth-child(5) {
    position: relative;
    width: 400px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 30px;
}

.imgserch {
    cursor: pointer;
}

.inputSerch {
    display: none;
    background-color: #e3dfdf79;
    position: absolute;
    top: 0;
    right: 25px;
    width: 375px;
    height: 30px;
    border-radius: 30px;
    outline: none;
    border: none;
    padding-left: 10px;
    font-size: 16px;
    transition: all .5s ease;
    
}

.box ul li p {
    cursor: pointer;
    color: rgba(44, 56, 71, 1);
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 450;
    transition: 0.4s;
}

.acounts {
    margin-top: 13px;
    margin-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

.counts {
    position: absolute;
    top: -7px;
    right: -10px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    border-radius: 100%;
    background-color: red;
    color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box ul li p:hover {
    color: rgba(95, 184, 72, 1);
}

.box .bt {
    margin-top: 12px;
    background-color: rgba(73, 73, 73, 1);
    width: 160px;
    height: 54px;
    border: none;
    border-radius: 27px;
    margin-left: 30px;
    transition: 0.4s;
}

.box .bt:hover {
    background-color: rgba(0, 0, 0, 0.854);
}

.box .bt a {
    color: rgba(255, 255, 255, 1);
    width: 160px;
    height: 54px;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 27px;
}

.text {
    position: absolute;
    left: 135px;
    top: 260px;
    width: 596px;
    height: 531px;
    display: block;
}

.text .p1 {
    color: rgba(24, 29, 25, 1);
    font-size: 76px;
    font-family: "Roboto";
    font-weight: 500;
}

.p1 i {
    color: rgba(95, 184, 72, 1);
}

.text .p2 {
    margin-top: 30px;
    color: rgba(24, 29, 25, 1);
    width: 504px;
    height: 102px;
    font-size: 24px;
    font-weight: 500;
}

.text .bt1 {
    margin-top: 50px;
    background-color: rgba(100, 187, 71, 1);
    width: 200px;
    height: 64px;
    border: none;
    border-radius: 100px;
    transition: 0.4s;
}

.text .bt1:hover {
    background-color: rgb(67, 204, 21);
}

.text .bt1 a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 500;
    font-family: "Roboto";
    padding: 16px 40px;
}

header .img3 {
    position: absolute;
    left: 623px;
    top: 121px;
    transform: scale(0);
    opacity: 0;
    transition: all 2s ease-in;
}

.anim.img3.active {
    transform: scale(1);
    opacity: 1;
}

header .img4 {
    position: absolute;
    top: 80px;
    left: 610px;
    transition: all 1.5s ease;
    animation: rotates 2s alternate;
}

@keyframes rotates {
    from {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0);
    }
}

.text3 {
    position: absolute;
    left: 215px;
    top: 1010px;
    width: 1010px;
    height: 180px;
}

.text3 .p01 {
    color: rgba(21, 20, 20, 1);
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.text3 .p02 {
    margin-top: 15px;
    color: rgba(59, 67, 62, 1);
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
}

.box1 {
    position: absolute;
    left: 215px;
    top: 1190px;
    width: 1010px;
    height: 435px;
    display: grid;
    grid-template-columns: repeat(3, 270px);
    grid-template-rows: repeat(3, 245px);
    column-gap: 100px;
}

.box1 .tab:nth-child(4) {
    margin-top: 60px;
    margin-left: 164px;
    width: 700px;
    height: 100px;
}

.box1 .imgicon {
    margin-left: 85px;
}

.box1 .pp1 {
    margin-top: 36px;
    color: rgba(24, 29, 25, 1);
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.box1 .pp2 {
    margin-top: 18px;
    color: rgba(24, 29, 25, 1);
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
}

.box1 .tab2 {
    display: grid;
    grid-template-columns: repeat(3, 135px);
    grid-template-rows: 100px;
    column-gap: 100px;
    justify-content: center;
}

                /* GoTop */

.goTop {
    display: none;
    cursor: pointer;
    position: fixed;
    left: 20px;
    top: 80%;
    z-index: 200000;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    transition: all .4s;
}                

.goTopclass {
    display: block;
}

.goTop:hover {
    transform: scale(1.1);
}

.imgUp {
    width: 24px;
    height: 24px;
}

.box2 {
    position: absolute;
    top: 1710px;
    left: 135px;
    width: 1235px;
    height: 722px;
    display: flex;
    flex-direction: column;
}

.box2 .tex {
    position: absolute;
    width: 500px;
    height: 722px;
}

.tex .p001 {
    color: rgba(21, 20, 20, 1)s;
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
}

.tex .p002 {
    margin-top: 30px;
    color: rgba(24, 29, 25, 1);
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 34px;
}

.box2 .tex .bt2 {
    margin-top: 68px;
    background-color: rgba(100, 187, 71, 1);
    width: 210px;
    height: 64px;
    border: none;
    border-radius:50px;
    transition: 0.4s;
}

.box2 .tex .bt2:hover {
    background-color: rgb(67, 204, 21);
}

.box2 .tex .bt2 a {
    color: rgba(255, 255, 255, 1);
    width: 210px;
    height: 64px;
    font-size: 24px;
    padding: 16px 41px;
    border-radius:50px;
}

.box2 .grid {
    width: 640px;
    height: 722px;
    margin-left: 595px;
    display: grid;
    grid-template-columns: 310px 310px;
    grid-template-rows: 323px 323px;
    gap: 20px;
}

.box2 .div2:nth-child(2) {
    height: 670px;
    margin-top: 50px;
}

.box3 {
    position: absolute;
    top: 2552px;
    left: 135px;
    width: 1170px;
    height: 480px;
    display: grid;
    grid-template-columns: 585px 516px;
    column-gap: 69px;
}

.box3 .divgap {
    margin-top: 20px;
    height: 440px;
}

.box3 .p0 {
    color: rgba(21, 20, 20, 1);
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
}

.box3 .p00 {
    margin-top: 30px;
    width: 524px;
    height: 170px;
    color: rgba(24, 29, 25, 1);
    font-size: 22px;
    font-family: "Roboto";
    line-height: 34px;
    font-weight: 300;
}

.box3 .bt3 {
    margin-top: 40px;
    background-color: rgba(100, 187, 71, 1);
    width: 210px;
    height: 64px;
    border: none;
    border-radius: 50px;
    transition: 0.4s;
}

.box3 .bt3 a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding: 16px 41px;
    font-family: "Roboto";
}

.box3 .bt3:hover {
    background-color: rgb(67, 204, 21);
}

.box4 {
    position: absolute;
    top: 3112px;
    left: 135px;
    width: 1248.87px;
    height: 622.72px;
    display: grid;
    grid-template-columns: 500px 727.72px;
    column-gap: 21.5px;
}

.box4 .div01 {
    height: 484px;
    margin-top: 75px;
}

.box4 .pt1 {
    color: rgba(21, 20, 20, 1);
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
    width: 366px;
}

.box4 .pt2 {
    margin-top: 30px;
    color: rgba(24, 29, 25, 1);
    font-size: 21px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 34px;
    width: 500px;
    height: 170px;
}

.box4 .divimg {
    margin-top: 30px;
    position: relative;
    width: 301px;
    height: 28px;
}

.divimg .ppt {
    position: absolute;
    top: 0px;
    left: 37px;
    font-size: 20px;
    font-family: "roboto";
    color: rgba(24, 29, 25, 1);
}

.divimg .img5 {
    margin-top: 2px;
}

.box4 .divgaps {
    margin-top: 17px;
}

.imgChef {
    transform: translateX(100%);
    opacity: 0;
    transition: all 2s ease;
}

.anim.imgChef.active {
    transform: translateX(0);
    opacity: 1;
}

.box5 {
    position: absolute;
    top: 3875px;
    left: 135px;
    width: 1170px;
    height: 1470px;
    display: grid;
    grid-template-rows: 173px 1100px 100px;
    align-content: space-between;
}

.grid2 {
    width: 100%;
    height: 1100px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 356px);
    gap: 50px;
}

.grid1 {
    width: 100%;
    height: 173px;
}

.grid2 {
    width: 100%;
    height: 1100px;
}

 .card1 {
    filter: drop-shadow(10px 20px 70px rgba(71, 68, 68, 0.122));
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    transition: all .4s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box5 .ptext {
    color: rgba(21, 20, 20, 1);
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
    width: 543px;
    margin-left: 317px;
}

.box5 .ptext2 {
    margin-top: 15px;
    color: rgba(59, 67, 62, 1);
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 300;
    width: 556px;
    letter-spacing: 1px;
    margin-left: 310px;
}

.card1 img {
    margin-top: 30px;
}

.card1 .title1 {
    margin-top: 27px;
    color: rgba(24, 29, 25, 1);
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.card1 .content {
    margin-top: 20px;
    color: rgba(24, 29, 25, 1);
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 300;
    width: 293px;
    text-align: center;
    margin-left: 31px;
}

.price {
    color: rgb(162, 2, 2);
    font-size: 25px;
    font-weight: 600;
}

.btadd {
    cursor: pointer;
    margin-top: 15px;
    background-color: rgba(100, 187, 71, 1);
    color: rgb(255, 255, 255);
    width: 70%;
    height: 22px;
    border-radius: 22px;
    border: none;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    transition: all .4s;
}

.btadd:hover {
    background-color: rgb(66, 153, 37);
}

.grid3 {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.box5 .bt4 {
    background-color: rgba(100, 187, 71, 1);
    width: 210px;
    height: 64px;
    border: none;
    border-radius: 50px;
    margin-left: 480px;
    transition: 0.4s;
}

.box5 .bt4 a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 400;
    padding: 16px 62px;
}

.box5 .bt4:hover {
    background-color: rgb(67, 204, 21); 
}

        /* Popup-card */

.popupbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.863);
    display: none;
    align-items: center;
    justify-content: center;
}

.popupbgclass {
    display: flex;
}

.popup {
    position: relative;
    background-color: #fafafa;
    width: 700px;
    height: 500px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
}

.no-scroll {
    overflow-y: hidden;
}

.btclospop {
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    background-color: #746f6f;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    transition: all .4s;
}

.btclospop:hover {
    background-color: rgb(159, 155, 155);
}

.imgpopup {    
    width: 320px;
}

.titlepopup {
    color: rgb(56, 18, 18);
    font-size: 33px;
    font-weight: 600;
    font-family: "Prata", sans-serif;
}

.popprice {
    color: rgb(200, 5, 5);
    font-size: 28px;
    font-weight: 600;
}

.box6 {
    position: absolute;
    top: 5330px;
    left: 0px;
    width: 1440px;
    height: 677px;
}

.box6 .content2 {
    width: 479px;
    height: 70px;
    margin-left: 480px;
    margin-top: 70px;
}

.box6 .content2 .pcont {
    color: rgba(21, 20, 20, 1);
    font-size: 54px;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.box6 .slider {
    display: flex;
    position: relative;
    width: 510px;
    height: 447px;
    margin-left: 463px;
    margin-top: 50px;
    overflow: hidden;
}

.box6 .slider .cards {
    background-color: rgb(235, 234, 234);
    height: 347px;
    width: 100%;
}

.cards .avatar {
    margin-top: 40px;
    margin-left: 25px;
}

.cards .img6 {
    width: 91px;
    height: 91px;
    object-fit: cover;
    border-radius: 50%;
}

.cards .name {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: "Roboto";
    margin-left: 153px;
    margin-top: -70px;
}

.cards .title2 {
    color: rgba(136, 138, 154, 1);
    font-size: 14px;
    font-family: "Roboto";
    margin-left: 153px;
}

.cards .imgkav {
    position: absolute;
    top: 37px;
    left: 380px;
}

.cards .p0p {
    color: rgba(24, 29, 25, 1);
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 30px;
    width: 456px;
    height: 120px;
    margin-top: 52px;
    margin-left: 27px;
}

.slider input {
    display: none;
}

.dots {
    position: absolute;
    bottom: 50px;
    left: 200px;
    display: flex;
    justify-content: center;
    margin: 5px;
}

.dots label {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid rgb(65, 63, 63);
    transition: all 0.13s ease;
    margin: 5px;
}

.dots label:hover {
    background-color: #232323;
}

#cards1:checked ~ .first {
    margin-left: 0.5%;
}

#cards2:checked ~ .first  {
    margin-left: -93%;
}

#cards3:checked ~ .first {
    margin-left: -188%;
}

#cards4:checked ~ .first {
    margin-left: -300%;
}

.box7 {
    position: absolute;
    top: 6000px;
    left: 405px;
    width: 629px;
    height: 210px;
}

.box7 .inp1 {
    margin-top: 60px;
    margin-left: 57px;
    width: 330px;
    height: 60px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 100px;
    outline: none;
    padding-left: 20px;
    font-size: 18px;
}

.box7 .inp2 {
    margin-left: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(100, 187, 71, 1);
    width: 170px;
    height: 60px;
    border: none;
    border-radius: 100px;
    font-size: 20px; 
    transition: 0.4s;
}

.box7 .inp2:hover {
    background-color: rgb(3, 227, 3);
}

.box7 .pcon1 {
    color: rgba(21, 20, 20, 1);
    font-size: 36px;
    font-family: "Roboto";
    font-weight: 500;
    text-align: center;
}

.box7 .pcon2 {
    margin-top: 15px;
    color: rgba(59, 67, 62, 1);
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
}

.box8 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1440px;
    height: 420px;
    display: grid;
    grid-template-columns: 262px 77px 63px 77px 125px;
    column-gap: 115px;
    justify-content: center;
}

.div44 {
    position: absolute;
    z-index: 22;
    background-color: rgba(100, 187, 71, 1);
    bottom: 0px;
    left: 0px;
    width: 1440px;
    height: 60px;
    text-align: center;
}

.div44 .pcop {
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: Medium;
}

.div4 a {
    color: rgba(44, 56, 71, 1);
    font-size: 22px;
    font-family: "Roboto";
    font-weight: 500;
    position: absolute;
    margin-top: 114px;
    transition: 0.3s;
}

.div4 a:hover {
    color: green;
}

.div4 .pt {
    position: absolute;
    color: rgba(101, 117, 130, 1);
    margin-top: 162px;
    font-size: 16px;
    font-family: "Roboto";
}

.div4 .p0t {
    position: absolute;
    margin-top: 194px;
    color: rgba(101, 117, 130, 1);
    font-size: 16px;
    font-family: "Roboto";
}

.div4 .pptt {
    position: absolute;
    margin-top: 226px;
    color: rgba(101, 117, 130, 1);
    font-size: 16px;
    font-family: "Roboto";
}

.div4 img {
    margin-top: 122px;
}

.div4 .p08 {
    margin-top: 34px;
    color: rgba(101, 117, 130, 1);
    font-size: 16px;
    font-family: "Roboto";
    font-weight: Medium;
    line-height: 25px;
}