
/*------------------------------------------------------------------
[Layout]

* body
    + Wraper / #Wraper
    + main-data / .main-data
        - Left column / .col-
            -variant-block / .variant-block
            -variant info 
        - Right column / .col-
            -variant-block / .variant-block
            - color-variant-block / .color-variant-block
            
    + Footer / footer

Content header    h2
-------------------------------------------------------------------*/


/********************Start code for gradient background color****************************/
/*Deg start color & End colorcode*/
/* background: -moz-linear-gradient(-30deg, #ff00db 1%,   #ff9400 100%); */
.gradient_orange_btn {
    background: #ffe900; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #ffe900 1%, #ff9400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #ffe900 1%,#ff9400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffe900 1%,#ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe900', endColorstr='#ff9400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_blue:before, .variant-group ul li i.gradient_blue {
    background: rgb(0,113,241); /* Old browsers */
    background: -moz-linear-gradient(-30deg, rgb(0,113,241) 1%, rgb(0,255,244) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, rgb(0,113,241) 1%,rgb(0,255,244) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgb(0,113,241) 1%,rgb(0,255,244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071f1', endColorstr='#00fff4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_pink:before, .variant-group ul li i.gradient_pink {
    background: #ff00db; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #ff00db 1%, #ff9400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #ff00db 1%,#ff9400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff00db 1%,#ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00db', endColorstr='#ff9400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_green:before, .variant-group ul li i.gradient_green {
    background: #00fffd; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #00fffd 1%, #00fc48 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #00fffd 1%,#00fc48 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #00fffd 1%,#00fc48 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fffd', endColorstr='#00fc48',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_orange:before, .variant-group ul li i.gradient_orange {
    background: #ffe900; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #ffe900 1%, #ff9400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #ffe900 1%,#ff9400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffe900 1%,#ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe900', endColorstr='#ff9400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_violet:before, .variant-group ul li i.gradient_violet {
    background: #3d62ff; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #3d62ff 1%, #7f0cff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #3d62ff 1%,#7f0cff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3d62ff 1%,#7f0cff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d62ff', endColorstr='#7f0cff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_magenta:before, .variant-group ul li i.gradient_magenta {
    background: #4d1475; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #4d1475 1%, #d91886 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #4d1475 1%,#d91886 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4d1475 1%,#d91886 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1475', endColorstr='#d91886',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient_magenta_red {
    background: #662d91; /* Old browsers */
    background: -moz-linear-gradient(-30deg, #401c5b 1%, #401c5b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-30deg, #401c5b 1%,#401c5b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #662d91 1%,#401c5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#550d78', endColorstr='#f62139',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/********************End code for gradient background color****************************/
.square {
    width: 100px;
    height: 100px;
    background: #009af2;
    position: absolute;
    left: 0;
    top: 0;
}
/********************Start code for flat background color****************************/
.flat_blue {
    background: #009af2; /*You can apply flat color code*/
}

.flat_black {
    background: #212121; /*You can apply flat color code*/
}

.flat_Black {
    background: #292929; /*You can apply flat color code*/
}

.flat_white, .variant-group ul li i.flat_white {
    background: #fff; /*You can apply flat color code*/
}

.flat_cyan:before, .variant-group ul li i.flat_cyan {
    background: #00fbf2; /*You can apply flat color code*/
}

.flat_orange:before, .variant-group ul li i.flat_orange {
    background: #ff9400; /*You can apply flat color code*/
}

.flat_green:before, .variant-group ul li i.flat_green {
    background: #00dc00; /*You can apply flat color code*/
}

.flat_Blue:before, .variant-group ul li i.flat_Blue {
    background: #3e62ff; /*You can apply flat color code*/
}

.flat_purple:before, .variant-group ul li i.flat_purple {
    background: #4d1475; /*You can apply flat color code*/
}

.flat_pink:before, .variant-group ul li i.flat_pink {
    background: #be1683; /*You can apply flat color code*/
}
/********************end code for flat background color****************************/
.singal-image-bg {
    background-image: url(../images/single-image.png);
}

.slideshow-image-bg {
    background-image: url(../images/slideshow-img.png);
}

.local-video-bg {
    background-image: url(../images/local-video-bg.png);
}

.youtube-video-bg {
    background-image: url(../images/youtube-video-bg.png);
}
/* ---------------------------------------------- /*
 * Mouse animate icon start
/* ---------------------------------------------- */
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    height: 28px;
    width: 19px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    margin: 80px auto 0;
}

    .mouse-icon .wheel {
        -webkit-animation-name: drop;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        -webkit-animation-name: drop;
        animation-name: drop;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }

    .mouse-icon .wheel {
        position: relative;
        border-radius: 10px;
        background: #fff;
        width: 3px;
        height: 6px;
        top: 4px;
        margin-left: auto;
        margin-right: auto;
    }

@-webkit-keyframes drop {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 5px;
        opacity: 1;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 2px;
        opacity: 0;
    }

    30% {
        top: 5px;
        opacity: 1;
    }

    100% {
        top: 10px;
        opacity: 0;
    }
}
/* ---------------------------------------------- /*
 * Mouse animate icon end
/* ---------------------------------------------- */

section.white-font h2 {
    color: #fff;
}

section.white-font .indexing {
    color: rgba(255,255,255,0.1);
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

img {
    max-width: 100%;
}
/* ---------------------------------------------- /*
 * intro section start
/* ---------------------------------------------- */
[class^="ver-row"], [class*=" ver-row"] {
    width: 1px;
    height: 180.33vh;
    background-image: url(../images/dotted-line.png);
    background-repeat: repeat-y;
    position: absolute;
    top: -145px;
    left: 50%;
    margin-left: -0.5px;
    z-index: 0;
}

.ver-row1 {
    left: 75px;
    right: auto;
}

.ver-row2 {
    left: 29%;
    right: auto;
}

.ver-row3 {
    left: 69%;
    right: auto;
}

.ver-row4 {
    right: 75px;
    left: auto;
}

.ver-row5 {
    right: auto;
    left: 50%;
}

section.intro {
    padding: 100px 0 100px 0;
    background-color: #f4f4f4;
    position: relative;
    background-image: url(../images/pattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

    section.intro .container {
        position: relative;
    }

.logo-holder img {
    width: 400px;
}

.logo-holder a {
    display: inline-block;
    margin-bottom: 0;
}

.comingsoon-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Karla';
    color: #999;
    margin: 0;
    font-weight: 400;
}

.logo-holder {
    margin-bottom: 113px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.comingsoon-desc {
    font-size: 37px;
    font-family: 'Proxima';
    color: #fff;
    line-height: 1.5;
}

    .comingsoon-desc b {
        font-family: 'Proxima-bold';
        font-size: 50px;
        display: block;
        line-height: 1.2;
    }

.identify {
    font-size: 0;
    margin: 32px 0 32px 0;
}

    .identify p {
        font-size: 18px;
        font-family: proxima;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: 2;
    }

    .identify strong {
        font-size: 24px;
        line-height: normal;
    }

    .identify a, .identify a:hover {
        color: #666;
    }

    .identify img[alt="creative-era"] {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 6px 0 10px;
    }

.comingsoon-caption {
    margin-bottom: 68px;
    position: relative;
    z-index: 1;
}

.verient-images-holder {
    position: relative;
    height: 838px;
}

.vimage_parent {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 1;
}

    .vimage_parent.step2 {
        margin-top: 27px;
    }

    .vimage_parent.step3 {
        margin-top: 63px;
    }

    .vimage_parent.step4 {
        margin-top: 106px;
    }

        .vimage_parent.step4 img {
            box-shadow: 0 65px 73px 0 rgba(19,19,20,0.18);
        }

    .vimage_parent img {
        border-radius: 5px;
    }

.call-to-action {
    position: absolute;
    width: 216px;
    height: 216px;
    right: -50px;
    bottom: -65px;
    font-family: 'Montserrat';
    border-radius: 50%;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    line-height: 250px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 22;
    font-weight: 700;
}

.gradient_orange_btn:hover {
    -webkit-filter: brightness(110%) hue-rotate(-35deg);
    filter: brightness(110%) hue-rotate(-35deg);
    color: #fff;
}

.call-to-action span {
    line-height: normal;
    display: inline-block;
}
/* ---------------------------------------------- /*
 * intro section end
/* ---------------------------------------------- */
/* --------------------------------------------------------------- /*
 * default variant , image variant & video variant stylesheet start
/* --------------------------------------------------------------- */
section {
    padding: 148px 0;
    background-color: #fff;
}

.indexing {
    font-size: 155px;
    font-family: 'Roboto';
    color: rgba(0,0,0,0.1);
    position: absolute;
    transform: translateY(-54%);
    -o-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -moz-transform: translateY(-54%);
    -webkit-transform: translateY(-54%);
    display: inline-block;
    top: 50%;
    margin-left: -45px;
    font-weight: 100;
}

section h2 {
    font-family: Proxima;
    font-size: 60px;
    position: relative;
    color: #303030;
    margin: 0 0 80px 0;
}

.variant-block {
    text-align: center;
    position: relative;
}

    .variant-block img {
        border: 1px solid #d2d2d2;
        border-radius: 7px;
        box-shadow: 0 46px 51px 0 rgba(0,0,0,0.18);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        .variant-block img:hover {
            box-shadow: 0 46px 51px 0 rgba(0,0,0,0.40);
            cursor: pointer;
        }

.links {
    color: #303030;
    font-family: Proxima;
    font-size: 22px;
    margin-top: 70px;
    display: inline-block;
}

    .links:hover, .links:focus {
        text-decoration: none;
        color: #303030;
    }

        .links:hover span, .links:hover:focus span {
            opacity: 1;
        }

    .links span {
        opacity: 0.3;
        font-size: 16px;
        margin-left: 15px;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
/* --------------------------------------------------------------- /*
 * default variant , image variant & video variant stylesheet end
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- /*
 * gradient and flatcolor variant stylesheet start
/* --------------------------------------------------------------- */
ul.variant-links {
    list-style: none;
    position: relative;
    padding-left: 0;
}

    ul.variant-links li:before {
        content: '';
        width: 19px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 50%;
    }

    ul.variant-links li a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 25px;
        color: #fff;
        font-family: Proxima;
        font-size: 22px;
        top: 0;
        position: relative;
    }

        ul.variant-links li a:hover, ul.variant-links li a:focus {
            text-decoration: none;
            color: #fff;
        }

            ul.variant-links li a:hover span, ul.variant-links li a:hover:focus span {
                opacity: 1;
                color: #fff;
            }

        ul.variant-links li a span {
            opacity: 0.30;
            font-size: 16px;
            margin-left: 12px;
            color: #000;
        }

    ul.variant-links li {
        margin-bottom: 30px;
    }

.block-title {
    font-size: 18px;
    font-family: 'Karla';
    color: #000;
    opacity: 0.3;
    font-weight: 700;
}

.subtitle {
    font-size: 30px;
    color: #fff;
    font-family: 'proxima-semibold';
    margin: 0 0 49px 0;
}

section p {
    font-size: 17px;
    color: #fff;
    font-family: 'proxima';
    line-height: 26px;
}

.color-option-caption {
    margin-top: 149px;
}

.color-variant-block {
    position: relative;
}

    .color-variant-block img {
        border-radius: 5px;
        box-shadow: 0 46px 51px 0 rgba(0,0,0,0.18);
    }

        .color-variant-block img:hover {
            box-shadow: 0 46px 51px 0 rgba(0,0,0,0.40);
        }

    .color-variant-block.second {
        margin-top: -294px;
        margin-left: 222px
    }

    .color-variant-block.third {
        margin-top: -225px;
        margin-left: 75px;
    }

    .color-variant-block.fourth {
        margin-top: -103px;
        margin-left: 222px;
    }

    .color-variant-block.fifth {
        margin-top: -292px;
    }

    .color-variant-block.sixth {
        margin-top: -223px;
        margin-left: 136px;
    }

ul.variant-links li a span span {
    font-size: 12px;
    font-family: proxima;
    color: #000;
    opacity: 1;
    margin-left: 6px;
}

.flatcolor-variant ul.variant-links li a span, .flatcolor-variant .block-title {
    color: #fff;
}

.flatcolor-variant ul.variant-links li a span {
    opacity: 0.40;
}

.flatcolor-variant .block-title {
    opacity: 0.2;
}

.flatcolor-variant ul.variant-links li a:hover span {
    opacity: 1;
}
/* --------------------------------------------------------------- /*
 * gradient and flatcolor variant stylesheet end
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- /*
 * responsive feature stylesheet start
/* --------------------------------------------------------------- */
.linksimage {
    display: block;
}

section.responsive-feature {
    background-color: #f4f4f4;
    position: relative;
    padding: 98px 0 0 0;
    margin-top: 150px;
}

    section.responsive-feature:before {
        position: absolute;
        content: '';
        height: 200px;
        width: 100%;
        background-color: #ffffff;
        top: -200px;
        z-index: -1;
    }

    section.responsive-feature .container {
        position: relative;
    }

.responsive-design-title-holder {
    position: absolute;
    right: 15px;
    top: 0;
}

    .responsive-design-title-holder h2 {
        margin-bottom: 0;
        font-family: 'Proxima-semibold';
        color: #303030;
        font-size: 42px;
    }

    .responsive-design-title-holder h5 {
        font-size: 18px;
        font-family: 'karla';
        color: rgba(0,0,0,0.4);
        margin: 0 0 12px 0;
    }

.responsive-temp-img {
    margin-top: -246px;
    position: relative;
}

#slideshow img {
    position: absolute;
}

.responsive-desc p {
    color: #303030;
}

.responsive-desc {
    width: 325px;
    position: absolute;
    right: 45px;
    bottom: 140px;
}

    .responsive-desc h3.subtitle {
        color: #000;
    }

.res-slider .responsive-temp-img {
    margin-top: -260px;
    margin-left: 5px;
}

#slideshow {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.variant-group ul li {
    list-style: none;
    display: flex;
    flex: 1;
    padding: 0 15px;
}

.variant-group {
    display: flex;
    position: relative;
    padding-bottom: 46px;
}

.variant-row {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    bottom: -76px;
    position: relative;
}

.variant-group ul li a {
    text-decoration: none;
}

.variant-group ul li i {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .variant-group ul li i:hover {
        transform-origin: center;
        transform: scale(1.45) translateZ(0);
        -o-transform: scale(1.45) translateZ(0);
        -ms-transform: scale(1.45) translateZ(0);
        -moz-transform: scale(1.45) translateZ(0);
        -webkit-transform: scale(1.45) translateZ(0);
        text-decoration: none;
    }

.variant-group ul li a i::before {
    opacity: 0;
}

.variant-group ul li a i:hover:before {
    opacity: 1;
}

.variant-group ul {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

    .variant-group ul li i.black-font {
        color: #000;
    }

    .variant-group ul li i.white-font {
        color: #fff;
    }

.variant-group:first-child ul li:first-child i {
    border: 1px solid #999;
    color: #000;
}

.variant-group ul li i::before {
    background: transparent;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
}

.variant-cat-name {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    font-family: 'karla';
    color: #999999;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    left: 15px;
    right: 15px;
    padding-top: 12px;
}

    .variant-cat-name:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background-color: #ccc;
        left: 0;
        top: -11px;
    }

    .variant-cat-name:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 10px;
        background-color: #ccc;
        right: 0;
        top: -11px;
    }

.total-variant-text {
    margin: 0;
    font-size: 30px;
    color: #00001b;
    font-family: 'proxima';
    text-align: center;
}

.semi-bold {
    font-family: proxima-semibold;
}

section.total-variant {
    padding: 100px 0 100px 0;
}

    section.total-variant ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

        section.total-variant ul li {
            list-style: none;
        }

            section.total-variant ul li img {
                max-height: 24px;
            }

/* --------------------------------------------------------------- /*
 * responsive feature stylesheet end
/* --------------------------------------------------------------- */
/* ---------------------------------- /*
 * footer stylesheet start
/* ---------------------------------- */
.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    pointer-events: none;
}

.footer-top {
    position: relative;
    padding: 125px 0;
    text-align: center;
    overflow: hidden;
}

.secons_anim_holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -ms-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
    pointer-events: none;
}

.secons_anim {
    -webkit-animation: rotation 60s infinite linear;
    animation: rotation 60s infinite linear;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
}

.footer-top .container {
    position: relative;
}

.footer-top ul {
    list-style: none;
    padding: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 120px 0;
    position: relative;
}

    .footer-top ul li {
        display: flex;
        font-size: 15px;
        flex: 1;
        justify-content: center;
    }

        .footer-top ul li a i.icon-school-material {
            font-size: 29px;
        }

        .footer-top ul li a {
            align-self: center;
            color: #fff;
            font-size: 20px;
            font-family: 'proxima-bold';
        }

            .footer-top ul li a:hover, .footer-top ul li a:focus {
                text-decoration: none;
                color: #fff;
            }

.countdown-desc {
    font-size: 24px;
    color: #fff;
    font-family: 'proxima';
    margin: 33px 0 112px 0;
}

.footer-top ul li a i {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 64px;
    font-size: 33px;
    color: #000;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-era-logo {
    width: 196px;
}

.footer-era-logo {
    width: 196px;
}

.buy-btn {
    padding: 23px 72px;
    display: inline-block;
    font-size: 24px;
    color: #662e93;
    font-family: 'Montserrat';
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 15px 35px 0 rgba(1,1,1,0.20);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-weight: 700;
    position: relative;
    border: none;
    outline: none;
}

    .buy-btn:hover {
        box-shadow: 0 15px 35px 0 rgba(1,1,1,0.40);
        color: #662e93;
        text-decoration: none;
    }

@keyframes rotation {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
        -o-transform: rotate(-359deg);
        -ms-transform: rotate(-359deg);
        -moz-transform: rotate(-359deg);
        -webkit-transform: rotate(-359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(-359deg);
        -o-transform: rotate(-359deg);
        -ms-transform: rotate(-359deg);
        -moz-transform: rotate(-359deg);
        -webkit-transform: rotate(-359deg);
    }
}

.follow-row {
    text-align: right;
}

.hadicrafted-txt {
    font-family: proxima;
    font-size: 12px;
    color: #000000;
}

.hadicrafted-txt {
    font-family: proxima;
    font-size: 14px;
    color: #000000;
    padding: 6px 0;
}

    .hadicrafted-txt span {
        font-size: 12px;
        color: #000;
        font-family: 'Playfair Display';
        display: inline-block;
        margin-left: 6px;
        font-style: italic;
    }

.creative-era-footer-logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    position: relative;
    margin-left: 28px;
}

.footer-bottom {
    padding: 24px 0;
}

.creative-era-footer-logo:before {
    content: '';
    width: 1px;
    height: 57px;
    background-image: url(../images/dotted-line.png);
    position: absolute;
    left: -1px;
    top: -10px;
}

.era-contact {
    font-size: 15px;
    color: #999999;
    font-family: 'proxima';
    text-align: center;
    padding: 9px 0;
}

.sep {
    margin-left: 22px;
    margin-right: 22px;
}

.era-contact a {
    font-size: 15px;
    color: #999999;
    font-family: 'proxima';
}

    .era-contact a:hover {
        color: #3e62ff;
        text-decoration: none;
    }

.follow-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    font-size: 14px;
    font-family: karla;
    color: #333333;
}

