* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    width: 100%;
    display: flex;
    justify-content: center;
}

.box1 p {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 18px;
    font-family: "Inter";
    transition: 0.4s;
}

.headerA:hover {
    color: rgba(201, 158, 113, 1);
}

.container {
    position: relative;
    background-color: rgba(20, 17, 14, 1);
    width: 1920px;
    min-height: 7615px;
    max-height: auto;
}

.box1 {
    position: fixed;
    top: 0;
    z-index: 200000;
    background-color: rgba(28, 24, 20, 1);
    width: 1920px;
    height: 125px;
    display: flex;
    border-bottom: 2px solid rgb(57, 57, 57);
}

.box1 .ul1 {
    display: flex;
    margin-left: 300px;
}

.box1 .ul2 li {
    margin-left: 0px;
    margin-right: 48px;
}

.box1 .ul2 {
    display: flex;
    margin-left: 181px;
}

.acart {
    text-decoration: none;
}

.box1 ul li {
    margin-left: 48px;
    margin-top: 51px;
    margin-bottom: 52px;
}

.licart {
    position: relative;
}

.spanCounts {
    background-color: red;
    color: rgb(255, 255, 255);
    position: absolute;
    top: -10px;
    right: -10px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 72px;
    height: 60px;
}

li a img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.logo {
    width: 72px;
    height: 60px;
    margin-left: 181px;
    margin-top: 32px;
}

.box2 {
    background-image: url(img/Rectangle\ 12.png);
    background-repeat: no-repeat;
    width: 1920px;
    height: 1126px;
}

               /* Go-UP */

.btgoup {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 70%;
    left: 20px;
    z-index: 200000;
    width: 22px;
    height: 24px;
    background-color: rgb(200, 195, 195);
    border-radius: 3px;
    transition: all .4s;
}

.btgoupclass {
    display: block;
}

.btgoup:hover {
    background-color: rgb(144, 142, 142);
    transform: scale(1.1);
}

.btgoup img {
    width: 100%;
    height: 24px;
}

.box2 .rec {
    position: absolute;
}

h1 {
    position: absolute;
    margin: 220px 1016px 404px 375px;
    width: 529px;
    height: 188px;
    color: rgba(255, 255, 255, 1);
    font-size: 72px;
    font-family: "Righteous";
}

.box2 p {
    position: absolute;
    margin: 440px 1034px 300px 375px;
    width: 511px;
    height: 72px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-family: "Urbanist";
    line-height: 180%;
}

.bt1 {
    position: absolute;
    background-color: rgba(201, 158, 113, 1);
    width: 200px;
    height: 70px;
    border-radius: 5px;
    margin: 580px 1344px 166px 375px;
}

.bt1 a {
    position: absolute;
    width: 200px;
    height: 70px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 600;
    margin: 24px 40px;
}

.imgplay {
    margin: 560px 375px 100px 1452px;
}

.box3 {
    width: 1170px;
    height: 474px;
    margin-left: 375px;
    margin-top: -120px;
    display: grid;
    grid-template-columns: repeat(3, 366px) ;
    grid-template-rows: 420px;
    column-gap: 36px;
}

.box4 {
    margin: 140px 375px;
    width: 1170px;
    height: 635px;
    display: grid;
    grid-template-columns: 298px 298px 510px;
    grid-template-rows: 302px 301px;
    gap: 32px;
}

.list2 {
    height: 635px;
}

.list3 {
    height: 635px;
}

.list3 img {
    position: absolute;
}

.list3 .h2out,
  .p2 {
    position: absolute;
    margin-left: 56px;
}

.list3 .h2out {
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
    margin-top: 120px;
}

.list3 .h2cre {
    position: absolute;
    color: rgba(255, 255, 255, 1);
    font-size: 44px;
    font-family: "Righteous";
    font-weight: 400;
    width: 430px;
    margin-top: 154px;
    margin-left: 56px;
}

.p1 {
    margin-top: 60px;
}

.pnew {
    margin-left: 0px;
}

.list3 .p2 {
    position: absolute;
    width: 398px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 314px;
    font-size: 16px;
    font-family: "Urbanist";
}

