/* TABLE OF CONTENTS:
1. Default tag's settings
2. Buttons
3. Slider
4. Header
5. Sections
  5.1 section.first-section
  5.2 section.demo
  5.3 section.calendar
  5.4 section.reservation
  5.5 section.blog-layouts
  5.6 section.pages-slider
  5.7 section.populars-plugins
  5.8 section.features
6. Footer
7.Loader
-------------------------------------------------------------- */

/* 1. Default tag's settings
-------------------------------------------------------------- */

html {
    box-sizing: border-box;
    font-size: 14px;
}

html, body {
    width: 100%;
    margin: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gilroy", sans-serif;
}

.text {
    font-size: 1.28rem;
    line-height: 1.55em;
    color: #635C81;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    margin: 0;
    padding-right: 3.57rem;
    -webkit-text-size-adjust: 100%
}

.subtitile {
    font-size: 1.28rem;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #808386;
    line-height: 1.55em;
}

h1, h2, h3, h4 {
    word-break: break-word;
}

h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.065em;
    font-size: 3.28rem;
    color: #221B40;
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    width: 100%;
}

.container_sm {
    max-width: 1410px;
    margin: 0 auto;
    width: 100%;
}

.columns-wrap {
    font-size: 0;
    display: block;
    margin-right: 0;
}

.columns-wrap>[class*="column-"] {
    display: inline-block;
    vertical-align: top;
    padding-right: 0px;
    box-sizing: border-box;
    word-break: break-word;
}

.column-1_2 {
    width: 50%;
    display: inline-block;
    position: relative;
}

.column-3_4 {
    width: 75%;
    display: inline-block;
}

.column-1_3 {
    width: 33.33%;
    display: inline-block;
}

.column-2_3 {
    width: 66.66666%;
    display: inline-block;
}

.column-1_4 {
    width: 25%;
    display: inline-block;
}

.columns-wrap.columns-padding-bottom>[class*="column-"] {
    margin-bottom: 60px;
    padding-right: 60px;
}

.columns-wrap>[class*="column-"].vertical-middle {
    vertical-align: middle;
}

.columns-wrap>[class*="column-"].vertical-bottom {
    vertical-align: bottom;
}

.columns-wrap>[class*="column-"] img {
    max-width: 100%;
}

.over {
    font-size: 1.28rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1;
    color: #1E1E1E;
    font-weight: 400;
    display: block;
    font-family: "Gilroy", sans-serif;
}

#scene {
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
}

/* 2--------------------------------------------------------------
2 Buttons
-------------------------------------------------------------- */

.btn {
    position: relative;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: inline-block;
    z-index: 10;
}

