body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none !important;
    padding: 0 !important;
}

ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Abril Fatface", serif;
    margin: 0;
}

h6,
p {
    margin: 0;
}

:root {
    --blue: #0060C7;
    --white: #FFFFFF;
    --yellow: #FFCF00;
    --black: #1D1D1B;
    --black1: #212123;
    --pink: #FF4273;
    --lblue: #e5f1fa;
    --lyellow: #fef9e5;
    --lpink: #feebf0;
    --grey: #797979;
    --lgrey: #E9E9E9;
}


/* header css start */


header {
    background: var(--blue);
    padding: 10px 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .navbar {
    width: 53%;
    margin-left: auto;
}

.top-sidebar a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white);
    font-weight: 400;
}

.cart-icon {
    position: relative;
    z-index: 0;
}

.cart-icon span {
    position: absolute;
    z-index: 0;
    top: -10px;
    right: -15px;
    background: var(--yellow);
    border-radius: 60%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-weight: 500;
    font-size: 12px;
}


.top-sidebar {
    position: relative;
    z-index: 0;
}

.cart-detail-carts {
    position: absolute;
    z-index: 5;
    right: 0;
    background: var(--white);
    padding: 10px;
    border-radius: 10px;
    width: 350px;
    display: none;
}

.cart-detail-carts.active {
    display: block;
}

.cart-bottle-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottle-img-info img {
    width: 40px;
}


.cart-detail-carts h6 {
    color: var(--black);
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
}

.bottle-img-info {
    width: 22%;
    text-align: center;
    padding: 5px;
    background: var(--lgrey);
    border-radius: 5px;
}

.cart-information {
    width: 70%;
}

.cart-information h5 {
    color: var(--blue);
    font-size: 16px;
}

.cart-information p {
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
}

.cart-information h6 {
    margin: 0;
}

.carts-btn a {
    margin: 15px 0;
    justify-content: center;
    margin-bottom: 8px;
}

.carts-btn .trans {
    background: transparent !important;
    border: 2px solid var(--black) !important;
    color: var(--black) !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 40px;
}

.back-icon {
    position: absolute;
    z-index: 0;
    left: 30px;
    top: 20px;
}

.back-icon a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white);
    font-weight: 400;
}

/* header css end */

/* crm-show css start */
.crm-show {
    background: var(--black);
    text-align: center;
    padding: 5px 0;
}

