@charset "utf-8";
/* CSS Document */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.777777;
    overflow-x: hidden;
    color: #444444;
    font-weight: 400;
}

#wrapper {
    margin: 0 auto;
}

.desLandingpage {
    font-size: 28px;
    position: relative;
    font-style: italic;
    color: #666;
}

.buy-button {
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 5px;
    margin-top: 60px;
    display: inline-block;
}

.buy-button:hover {
    background-color: #ba933e;
    color: #fff;
}

.buy-button .fa {
    margin-left: 10px;
}

a {
    outline: none;
    color: #444444;
    transition: all 0.3s;
}

img {
    height: auto;
    max-width: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #82b440;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #222222;
}

ul,
ol {
    list-style: none;
}

.main-content {
    background-color: #f8f8f8;
    padding: 9rem 0 0;
}

.main-content.content-2 {
    padding: 6rem 0 0;
}

.main-content.content-3 {
    padding-bottom: 6rem;
}

.container-fluid {
    max-width: 1680px;
    padding: 0 15px;
    ;
    margin: auto;
}

.decs-content {
    text-align: center;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.wrap-img {
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: #fff;
    padding: 15px;
    text-align: center;
}

.wrap-img a {
    display: inline-block;
}

.wrap-img label {
    position: absolute;
    right: -55px;
    top: 15px;
    transform: rotate(35deg);
    padding: 15px 0;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -1px;
    z-index: 999;
    width: 240px;
    height: 60px
}

.title-demo {
    text-align: center;
    margin: 0;
}

.title-demo a,
.btn-disabled {
    color: #1a1a1a;
    padding: 12px 25px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 30px;
    background: #1a1a1a;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
}

.title-demo a:hover {
    color: #fff;
    background: #c7ab62;
}

.rowLast {
    margin-top: 50px;
}

.footer {
    background-color: #1c1c1f;
    padding: 8rem 0 0;
    color: #999999;
}

.footer .titleLandingpage {
    margin: 0;
}

.footer .titleLandingpage h3 {
    font-size: 42px;
    color: #ba933e;
}
.titleLandingpage h2{
	font-size: 22px;
	color:#c7ab62;
}
@-webkit-keyframes my {
	 0% { color: red; } 
	 50% { color: #c7ab62;  } 
	 100% { color: #222;  } 
 }
 @-moz-keyframes my { 
	 0% { color: red; } 
	 50% { color: #c7ab62;  } 
	 100% { color: #222;  } 
 }
 @-o-keyframes my { 
	 0% { color: red; } 
	 50% { color: #c7ab62;  } 
	 100% { color: #222;  } 
 }
 @keyframes my { 
	 0% { color: red; } 
	 50% { color: #c7ab62;  } 
	 100% { color: #222;  } 
 } 
.titleLandingpage h2 span{
	 -webkit-animation: my 700ms infinite;
	 -moz-animation: my 700ms infinite; 
	 -o-animation: my 700ms infinite; 
	 animation: my 700ms infinite;
}
.footerTitle {
    font-weight: 600;
    line-height: 50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
}

.btnLandingpage {
    border: 3px solid #000;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 12px 35px;
    margin-top: 50px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btnLandingpage:hover {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}

.titleLandingpage {
    text-align: center;
    margin-bottom: 4rem;
}

.titleLandingpage h3 {
    margin: 0px;
    font-size: 4.6rem;
    font-weight: 600;
    margin: 0 0 3rem;
}
@media screen and (max-width: 992px) {
    .titleLandingpage h3{
        font-size: 3.5rem;
    }
}

#to_top {
    position: fixed;
    right: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    width: 40px;
    display: none;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    background: #c7ab62;
    bottom: 90px;
    transition: all 0.3s ease-in-out 0s;
}

#to_top:hover {
    background: #384d9d;
}

.footerTitle {
    font-weight: 600;
    line-height: 50px;
    color: #000;
    display: block;
    font-size: 36px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: uppercase;
}

.footerContent .image {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.footerContent h4 a {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    display: block;
    margin-top: 15px;
    font-family: 'Red Hat Display', sans-serif;
}

.footerContent h4 a:hover {
    color: #82b440;
}

.sticky-button {
    text-align: center;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0072bc;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 600;
    z-index: 999;
}

.sticky-button:hover {
    color: #fff;
    text-decoration: none;
}

.sticky-button .tf-text {
    background-image: url(../images/logoen.png);
    width: 66px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.bottom__content .buy-button {
    margin-top: 20px;
}

@media(max-width: 992px) {
    .headerContent {
        margin-top: -10%;
    }

    .top-header h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
        max-width: 420px;
    }

    .buy-button {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px;
    }

    .desLandingpage {
        font-size: 14px;
    }
}


/* header */
#header {
    background: #1c1c1f;
}

@media (min-width: 1200px) {
    #header {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        background: transparent;
    }
}

header .container-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}

.logo h1 {
    margin: 0;
}

#nav ul {
    display: flex;
    flex-wrap: nowrap;
}

#nav ul li+li {
    margin-left: 5rem;
}

#nav ul li a {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

#nav ul li a:hover {
    color: #c7ab62;
}

/* Slier */
.content-slider {
    position: relative;
    overflow: hidden;
}

.content-slider .des-sldier {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-width: 1680px;
    padding: 0 15px;
    margin: auto;
    left: 0;
    right: 0;
    color: #999;
    font-size: 2.4rem;
}

.des-sldier h2 {
    color: #fff;
    font-size: 6rem;
    margin-bottom: 5rem;
}

button.btn {
    background-color: #c7ab62;
    border: 0;
    border-radius: 30px;
    padding: 15px 30px;
    transition: all 0.3s;
    margin-top: 4rem;
}

button.btn:hover {
    background-color: #82b440;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

button.btn a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
}

button.btn i {
    padding-left: 10px;
    color: #fff;
}

/* box-landing */

.row-fix {
    margin-left: -22px;
    margin-right: -22px;
}

.row-fix>div {
    padding-left: 22px;
    padding-right: 22px;
    ;
}

.box-col {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 1rem;
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    background: #fff;
    transition: all .3s;

}
.box-col:hover{
    transform: translateY(-6px);  
}
.h-img {
    text-align: center;
}

.box-col .h-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    padding: 1rem 2rem 1.6rem;
    bottom: 0;
}

.h-box p {
    font-weight: 600;
    color: #222222;
    margin: 0;
}

.h-box p span {
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    color: #999999;
}

.btn-disabled {
    background: #cbcbcb;
}
.box-res img{
    transition: all .3s; 
}
.box-res img:hover{
    transform: translateY(-6px);
}
.box-res{
    overflow: hidden;
    text-align: center;
    position: relative;
}
.box-res .dekstop{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}
.box-res .mobile{
    position: absolute;
    right: 63px;
    bottom: 0;
    z-index: 2;
    text-align: right;

}
.box-res .tablet{
    position: absolute;
    bottom: 95px;
    right: 138px;
    z-index: 1;
    text-align: right;
}
@media (max-width:1500px) {
    .img-res img{
        max-width: 70%;
    }
}
@media (max-width:1199px) {
    .box-res .dekstop{
        width: 80%;
    }
    .box-res .tablet{
        right: 20px;
    }
    .box-res .mobile{
        right: 20px;
    }

}
@media (max-width:992px) {
    .box-res .mobile img,.box-res .tablet img{
        max-width: 50%;
    }
    .box-res .tablet{
        bottom: 10%;
    }
}
@media (max-width:767px) {
    .box-res .mobile img{
        max-width: 30%;
    }
    .box-res .tablet img{
        max-width: 40%;
    }
    .box-res .tablet{
        top: 10%;
        bottom: auto;
    }
}
.row-1>div {
    margin-bottom: 2rem;
}

.row-2 {
    margin-top: 9rem;
}

.row-2>div {
    margin-bottom: 3rem;
}
.row.row-1 img{
    transition: all .3s;
}
.row.row-1 img:hover{
    transform: translateY(-6px);
}
.row.row-1 div:nth-child(2) img{
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 7%); 
}
.box-inner {
    text-align: center;
    padding: 6rem 2rem 3rem;
    border-radius: 1.5rem;
    min-height: 725px;
    transition: all .3s;

}
.box-inner:hover{
    transform: translateY(-6px);
}
.box-inner h3 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

.box-inner .images {
    margin-top: 3.5rem;
}

.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px 30px;
}