.btn-header {
    color: #FFFFFF;
    background: linear-gradient(to right, #00B8F4 50%, #191D32 50%) no-repeat scroll right bottom / 210% 100% #191D32 !important;
    padding: 2.05em 2.86em;
    letter-spacing: 0.07em;
}

.btn-header:before {
    content: '\ebc5';
    font-family: 'fontello';
    font-size: 1.5rem;
    margin-right: 1rem;
    font-weight: 400;
}

.btn-header:hover {
    background-position: left bottom !important;
}

.btn-light {
    background: linear-gradient(to right, #00b8f4 50%, #ff1000 50%) no-repeat scroll right bottom / 210% 100% #ff1000 !important;
    color: #FFFFFF;
    padding: 1.6em 3em 1.55em 3em;
}

.btn-light:hover {
    background-position: left bottom !important;
}

.btn-dark {
    background: linear-gradient(to right, #00b8f4 50%, #ff1000 50%) no-repeat scroll right bottom / 210% 100% #ff1000 !important;
    color: #FFFFFF;
    padding: 1.6em 3em 1.55em 3em;
}

.btn-dark:hover {
    background-position: left bottom !important;
}

.btn-footer {
    color: #FFFFFF;
    background: linear-gradient(to right, #ff1000 50%, #00b8f4 50%) no-repeat scroll right bottom / 210% 100% #00b8f4 !important;
    padding: 1.65em 2.9em;
}

.btn-footer:hover {
    background-position: left bottom !important;
}

/* 2--------------------------------------------------------------
3 Slider
-------------------------------------------------------------- */

.slick-track {
    padding: 2.4em 0 0 0;
}

.slick-slide {
    margin: 0 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
}

.slick-slide a {
    outline: none !important;
}

.slick-slide img {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 858px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 0;
}

.slick-dots li {
    width: 167px;
    margin: 0;
    height: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slick-dots li button {
    height: 3px;
    padding: 0;
    background-color: #eaebe5;
    opacity: .7;
    width: 100%;
}

.slick-dots li button:before {
    width: 167px !important;
    height: 3px !important;
    padding: 0 !important;
    background-color: #353535 !important;
    opacity: 1 !important;
    content: '';
}

.slick-dots li button:after {
    content: '';
    display: block;
    padding: 1rem 0;
    height: 20px;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    transform: translateY(-50%);
}

li.slick-active button {
    opacity: 0 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 0 !important;
}

.slick-dots .slick-active {
    background-color: #F1C761;
}

/* 2--------------------------------------------------------------
4 Header
-------------------------------------------------------------- */

header {
    position: relative;
    background-color: #FFFFFF;
    z-index: 99;
    display: block;
    box-sizing: border-box;
    padding: 0 0 0 2.7em;
}

header .column-1_2:last-child {
    text-align: right;
}

.logo a {
    display: inline-block;
    border-right: 1px solid rgba(34, 27, 64, .15);
    padding: 1.35rem 3rem 1.35rem 0;
}

.logo img {
    width: 120px;
    height: auto;
}

.header-menu {
    display: inline-block;
}

header .header-menu ul {
    margin: 0;
    height: 100%;
    padding-inline-start: 0px;
    margin-left: 1em;
}

header .header-menu ul li {
    display: inline-block;
    list-style: none;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.05em;
}

header .header-menu ul li:not(:last-child) {
    margin-right: 3.4em;
}

header .header-menu ul li a {
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #191D32;
}

header .header-menu ul li a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #00b8f4;
}

a.btn.btn-header:hover {
    color: white;
}

header .header-menu ul li a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button-header {
    text-align: right;
}

/* 2--------------------------------------------------------------
5 Sections
-------------------------------------------------------------- */

/* section.first-section*/

.first-wrap {
    overflow: hidden;
}

section.first-section {
    background-image: url(../img/first-section-bg-paralax.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 14.5em 0 29.3em;
    position: relative;
    overflow: visible;
}

#scene .absolute-1 {
    position: absolute !important;
    top: 28.9% !important;
    left: -3.9% !important;
}

#scene .absolute-2 {
    position: absolute !important;
    left: 4.15% !important;
    top: auto !important;
    bottom: 6.2% !important;
}

#scene .absolute-3 {
    position: absolute !important;
    right: -4% !important;
    left: auto !important;
    top: 29% !important;
}

#scene .absolute-4 {
    position: absolute !important;
    left: auto !important;
    right: 4.1% !important;
    bottom: 6.2% !important;
    top: auto !important;
}

#scene .absolute-5 {
    position: absolute !important;
    left: 34.1% !important;
    bottom: -10.9%;
    top: auto !important;
}

section.first-section .absolute-1, section.first-section .absolute-2, section.first-section .absolute-3, section.first-section .absolute-4 {
    width: auto;
    z-index: 20;
}

section.first-section h2 {
    font-family: "Gilroy", sans-serif;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 4.21rem;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin: 0 0 2.14rem 0;
}

section.first-section h2 span {
    text-decoration: underline;
}

section.first-section h4 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    position: relative;
    font-size: 1.35rem;
    color: #FFFFFF;
    z-index: 1;
    margin: 0 0 1.7rem 0;
}

section.first-section .column-1_2:last-child img {
    max-width: 110%;
    width: 110%;
}

section.first-section .column-1_2:last-child {
    margin-left: -1rem;
}

/* end-section.first-section*/

/* section.demo*/

