/*
 Theme Name: Vorzex
 Theme URI: https://themeforest.net/user/themewar/portfolio
 Author: themewar
 Author URI: 
 Description: Vorzex - Creative Agency HTML5  Responsive Template
 Version: 1.0
 License:
 License URI:
*/
 
/*=======================================================================
 [Table of contents]
 =========================================================================
 1. Font Settings
 2. All Presets
 3. Preloader
 */

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*------------------------------------------------------------------------------
/ 2. All Presets
------------------------------------------------------------------------------*/
body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0;
}
a{
    color: #ff6666;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
input:focus, button:focus, select:focus, textarea:focus, a:focus{
    outline: 0;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
    background: transparent !important;
}
.vor_btn_1{
    position: relative;
    display: inline-block;
    background: #ff6666;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-width: 160px;
    padding: 6px 21px 6px 24px;
    height: 45px;
    line-height: 30px;
}
.vor_btn_1.vb_reverse{
    background: #53aaff;
}
.vor_btn_1 i{
    margin-left: 7px;
    font-size: 11px;
    position: relative;
    top: 2px;
}
.vor_btn_1.sxs{
    min-width: inherit;
    padding: 6px 16px;
}
.vor_btn_1:hover, .vor_btn_1:focus{
    background: #53aaff;
    color: #FFF;
}
.vor_btn_1.vb_reverse:hover, .vor_btn_1.vb_reverse:focus{
    background: #ff6666;
}
.vor_btn_lg{
    position: relative;
    display: inline-block;
    background: #ff6666;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    min-width: 160px;
    padding: 11px 45px 11px 45px;
    height: 55px;
    line-height: 30px;
}
.vor_btn_lg:hover{
    background: #53aaff;
    color: #FFF;
}
.learmore{
    font-size: 17px;
    line-height: .8;
    color: #ff6666;
    display: inline-block;
}
.learmore > i{
    margin-left: 7px;
    font-size: 10px;
    position: relative;
    top: 1px;
    line-height: .8;
}
.learmore:hover{
    color: #000;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin: 0 0 15px;
}
.sec_sub_title{
    font-weight: 400;
    font-size: 16px;
    color: #ff6666;
    line-height: .8;
    margin: 0 0 17px;
}
.sst_black{
    color: #000;
}
.sec_title{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 28px;
}
.vor_lead{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 31px;
}
.noPaddingRight{
    padding-right: 0;
}
.noPadding{
    padding: 0 !important;
}
.nopaddingBottom{
    padding-bottom: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingTop{
    padding-top: 0;
}
.imgDiv{
    position: relative;
}
.imgDiv img{
    max-width: 100%;
    height: auto;
}
.vor_hr{
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}
.white{
    color: #FFF;
}
/*-- Back To Top ---*/
#backtotop {
    position: fixed;
    right: 30px;
    bottom: -30px;
    width: 45px;
    height: 45px;
    background: #ff6666;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 2px;
}
#backtotop:hover{
    background: #000;
}
/*------------------------------------------------------------------------------
/ 3. Preloader
------------------------------------------------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
}

.preloader .vs-btn.vs-style1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 0;
    padding: 5px 20px;
    font-size: 16px;
    border: none;
}

.preloader .preloader-box {
    position: relative;
    padding-left: 5px;
    display: flex;
    justify-content: center;
    perspective: 200px;
    margin-top: 30px;
}
.preloader .letter {
    animation: movement 600ms ease var(--animation) infinite alternate;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #ff6666;
    margin-right: -1px;
}
@media (max-width: 576px) {
    .preloader .letter {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.preloader .letter:nth-child(1) {
    --animation: 0ms;
}
.preloader .letter:nth-child(2) {
    --animation: 75ms;
}
.preloader .letter:nth-child(3) {
    --animation: 150ms;
}
.preloader .letter:nth-child(4) {
    --animation: 225ms;
}
.preloader .letter:nth-child(5) {
    --animation: 300ms;
}
.preloader .letter:nth-child(6) {
    --animation: 375ms;
}
.preloader .letter:nth-child(7) {
    --animation: 450ms;
}
.preloader .letter:nth-child(8) {
    --animation: 525ms;
}
@keyframes movement {
    from {
        transform: scale(0.6) translateY(0px) rotateX(0deg);
    }
    to {
        transform: scale(1) translateY(-15px) rotateX(15deg);
        background: #000;
    }
}