/*
Theme Name: lotus theme
Author: Dokmeh Agency
Author URI: https://www.hidokmeh.com/
Description: Lotus Home appliances theme
Version: 1.0.0
Text Domain: dokmeh
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*---------------FONTS------------------*/
html,body,h1,h2,h3,h4,h5,h6,a,p,ul li,ol li,button,input,textarea {
    font-family: 'Roboto', sans-serif;
}
/*---------------FONTS------------------*/
/*----------GENERAL CLASS---------------*/
main.wrapper {
    position: relative;
    margin-left: 10vw;
    display: block;
    background-color: #EFEFEF !important;
}
:root {
    --height-header: 8vh;
    --white-color: #fff;
    --main-color: #00568A;
}

a,a:hover {
    color: inherit;
    text-decoration: none;
}

html::-webkit-scrollbar {
    width: 7px;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #E1DDC9;
    box-shadow: inset 0 0 6px #E1DDC9;
}

html::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 1px solid #E1DDC9;
    opacity: 0.7;
    border-radius: 7px;
}
.c-scrollbar_thumb{
    background-color: var(--main-color);
}
*,*:focus,*:focus-visible {
    outline: unset !important;
    outline-color: transparent !important;
}

p {
    line-height: 1.8;
    /* color: #7b7b7b; */
}

::-moz-selection {
    background-color: var(--main-color);
    color: var(--white-color);
}

::selection {
    background-color: var(--main-color);
    color: var(--white-color);
}