.product-section {
    position: absolute;
    top: 2180px;
    left: 0;
    width: 2px;
    height: 2px;
}

.box5 {
    position: relative;
    margin-left: 345px;
    margin-top: 200px;
    width: 1240px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 366px);
    justify-content: space-between;
    row-gap: 30px;
}

.gridUp {
    position: absolute;
    top: -130px;
    width: 100%;
    height: 120px;
}

.box5 .h2p {
    position: absolute;
    width: 1170px;
    text-align: center;
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
}

.box5 .h1cof {
    position: absolute;
    margin-top: 40px;
    text-align: center;
    width: 1170px;
    height: 62px;
    font-size: 48px;
    font-family: "Righteous", sans-serif;
    margin-left: 0px;
}

.div1 {
    width: 366px;
    height: 579px;
    position: relative;
    transition: all 2s;
    border: 10px solid rgb(57, 55, 55);
    border-radius: 5px;
}

.div1:hover .bt4 {
    transform: scale(1);
    opacity: 1;
}

.h1bra {
    /* background-color: rgb(37, 36, 36); */
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 0px;
    bottom: 145px;
    width: 100%;
    height: 30px;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Righteous", sans-serif;
    text-align: center;
}

.imgStars {
    position: absolute;
    left: 90px;
    bottom: 114px;
}

.price {
    position: absolute;
    left: 0;
    bottom: 70px;
    color: rgb(167, 114, 14);
    width: 346px;
    text-align: center;
    font-size: 33px;
    padding: 4px 10px;
    font-weight: 600;
}

.bt3 {
    background-color: rgba(201, 158, 113, 1);
    position: absolute;
    bottom: -100px;
    width: 250px;
    height: 70px;
    margin-left: 510px;
    border: none;
}

.bt3 .pView {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    padding: 20px 36px;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
}

.card-zoom {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 366px;
    height: 344px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 40px solid rgb(34, 33, 33);
    overflow: hidden;
}

.card-zoom:hover .imgk {
    transform: scale(1.3);
}

.imgk {
    width: 366px;
    height: 344px;
    object-fit: cover;
    transition: all .5s ease-in;
}

.bt4 {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    left: 99px;
    background-color: rgba(201, 158, 113, 1);
    color: rgb(255, 255, 255);
    width: 170px;
    height: 48px;
    border: none;
    transform: scale(0.8);
    opacity: 1;
    transition: all 1s;
}

.bt4 p {
    color: rgba(255, 255, 255, 1);
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 20px;
    margin-left: 22px;
} 

.imgshop {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 24px;
    height: 24px;
}

.h1imgstar {
    position: absolute;
    left: 120px;
    bottom: -80px;
    width: 186px;
    height: 20px;
}

h3 {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 464px;
    bottom: 220px;
    width: 245px;
    height: 30px;
    font-size: 24px;
    font-family: "Righteous";
}

.h3350 {
    position: absolute;
    left: 500px;
    bottom: 170px;
}

.h11 {
    left: 525px;
}

.h33 {
    left: 865px;
}

.h3355 {
    left: 905px;
}

.box6 {
    background-color: rgba(28, 24, 20, 1);
    position: relative;
    margin-top: 140px;
    margin-left: 375px;
    width: 1170px;
    height: 530px;
}

.tab {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 615px;
    height: 530px;
}

.tab h1, p {
    margin-left: 0px;
}

.tab h1 {
    font-size: 48px;
    font-family: "Righteous", sans-serif;
    margin-top: 70px;
    width: 301px;
    height: 124px;
}

.tab p {
    color: rgba(255, 255, 255, 0.8);
    width: 535px;
    margin-top: 232px;
    font-size: 16px;
    font-family: "Urbanist";
}

.tab button {
    position: absolute;
    bottom: 84px;
    background-color: rgba(201, 158, 113, 1);
    width: 240px;
    height: 70px;
    border: none;
    border-radius: 5px;
    margin-top: 384px;

}

.tab button a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    padding: 20px 36px;
    font-size: 18px;
    font-family: "Inter";
    font-weight: 500;
}