section.choose-demo {
    padding: 14.85em 0 7.85rem;
    background-color: rgba(242, 242, 244, 0.21);
}

.homes {
    padding-top: 2.2rem;
    margin: 0 -1.7rem;
    text-align: center;
}

.homes .column-1_3 {
    text-align: center;
}

.homes a {
    position: relative;
}

section.choose-demo a .badge-elm {
    position: absolute;
    box-shadow: none;
    border-radius: 50%;
    top: 10px;
    right: 45px;
    width: 57px;
}

.coming-soon-wrap {
    position: relative;
}

span.coming-soon {
    font-size: 2.14rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 800;
}

section.choose-demo h3 {
    margin: 0;
    text-align: center;
}

section.choose-demo .subtitile {
    text-align: center;
}

section.choose-demo h3:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 3em;
}

section.choose-demo a img {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

section.choose-demo a:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

section.choose-demo .homes>div:last-child p {
    display: inline-block;
    position: relative;
}

section.choose-demo img.badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    box-shadow: none;
}

/* section.choose-demo .homes>div:last-child a:hover {
    cursor: default;
}
section.choose-demo .homes>div:last-child a:hover img {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    cursor: default;
} */

section.choose-demo a {
    display: block;
}

figure {
    margin: 0;
}

section.choose-demo figcaption:before {
    content: '';
    display: block;
    position: relative;
    height: 2.15rem;
}

section.choose-demo figcaption {
    font-family: "Gilroy", sans-serif;
    position: relative;
    font-size: 1.42rem;
    font-weight: 800;
    color: #221B40;
    display: block;
    background-repeat: no-repeat;
    box-sizing: border-box;
    margin-bottom: 3.3em;
}

section.choose-demo .column-1_3:nth-last-of-type(-n+3) figcaption {
    margin-bottom: 0;
}

section.choose-demo .columns-wrap>[class*="column-"].vertical-middle {
    text-align: center;
}

/* end-section.demo*/

/* TOP CLIENTS START */

.section_top_clients {
    background-color: #F7F7F7;
    --row-gap: 68px;
    padding-top: 7.85em;
    padding-bottom: 7.85em;
    position: relative;
}

.cont_tc {
    max-width: 1350px;
}

.section_top_clients h2 {
    margin: 0;
    font-size: 4.28rem;
    color: #221B40;
    text-align: center;
}

.section_top_clients h2:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 .8em;
}

.section_top_clients h3 {
    text-align: center;
    margin: 0;
}

.section_top_clients .top_clients_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 46px;
    margin-top: 3.2em;
    text-align: left;
}

.section_top_clients .top_client_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(0px - var(--row-gap));
}

.section_top_clients .top_client_row img {
    display: block;
    width: 100%;
}

.section_top_clients .top_client_row .item {
    flex: 0 1 50%;
    padding-right: var(--row-gap);
}

.section_top_clients .content_wrap {
    max-width: 400px;
}

.section_top_clients .img_wrap {
    display: block;
    box-shadow: 5px 15px 50px rgba(19, 7, 1, .1);
    overflow: hidden;
    transition: box-shadow 0.3s linear;

}

.section_top_clients .img_wrap:hover {
    box-shadow: 5px 15px 50px rgba(19, 7, 1, .2);
}

.top_clients_title {
    margin: 0;
    font-family: "Gilroy";
    font-weight: 800;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
    color: #221b40;
}

.top_clients_btn {
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(to right, #ff1000 50%, #00b8f4 50%) no-repeat scroll right bottom / 210% 100% #00b8f4 !important;
    transition: background 0.3s linear;
    font-family: "Gilroy", sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    padding: 7px 9px;
    position: relative;
    margin-top: 1.2em;
    text-decoration: none;
}

.top_clients_btn:hover {
    background-position: left bottom !important;
}

.top_clients_btn:before {
    font-family: "fontello";
    content: "\e80e";
    font-size: 15px;
    display: inline-block;
    margin-right: 9px;
    font-weight: 400;

}

/* TOP CLIENTS END */


/* section.calendar*/

section.calendar {
    padding: 7.85rem 0 12.9em 0;
}

section.calendar .fit {
    padding: 6.7rem 14rem 0 0.3rem;
}

section.calendar h3 {
    margin: 0 0 0.5em;
}

section.calendar h3:after {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 3em 0 3.2em;
}

section.calendar .btn {
    margin: 2.3em 0 0;
}

section.calendar img:nth-child(1) {
    position: relative;
    top: 0;
    left: 3.2rem;
    z-index: 1;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.1);
}

