:root {
  --lydia-site-gutter: 2vw !important;
}
div , section {
background-size: cover !important;
background-repeat: no-repeat  !important;
}

.dynamic_grid:first-of-type {
  background-color: #000 !important;
  color: #fff !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.btn-defult, .go-link {
  --background: rgb(231, 231, 231);
  --color: rgb(14, 14, 14);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 62px;
    position: relative;
    overflow: hidden;
    border: 0px;
    transition: color .5s;
    z-index: 1;
    font-size: 15px;
    color: var(--color);
    padding: 10px 24px;
    letter-spacing: -0.6px;
    background-color: var(--background);
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    min-width: 160px;
    font-weight: 500;
    border-radius: 100px;
}

.btn-defult:before,.go-link:before {
content: "";
position: absolute;
z-index: -1;
background: var(--background);
height: 150px;
width: 300px;
border-radius: 50%;
opacity: 0.5;
}

.btn-defult:hover,.go-link:hover {
color: var(--color) !important;
opacity:1 !important;
}

.btn-defult:before,.go-link:before {
top: 100%;
left: 100%;
transition: all .7s;
}
.btn-defult:hover:before,.go-link:hover:before {
top: -30px;
left: -30px;
}
.btn-defult:active:before,.go-link:active:before {
background: var(--background);
transition: background 0s;
}

.logopage {
    width: 220px !important;
}
header .btn-defult{
  --background: var(--color-btn,rgb(231, 231, 231)) !important;
  --color:var(--background-btn,rgb(14, 14, 14)) !important;
}

header svg path.a{
  fill: var(--color-logoheader,rgb(14, 14, 14)) !important;
}

header .main{
  padding: 0px 2vw !important;
}
header ul.main-content {
padding: 0px 32px !important;
display: flex;
align-items: center;
justify-content: center;
 text-transform: uppercase;
}

header ul.main-content a{
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  text-transform: uppercase;
  padding: 0;
  text-wrap: nowrap;
}
header ul.main-content a:after {
    content: "";
    pointer-events: none;
    bottom: 0px;
    left: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}

header ul.main-content a:focus:after,
header ul.main-content a:hover:after {
width: 100%;
left: 0%;
}

.header-layout-center .logo a{
  width: fit-content;
}

header .main.scroll .logopage {
  height: 30px !important;
}

header .main.scroll ul.main-content ,header .main.scroll .header-layout-center .logo a , header .main.scroll .header-layout-center .btn-more ,
header .main.scroll .btn-nav-view-canvas button {
  height: 62px;
      border-radius: 100px;
  background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(2px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3) !important;
    color:#fff !important;
}


header .main.scroll .header-layout-center .logo a {
      padding: 16px;
}

header .main .header-layout-center .btn-more {
    transition: 0.2s all;
}

header .main.scroll .btn-nav-view-canvas button {
  width: 62px;
  height: 62px;
}

.with-gowondaa {
position: fixed;
left: 0;
bottom: 0;
z-index: 9;
background-color: #fff;
color: #000;
padding: 10px 17px;
border-top-right-radius: 5px;
opacity:0;
pointer-events: none;
transition: .2s all;
}

body:has(header div.scroll) .with-gowondaa {
  opacity:1;
}

.btn-nav-view-canvas .icon:before {
content: "\f0c9";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
line-height: 1;
font-size: 30px;
padding-top: 3px;
display: block;
}

header .btn-nav-view-canvas .top-bun, header .btn-nav-view-canvas .patty, header .btn-nav-view-canvas .bottom-bun {
display: none;
}

header .main.scroll ul.main-content::after ,header .main.scroll .header-layout-center .logo a::after ,header .main.scroll .header-layout-center .btn-more::after ,
header .main.scroll .btn-nav-view-canvas button::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(1px);
    box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
    opacity: 0.6;
    z-index: -1;
    filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
}

.line-back {
    background-color: #fff;
    margin-bottom: 12vh;
    width: 100% !important;
      height: 100% !important;
}

.line-back .line-s {
  position: relative;
  background-color: #000;
}

