
:root{
    --color-1:#003366;
    --color-2:#A9D8D3;
    --color-3: #F2F7F2;
    --color-4:rgb(241, 224, 182);
    --color-5:#B497BD;
    --color-6:#0894cf;
    --text-color: #212529;
    --paragraph-color: #666;
    --light-color:rgb(255, 250, 244);
    --dark-2:#1D2D44;
    --dark-color:rgb(47, 47, 47);


    --karleen-1:#841b3a;
    --karleen-2:#131313;
    --karleen-3:#FBFBFF;
    --karleen-4:#131313;
}
html{
    scroll-behavior: smooth;
    transition: all 0.25s ease !important;
}

/* --primary-color: #e96793;
--secondary-color: #f8f5f6;
--text-color: #212529;
--text-color-2:#80a2ea;
--paragraph-color: #666;

--accent-1:#D0F4EA;
--accent-2:#E8DB7D; */


body{
    overflow-x: hidden;
    font-family: "Vollkorn", serif;
    background-color: rgb(253, 253, 253);
}
#hero{
    position: relative;
}
#hero video{
    height: 98vh;
    width: 100%;
    object-fit: cover;
    
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 98vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.headline-1{
    font-size: 3rem;
    
}
.headline-2{
    font-size: 3rem;
}
.headline-3{
    font-size: 2.6rem;
}
.color-1{
    color: var(--karleen-1);
}
p{
    font-size: 1rem;
    color: rgb(77, 77, 77);

}
.color-light{
    color: var(--karleen-3);
}
.color-light-2{
    color: rgb(201, 201, 201);
}
.sub-title{
    font-family: "Monoton", sans-serif;
    color: var(--karleen-1);
    font-size: 2rem;
    font-weight: 400;
}
.text-rochester{
    font-family:  "Rochester", cursive; 
}
.text-fleur{
    font-family: "Fleur De Leah", cursive;
}
.header-area {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 99;
}
.header-area-wrapper{
    color: white;
    font-weight: 600;
    font-size: 1.1rem;

}
nav ul li a{
    color: var(--secondary-color) !important;
    text-decoration: none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    display: inline-block;
}


.btn-style-1{
   
  border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 25px;
    color: var(--color-3);
    background-color: var(--color-6);

}

.mission-vision-wrapper {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* .why-wrapper{
    border-radius: 20px;
    background-color: var(--karleen-2);
} */
.why-items{
    height: 320px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.why-items .icon{
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) ;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-item{
    
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product-item img{
    border-radius: 10px 10px 0 0;
}
.product-info{
    position: relative;
}
.product-name{
    background-color: white;
    border-radius: 10px;
    width: 80%;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: var(--karleen-1);
    
}
.product-name h4{
    font-size: 1.3rem !important;
}

.cta-container {
    background-size: cover;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    background-image: url('../assets/images/cta1.jpg');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer-bottom {
    bottom: 0;
    position: absolute;
    height: 40px;
    width: 100%;
    background-color: var(--text-color);
}
footer {
    background-color: #f0f0f0;

    position: relative;
}
.footer-wrapper {
    padding-bottom: 80px;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer ul li a{
    text-decoration: none;
    color: var(--secondary-color);
    transition: .4s all ease;
   
}
footer ul li a:hover{
    
    color: var(--karleen-1);
}



@media (max-width: 768px) {
    /* .header-area {
        position: relative;
    }
    .header-area-wrapper{
        background-color: var(--secondary-color);
    } */
     .sub-title{
        font-size: 1.6rem;
     }
     .headline-2{
        font-size: 2.5rem;
     }
     .why-items{
        height: auto;
        margin-top: 20px;
     }
     .cta-container{
        background-position: center;
        width: 90%;
     }
     footer iframe{
        height: 300px !important;
     }
}
/* .social-item{
    width: 35px ;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(132, 27, 58, 0.5);
} */
/* 
.leaf {
    position: absolute;
    width: 50px;
    opacity: 0.8;
    top: -50px;
    z-index: 1;
    animation: fall linear infinite;
}
@keyframes fall {
    0% {
        transform: translateX(0) rotate(0deg);
        top: -50px;
        opacity: 1;
    }
    25% {
        transform: translateX(-30px) rotate(-25deg);
        -webkit-transform: translateX(-30px) rotate(-25deg);
        -moz-transform: translateX(-30px) rotate(-25deg);
        -ms-transform: translateX(-30px) rotate(-25deg);
        -o-transform: translateX(-30px) rotate(-25deg);
}
    50% {
        transform: translateX(30px) rotate(25deg);
        -webkit-transform: translateX(30px) rotate(25deg);
        -moz-transform: translateX(30px) rotate(25deg);
        -ms-transform: translateX(30px) rotate(25deg);
        -o-transform: translateX(30px) rotate(25deg);
}
    75% {
        transform: translateX(-20px) rotate(-15deg);
        -webkit-transform: translateX(-20px) rotate(-15deg);
        -moz-transform: translateX(-20px) rotate(-15deg);
        -ms-transform: translateX(-20px) rotate(-15deg);
        -o-transform: translateX(-20px) rotate(-15deg);
}
    100% {
        transform: translateX(20px) rotate(0deg);
        top: 100vh;
        opacity: 0;
    }
} */
/* 
.btn-style-1{
    
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 30px;
    color: var(--dark-color);
    background-color: var(--secondary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-style-2{
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 30px;
    color: var(--secondary-color);
    background-color: var(--dark-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.leaf-style{
    position: absolute;
}
.leaf-style:nth-child(1){
    width: 400px;
    top: -200px;
    left: 20%;
}
.leaf-style:nth-child(2){
    width: 400px;
    top: 20%;
    right: -300px;
}
.leaf-style:nth-child(3){
    width: 1000px;
    top: 5%;
    right: -500px;
}
.leaf-style:nth-child(4){
    z-index: -1;
    width: 1000px;
    bottom: -500px;
    left: -500px;
}
.leaf-style:nth-child(5){
    width: 400px;
    bottom: 0;
    right: -40px;
} */