.follow-row ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 26px;
}

    .follow-row ul li {
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

        .follow-row ul li:last-child {
            margin-right: 0;
        }

        .follow-row ul li a {
            display: block;
        }

        .follow-row ul li i {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 31px;
            background-size: cover;
            text-align: center;
            font-size: 20px;
            color: #fff;
        }

        .follow-row ul li a:hover, .follow-row ul li a:focus {
            text-decoration: none;
        }

        .follow-row ul li i:hover {
            background-position-y: -35px;
        }

.scrollEle {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    z-index: 111;
}

.goTop {
    border: none;
    width: 44px;
    height: 44px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 0;
    outline: none;
    background-repeat: no-repeat;
    background-image: url(../images/up-arrow.svg);
    background-position: center;
    z-index: 12;
    background-color: transparent;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.main-data {
    position: relative;
    z-index: 1;
}

.live-preview-link .links {
    margin-top: 20px;
}

@media screen and (min-width:0\0) {
    .variant-group ul li {
        min-width: 65px;
    }
}

.tablet, .phone {
    display: none;
}

@media (max-width: 768px) {
    .tablet {
        display: unset;
    }

    .desktop {
        display: none
    }
}

@media (max-width: 576px) {
    .tablet {
        display: none;
    }

    .phone {
        display: unset;
    }
}

.gradient-border {
    --borderWidth: 2px;
    background: #fff;
    position: relative;
    border-radius: calc(var(--borderWidth) * 3);
}

.morphing-btn-clone {
    --borderWidth: 5px;
    background: #fff;
    position: relative;
    border-radius: calc(var(--borderWidth) * 3);
    border-color: #fff;
}
/*.morphing-btn-clone:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #c8d2f0, #662d91, #401c5b, #210f2f, #bbcdda, #612b8a, #ffffff, #c8d2f0);
    border-radius: calc(4 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 10s ease alternate infinite;
    background-size: 300% 300%;
}*/

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.avantajlar {
}

    .avantajlar .variant-block {
        box-shadow: 0 15px 35px 0 rgba(1,1,1,0.20);
        margin-bottom: 80px;
        border-radius: 20px;
        padding: 11px;
    }

        .avantajlar .variant-block .fa {
            line-height: 80px;
            color: #2f1e55;
            opacity: 0.75;
        }

        .avantajlar .variant-block h3 {
            font-size: 20px;
            font-family: Proxima;
            text-align: left;
            font-weight: 700;
            line-height: 80px;
            margin: 0;
            background: -webkit-linear-gradient(left, #2f1e55, #383e94);
            background: -o-linear-gradient(right, #2f1e55, #383e94);
            background: -moz-linear-gradient(right, #2f1e55, #383e94);
            background: linear-gradient(to right, #2f1e55, #383e94);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            white-space: nowrap;
        }

        .avantajlar .variant-block p {
            color: #6a6a6a;
            text-align: left;
            padding: 20px 40px;
        }

.footer-top .countdown-desc a {
    color: #fff;
    font-weight: 700;
}

.footer-top ul {
    display: block;
    text-align: left;
}

    .footer-top ul li {
        display: block;
    }

        .footer-top ul li a {
            font-family: 'proxima';
            font-size: 15px;
        }

        .footer-top ul li:hover a {
        }

@media (max-width:767px) {
    section.total-variant ul {
        display: block;
        width: 100%;
        text-align: center;
    }

        section.total-variant ul li {
            display: inline-block;
            margin: 10px 30px;
        }
}

.shareIkon {
    background: url(../images/share.png);
    width: 20px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.morphing-btn-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
}

.morphing-btn {
    -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
    transition: color 0.3s 0.2s, width 0.2s 0s;
    white-space: nowrap;
    box-sizing: border-box;
}

.morphing-btn_circle {
    color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    width: 35.6px !important;
    /* Override inline style rule */
    -webkit-transition: color 0.2s 0s, width .3s 0.2s;
    -moz-transition: color 0.2s 0s, width .3s 0.2s;
    -o-transition: color 0.2s 0s, width .3s 0.2s;
    transition: color 0.2s 0s, width .3s 0.2s;
}

.morphing-btn-clone {
    position: fixed;
    background: #fff;
    border-radius: 10%;
    z-index: 3;
    -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 5px solid #fff;
}

.morphing-btn-clone_visible {
    display: block;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
    background: #fff;
    opacity: 1;
    border: 3px solid #fff;
}

.fancybox-morphing .fancybox-toolbar {
    top: 20px;
    right: 20px;
}

.fancybox-morphing .fancybox-button--close {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
}

    .fancybox-morphing .fancybox-button--close::after,
    .fancybox-morphing .fancybox-button--close::before {
        height: 1.55px;
        width: 22px;
        left: calc(50% - 11px);
    }

    .fancybox-morphing .fancybox-button--close:hover {
        background: rgba(0, 0, 0, 0.25);
    }

/* Styling for element used in example */

#morphing-content {
    margin: 0;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 6em 10vw;
    line-height: 2;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #morphing-content a {
        color: #fff;
    }

.gizli {
    display: none
}

#dialog li {
    margin-bottom: 15px;
}

.notSupportIcon {
    font-size: 80px;
    line-height: 1;
    color: #fff;
}
ol.browsers {
    padding: 0
}
    ol.browsers li {
        background-size: 100%;
        font-size: 0;
        height: 50px;
        width: 50px;
        margin: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
    }

#chrome-li {
    background-image: url(../images/chrome.png);
    width: 50px;
}

#brave-li {
    background-image: url(../images/brave.png);
}

#safari-li {
    background-image: url(../images/safari.png);
}

#firefox-li {
    background-image: url(../images/firefox.png);
}

#edge-li {
    background-image: url(../images/edge.png);
}