.line-back div {
  width: 100% !important;
}

.line-back .line-s:nth-child(1)  { margin-top: 0px;  height: 23px !important; }
.line-back .line-s:nth-child(2)  { margin-top: 1px;  height: 22px !important; }
.line-back .line-s:nth-child(3)  { margin-top: 2px;  height: 21px !important; }
.line-back .line-s:nth-child(4)  { margin-top: 3px;  height: 20px !important; }
.line-back .line-s:nth-child(5)  { margin-top: 4px;  height: 19px !important; }
.line-back .line-s:nth-child(6)  { margin-top: 5px;  height: 18px !important; }
.line-back .line-s:nth-child(7)  { margin-top: 6px;  height: 17px !important; }
.line-back .line-s:nth-child(8)  { margin-top: 7px;  height: 16px !important; }
.line-back .line-s:nth-child(9)  { margin-top: 8px;  height: 15px !important; }
.line-back .line-s:nth-child(10) { margin-top: 9px;  height: 14px !important; }
.line-back .line-back .line-s:nth-child(11) { margin-top: 10px; height: 13px !important; }
.line-back .line-s:nth-child(12) { margin-top: 11px; height: 12px !important; }
.line-back .line-s:nth-child(13) { margin-top: 12px; height: 11px !important; }
.line-back .line-s:nth-child(14) { margin-top: 13px; height: 10px !important; }
.line-back .line-s:nth-child(15) { margin-top: 14px; height: 9px !important;  }
.line-back .line-s:nth-child(16) { margin-top: 15px; height: 8px !important;  }
.line-back .line-s:nth-child(17) { margin-top: 16px; height: 7px !important;  }
.line-back .line-s:nth-child(18) { margin-top: 17px; height: 6px !important;  }
.line-back .line-s:nth-child(19) { margin-top: 18px; height: 5px !important;  }
.line-back .line-s:nth-child(20) { margin-top: 19px; height: 4px !important;  }
.line-back .line-s:nth-child(21) { margin-top: 20px; height: 3px !important;  }
.line-back .line-s:nth-child(22) { margin-top: 21px; height: 2px !important;  }
.line-back .line-s:nth-child(23) { margin-top: 22px; height: 1px !important;  }
.line-back .line-s:nth-child(24) { margin-top: 23px; height: 0px !important;  }

.link-small {
    position: relative;
    outline-offset: -2px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0;
    text-rendering: geometricPrecision;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    word-break: break-word;
    color: #000;
    opacity: .65;
    display: block !important;
    transition: opacity 300ms ease, color .3s ease;
}

.link-small::after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    display: inline-block;
    margin-left: .3em;
    content: "\f178";
    font-weight: 400;
    font-size: 19px;
    line-height: 1;
    bottom: -1px;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 300ms cubic-bezier(0.694, 0, 0.335, 1) 0s, opacity 300ms cubic-bezier(0.694, 0, 0.335, 1) 0s, -webkit-transform 300ms cubic-bezier(0.694, 0, 0.335, 1) 0s;
}

.link-small:hover {
    opacity: 1;
}

.link-small:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.featured {
  flex-direction: column;
}

