/*
Theme Name: Mavia
Theme URI: http://www.ansonika.com/mavia/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents]

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.2 About
- 2.3 Wizard quote
- 2.4 Contact
- 2.5 Success submit
- 2.6 Shortcodes

3. COMMON
- 3.1 Accordion
- 3.2 Spacing
- 3.3 Owl carousel

/*============================================================================================*/


/* 1.  SITE STRUCTURE and TYPOGRAPHY */


/*============================================================================================*/


/*-------- 1.1 Typography --------*/

:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}

@font-face {
    font-family: "iranyekan";
    src: url("../fonts/iranyekan/iranyekanwebregular.eot") format("eot"), url("../fonts/iranyekan/iranyekanwebregular.ttf") format("ttf"), url("../fonts/iranyekan/iranyekanwebregular.woff") format("woff");
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-image: url('../img/Avli248-d.jpg');
    background-position: top;
    font-size: 14px;
    line-height: 1.5;
    font-family: "iranyekan", Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

body.end {
    background-image: url('../img/avli-mobile2.jpg');
    background-position: center;
    background-size: cover;
    font-size: 14px;
    line-height: 1.5;
    font-family: "iranyekan", Arial, sans-serif;
    background-repeat: no-repeat;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    display: none;
}

[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    direction: rtl;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: auto;
    margin: auto;
}

.content_box {
    background: #CECBC4;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-radius: 10px;
    text-align: justify;
}

.content_box li {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
}

.content_head {
    color: #fff;
}

.btn-reserve {
    position: absolute;
    bottom: 16%;
    width: 250px;
    color: #3C3C3B;
    background: #D0CBC5;
    border-radius: 30px;
}

.logo-white {
    position: absolute;
    bottom: 10%;
}

.logo-white img {
    width: 30px;
}

.content_footer {
    text-align: center;
}

.content_footer p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}

@media (max-width:768px) {
    html {
        width: 100%;
        height: 100%;
    }
    .title {
        top: 19% !important;
        font-size: 22px;
    }
    body {
        background-image: url('../img/Avli248-d.jpg');
        background-position: 40%;
        background-size: unset;
    }
}

a {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.title {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    top: 45%;
    position: absolute;
}

a:hover {
    text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}