#footer [data-column="widget-area-1"] img {
    max-width: 150px;
}

#footer .wp-block-heading {
    color: #EDE9BE;
    font-size: 24px;
}

.footer-contact li,
.footer-contact li > a{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.footer-contact svg {
    max-width: 16px;
    min-width: 16px;
    fill: #ede9be;
    height: auto;
    margin-top: 4px;
}

[data-column="widget-area-5"] .footer-contact li:nth-child(2) svg {
    max-width: 25px;
    min-width: 25px;
}

[data-column="widget-area-5"] span.footer-icon {
    min-width: 25px;
}

span.footer-contact-detail {
    color: #EDE9BE;
}

#footer ul.widget-menu {
    display: flex;
    justify-content: flex-end;
}

#footer ul.widget-menu li:not(:last-child) {
    padding-right: 10px !important;
    margin-right: 10PX !important;
    border-right: 1px solid #EDE9BE;
}

#footer ul.widget-menu li a {
    color: #EDE9BE;
}

#footer [data-row="top"] .ct-container {
    align-items: end;
}

#footer [data-row="middle"] .ct-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ct-footer-copyright {
    text-align: center;
}

.vc_custom_heading.small-title {
    font-size: 18px;
    margin-bottom: 10px !important;
    font-family: outfit;
    font-weight: 500;
}

.vc_btn3-container.main-button .vc_btn3,
.woocommerce .ct-woo-card-actions a,
.single-product .ct-cart-actions button,
.woocommerce-cart .button,
.woocommerce-checkout .button,
.contact-row #send input{
    padding: 10px 25px;
    font-size: 16px;
    background-color: #EDE9BE !important;
    filter: none !important;
    font-family: "Outfit", Sans-serif;
    font-weight: 500;
    color: #662222 !important;
    background-image: none;
    border-radius: 0px 0px 0px 20px !important;
    position:relative;
    transition:300ms ease;
}

.woocommerce-cart .button,
.woocommerce-checkout .button,
.contact-row #send input{
    background-color: #7A854B !important;
    color:#fff !important;
}

.single-product .ct-cart-actions button{
    background-color:#662222 !important;
    color:#fff !important;
}

.vc_btn3-container.main-button .vc_btn3:after,
.woocommerce .ct-woo-card-actions a:after,
.single-product .ct-cart-actions button:after,
.woocommerce-checkout .button:after,
.woocommerce-cart .button:after{
    content: '\f061';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.vc_btn3-container.main-button .vc_btn3:hover,
.woocommerce .ct-woo-card-actions a:hover{
    background-color: #662222 !important;
    color: #EDE9BE !important;
}

.single-product .ct-cart-actions button:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover,
.contact-row #send input:hover{
    background-color: #EDE9BE !important;
    color: #662222 !important;
}

.home-main-row > div:last-child > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
    column-gap: 35px;
    width: auto;
}

.home-main-row > div:last-child > div > div > div {
    max-width: 100%;
    border-radius: 100px;
    position: relative;
    overflow:hidden;
}

.home-main-row > div:last-child > div > div > div:before {
    content: '';
    position: absolute;
    background: #EBE9BE;
    width: 100PX;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 2px solid #7A854B;
    z-index: 1;
    display: block !important;
}

.home-main-row > div:last-child > div > div > div:after {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #7A854B;
    top: 50%;
    left: calc(100px/2 - 17.5px);
    transform: translateY(-50%);
    z-index: 2;
    display: block !important;
}

.home-main-row > div:last-child > div > div > div:first-child:after {
    content: '\f6be';
}
.home-main-row > div:last-child > div > div > div:nth-child(2):after {
    content: '\f6d3';
}
.home-main-row > div:last-child > div > div > div:nth-child(3):after {
    content: '\f06b';
}
.home-main-row > div:last-child > div > div > div:last-child:after {
    content: '\f1b0';
}

.home-main-row > div:last-child > div > div > div > div > div {
    padding: 0;
}

.home-main-row > div:last-child > div > div > div > div > div > div {
    padding: 30px 15px 30px 135px;
    position: relative;
}

.home-main-row > div:last-child > div > div > div > div > div > div:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
}

.home-main-row > div:last-child > div > div > div > div > div > div:after {
    content: '';
    position: absolute;
    background: #EBE9BE;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 600ms ease;
    display: block !important;
}

.home-main-row > div:last-child > div > div > div:hover > div > div > div:after {
    width: 0%;
    opacity:0;
}

.home-main-row > div:last-child .vc_custom_heading {
    color: #7A854B !important;
    transition: 300ms ease;
    position: relative;
    z-index: 9;
}

.home-main-row > div:last-child > div > div > div:hover .vc_custom_heading {
    color: #343434 !important;
}

.home-certificate-row {
    padding-left: 15px;
    padding-right: 15px;
}

.home-certificate-row > div {
    padding: 15px 15px 35px;
    background: #fff;
    border: 1px solid #7A854B;
}

.home-certificate-inner-row {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.home-certificate-inner-row:after {
    content: '';
    position: absolute;
    background: #FFFFF6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
    transition: 600ms ease;
}

.home-certificate-inner-row:before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
    transition: 600ms ease;
}

.home-certificate-row > div:hover .home-certificate-inner-row:after {
    width: 0;
    opacity:0;
}

.home-certificate-inner-row > div {
    position: relative;
    z-index: 1;
}

.home-certificate-inner-row img.vc_single_image-img {
    max-width: 135px;
}

.about-main-sec {
    padding: 0 !important;
}

.about-main-inner .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 0;
    row-gap: 10px;
    border: 1px solid #f5f5f5;
    aspect-ratio: 1/1;
}

