﻿
body {
    font-family: 'Arima', cursive;
}

h1 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    margin: 0;
    color: #ff4d7f;
    font-size: 50px;
    letter-spacing: -0.225rem;
    background: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: font-size 250ms cubic-bezier(0.59, 0.04, 0.3, 1.43);
    transition: font-size 250ms cubic-bezier(0.59, 0.04, 0.3, 1.43);
}


h1:after {
    content: attr(data-letters);
    position: absolute;
    left: 0;
    z-index: 2;
    overflow: hidden;
    white-space: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e3f7f0;
    background: #5b63fe;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0 77%);
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 77%);
}

.color-bg-gradient {
    background-color: #44bfff;
    background: linear-gradient(180deg, #4723ee, #b836bc);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.FirstSection .content {
    margin: 40px;
    background-size: cover;
    border-radius: 20px;
}

.maincontent img {
    border: 5px solid #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
}

.section-separator 
{
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    left: 0px;
    bottom: -12px;
}

@media only screen and (max-width:520px) and (min-width:220px) {
    .FirstSection {
        padding: 15px;
    }

        .FirstSection .content {
            margin: 0px;
        }

    .maincontent img {
        width: 120px;
        height: 120px;
    }

    .maincontent h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 80px;
    }
}

@media screen and (min-width: 1024px) {
    h1 {
        font-size: 100px;
    }
}

/*------ Second Section ------*/

.secondsection {
    margin: 20px;
    /*border: 3px solid #e8e8e8;*/
    border-radius: 10px;
    /*background: #f8f8f8;*/
    padding: 5px 0px;
}

.p0 {
    padding: 0px;
}

.call {
    border: 2px solid #164aab;
    background: #1d5acd;
    box-shadow: 2px 2px 4px 2px #cfcfcf;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    display: block;
}

    .call i {
        font-size: 35px;
        color: #fff;
        line-height: 70px;
        text-align: center;
        margin: auto;
        display: block;
    }

.callspan {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 21px;
}

.mail {
    background: #cb7315;
    border: 2px solid #a55d10;
    box-shadow: 2px 2px 4px 2px #cfcfcf;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    display: block;
}

    .mail i {
        font-size: 30px;
        color: #fff;
        line-height: 65px;
        text-align: center;
        margin: auto;
        display: block;
    }

.mailspan {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 21px;
}

.location {
    border: 2px solid #057a3b;
    box-shadow: 2px 2px 4px 2px #cfcfcf;
    background: #009c47;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    display: block;
}

    .location i {
        font-size: 33px;
        color: #fff;
        line-height: 65px;
        text-align: center;
        margin: auto;
        display: block;
    }

.locationspan {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 21px;
}

.website {
    border: 2px solid #2c1e97;
    box-shadow: 2px 2px 4px 2px #cfcfcf;
    background: #4132b1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    display: block;
}

.website i 
{
    font-size: 35px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    margin: auto;
    display: block;
}

.websitespan 
{
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px;
    font-weight: 600;
    font-size: 21px;
}

@media only screen and (max-width:520px) and (min-width:220px) 
{
    .secondsection 
    {
        margin: 0px;
        margin-bottom: 10px;
    }

    .call, .mail, .location, .website {
        width: 50px;
        height: 50px;
    }

    .call i, .mail i, .location i, .website i {
        font-size: 25px;
        line-height: 50px;
    }

    .callspan, .mailspan, .locationspan, .websitespan 
    {
        font-size:18px !important;
    }
}  

/*------ End Second Section ------ */


/*------ Fourth And Fifth Section ------*/
.fifthSection {
    background: none;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    /*border-radius: 15px;*/
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding: 10px 5px !important;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    margin: 5px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px 3px #e7e6e6;
}

    .fifthSection span {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin: 5px;
    }

    .fifthSection i {
        font-size: 40px;
    }

    .fifthSection img {
        width: 50px;
        text-align: center;
        margin: auto;
        display: block;
    }

@media only screen and (max-width:520px) and (min-width:220px) {
    .fifthSection {
        width: 75px;
        height: 85px;
    }

        .fifthSection span {
            font-size: 10px;
        }

        .fifthSection i {
            font-size: 30px;
        }

        .fifthSection img {
            width: 40px;
        }
}
/*------ End Fourth And Fifth Section ------ */


/*------ Sixth Section ------ */
.social 
{
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top:10px;
}