.crm-show p {
    color: var(--yellow);
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

/* crm-show css end */

/* home-banner css start */

.home-banner {
    background: var(--blue);
    position: relative;
    z-index: 0;
    height: 950px;
    display: flex;
    align-items: start;
}

.animate-vector {
    position: absolute;
    z-index: -1;
}

.bottom-vector {
    bottom: 0;
    left: 0;
    right: 0;
}

.bottom-vector img {
    width: 100%;
}

.banner-content {
    text-align: center;
    margin-top: 50px;
}

.banner-content h1 {
    color: var(--white);
    font-size: 120px;
    /* text-shadow: 0 2px 2px black; */
    line-height: 108px;
}

.sunGrape {
    right: 30px;
    top: 0;
    /* animation: leftright 5s linear infinite; */
}

.bollow-vector {
    position: fixed;
    right: 40px;
    bottom: 40px;
    animation: rotate 15s linear infinite;
    z-index: 9999;
}

.banner-content h1 span {
    color: var(--yellow);
}

.banner-content p {
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
}

.banner-content p:first-of-type {
    margin-top: 34px;
}

.eye {
    top: 35%;
    left: 16%;
    /* animation: topbottom 3s linear infinite; */
}

.down-arrow-slide {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.down-arrow-slide a {
    color: white;
}

.down-arrow-slide a span {
    display: block;
    margin-top: 15px;
    font-weight: 600px;
}

iframe#\:1\.container {
    display: none;
}

/* home-banner css end */

/* home-product css start */

.home-product {
    background-image: url(../imgs/product-back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1100px;
}

.product-heading {
    text-align: center;
    margin: 60px 0;
}

.product-heading h2 {
    color: var(--blue);
    font-size: 90px;
}

.product-heading p {
    color: var(--grey);
    font-weight: 400;
    font-size: 18px;
}

.product-heading p:first-of-type {
    margin-top: 14px;
}

.product-main {
    text-align: center;
    border-top-left-radius: 235px;
    border-top-right-radius: 236px;
    margin-top: 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-main:hover .prouct-info h3 {
    /* opacity: 1; */
}

.bottle-1 {
    background-color: var(--lblue);
}

.bottle-2 {
    background-color: var(--lyellow);
}

.bottle-3 {
    background-color: var(--lpink);
}

.bottle-1 .prouct-info h3 {
    color: var(--blue);
}

.bottle-2 .prouct-info h3 {
    color: var(--yellow);
}

.bottle-3 .prouct-info h3 {
    color: var(--pink);
}

.product-bottle img {
    margin-top: -112px;
    transition: all ease 0.5s;
}

.product-main .btn.product-btn {
    width: 90%;
    margin-bottom: 14px !important;
}

.prouct-info span {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 10px;
}

.product-main .prouct-info {
    padding-bottom: 15px;
}

.product-main:hover .product-bottle img {
    /* transform: rotateY(330deg); */
    /* transition: all ease 0.5s; */
}


.prouct-info h3 {
    font-size: 30px;
    margin-top: 20px;
    opacity: 1;
}

.prouct-info p {
    font-size: 14px;
    color: var(--grey);
    font-weight: 400;
    margin: auto;
    width: 80%;
}

.prouct-info h5 {
    margin: 10px 0;
    font-size: 30px;
    color: var(--black);
}

.product-btn {
    background: var(--black);
    width: 90%;
    color: var(--white);
    margin: auto;
    margin-bottom: 45px;
    line-height: 50px;
    border-radius: 60px;
    font-weight: 400;
}

/* home-product css end */

/* side-bottle css start */

.side-bottle {
    background: var(--black);
    padding: 80px 0;
    position: relative;
    z-index: 0;
}

.perche {
    text-align: center;
}

.perche h2 {
    font-size: 100px;
    color: var(--yellow);
    line-height: 1;
}

.perche h3 {
    font-size: 100px;
    color: var(--white);
    line-height: 1;
}

.star-1 {
    right: 50px;
    z-index: 1;
    top: 10px;
    animation: zoomin 1s linear infinite;
}

.star-2 {
    right: 130px;
    z-index: 1;
    top: 80px;
    animation: zoomin 1s linear infinite;
}

.star-1 img {
    width: 80px;
}

.star-3 {
    top: 30%;
    left: 20%;
    animation: zoomin 1s linear infinite;
}

.black-circle img {
    width: 80%;
}

.animate-vector.small-circle {
    left: 40%;
    bottom: 50%;
    animation: rotate 9s linear infinite;
}

.black-circle {
    text-align: end;
    margin-right: 80px;
    margin-bottom: -140px;
}

.side-bottle-bottom {
    position: absolute;
    z-index: 0;
    bottom: 200px;
    left: 0;
    right: 0;
}

.side-bottle-bottom img {
    width: 50%;
    /* animation: topbottom 3s linear infinite; */
}

.circle-text {
    position: absolute;
    z-index: 10;
    right: 13%;
    bottom: 20%;
    margin: auto;
    width: 32%;
}

.circle-text h6 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
}

.circle-text p {
    color: var(--white);
    font-weight: 400;
    font-size: 24px;
    margin-top: 20px;
    width: 90%;
}

.circle-text p span {
    color: var(--yellow);
}

/* side-bottle css end */

/* moment-pidrin css start */

.moment-pidrin {
    background-image: url(../imgs/moment-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.moment-capture-pidrin {
    position: relative;
    z-index: 0;
    height: 800px;
}

.moment-capture-pidrin img {
    position: absolute;
    z-index: 0;
}

.moment-capture {
    text-align: center;
    margin-top: 150px;
}

.moment-capture h2 {
    font-size: 120px;
    color: var(--black1);
}

.moment-capture p {
    margin: auto;
    width: 31%;
    color: var(--grey);
    font-weight: 300;
    font-size: 20px;
}

.img7 {
    right: 0;
    top: 0;
    /* animation: topbottom 3s linear infinite; */
}

.img6 {
    right: 12%;
    bottom: 0;
    width: 25%;
    /* animation: topbottom 8s linear infinite; */
}

.img5 {
    right: 17%;
    top: 2%;
    width: 15%;
    /* animation: topbottom 5s linear infinite; */
}

.img4 {
    bottom: 8%;
    right: 40%;
    width: 14%;
    /* animation: topbottom 4s linear infinite; */
}

.img3 {
    right: 35%;
    top: 7%;
    width: 20%;
    /* animation: topbottom 3s linear infinite; */
}

.img2 {
    left: 10%;
    top: 15%;
    /* animation: topbottom 5s linear infinite; */
}

/* moment-pidrin css end */

/* newsletter-mail css start */

.newsletter-mail {
    margin: 80px 0;
}

.lets-talk {
    background: var(--pink);
    border-radius: 120px;
    display: flex;
    align-items: center;
    padding: 50px 150px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.talking-text {
    width: 50%;
}

.talking-text h4 {
    color: var(--white);
    font-size: 35px;
}

.talking-text a {
    width: 45% !important;
    margin: 0;
}

.left-bubble {
    left: 0;
    top: 0;
}

.right-bubble {
    top: 0;
    right: 0;
}

/* newsletter-mail css end */
/* footer css start */

footer {
    padding: 30px 0;
    border-top: 1px solid var(--lgrey);
}

.bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.privacy-cookies {
    display: flex;
    align-items: end;
    gap: 20px;
}

.privacy-cookies ul {
    display: flex;
    align-items: end;
    gap: 15px;
}

.privacy-cookies ul li p {
    color: var(--grey);
    font-size: 13px;
}

.privacy-cookies ul li p a {
    color: var(--grey);
    font-weight: 500;
}

.socail-icon ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.socail-icon ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--black1);
    color: var(--white);
    border-radius: 60%;
    font-size: 25px;
}

.socail-icon ul li select {
    color: var(--black);
    border: none;
    width: 150px;
    background: var(--lgrey);
    margin: 0;
    padding: 3px 12px;
}

.socail-icon ul .flag-italy {
    background: var(--lgrey);
    padding: 8px 10px;
    border-radius: 20px;
    color: var(--black);
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* footer css end */

/* modal css start */

.prodcut-detail {
    padding-top: 100px;
    position: relative;
    z-index: 0;
}

.prodcut-detail .product-main {
    padding-bottom: 100px;
    margin: auto;
    margin-top: 100px;
    width: 70%;
}

.prodcut-detail .bottle1 h3 {
    color: var(--blue);
}

.prodcut-detail .prouct-info ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
}

.formate h6 {
    font-size: 18px;
    font-weight: 400;
    color: var(--grey);
}

.formate h6 span {
    color: var(--black);
    display: block;
    font-family: 'Abril Fatface';
}

.prodcut-detail .prouct-info p {
    width: 65%;
    margin: 0;
}

.prodcut-detail .prouct-info .deail-product-info {
    margin-top: 50px;
}

.main-product-select {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.options-bottle {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bottle-img img {
    width: 12px;
    margin-top: -25px;
}

.main-product-select .btn {
    border: 2px solid var(--blue);
    border-radius: 60px;
    width: 30%;
    padding: 10px 18px;
}

.bottle-img {
    display: flex;
    align-items: center;
    gap: 2px;
}

.bottle-info h6 {
    font-size: 12px;
    text-align: start;
    font-weight: 600;
    color: var(--black);
}

.prodcut-detail .prouct-info h5 {
    margin-top: 20px;
}

.quantity-main-prices {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cart-number-select .counter {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--lgrey);
    padding: 5px;
    border-radius: 40px;
}

.cart-number-select .counter button {
    border-radius: 60%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--white);
    color: var(--blue);
}

.cart-number-select .counter input {
    width: 20%;
    text-align: center;
    border: none;
    background: transparent;
}

.cart-number-select {
    width: 21%;
}

.quantity-main-prices .product-btn {
    margin: 0;
    line-height: unset;
}

.prodcut-detail .sunGrape {
    right: unset;
    left: 40px;
}

.bottles-modal .modal-dialog {
    max-width: 70%;
}

.bottles-modal .modal-body {
    padding: 0;
}

.bottles-modal .modal-header {
    position: absolute;
    z-index: 1;
    padding: 0;
    right: 20px;
    top: 20px;
    border: none;
}

.bottles-modal .modal-header button {
    opacity: 1;
    font-size: 35px;
}

.bottles-modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.prodcut-detail .bottle2 h3 {
    color: var(--yellow);
}

.prodcut-detail .bottle3 h3 {
    color: var(--pink);
}

#contactnow .modal-dialog {
    max-width: 50%;
}

#contactnow .modal-dialog .modal-content {
    border-radius: 20px;
}

#contactnow .modal-header {
    position: absolute;
    z-index: 1;
    padding: 0;
    right: 20px;
    top: 20px;
    border: none;
}

#contactnow .modal-body {
    padding: 0;
}