.grid-box .gird-inner {
    background: #242426;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;

}
.grid-box .gird-inner img{
    transition: all .3s;
}
.grid-box .gird-inner:hover img{
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.grid-box .gird-inner h3 {
    color: #fff;
    font-size: 1.6rem;
    margin-left: 1.6rem;

}

.box-footer {
    padding: 9rem 0;
}

.box-footer h2 {
    color: #fff;
    font-size: 9rem;
    line-height: 1;
}

.box-footer button.btn {
    margin: 6rem 0 8rem;
}

.tex-24 {
    font-size: 2.4rem;
    color: #fff;
}

.tex-24 span {
    text-decoration: underline;
}

.footer-bottom .container-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0;
    border-top: 1px solid #48484a;
    color: #999999;
    font-size: 1.6rem;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #c7ab62;
}

.footerTop .decs-content {
    margin-bottom: 4.5rem;
}

.footerTop .decs-content h3 {
    color: #fff;
}

.footerTop h3 span {
    background: rgb(243, 72, 144);
    background: linear-gradient(90deg, rgba(243, 72, 144, 1) 0%, rgba(117, 146, 218, 1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


@media (max-width: 1199px) {
    .des-sldier h2 {
        font-size: 4rem;
    }

    .box-col .h-box {
        padding: 1rem 2rem 1rem;
    }

    .title-demo a,
    .btn-disabled {
        padding: 10px 25px;
    }

    .grid-box {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .grid-box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .box-footer h2 {
        font-size: 5rem;
    }

    .des-sldier h2 {
        font-size: 3rem;
        margin: 0 0 2rem;
    }

    .content-slider .des-sldier {
        top: 40%;
    }

    .box-footer {
        padding: 5rem 0;
    }

    .box-footer button.btn {
        margin: 4rem 0 4rem;
    }

    #nav ul li+li {
        margin-left: 2rem;
    }

    .content-slider .des-sldier {
        font-size: 1.6rem;
    }

    button.btn {
        padding: 10px 25px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .container-inner {
        flex-direction: column;
        text-align: center;
    }

    .content-slider .des-sldier {
        top: 40%;
        text-align: center;
    }

}

@media (max-width: 576px) {
    .grid-box {
        grid-template-columns: 1fr 1fr;
    }

    .des-sldier p {
        display: none;
    }

    button.btn {
        margin-top: 1rem;
    }

    .des-sldier h2 {
        font-size: 2rem;
    }

    button.btn a {
        font-size: 1.4rem;
    }

}

/* menu mobile */
.nav_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 111;
}

.nav_mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    padding-top: 40px;
    z-index: 111;
    transform: translateX(-100%);
    transition: transform linear 0.2s;
}

.nav_mobile_link {
    display: block;
    padding: 1rem;

}

.nav_mobile a {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
}

.nav_bar i {
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
}

.nav_mobile li+li {
    border-top: 1px solid #ddd;
}

.nav_mobile_link a {
    text-transform: capitalize;
}

.nav_mobile_close {
    width: 28px;
    height: 28px;
    position: absolute;
    color: #666;
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav_input:checked~.nav_overlay {
    display: block;
}

.nav_input:checked~.nav_mobile {
    transform: translateX(00);

}

.popup_passwork{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.8);
	z-index: 999;
	display:none;
}
.open_popup .popup_passwork{
	display:flex;
	justify-content: center;
	align-items: center;
}
.popup_passwork .popup-body{
	width: 600px;
	height: 315px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.popup_passwork .popup-body .close-popup{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 24px;
}
.popup_passwork .popup-body img{width: 100px;}
.popup_passwork .popup-body h2{margin: 15px 0;}
.popup_passwork .popup-body h2 span{color: red;}
.popup_passwork .popup-body p{}

.popup_passwork .popup-link{
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    min-width: 199px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    background: #008eff;
    box-shadow: 0px 0px 16px 0px #73d3ff;
    margin-top: 15px;
 }

 .popup_passwork .popup-link:hover{
    box-shadow: 0px 0px 20px 5px #73d3ff;
 }


@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(8px);
      transform: translateX(8px);
    }
    33.3% {
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px);
    }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px);
    }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px);
    }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
}

