/*
Theme Name:   RotateFlysim Theme
Theme URI:    https://rotateflysim.com
Author:       info@ragesoft.pl
Author URI:   https://ragesoft.pl
Description:  Custom theme for https://rotateflysim.com
Version:      0.2.2122322222
Requires PHP: 7.1.0
Text Domain:  rotateflysim
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap');
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    width: 12px;
    background: #222;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #FFAA00;
    width: 0;
    height: 25%;
    transition: .5s ease;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff4400;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
    background:rgba(31, 31, 31, 1);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 500;
    color: #FFECA8;
    font-family: Oswald, sans-serif;
    margin-bottom: 0
}
.heading {
    color: #202020;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
section, .section-padding {
    position: relative;
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
a:active, a:hover {
    color: #FCC544;
}
.hidden {
    display: none;
}
ul {
    margin-bottom: 0;
}
ul {
    margin-bottom: 0;
}
/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}
.btn-primary {
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 400;
    padding: 8px 35px;
    background: #FCC544;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    background-size: 300% auto;
    outline:none!important;
    box-shadow: none!important;
    text-shadow:2px 2px 5px rgba(0, 0, 0, 0.4);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #FCDE74!important;
}

.form-control {
    background: rgba(0 , 0, 0, 0.3);
    border:1px solid rgba(255, 255, 255, 0.1);
    font-size:0.9rem;
    color:#ccc;
}
.form-control:focus,
.form-control:active {
    background: rgba(0 , 0, 0, 0.5);
    border:1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color:#fff;
}

table td,
table th {
    color:#fff!important;
}
/* ===================================
        Header
   ====================================== */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background:rgba(51, 51, 51, 1);
    padding: 15px 0;
}
header .navbar-brand img {
    max-width: 70%;
}
header .navbar-brand .logo-simple {
    display: block;
}
header .navbar-brand .logo-fixed {
    display: none;
}
header .main-navigation {

}
header .main-navigation .top-nav ul {
    padding: 0;
    align-items: center;
}
header .main-navigation nav .nav > .menu-item {
    display: inline-block;
    min-width: 85px;
    text-align: center;
}
header .main-navigation nav .nav .menu-item.menu-item-has-children:hover .dropdown-menu {
    display: block;
}
header .main-navigation nav .nav .menu-item.menu-item-has-children .dropdown-menu a {
    color: #000;
}
header .main-navigation nav .nav > .menu-item a {
    padding: 6px 10px;
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: .5s ease;
}
header .main-navigation nav .nav > .menu-item.--outlined {
    border: 1px solid #fff;
    border-radius: 33px;
    padding: 6px 14px 5px 14px;
}
header .main-navigation nav .nav > .menu-item:not(.--outlined):after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FFAA00;
    transition: all .3s;
    transform: translateY(15px);
    opacity: 0;
}
header .main-navigation nav .nav > .menu-item:hover:after,
header .main-navigation nav .nav > .menu-item.active:after {
    transform: translateY(5px);
    opacity: 1;
}
header .main-navigation nav .nav > .menu-item.--outlined:hover {
    background: #fff;
    color: #000;
}
.header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    /*background-color: #FFFFFF;*/
    background:rgba(51, 51, 51, 1);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header-appear .navbar-brand .logo-simple {
    display: none;
}
.header-appear .navbar-brand .logo-fixed {
    display: block;
}
.header-appear .main-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-appear .main-navigation nav .navbar-nav .nav-link .nav-link {
    /*color: #202020;*/
}
.header-appear .main-navigation .simple-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-appear .fixed-nav-links {
    display: block;
}
.header-appear .fixed-nav-links {
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.banner-slider {
}
.banner-slider .banner-slider-row {

}
.banner-slider .banner-slider-row .text {
    margin-bottom: 50px;
}
.banner-slider .svg-div {
    position: absolute;
    z-index: 1;
    right: -81%;
    top: -105%;
    height: 172%;
    width: 128%;
    transform: rotate(-43deg);
    transition: .8s ease;
    display: none;
}
.banner-slider .svg-div.svg-anim {
    top: -110%;
}
.banner-slider .slider-img-area img {
    position: relative;
    z-index: 11;
    transform: translateX(-30px);
    width: 140%;
}
.banner-slider .slick {
    width:100%;
    z-index: 2;
}
.banner-slider .slick .item {
    background-size: cover;
    height:80vh;
    position: relative;
}
.banner-slider .slick .item:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-slider .slick .item > div {
    color:#fff;
    display: flex;
    flex-direction: column;
    padding: 100px;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    height: 100%;
}
.banner-slider .slick .item > div h2,
.banner-slider .slick .item > div h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    font-size:18px;
}
.banner-slider .slick .item > div h2 {
    font-size:36px;
}
.slick-dots {
    list-style: none;
    padding: 60px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 8px;
    opacity: 1;
    padding:0;
    text-indent: -9999px;
    border:none;
}
.slick-dots li.slick-active button {
    background-color: black;
    border:none;
    outline:none!important;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #ff4400;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.scroll-top-arrow:hover {
    background-color: #ff8800;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background:rgba(31, 31, 31, 1);
    z-index: 999;
}
.loader {
    width: 65px;
    height: 30px;
    position: relative;
}
.loader:before {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l3 0.75s infinite alternate;
}
@keyframes l3 {
    0% {
        inset: 0 35px 0 0;
    }
    50% {
        inset: 0 0 0 0;
    }
    100% {
        inset: 0 0 0 35px;
    }
}
.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
@media (min-width: 992px) and (max-width: 1400px) {
    .banner-slider .svg-div {
        right: -75%;
        top: -77%;
        height: 127%;
        width: 128%;
    }
}
.page.page-id-395 .page-simple {
    background:rgba(0, 0, 0, 0.4);
    padding: 150px 0;
    position: relative;
    margin:0;
}
.page.page-id-395 .page-simple:before {
    content: "";
    display: block;
    clear: both;
    background: url('assets/images/bg1.jpg') no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
}
.card-offer {
    padding: 1rem;
    background: rgba(36, 36, 36, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
}
.card svg {
    max-height: 100px;
}
.card-offer h2 {
    color: #fff;
}
.card-offer .text-muted {
    color: #476c91 !important;
    line-height: 1;
}
.card-offer .list-group {
    margin: 0 -15px;
}
.card-offer .list-group-item {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 0.875rem;
}
.card-offer .list-group-item span {
    color: #ffaa00;
}
.gallery {
    padding: 50px 0;
    background: rgba(31, 31, 31, 1);
    color:#fff;
}
.gallery h1 {
    text-align: center;
    margin-bottom: 50px;
    color:#fff;
}
.gallery h3 {
    color:#fff;
}
.gallery img {
    margin-bottom: 16px;
}
.about {
    background: #252533;
    color:#fff;
    padding: 50px 0;
    margin-bottom: 50px;
}
.about h1 {
    color:#fff;
    margin-bottom: 50px;
    text-align: center;
}
.about h2 {
    color:#fff;
    margin-bottom: 30px;
}
.about p {
    font-size:1rem;
    line-height: 2;
}
.about .about-image {
    border-radius: 16px;
    overflow: hidden;
}
.page_copyright {
    padding: 2rem 0;
    font-size: 0.875rem;
    line-height: 32px;
    background: rgba(51, 51, 51, 1);
    color:#fff;
}
.page_copyright img {
    max-height: 32px;
    margin: 0 5px;
}
.page-simple {
    padding: 120px 0;
}
.page-simple .page-title h1 {
    text-align: center;
    font-size:30px; font-weight:300; color:#fff; letter-spacing:1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}
.page-simple h2 {
    margin-bottom: 24px;
}
.page-simple .page-title h1:after,
.page-simple .page-title h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ffaa00;
    border-top: 1px solid #ffaa00;
    height: 5px;
    width: 100px;
}
.page-simple .page-title h1:before {
    margin-right: 0;
    margin-left: auto
}

.faq {
    background:rgba(41, 41, 41, 1);
    color:#fff;
    margin-bottom: 50px;
    padding: 100px 0;
}
.faq h1 {
    color:#fff;
    margin-bottom: 50px;
    text-align: center;
}
.faq .card {
    background: rgba(36, 55, 112, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 8px;
}
.faq .card .card-header {
    padding: 1.4rem;
    background: transparent;
    border:none;
    font-size: 0.875rem;
    color: #fff;
}
.faq .card .card-header h5 {
    font-size: 1.2rem;
    color: #fff;
}
.faq .card .card-body {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    font-size: 0.875rem;
    margin:0 1rem 1rem 1rem;
}

.page-contact {
    background: rgba(21, 21, 21, 1);
    margin-top:70px;
    padding: 60px 0;
}
.page-contact h2 {
    font-weight: 100;
    font-size:1rem;
    text-transform: uppercase;
}

.wpcf7-not-valid-tip {
    font-size:0.875rem;
    padding-top: 5px;
}
.wpcf7-response-output {
    margin:0;
    font-size: 0.7rem;
    border: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: rgba(255, 255, 255, 0.2);
}
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(127, 203, 80, 0.2);
}
.wpcf7-spinner {
    margin:20px auto;
}


@media (max-width: 991px) {
    .heading {
        font-size: 55px;
    }
    .slider-area .slider-arrows {
        display: none;
    }
    header .navbar-brand .logo-fixed {
        display: block;
    }
    header .navbar-brand .logo-simple {
        display: none;
    }
    header .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .navbar-brand img {
        max-height: 32px;
        margin-bottom: 10px;
    }
    header .main-navigation .navbar .navbar-nav {
        flex-direction: row;
    }
    header .main-navigation nav .navbar-nav .nav-link {
        padding: 5px 8px;
        font-size: 13px;
    }
    .side-nav .navbar-nav {
        text-align: center;
    }
    .menu-company-details {
        margin-bottom: 25px;
        text-align: center;
    }
    .social-icons-simple, .side-menu p {
        text-align: center;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 26px;
    }
    .header-appear .fixed-nav-links {
        margin-right: 40px;
        margin-left: 0;
    }
    .inner-header {
        background: linear-gradient(45deg, #252533, #171731);
    }
    .sidemenu_btn {
        top: 22px;
        right: 10px;
    }
    header .main-navigation {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
    .header-appear .sidemenu_btn {
        top: 22px;
        right: 10px;
    }
    .header-appear ~ .side-menu .btn-close {
        top: 30px;
        right: 23px;
    }
    .header-appear .fixed-nav-logo {
        margin-right: 0;
        transform: translateY(-3px);
    }
    .header-appear .fixed-nav-logo img {
        width: 50%;
    }
    .side-menu {
        width: 100%;
    }
    /*Banner sec*/
    .banner-slider .banner-slider-row {
        padding-top: 100px;
    }
    .banner-slider .banner-social {
        display: none;
    }
    .banner-slider .slider-img-area {
        display: contents;
    }
    .banner-slider .slider-img-area #slider-inner-img {
        transform: translateX(0px);
    }
    .banner-slider .svg-div {
        display: none;
    }
}