.social li {
    background: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid #747474;
}

@media only screen and (max-width:360px) and (min-width:320px)
{
    .social li 
    {
        width: 37px;
        height: 37px;
    }
}

    .social li a {
        color: #fff;
    }

.followus {
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width:520px) and (min-width:220px) {
    .followus {
        font-size: 13px;
        line-height: 40px;
    }
}

/*------ End Sixth Section ------*/

/*------ Seven Section ------*/
:root {
    --icon-size: 28px;
    --background-color: #ccdcff;
}

.navtab 
{
    bottom: 0px;
    position: initial;
    min-width: 100%;
    height: 70px;
    margin-top: 20px;
    border-radius: 30px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.01), 0 12px 10px rgba(0, 0, 0, 0.01), 0 30px 25px rgba(0, 0, 0, 0.012), 0 100px 80px rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width:520px) and (min-width:220px) , screen and (height:640px), screen and (height:667px), screen and (height:600px), screen and (height:629px) ,screen and (height:689) 
{
    .navtab {
        bottom: 0px;
        position: absolute !important;
        z-index: 2;
    }
}

@media only screen and (height:896px), screen and (height:716px), screen and (height:851px), screen and (height:740px), screen and (height:786px), screen and (height:844px) , screen and (height:745px) , screen and (height:854px) , screen and (height:960px)  {
    .navtab {
        bottom: 0px;
        position: fixed !important;
        z-index: 2;
    }
}

