@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/* buy_fixed_icon image */

.buy_fixed_icon {
    position: fixed;
    z-index: 100;
    bottom: 180px;
    right: 10px;
    background-color: rgb(247, 227, 69, .8);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px;
    width: 100px;
    height: 100px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: scale.3s ease-in-out, background-color .3s;
}

.buy_fixed_icon a {
    text-align: center;
    font-size: 1.7rem;
    font-family: secular one;
    font-weight: 700;
    line-height: 1.8rem;
    background-image: url(images/orangeyellowimg.png);
    background-size: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buy_fixed_icon:hover {
    scale: 1.1;
    background-color: rgb(247, 227, 69);
}

/* questions */
.haveques {
    position: fixed;
    width: 300px;
    visibility: hidden;
    height: 70px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 100;
    padding: 15px;
    bottom: 90px;
    right: 10px;
    transition: right .5s linear;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255, 95, 31);
}

.haveques p {
    color: #F2F2F2;
    font-size: 1rem;
    margin-left: 20px;
}

.haveques a {
    font-size: 1rem;
    margin-left: 20px;
    font-weight: 600;
    color: #F2F2F2;
    cursor: pointer;
}

.cross-icon {
    position: absolute;
    top: 10px;
    color: #F2F2F2;
    cursor: pointer;
    left: 10px;

}

/* form section */
input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.form-blur-back {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 102;
    background-color: rgba(255, 255, 255, 0.6);
}