.about-main-inner .wpb_single_image:first-child,
.about-main-inner .wpb_single_image:last-child{
    background: #f5f5f5;
}

.about-main-inner .wpb_single_image img {
    max-width: 95px;
    filter: brightness(0) saturate(100%) invert(91%) sepia(15%) saturate(795%) hue-rotate(333deg) brightness(111%) contrast(84%);
}

.about-main-row > div:last-child > div {
    justify-content: flex-end;
}

.about-main-row > div:first-child * {
    height: 100%;
}

.about-main-inner > div > div > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-main-inner .wpb_singleimage_heading {
    font-size: 18px;
}

.about-main-inner .wpb_single_image:nth-child(2) .wpb_singleimage_heading,
.about-main-inner .wpb_single_image:nth-child(3) .wpb_singleimage_heading{
    color: #EBE9BE;
}

.about-main-inner {
    margin-bottom: 15px;
}

.about-main-sec {
  position: relative !important;
  overflow: visible !important;
  pointer-events: none;
}
.about-main-sec::before {
    content: "";
    position: absolute;
    top: 70%;
    right: 60px;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cpath id='circlePath' d='M150,150 m-120,0 a120,120 0 1,1 240,0 a120,120 0 1,1 -240,0'/%3E%3C/defs%3E%3Ctext font-size='30' letter-spacing='25' fill='%23ffffff' font-family='Outfit, sans-serif'%3E%3CtextPath href='%23circlePath'%3ETwissk%20Twissk%20Twissk%3C/textPath%3E%3C/text%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    animation: spinText 20s linear infinite;
    transition: transform 300ms ease;
    z-index: 9;
    pointer-events: auto;
}

.about-main-sec::after {
    content: "\f1b0";
    position: absolute;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 55px;
    display: flex;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    width: 100px;
    height: 100px;
    padding: 15px;
    top: 70%;
    right: 160px;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    justify-content: center;
}

/*.about-main-sec:hover::before {*/
/*    animation-play-state: paused;*/
/*}*/

.twissk-meaning-row {
    row-gap: 30px;
}

.twissk-meaning-row > div > div > div {
    padding: 40px 35px;
    background: #EBE9BE;
    transition: 300ms ease;
    height: 100%;
}

.twissk-meaning-row > div > div > div:hover {
    border-bottom-left-radius:65px;
}

.twissk-meaning-row .wpb_text_column * {
    color: #7A854B;
}

.meaning-title i {
    font-size: 35px;
}

.meaning-title h4 {
    display: flex;
    align-items: center;
    column-gap: 15px;
}


@keyframes spinText {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.twissk-meaning-row.about-mission-row {
    display: flex;
    justify-content: center;
}

.faqs-row span.vc_tta-title-text {
    color: #3d3636;
    font-weight: 600;
}

.faqs-row .vc_tta-panel-heading {
    border: 0 !important;
}

.faqs-row .vc_tta-panel-heading {
    background: transparent !important;
}

.faqs-row .vc_tta-panel-body {
    padding: 35px 20px 50px 50px!important;
}

.faqs-row a:hover > span.vc_tta-title-text {
    color: #662222;
}

.faqs-row .vc_tta-panel-title {
    position: relative;
    display: flex;
    align-items: center;
}

.faqs-row .vc_tta-panel-title:before {
    content:"\f101";
    font-family:"FontAwesome";
}

.faqs-row .vc_tta-panel-title > a {
    width: 100%;
}

.faqs-row .vc_tta-panels > div:not(:first-child) {
    border-top: 1px solid;
}

.faqs-main-sec {
    position: relative;
}

.faqs-main-sec:before {
    content: "";
    background-image: url(./images/32893.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25%;
    height: 222px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    display: block !important;
}

.home-blog-row .entry-title {
    color: #EBE9BE;
    font-weight: 600;
    text-transform: capitalize;
}

.home-blog-row .entry-title:hover,
.home-blog-row .entry-title a:hover,
.home-blog-row a.entry-button:hover{
    color: #662222 !important;
}

.home-blog-row ul.entry-meta {
    display:none;
}

.home-blog-row .entry-excerpt {
    color: #EBE9BE;
    font-size: 16px;
}

.home-blog-row a.entry-button {
    color: #EBE9BE;
}


@media screen and (max-width: 999.98px){
    
    #footer ul.widget-menu {
        display: flex;
        justify-content: flex-start !important;
    }
    
    #footer .ct-container {
        row-gap: 35px;
    }
    
    .ct-footer .ct-widget:not(:first-child) {
        margin-top: 5px;
    }
    
    .home-main-row {
        display: flex;
        flex-direction: column;
    }
    
    .home-main-row > div {
        width:100%;
    }
    
}

@media screen and (max-width: 767.98px){
    
    .big-tile {
        font-size: 30px !important;
    }
    
    .home-main-row > div:last-child > div > div {
        display: flex;
        flex-direction: column;
        padding-left:15px;
        padding-right:15px;
    }
    
    .home-main-row > div:last-child > div > div > div {
        max-width: unset;
    }
    
    .home-blog-row .entries {
        row-gap: 0;
    }
    
    .about-main-row {
        padding-left: 15px;
        padding-right: 15px;
        padding-top:70px;
    }
    
    .about-main-sec::before {
        top: 95%;
    }
    
    .about-main-sec::after {
        top: 95%;
    }
    
    .single-product .single_add_to_cart_button {
        min-width: 150px !important;
    }
    
    .faqs-main-sec:before {
        width: 85%;
    }
    
}