@media only screen and (max-height:599px)
{
    .navtab {
        bottom: 0px;
        position: absolute !important;
        z-index: 2;
    }
}



    .navtab ul {
        width: 100%;
        height: 100%;
        padding: 0px;
        padding-top: 15px;
        margin: 0px;
        display: flex;
        background: #ffffff;
    }

        .navtab ul li {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            font-size: 25px;
            background: #545ffb;
        }

            .navtab ul li.left {
                /*padding-left: 10px;
                    border-top-left-radius: 30px;
                    border-bottom-left-radius: 30px;
                    border-top-right-radius: 10px;*/
            }

            .navtab ul li.right {
                /*padding-right: 10px;
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 30px;
                    border-top-left-radius: 10px;*/
            }

    .navtab .icon {
        height: var(--icon-size);
        width: var(--icon-size);
        cursor: pointer;
    }

        .navtab .icon svg {
            height: var(--icon-size);
            width: var(--icon-size);
            fill: var(--background-color);
        }

    .navtab button {
        --size: 50px;
        border: none;
        background: none;
        position: relative;
        /*width: var(--size);
                    height: var(--size);*/
        display: flex;
        margin-bottom: 70px;
    }

        .navtab button span {
            width: var(--size);
            height: var(--size);
            border-radius: 50px;
            background: linear-gradient(to right, #4222f1 0, #ed3ea4 100%);
            box-shadow: 0 0 0 15px #ffffff;
            transition: height 200ms ease, margin 200ms ease;
            overflow: hidden;
        }

        .navtab button .icon {
            --icon-size: 24px;
            cursor: pointer;
            transition: transform 320ms ease, opacity 200ms ease;
        }

            .navtab button .icon svg {
                fill: #fff;
            }

            .navtab button .icon.plus {
                width: var(--size);
                height: var(--size);
                display: flex;
                justify-content: center;
                align-items: center;
            }

        .navtab button .icons-container {
            width: 100%;
            height: calc(2 * var(--size));
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .navtab button .icons-container .icon {
                background: rgba(204, 220, 255, 0.25);
                width: calc(1.8 * var(--icon-size));
                height: calc(1.8 * var(--icon-size));
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 50%;
                top: calc(-25% + var(--index) * 40%);
                transform: translate(-50%, 100%) rotate(-45deg);
                transition: transform 300ms cubic-bezier(0.65, -0.55, 0.25, 1.25), background 150ms ease;
                transition-delay: calc(var(--index) * 55ms);
            }

                .navtab button .icons-container .icon:hover {
                    background: rgba(204, 220, 255, 0.45);
                }

        .navtab button:focus {
            border: none;
            outline: none;
        }

    .navtab .icon img {
        width: 45px;
        margin-top: -10px;
    }

    /*.navtab button:focus span
                {
                    height: calc(2.6 * var(--size));
                    margin-top: calc(-1.6 * var(--size));
                }

                .navtab button:focus .icon.plus {
                    transform: translateY(-50px) rotate(180deg);
                    opacity: 0;
                }

                .navtab button:focus .icons-container .icon {
                    transform: translate(-50%, -50%) rotate(0);
                }*/

    .navtab button::-moz-focus-inner {
        border: none;
    }

@media only screen and (max-width:520px) and (min-width:220px) {
    .navtab {
        /*height: 65px;*/
    }

    .navtab .icon img 
    {
        width: 30px;
        margin-top:-15px;
    }
}

/* ------ End Seven Section ------*/


/*----- Testimonials ------ */
.testi 
{
    border: 2px solid #fadcce;
    border-radius: 10px;
    background: #fff8f5;
    box-shadow: 2px 2px 10px 2px #fff2eb;
    padding: 10px;
    margin-bottom: 15px;
}

.testi_name h3 
{
    text-align: center;
    margin: auto;
    display: block;
}

.testi_desc 
{
    text-align: center;
}

/*------ Gallery ------ */
.box 
{
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
}

.box:before,
.box:after 
{
    content: '';
    background: linear-gradient(#6D6027,#D3CBB8);
    width: 100%;
    height: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.box:after 
{
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
}

.box:hover:before,
.box:hover:after 
{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.box img 
{
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.6s ease;
}

.box:hover img 
{
    filter: hue-rotate(50deg);
}

.box .box-content 
{
    color: #fff;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 2;
    transition: all .5s ease;
}

.box:hover .box-content 
{
    opacity: 1;
    top: 50%;
}

.box .title 
{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.box .post 
{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 11px;
    display: block;
}

.box .icon 
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li 
{
    margin: 0 2px;
    display: inline-block;
}

.box .icon li a 
{
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px/20px;
    display: block;
    transition: all 0.3s;
}

.box .icon li a:hover 
{
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

@media only screen and (max-width:990px) 
{
    .box 
    {
        margin: 0 0 30px;
    }
}

/*----- Videos ------*/
.Video_blcok .blocks .greenhead 
{
    background: #fff;
    text-align: center;
    color: #00283a;
    font-size: 12px;
    line-height: 43px;
}

.blockstart 
{
    border: 2px solid #000;
    padding: 2px;
    height: 250px;
    margin-bottom: 10px;
}

.blockstart a 
{
    width: 100%;
}

.blockimg 
{
    width: 100%;
    height: 200px !important;
}

.Video_blcok .blocks .blockstart span 
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 58px;
    height: 41px;
    line-height: 50px;
    font-size: 60px;
    color: #48c7f6;
}

/*----- Product ------*/

.product 
{
    border: 2px solid #463aad;
    border-radius: 10px;
    background: #f0efff;
    margin-bottom: 10px;
}

.product img 
{
    width: 100%;
    background: #fff;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.woocommerce-loop-product__title 
{
    color: #fff;
    text-align: center;
    background: #392e9d;
    padding: 10px;
    margin: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product_button 
{
    width: 100%;
}

.product_button div 
{
    width: 50%;
    float: left;
}

.woocommerce-Price-currencySymbol 
{
    font-family: sans-serif;
}

.products li 
{
    width: 48.2%;
    float: left;
    margin: 5px;
}

.toggle-text 
{
    max-width: 400px;
    margin: 50px auto;
    text-align: center;
}

.toggle-text-content span 
{
    display: none;
}

.toggle-text-link 
{
    margin: 20px 0;
}

.pricesize 
{
    position: relative;
    border: 1px solid #000;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    height: 30px;
}

@media only screen and (max-width:520px) and (min-width:220px) 
{
    .products li 
    {
        width: 96.5%;
        font-size: 16px;
    }

    .product img 
    {
        /*height: 150px !important;*/
    }

    .btn 
    {
        font-size: 9px !important;
    }

    .pricesize 
    {
        height: 30px;
    }
}
 
@media only screen and (max-width:320px)
{
    .products li 
    {
        width: 46.5%;
        font-size: 9px;
    }
    table
    {
        width:100% !important;
    }
}

/*------ Payment ------ */
.mb10 {
    margin-bottom: 10px;
}

.font16 {
    font-size: 16px;
}

/*------ Enquiry Rating  -----*/
.rate 
{
    display: table;
}

.rate:not(:checked) > input 
{
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label 
{
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked) > label:before 
{
    content: '★ ';
}

.rate > input:checked ~ label 
{
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label 
{
    color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label 
{
    color: #c59b08;
}