#thankyouModal .modal-dialog {
    max-width: 40%;
}

#thankyouModal .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 0 !important;
}

#thankyouModal .modal-header {
    position: absolute;
    z-index: 1;
    padding: 0;
    right: 20px;
    top: 20px;
    border: none;
}

#thankyouModal .modal-body {
    padding: 0;
}


#contactnow .prodcut-detail form {
    margin: auto;
    width: 50%;
    padding-bottom: 100px;
}

.contact-heading {
    text-align: center;
    margin-bottom: 30px;
}

.contact-heading h2 {
    color: var(--black);
    font-size: 35px;
}

.contact-heading p {
    color: var(--grey);
    margin: auto;
    width: 50%;
    margin-top: 10px;
    font-weight: 400;
}

#contactnow .prodcut-detail .sunGrape {
    width: 170px;
}

#contactnow .prodcut-detail form label {
    color: var(--grey);
    font-weight: 400;
    font-size: 14px;
}

#contactnow .prodcut-detail form .form-control {
    margin-bottom: 15px;
    border: 1px solid var(--grey);
    border-radius: 5px;
    height: 45px;
}

#contactnow .prodcut-detail form textarea {
    height: unset !important;
}

#contactnow .prodcut-detail form .btn.product-btn {
    line-height: 25px;
    width: 60%;
    margin: auto;
}

div#thankyouModal .btn.product-btn {
    width: 35%;
    margin-top: 25px;
}

div#thankyouModal .prodcut-detail .sunGrape {
    width: 160px;
}

/* modal css end */

/* animation css start */

@keyframes zoomin {
    0% {
        transform: rotateX(0px);
    }

    50% {
        transform: rotateX(50deg);
    }

    100% {
        transform: rotateX(0px);
    }
}

@keyframes leftright {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes topbottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* animation css end */