body {
    background: #EFEFEF;
    color: var(--main-color);
    overflow-x: hidden;
}
object {
    pointer-events: none;
}
.padding-class{
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.margin-top-bottom{
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.padding-top-bottom{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.margin-top{
    margin-top: 10rem;
}
.padding-class-big{
    padding-left: 10vw;
    padding-right: 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.padding-bottom{
    padding-bottom: 7rem;
}
.margin-bottom{
    margin-bottom: 10rem;
}
html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.half-padding {
    padding-right: 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.padding-class-big-b{
    padding-left: 20vw;
    padding-right: 20vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.skeleton,
.skeleton  {
  /* background: #e0e0e0; */
  border-radius: 4px;
}
.blog-info.shimmer {
    height: 100%;
    min-height: 12rem;
}
.blog-media.shimmer {
    border-radius: 200px 200px 0 0;
}
.shimmer {
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(to right, #e0e0e0 0%, #f5f5f5 50%, #e0e0e0 100%);
  background-size: 200% 100%;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

/*----------GENERAL CLASS---------------*/
/*----------LOADING---------------*/
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
}

#loading .load-box {
    width: 100%;
    height: 100%;
}

#loading .load-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: scaleL 1.5s 0.5s linear forwards;
    animation: scaleL 1.5s 0.5s linear forwards;
}
@-webkit-keyframes scaleL{
    from{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    to{
        -webkit-transform:scale(9);
        transform:scale(9)
    }
}
@keyframes scaleL{
    from{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    to{
        -webkit-transform:scale(9);
        transform:scale(9)
    }
}
/*----------LOADING---------------*/

.tilt {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.tilt__back,
.tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tilt__back {
    position: relative;
}

.tilt__front {
    position: absolute;
    top: 0;
    left: 0;
}
section.about-container {
    position: relative;
    width: 100%;
    display: block;
}

section.about-container section.about-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.about-container section.about-wrap .title {
    width: 30%;
    position: relative;
    height: 36vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.about-container section.about-wrap .about-description {
    width: 25%;
    margin-top: 18vh;
    overflow: hidden;
}

section.about-container section.about-wrap .title .frame {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

section.about-container section.about-wrap .title .frame img {
    height: 100%;
}

section.about-container section.about-wrap .title h1 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Asthetik';
    font-size: 3.2rem;
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
section.about-container section.about-wrap .title .title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    overflow: hidden;
}

section.about-container section.about-wrap .about-description p {
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1),-webkit-transform .6s cubic-bezier(.215,.61,.355,1);
}
html.load section.about-container section.about-wrap .title .frame {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
html.load section.about-container section.about-wrap .title h1 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
html.load section.about-container section.about-wrap .about-description p {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
@media only screen and (max-width: 768px){
    /*------------GENERAL CLASS--------------*/
    main.wrapper {
        margin-left: 0;
        margin-top: 11vh;
    }
    .margin-top {
        margin-top: 4rem;
    }
    .padding-class {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padding-bottom {
        padding-bottom: 3rem;
    }
    .padding-class-big {
        padding-left: 20px;
        padding-right: 20px;
    }
    @-webkit-keyframes scaleL{
        from{
            -webkit-transform:scale(1);
            transform:scale(1)
        }
        to{
            -webkit-transform:scale(3);
            transform:scale(3)
        }
    }
    @keyframes scaleL{
        from{
            -webkit-transform:scale(1);
            transform:scale(1)
        }
        to{
            -webkit-transform:scale(3);
            transform:scale(3)
        }
    }
    .margin-bottom {
        margin-bottom: 3rem;
    }
    .half-padding {
        padding-right: 20px;
    }

    /*------------GENERAL CLASS--------------*/
    section.about-container section.about-wrap .title {
        width: 100%;
        height: 19vh;
    }
    section.about-container section.about-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    section.about-container section.about-wrap .about-description {
        width: 100%;
        margin-top: 64px;
    }
    section.about-container section.about-wrap .title .title-box {
        -webkit-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        transform: translate(0,100%);
    }
    section.about-container section.about-wrap .title .frame {
        padding-left: 74px;
    }
    section.about-container section.about-wrap .title h1 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px){
    html.load section.about-container section.about-wrap .title .frame {
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    /*------------GENERAL CLASS--------------*/
    main.wrapper {
        margin-left: 0;
        margin-top: 8vh;
    }

    .padding-class {
        padding-left: 30px;
        padding-right: 30px;
    }
    .padding-class-big {
        padding-left: 30px;
        padding-right: 30px;
    }
    @-webkit-keyframes scaleL{
        from{
            -webkit-transform:scale(1);
            transform:scale(1)
        }
        to{
            -webkit-transform:scale(4);
            transform:scale(4)
        }
    }
    @keyframes scaleL{
        from{
            -webkit-transform:scale(1);
            transform:scale(1)
        }
        to{
            -webkit-transform:scale(4);
            transform:scale(4)
        }
    }
    .padding-bottom {
        padding-bottom: 4rem;
    }

    .margin-top {
        margin-top: 5rem;
    }
    /*------------GENERAL CLASS--------------*/
    section.about-container section.about-wrap .about-description {
        width: 40%;
    }

    section.about-container section.about-wrap .title {
        width: 40%;
        height: 22vh;
    }

    section.about-container section.about-wrap .title .title-box {
        -webkit-transform: translate(0,100%);
        -ms-transform: translate(0,100%);
        transform: translate(0,100%);
    }

    section.about-container section.about-wrap .title .frame {
        -webkit-transform: translateX(0) scale(0);
        -ms-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0);
    }
    section.about-container section.about-wrap .title h1 {
        font-size: 2.8rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    /*-------------GENERAL CLASS--------------*/
    .padding-bottom {
        padding-bottom: 5rem;
    }
    /*-------------GENERAL CLASS--------------*/
    section.about-container section.about-wrap .title h1 {
        font-size: 2.8rem;
    }
    section.about-container section.about-wrap .about-description {
        width: 35%;
        margin-top: 14vh;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1600px){
    /*-----------GENERAL CLASS------------*/
    .padding-bottom {
        padding-bottom: 6rem;
    }
    /*-----------GENERAL CLASS------------*/
    section.about-container section.about-wrap .title h1 {
        font-size: 2.8rem;
    }
    section.about-container section.about-wrap .about-description {
        width: 38%;
        margin-top: 15vh;
    }
}