section.calendar img:nth-child(2) {
    position: absolute;
    top: 3.4rem;
    right: -2.6rem;
    z-index: 3;
}

section.calendar img:nth-child(3) {
    position: absolute;
    top: 7.4rem;
    left: -12.3rem;
    z-index: 2;
}

section.calendar .assembled {
    display: none;
}

/* end-section.calendar*/

/* section.blog-layouts */

section.blog-layouts {
    text-align: center;
    background-color: #F7F7F7;
    padding: 7.85rem 0;
}

section.blog-layouts h2 {
    margin: 0;
    font-size: 4.28rem;
    color: #221B40;
}

section.blog-layouts h2:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 2.4em;
}

section.blog-layouts .subtitile {
    margin: .8rem 0 0;
}

section.blog-layouts .blog-bg {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url(../img/blog-layouts.png) center center no-repeat;
    background-size: cover;
    padding-top: 38rem;
    margin: 3.7rem 7rem 0;
}

/* end-section.blog-layouts */

/* section.blog-layouts */

section.online-booking {
    padding: 11rem 0 13.5rem;
}

section.online-booking h3 {
    margin: 0;
}

section.online-booking h3:after {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 3em 0 3.2em;
}

section.online-booking img:nth-child(1) {
    position: absolute;
    top: -3.1rem;
    right: -2.9rem;
    z-index: 3;
}

section.online-booking img:nth-child(2) {
    position: relative;
    top: 0;
    right: -15.3rem;
    z-index: 1;
}

section.online-booking img:nth-child(3) {
    position: absolute;
    top: 2.1rem;
    left: 2.5rem;
    z-index: 2;
}

section.online-booking img:nth-child(4) {
    position: absolute;
    top: 8.8rem;
    left: 0.5rem;
    z-index: 2;
    box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.03);
}

section.online-booking .assembled {
    display: none;
}

section.online-booking .fit {
    padding: 8.3rem 0 0 7.6rem;
}

section.online-booking .btn {
    margin: 2.3em 0 0;
}

/* end-section.blog-layouts */

/*Elementor*/

section.elementor {
    padding: 12.4rem 0 9.6rem;
    background: #F7F7F7;
}

section.elementor .container {
    padding: 0 3em;
}

section.elementor .columns-wrap {
    display: flex;
    align-items: center;
}

section.elementor h3 {
    margin-bottom: .6em;
    margin-top: 0;
}

section.elementor h3:after {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 3em 0 3.2em;
}

section.elementor .btn {
    margin-top: 2em;
}

section.elementor .column-1_2:nth-child(1) {
    padding-right: 5%;
    padding-left: 8.5%;
    padding-bottom: 2%;
}

section.elementor .column-1_2:nth-child(2) {
    text-align: end;
    padding-top: 2.5%;
}

section.elementor img:nth-child(1) {
    position: relative;
    z-index: 2;
    box-shadow: 10px 5px 10px rgba(0, 0, 0, .03);
    width: 83%;
    max-width: 537px;
    display: inline-block;
}

section.elementor img:nth-child(2) {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -4%;
    width: 45%;
    max-width: 308px;
}

section.elementor img:nth-child(3) {
    position: absolute;
    z-index: 2;
    top: -6.3%;
    right: 5%;
    width: 28%;
    max-width: 160px;
}

section.elementor img:nth-child(4) {
    position: absolute;
    z-index: 3;
    top: 22.4%;
    right: -5%;
    width: 20%;
    max-width: 111px;
}

/*Elementor End*/

/* section.selling*/