.featured .title {
    width: 70px;
    height: 26px;
    font-size: 12px;
    background-color: rgb(0, 0, 0, 20%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    line-height: 1;
    backdrop-filter: blur(6px);
}

.featured .view {
    margin-top: 8px;
    width: 352px;
    height: 140px;
    padding: 10px;
    backdrop-filter: blur(6px);
    border-radius: 20px;
    background-color: rgb(255, 255, 255, 72%);
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.1;
    color: #000;
}

.featured .view .demo {
    margin-left: 14px;
}

.featured .view .demo .title-main {
    color: #163300;
    font-weight: 800;
    margin-bottom: 2px;
    text-align: start;
}

.featured .view .demo .descriptions {
    font-weight: 600;
    text-align: start;
}

.main-section .cta {
    display: flex;
}

.UnderlineSlide {
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 51% 1px, 50% 1px;
    background-position: 0 100%, 100% 100%;
    line-height: 1;
    animation: UnderlineSlideon .5s cubic-bezier(.645,.045,.355,1) forwards;
    color: currentColor;
    background-color: transparent;
    border: 0;
    padding: 0;
    height: fit-content;
  	opacity:1 ;
      padding-bottom: 5px !important;
}

.UnderlineSlide:hover {
    animation: UnderlineSlideoff .5s cubic-bezier(.645,.045,.355,1) forwards;
    opacity:1 ;
}

@keyframes UnderlineSlideon {
    0% {
        background-position: -200% 100%, -100% 100%;
    }

    100% {
        background-position: 0 100%, 100% 100%;
    }
}

@keyframes UnderlineSlideoff {
    0% {
        background-position: 0 100%, 100% 100%;
    }

    100% {
        background-position: 210% 100%, 300% 100%;
    }
}

.color-gray {
    color: #6e6e6e;
}



footer.dynamic_grid .element_cell.ly-block * {
width: unset;
height: unset;
position: relative !important;
}

footer.dynamic_grid .element_cell.ly-block .googleplay {
  width:132px !important;
}

.ly-block .mini-footer{
width: 100% !important;
}

.ly-block .mini-footer path{
  fill: #fff;
}

.ly-block .mini-footer svg{
width: 57px !important;
}


.fw-sbold {
    font-weight: 500 !important;
}

footer .link-footer .link-small {
margin-bottom: 15px;
color: #fff !important;
width: max-content !important;
}

header.dark svg path.a {
  fill: #000 !important;
}

header.dark ul.main-content a , .main.scroll .header-layout-center .btn-more , header.dark .main.scroll .btn-more{
    color: #000 !important;
}

.Watch-the-video button {
    padding-left: 4rem;
    padding-right: 2.2rem;
    width: auto !important;
    background: #ffffff;
    color: #000000;
}

.Watch-the-video button::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f144';
    position: absolute;
    left: 0;
    left: 3px;
    font-size: 50px;
}

#Watch-the-video .modal-content,#Watch-the-video {
    background-color: #000 !important;
}

#Watch-the-video .btn-line {
    color: #fff !important;
}

#Watch-the-video .btn-line:after {
    background-color: #fff;
}

#Watch-the-video .modal-header {
    border: 0px;
    height: 92px;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
}

#Watch-the-video #logo svg .a {
    fill: #fff !important;
}

#Watch-the-video #logo .logopage {
    width: 190px;
}

#Watch-the-video .modal-body {
    padding: 2rem;
    display: flex;
    justify-content: center;
}

#Watch-the-video iframe {
    width: 100%;
    height: 700px;
}

.btn-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 55px;
    padding: 0 2rem;
    border-radius: 50px !important;
    background: #000;
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

.btn-slide:hover::before {
    transform: scaleX(1);
}

.btn-slide span {
    position: relative;
    z-index: 1;
}

.btn-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: rgb(69, 69, 69);
    transition: all 0.475s;
}

#viewtemp {
    display: flex;
    flex-wrap: nowrap;
    touch-action: pan-y;
    direction: ltr !important;
}

 #viewtemp .item-temp {
    padding: 0px 8px;
}

.choice-img, .section-lydia-2 .templet-peview, .section-lydia-2 .viewtemplete {
    border-radius: 1.5rem !important;
}

.choice-img {
    max-height: 375px;
}

.hc-offcanvas-nav.hc-nav-1.nav-position-right .nav-container {
transform: none !important;
transition: visibility .6s step-end;
animation: swipeOut .6s cubic-bezier(.165,.84,.44,1) forwards;
}
.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
transform: none !important;
transition: visibility .6s step-start;
animation: swipeIn .6s cubic-bezier(.165,.84,.44,1) forwards;
}
@keyframes swipeOut {
0% {
-webkit-clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
clip-path: polygon(0 0,101% 0,101% 101%,0 101%)
}

to {
-webkit-clip-path: polygon(105% 0,100% 0,101% 100%,100% 100%);
clip-path: polygon(105% 0,100% 0,101% 100%,100% 100%)
}
}
@keyframes swipeIn {
0% {
-webkit-clip-path: polygon(101% 0,100% 0,101% 100%,116% 100%);
clip-path: polygon(101% 0,100% 0,101% 100%,116% 100%)
}

to {
-webkit-clip-path: polygon(0 0,101% 0,101% 101%,0 101%);
clip-path: polygon(0 0,101% 0,101% 101%,0 101%)
}
}