.form-section {
    position: fixed;
    width: 400px;
    background-color: white;
    height: 500px;
    top: 50%;
    padding: 10px;
    z-index: 120;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    box-shadow: rgb(255, 95, 31, .6) 0px 3px 8px;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.form-section h2 {
    font-size: 2rem;
    padding: 20px;
    font-family: Montserrat;
    background-image: url(images/orangeyellowimg.png);
    background-size: 1000px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-section span {
    font-size: .9rem;
    word-spacing: .1rem;
    margin-top: 30px;
    color: #333333;
    font-family: poppins;
}

.form {
    width: 85%;
    flex-direction: column;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.form p {
    width: 100%;
    margin-inline: auto;
}

.form p input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    font-size: 1rem;
    font-family: poppins;
    word-spacing: .1rem;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #F5F5F5;
    padding: 10px;
    transition: .3s;
}

.form p input:hover {
    box-shadow: rgb(255, 95, 31, .6) 0px 2px 4px;

}

.form p textarea {
    width: 100%;
    height: 100px;
    border: none;
    font-size: 1rem;
    padding-left: 10px;
    padding-top: 5px;
    font-family: poppins;
    resize: none;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F5F5F5;
    transition: .3s;
}

.form p textarea:hover {
    box-shadow: rgb(255, 95, 31, .6) 0px 2px 4px;

}

.btn-submit {
    background-color: #f7e345;
    width: auto;
    font-family: quicksand;
    font-size: 1.5rem;
    border: none;
    margin-top: 15px;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: .1rem;
    box-shadow: rgb(255, 95, 31, .6) 0px 2px 5px;
    color: rgb(255, 95, 31);
    transition: scale .2s, box-shadow .2s;
}

.btn-submit-done {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    background: none;
    background-color: none;
    width: auto;
    font-family: quicksand;
    font-size: 1.5rem;
    border: none;
    margin-top: 15px;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: .1rem;
    color: rgb(255, 95, 31);
    transition: scale .2s, box-shadow .2s;
}

.btn-submit-done-2 {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    background: none;
    background-color: none;
    width: auto;
    font-family: quicksand;
    font-size: 1.5rem;
    border: none;
    margin-top: 15px;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    letter-spacing: .1rem;
    color: rgb(255, 95, 31);
    transition: scale .2s, box-shadow .2s;
}

.btn-submit:hover {
    scale: .9;
    box-shadow: none;
}

.cross-submit-icon {
    color: rgb(255, 95, 31);
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}




/* start of body css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
}

.flex {
    display: flex;
}


h1 {
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
}

p,
a {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #333333;
}

/* reveal js */
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1.5s ease-in-out;
}

.active.fade-left {
    animation: fade-left 2s ease-in-out;
}

.active.fade-right {
    animation: fade-right 1.5s ease-in-out;
}

.active.fade-left-new {
    animation: fade-left 1s ease-in-out;
}

.active.fade-right-new {
    animation: fade-right 1s ease-in-out;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* nav section */
.nav {
    width: 100%;
    height: 100px;
    top: -100px;
    position: fixed;
    background-color: rgb(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(255, 255, 255, 0.8) 0px 2px 4px -1px;
    flex-direction: row;
    align-items: center;
    transition: .4s;
    justify-content: center;
    z-index: 10;
}

.left-nav {
    width: 40%;
    /* border:2px solid red; */
    margin-left: 20px;
    align-items: center;
    justify-content: flex-end;
}

.left-nav a img {
    width: 120px;
    margin-right: 100px;
    margin-top: 20px;
}

.right-nav {
    width: 60%;
    margin-right: 20px;
    align-items: center;
    margin-left: 100px;
    justify-content: flex-start;
    gap: 60px;
}

.right-nav a {
    font-size: 1.4rem;
    color: rgb(255, 95, 31);
    transition: .3s;
    padding:5px;
}

.right-nav a:hover {
    box-shadow: rgb(0, 0, 0, .2) 0px 2px 3px;
    scale: 1.1;
    color: #333333;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* hero-sectionm */
.hero-section {
    width: 100%;
    /* margin-top: 100px; */
    flex-direction: row;
    height: 100vh;
    gap: 100px;
    background-color: whitesmoke;
    align-items: center;
    background: url(images/back-hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    justify-content: center;
    padding-inline: 400px;
    border-bottom-right-radius: 220px;
}

.hero-desc {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    /* border: 2px solid red;; */
}

.hero-desc h2 {
    font-size: 5rem;
    word-spacing: 0.2rem;
    font-family: Secular one;
    letter-spacing: .2rem;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 700;
    background-image: url(images/orangeyellowimg.png);
    background-size: 100px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc p {
    letter-spacing: .1rem;
    font-size: 1.2rem;
    margin-left: 5px;
}

.hero-img {
    width: 30%;
    /* border:2px solid gray; */
    align-items: center;
    justify-content: center;
}

.hero-img img {
    width: 350px;
    animation: bottle 2.5s infinite alternate-reverse;
}

@keyframes bottle {
    from {
        opacity: .8;
        scale: .9;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

/* about-section */
.about-section {
    width: 100%;
    height: 90vh;
    /* background-color: #F2F2F2; */
    padding: 100px;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    opacity: 1;
    background-image: radial-gradient(#f7e345 2px, transparent 2px), radial-gradient(#f7e345 2px, #f2f2f2 2px);
    background-size: 90px 90px;
    background-position: 0 0, 40px 40px;
}

.about-desc {
    width: 50%;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.about-desc h2 {
    font-size: 4rem;
    font-family: Secular one;
    font-weight: 700;
    letter-spacing: .2rem;
    background-image: url(images/orangeyellowimg.png);
    background-size: 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-desc p {
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: poppins;
    font-weight: 600;
    background-color: #F2F2F2;
    padding: 10px;
    letter-spacing: .1rem;
}

.about-img {
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-img img {
    width: 242px;
    background-color: #F2F2F2;
    border-radius: 50%;
    /* z-index: 2; */
}

@keyframes rotate {
    from {
        rotate: 0;
    }

    to {
        rotate: 360deg;
    }
}

.rotater {
    position: absolute;
    animation: rotate 25s infinite linear;
    background-image: none;
}

.rotater img {
    width: 500px;
    background: none;
    opacity: .9;
}


/* product section */
.product-section {
    width: 100%;
    height: 90vh;
    padding: 100px 200px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    background-color: rgb(255, 250, 160, .3);
}

.product-desc {
    width: 50%;
    height: 100%;
    /* border: 2px solid red; */
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.product-desc h2 {
    font-size: 3rem;
    font-family: Secular one;
    font-weight: 700;
    letter-spacing: .2rem;
    background-image: url(images/orangeyellowimg.png);
    background-size: 200px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-desc p {
    font-size: 1rem;
    line-height: 2rem;
    font-family: poppins;
    font-weight: 600;
    /* background-color: #F2F2F2; */
    padding: 5px;
    letter-spacing: .1rem;
}

/* images feature */

.product-feat-img {
    width: 100%;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
    justify-content: flex-start;
    /* border: 2px solid red; */
}

.product-feat-img img {
    width: 130px;
    transition: scale .3s, opacity .5s;
    opacity: .8;
}

.product-feat-img img:hover {
    scale: 1.2;
    opacity: 1;
}

.product-desc a {
    margin-top: 50px;
    margin-left: 1px;
    font-family: poppins;
    font-size: 2rem;
    width: 200px;
    box-shadow: rgb(255, 95, 31, .6) 0px 2px 5px;
    text-align: center;
    background-position: left;
    color: rgb(255, 95, 31);
    transition: .3s;
    border-radius: 5px;

}

.product-desc a:hover {
    color: #F2F2F2;
    background-color: rgb(255, 95, 31, .9);
}

/* product image */

.product-image {
    width: 40%;
    height: 100%;
    /* border: 2px solid red; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 300px;
}


/* cta-section */
.cta-section {
    width: 80%;
    margin-inline: auto;
    height: 300px;
    background-color: rgb(255, 95, 31, 0.3);
    /* background: url(images/yellowback.png); */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.cta-section p {
    font-size: 1.7rem;
    background-image: url(images/orangeyellowimg.png);
    background-size: 10px;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-links {
    flex-direction: row;
    margin-top: 50px;
    gap: 100px;
}

.cta-links a {
    font-size: 1.3rem;
    padding: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #333333;
    background-color: rgb(247, 227, 69, .8);
    transition: .3s;
    animation: cta-colors 3s infinite ease-in-out;

}

.cta-links a:hover {
    color: #F2F2F2;
    background-color: rgb(255, 95, 31, .5);
    animation: none;
    box-shadow: rgb(0, 0, 0, .2) 0px 2px 8px;
    scale: 1.1;
}

@keyframes cta-colors {

    0%,
    100% {
        color: #333333;
    }

    25% {
        color: rgb(255, 95, 31);
    }

    50% {
        color: #333333;
    }

    75% {
        color: rgb(255, 95, 31)
    }
}

/* faq-section */
.faq-section {
    width: 100%;
    height: auto;
    margin-inline: auto;
    padding: 50px 100px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #f2f2f2;
    opacity: 1;
    background-image: radial-gradient(#f7e345 2px, transparent 2px), radial-gradient(#f7e345 2px, #f2f2f2 2px);
    background-size: 90px 90px;
    background-position: 0 0, 40px 40px;
}

.faq-head {
    width: 50%;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255, .9);
    border-radius: 25px;
}

.faq-head h2 {
    background-image: url(images/orangeyellowimg.png);
    background-size: 200px;
    font-weight: 600;
    font-family: Secular one;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 3rem;
}

.faq-cont {
    width: 50%;
    padding: 10px;
    /* border: 2px solid red; */
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #F2F2F2;
}

.faq {
    width: 80%;
    height: 100%;
    padding: 20px;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: rgb(255, 95, 31, .8);
}

.question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question h3 {
    font-family: montserrat;
    word-spacing: .1rem;
    font-size: 1.5rem;
    color: #F2F2F2;
}

.icon {
    margin-right: 10px;
    transition: transform .4s;
}

.icon.active {
    transform: rotate(-180deg);
}

.answer p {
    font-size: 1.2rem;
    padding: 5px;
    margin-top: 5px;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.contact-section {
    width: 100%;
    height: 300px;
    background-color: #f7e345;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: poppins;
    gap: 0px;
}

.contact-cont {
    flex-direction: row;
    gap: 10px;
    width: 30%;
    margin-inline: auto;
}

.address {
    width: 50%;
    flex-direction: column;
}

.address p {
    margin-left: 2px;
}

.mail {
    width: 50%;
    flex-direction: column;
}

.mail p {
    margin-left: 2px;
}

.mail a {
    font-weight: 700;
    transition: .3s;
    color: rgb(255, 95, 31);
    margin-left: 5px;
}

.mail p a:hover {
    border-bottom: 1px solid rgb(255, 95, 31);
}

.alinks {
    margin-top: 20px;
    width: 30%;
    gap: 20px;
}

.alinks a {
    opacity: .9;
    transition: .3s;
    color: rgb(255, 95, 31);

}

.alinks a:hover {
    opacity: 1;
    color: #333333
}