section.selling {
    padding: 7.85rem 0 0 0;
    background-color: #F7F7F7;
    z-index: 1;
    position: relative;
}

section.selling .fit {
    padding: 4.8rem 13rem 0 0.4rem;
}

section.selling h3 {
    margin: .25em 0 .40em;
    line-height: 1.15em;
}

section.selling h3:after {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 3em 0 0;
}

section.selling .text {
    letter-spacing: .023em;
}

section.selling .btn {
    margin: 2.3em 0 0;
    padding: 1.6em 2.35em;
}

section.selling img:nth-child(1) {
    position: relative;
    bottom: 0;
    right: -9.1rem;
    z-index: 1;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.04);
}

section.selling img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: -1.9rem;
    z-index: 3;
}

section.selling .assembled {
    display: none;
}

/* end-section.calendar*/

/* section.reservation*/

section.reservation {
    padding: 7.85rem 0 7.85rem 0;
}

section.reservation .columns-wrap>[class*="column-"]:first-of-type {
    vertical-align: middle;
}

section.reservation img {
    margin: 0 0 0 -3.1rem;
}

section.reservation .fit {
    padding: 6.6rem 0 0 7.6rem;
}

section.reservation h3 {
    margin: 0;
    line-height: 1.065em;
}

section.reservation h3:after {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 3.5em 0 3.2em;
}

section ul {
    padding: 0 0 0 1.3rem;
}

section.reservation ul {
    padding: 2.45rem 0 0 0;
    position: relative;
}

section.reservation ul li {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #221B40;
    font-size: 1.14rem;
    padding: 0 0 1.8em 0;
    list-style-type: none;
    position: relative;
}

section.reservation ul li::before {
    content: '\EA82';
    font-family: 'fontello';
    font-size: 1.8em;
    background-color: #FF1000;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin-right: .6em;
}

section.reservation ul li:last-child {
    padding-bottom: 0;
}

section.reservation img:nth-child(1) {
    position: relative;
    top: 0;
    left: 3.5rem;
    z-index: 1;
    box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.05);
}

section.reservation img:nth-child(2) {
    position: absolute;
    top: 5rem;
    right: 2.2rem;
    z-index: 3;
}

section.reservation img:nth-child(3) {
    position: absolute;
    top: 13.4rem;
    right: -1.9rem;
    z-index: 2;
    box-shadow: 0px 3px 89px rgba(0, 0, 0, 0.07);
}

section.reservation .assembled {
    margin-top: 1rem;
    display: none;
}

/* end-section.reservation*/

/* section.pages-slider*/

section.pages-slider {
    padding: 7.85rem 0 0 0;
    text-align: center;
    background-color: #191D32;
    position: relative;
}

section.pages-slider:after {
    content: '';
    position: absolute;
    top: 0;
    height: 70%;
    width: 100%;
    left: 0;
    background: #191D32 url(../img/pages-slider.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    opacity: .35;
}

section.pages-slider h3 {
    margin: 0 0 0;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

section.pages-slider h3:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 3.2em;
}

section.pages-slider ul {
    list-style: none;
    margin-bottom: .5em;
    padding-left: 0;
    z-index: 1;
    position: relative;
}

section.pages-slider ul li {
    color: #FFFFFF;
    font-family: "Gilroy", sans-serif;
    display: inline-block;
    padding: 17px 35px;
    font-size: 14px;
    font-weight: 800;
}

section.pages-slider ul li:before {
    color: red;
    content: '·';
    font-size: 2.5rem;
    line-height: 0;
    vertical-align: middle;
    margin-right: 0.4em;
    height: 0.1em;
    display: inline-block;
}

.slick-slider {
    z-index: 1;
    position: relative;
}

/* end-section.pages-slider*/

/* populars-plugins*/

.populars-plugins {
    background-color: #191D32;
    padding: 6.42rem 0;
}

.populars-plugins h3 {
    color: white;
    margin-bottom: 0;
    text-align: center;
}

.populars-plugins h3 span {
    color: #FA8403;
}

.populars-plugins p {
    max-width: 29em;
    line-height: 1.7;
    margin-top: 1.4em;
}