#viewtemplete .btn-line {
    pointer-events: fill !important;
}

#viewtemp .item-temp:first-child {
    padding-left: 0px !important;
}

#viewtemp .item-temp:last-child {
    padding-right: 0px !important;
}

.templet-peview {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
    background-color: rgb(14, 14, 14);
    user-select: none;
    -webkit-user-drag: none;
    cursor: grab;
    will-change: transform;
    border-radius: 1.5rem !important;
}

.choice-img {
    height: 100%;
    max-height: 375px;
    overflow: hidden;
}
.single-choice .viewtemplete {
padding: 0;
border: 0px;
transition: 0.2s all;
}
.single-choice .viewtemplete:hover{
transform: scale(1.01);
}
#viewtemplete .previewtemp{
background-color: #f6f6f6;
height: 100vh;
}
#viewtemplete .ly-pn-buttons .ly-pn-btn{
border: 0px;
background-color: transparent;
opacity: 0.5;
transition: 0.2s all;
}
#viewtemplete .ly-pn-buttons .ly-pn-btn.active{
opacity: 1;
}
#viewtemplete .preivewsite {
position: relative;
box-shadow: 0 0 100px rgba(0,0,0,.07);
transition: 0.2s all;
}
#viewtemplete .preivewsite iframe {
height: 100%;
position: relative;
transform-origin: top left;
width: 100%;
border: 0px;
}
#viewtemplete .preivewsite.desktop {
transform-origin: 0px 0px;
transform: scale(0.621354);
outline: 2px solid #fff;
border-radius:8px 8px 0px 0px;
padding-top: 20px;
background-color: #fff;
position: absolute;
}
#viewtemplete .preivewsite.desktop::before {
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
content: "\f111" "\0020\f111" "\0020\f111";
display: block;
position: absolute;
top: 3px;
left: 10px;
z-index: 9;
color: #d3d3d3;
font-size: 9px;
}
#viewtemplete .preivewsite.desktop iframe{
height: 768px;
width: 1440px;
}
#viewtemplete .preivewsite.phone {
transform-origin: 0px 0px;
width: 430px;
outline: 10px solid #fff;
border-radius:8px;
background-color: #fff;
}
#viewtemplete .preivewsite.phone iframe{
height: 80vh;
border-radius: 10px;
}
#viewtemplete .viewasset{
margin-top: 3rem;
width: 100%;
}
#viewtemplete .viewasset:has(.phone){
display: flex;
justify-content: center;
align-items: center;
}
#viewtemplete .btn-line {
pointer-events: fill !important;
}
.hc-offcanvas-nav .nav-content .main-content li a {
  margin-top: 20px;
}
.nav-wrapper .level-title {
  display:none;
}

.hc-offcanvas-nav .nav-item-wrapper{
  width: 100%;
}

.hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.nav-position-right li.level-open > .nav-wrapper {
transform: translate3d(0px, 0, 0) !important;
}

@media (max-width: 1200px) {
#viewtemplete .preivewsite {
transform-origin: center top !important;
}
#viewtemplete .previewtemp {
height: 65vh;
}
#viewtemplete .preivewsite.desktop iframe{
height: 768px;
}
#viewtemplete .viewasset:has(.phone) {
height: -webkit-fill-available;
align-items: flex-start;
}
#viewtemplete .viewasset:has(.desktop) {
height: -webkit-fill-available;
align-items: flex-start;
display: flex;
justify-content: center;
}
#viewtemplete .preivewsite.phone iframe {
height: 768px; 
}
}
@media (max-width: 768px) {
  header .main {
       padding: 12px 4vw !important;
  }
  .with-gowondaa {
    width: 100%;
    text-align: center;
    border-top-right-radius: 0px;
  }
}