.box6 img {
    margin: 85px 775px 86px 169px;
}

.menu-section {
    width: 2px;
    height: 2px;
}

               /* Popup-Card */
.bgpopup {
    background-color: rgba(0, 0, 0, 0.852);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900000000;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.bgpopupclass {
    display: flex;
}

.noscroll {
    overflow-y: hidden;
}

.popupcard {
    position: relative;
    border-radius: 6px;
    background-image: linear-gradient(to right, 
    rgb(11, 11, 11),  rgb(181, 175, 175), rgb(11, 11, 11));
    width: 800px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 10px solid rgb(86, 72, 57);
}

.imgpopup {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    width: 400px;
    height: 500px;
    object-fit: cover;
}

.titlepopup {
    color: rgb(245, 239, 239);
    margin-top: 10px;
    width: 100%;
    height: 30px;
    font-size: 28px;
    letter-spacing: 1px;
    font-family: "Righteous", sans-serif;
    text-align: center; 
}

.pricepopup {
    color: rgb(182, 1, 1);
    margin-top: 10px;
    font-size: 28px;
    text-align: center; 
    font-weight: 700;
}

.btClosedpopup {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    width: 20px;
    height: 20px;
    background-color: rgb(144, 141, 141);
    color: rgb(252, 252, 252);
    font-size: 16px;
    border: 1px solid rgb(79, 21, 21);
    transition: all 0.4s ease;
}

.btClosedpopup:hover {
    background-color: rgb(126, 126, 126);
}

.box7 {
    width: 1170px;
    height: 142px;
    margin-left: 375px;
    margin-top: 140px;
}

.box7 h2 {
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
    text-align: center;
}

.box7 .pop {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: "Righteous";
    margin-top: 12px;
    text-align: center;
}

.box8 {
    margin-left: 375px;
    width: 1170px;
    height: 590px;
    display: grid;
    grid-template-columns: repeat(2, 565px);
    grid-template-rows: repeat(4, 120px);
    column-gap: 40px;
    row-gap: 36px;
}

.divlist {
    background-image: url(img/Bg3333.png);
    display: grid;
    grid-template-columns: 117px 373px 76px;
}

.divlist img {
   margin: 24px 20px 24px 24px;
}

.divtitle {
    height: 120px;
}

.divtitle .p12 {
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
}

.divtitle p {
    margin-top: 48px;
    color: rgba(255, 255, 255, 1);
    width: 256px;
    height: 30px;
    font-size: 24px;
    font-family: "Righteous";
}

.box9 {
    margin-top: 140px;
    margin-left: 375px;
    width: 1170px;
    height: 142px;
}

.tes, 
.says {
    text-align: center;
}

.tes {
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
}

.says {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: "Righteous";
    margin-top: 10px;
}
    
.box10 {
    margin-left: 375px;
    width: 1170px;
    height: 410px;
    display: flex;
    overflow: hidden;
}

.carusel {
    transition: all 0.5s ease;
    position: relative;
    left: 0px;
    width: auto;
    height: 342px;
    display: flex;
    grid-template-columns: repeat(4, 565px);
    grid-template-rows: 305px;
    column-gap: 40px;
}

.coments {
    position: relative;
    background-color: rgb(27, 26, 26);
    width: 565px;
    height: 342px;
}

.imgcoments {
    position: absolute;
    top: 40px;
    left: 30px;
}

.arrows {
    cursor: pointer;
    background-color: rgb(44, 43, 43);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.arrows:hover {
    background-color: rgb(77, 77, 77);
}

.imgarrow {
    width: 40px;
}

.arrowLeft {
    margin-right: 20px;
    transform: rotate(-180deg);
}

.divtex {
    position: absolute;
    left: 193px;
    top: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: "Urbanist",sans-serif;
    width: 332px;
    height: 145px;
    line-height: 180%;
    font-weight: 500;
}

.divs {
    position: absolute;
    top: 210px;
    left: 40px;
    width: 485px;
    height: 51px;
}

.saz {
    position: absolute;
    top: 10px;
    right: 0;
}

.pj {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: "Urbanist";
}

.pd {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: "Urbanist";
    margin-top: 5px;
}

.box11 {
    margin-top: -64px;
    width: 1170px;
    height: 90px;
    margin-left: 375px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.divi2 {
    display: flex;
    height: 45px;
}

.reservation-section {
    margin-top: -80px;
    width: 20px;
    height: 20px;
}

.box12 {
    background-color: rgba(28, 24, 20, 1);
    margin-left: 375px;
    margin-top: 140px;
    width: 1170px;
    height: 652px;
    display: grid;
    grid-template-columns: repeat(2, 585px);
    grid-template-rows: 652px;
}

.res {
    color: rgba(201, 158, 113, 1);
    font-size: 18px;
    font-family: "Urbanist";
    font-weight: 600;
    text-align: center;
    margin-top: 72px;
}

.books {
    color: rgba(255, 255, 255, 1);
    font-size: 48px;
    font-family: "Righteous", sans-serif;
    text-align: center;
    margin-top: 12px;
}

.inp1 {
    margin-top: 56px;
    background-color: rgba(20, 17, 14, 1);
    color: rgba(255, 255, 255, 1);
    width: 469px;
    height: 64px;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    margin-top: 24px;
    margin-left: 48px;
    border: none;
    outline: none;
}

.but {
    cursor: pointer;
    background-color: rgba(201, 158, 113, 1);
    width: 200px;
    height: 66px;
    margin-top: 56px;
    margin-left: 192px;
    border: none;
    color: rgba(255, 255, 255, 1); 
    font-family: "Inter",sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.box13 {
    margin-top: 140px;
    margin-left: 375px;
    width: 1170px;
    height: 142px;
}

.box14 {
    margin-left: 375px;
    width: 1170px;
    height: 535px;
    display: grid;
    grid-template-columns: repeat(3, 366px);
    grid-template-rows: 528px;
    column-gap: 36px;
}

.kart {
    background-color: rgba(28, 24, 20, 1);
}

.kart img {
    width: 100%;
}

.h4by b {
    color: rgba(201, 158, 113, 1);
}

.h4by {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: "Urbanist";
    font-weight: 400;
    padding-left: 24px;
    padding-right: 141px;
}

.h423 {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    font-family: "Urbanist";
    padding-right: 20px;
}

.mix {
    width: 366px;
    display: flex;
    margin-top: 20px;
}

.h4from {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: "Righteous";
    font-weight: 500;
    margin-top: 16px;
    margin-left: 24px;
}

.bt5 {
    background: transparent;
    border: none;
    width: 110px;
    height: 24px;
    margin-top: 32px;
    margin-left: 24px;
}

.footer {
    background-color: rgba(20, 17, 14, 1);
    margin-top: 140px;
    margin-left: 375px;
    width: 1170px;
    height: 144px;
    display: flex;
}

.footer .ulmenu {
    display: flex;
}

.ulmenu li {
    margin-top: 20px;
}

.ulmenu li a {
    text-decoration: none;
    cursor: pointer;
    margin-left: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: "Urbanist";
    transition: 0.4s;
}

.ulmenu li a:hover {
    color: rgba(201, 158, 113, 1);
}

.footer .imglogs {
    width: 72px;
    height: 60px;
} 

.inpcircle {
    background-color: rgba(28, 24, 20, 1);
    color: rgba(255, 255, 255, 0.8);
    width: 308px;
    height: 72px;
    border: none;
    border-radius: 36px;
    outline: none;
    font-size: 16px;
    font-family: "Urbanist";
    padding-left: 20px;
}

.divinput {
    position: relative;
    width: 328px;
    height: 72px;
    margin-left: 90px;
    border-radius: 36px; 
}

.btinp {
    cursor: pointer;
    background-color: rgba(201, 158, 113, 1);
    position: absolute;
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
}

.strelka {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
}

.box15 {
    background-color: rgba(28, 24, 20, 1);
    width: 1920px;
    height: 90px;
    display: flex;
}

.h4text1 {
    width: 1920px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: "Urbanist";
    font-weight: 400;
    margin-top: 33px;
    display: flex;
    justify-content: center;
}