.plugins {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1425px;
    margin: 0 auto;
}

.plugin-item {
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.plugin-item {
    text-align: center;
    width: 12%;
}

.plugin-item img {
    max-width: 123px !important;
}

/* end-populars-plugins*/

/* section.features*/

.features {
    padding: 10em 0 7.85rem;
    text-align: center;
}

.features .features-wraper {
    margin: 3.7em 0 0;
}

.features h3 {
    margin: 0 0 1rem 0;
}

.features h3:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 4em;
}

.features .subtitile {
    margin: 0;
}

.features-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.features-item {
    text-align: center;
    width: 23.5%;
    margin-bottom: 5rem;
    padding: 0;
    background-color: white;
    border-radius: 0.42rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.features .features-item:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.features-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.features-item figcaption {
    color: #1E1E1E;
    font-size: 1.42rem;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1.45em;
    margin: 1.65em 0 0;
    display: inline-block;
}

.features-item span {
    font-weight: 300;
    color: #808386;
    letter-spacing: -0.018em;
    font-size: 1.21rem;
    margin-top: 3em;
    width: 81%;
    margin: 0 auto;
    padding-top: 1em;
    line-height: 1.6em;
    display: inline-block;
}

.container-features {
    max-width: 1470px;
    margin: 0 auto;
}

/* end-section.features*/

/* -------------------------------------------------------------
6. Footer
-------------------------------------------------------------- */

/* section.last-section*/

.last-section {
    background-image: url(../img/last-section-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 11rem 0 0 0;
    text-align: center;
    z-index: 2;
}

.last-section h2 {
    font-size: 4.071rem;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    margin: 0 0 .7em;
}

.last-section h2:before {
    content: '\EB1A';
    font-family: "fontello";
    color: #00B8F4;
    display: block;
    font-size: 6px;
    line-height: 14px;
    margin: 0 0 5em;
}

.last-section-wrap {
    margin-bottom: 6.4rem;
}

.copyright .column-1_2:first-child {
    text-align: left;
}

.copyright .column-1_2:last-child {
    text-align: right;
}

.copyright {
    margin: 0;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.copyright p {
    font-size: 1.14rem;
}

/* end-section.last-section*/

/* -------------------------------------------------------------
7. ScrollTop
-------------------------------------------------------------- */

.scrollTop {
    width: 48px;
    height: 48px;
    bottom: 32px;
    right: 32px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    background: linear-gradient(to right, #00b8f4 50%, #ff1000 50%) no-repeat scroll right bottom / 210% 100% #ff1000 !important;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    cursor: pointer;
    opacity: 0;
}

.scrollTop:hover {
    background-position: left bottom !important;
}

.scrollTop:hover:after {
    color: white;
}

.scrollTop:after {
    color: white;
    content: '\E95F';
    font-size: 2rem;
    font-family: 'fontello';
    text-align: center;
    display: block;
    position: absolute;
    line-height: 42px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

/*<!-- MOBILE MENU-->*/

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.hamburger {
    display: none;
    margin-left: auto;
    padding: 15px 15px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #221B40;
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 0.275s;
    transition-duration: 0.275s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

header .header-menu ul li.menu-btn {
    display: none;
}

header .header-menu ul li.menu-btn a {
    margin-top: 15px;
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 0.125s 0.275s ease;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

header .header-menu ul li.menu-btn {
    display: none;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 3px;
}

.copyright a {
    color: #00b8f4;
    font-weight: 800;
    text-decoration: none;
}

.copyright a:hover {
    color: #ff1000;
    font-weight: 800;
    text-decoration: none;
}

canvas {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.first {
    position: relative;
}

.slide-item__image {
    display: none;
}

.middle-img-wrap {
    position: absolute;
    bottom: -7rem;
    left: 50%;
    transform: translateX(-50%);
}

/*Loader*/

#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
    content: '';
    width: 80px;
    height: 80px;
    border: 2px solid #ff1000;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader:after {
    animation-delay: 1s;
}

@keyframes loaderCircleAnim {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}