/*announcement bar and popup */
@-webkit-keyframes slide-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  
  @keyframes slide-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
 .announcement-bar {
    display: flex;
    text-decoration: none;
    background-color: #273c97;
    color: white;
  }

  .announcement-bar:hover{
    color: white;
  }
  
  .announcement-bar:hover .announcement-bar-message{
    animation-play-state: paused;
  }
  
  .announcement-bar .announcement-bar-message{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    animation: slide-left 35s linear infinite;
    transition: all .3s ease;
  }
  
  .announcement-bar .announcement-bar-message .message-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
  }
  
  .announcement-bar .announcement-bar-message .icon{
    padding-right: 5px;
    display: flex;
  }
  
  .announcement-bar .announcement-bar-message .icon svg{
    width: 16px;
    height: 16px;
    fill: yellow;
  }
  
  .announcement-bar .announcement-bar-message .text{
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
  }
  
  #open-store{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 200%);
    z-index: 5;
    border-radius: 30px;
    color: #222222;
    background-color: #fcb200;
    padding: 15px 50px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .2);
    font-size: 14px;
    transition: transform 350ms ease-in-out;
    max-width: 700px;
  }
  
  #open-store .inner-open-store{
    display: flex;
    overflow: hidden;
  }
  
  #open-store .inner-open-store:hover .open-store-link{
    animation-play-state: paused;
  }
  
  #open-store svg{
    fill: #222222;
  }
  
  #open-store.show{
    transform: translate(-50%, 0);
  }
  
  #open-store .open-store-link{
    color: #222222;
    text-decoration: none;
  }
  
  #open-store .open-store-link .inner-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #open-store .open-store-link .inner-link >*{
    display: inline-block;
    vertical-align: middle;
  }
  
  #open-store .open-store-link .icon svg{
    width: 50px;
    height: 25px;
  }
  
  #open-store .close-button{
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 2px);
    right: 13px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: lighter;
    color: currentColor;
    cursor: pointer;
    line-height: 0;
  }
  
  #open-store .close-button svg{
    width: 15px;
    height: 15px;
  }
  
  #open-store .open-store-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    animation: slide-left 8s linear infinite;
    transition: all .3s ease;
    flex: 0 0 100%;
  }
  
  .sticky-button{
    top: 50px;
  }
  
  .start-button{
    top: 100px;
  }
  
  .header__text_bottom.button_header a{
    margin-right: 15px;
  }
  
  .header__text_bottom.button_header a:last-child{
    margin-right: 0;
  }
  /*announcement bar and popup */