/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Typography */

@font-face {
    font-family: 'ProximaNovaFont';
    src: url('../fonts/ProximaNovaFont.eot');
    src: url('../fonts/ProximaNovaFont.eot') format('embedded-opentype'),
        url('../fonts/ProximaNovaFont.woff2') format('woff2'),
        url('../fonts/ProximaNovaFont.woff') format('woff'),
        url('../fonts/ProximaNovaFont.ttf') format('truetype'),
        url('../fonts/ProximaNovaFont.svg#ProximaNovaFont') format('svg');
}

@font-face {
    font-family: 'PhotographSignature';
    src: url('../fonts/PhotographSignature.eot');
    src: url('../fonts/PhotographSignature.eot') format('embedded-opentype'),
        url('../fonts/PhotographSignature.woff2') format('woff2'),
        url('../fonts/PhotographSignature.woff') format('woff'),
        url('../fonts/PhotographSignature.ttf') format('truetype'),
        url('../fonts/PhotographSignature.svg#PhotographSignature')
            format('svg');
}

/* // End typography */

/*	Resets
	------	*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: bold;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

a img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

a,
input,
select,
textarea {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

/* Selection colours (easy to forget) */
img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

a {
    text-decoration: none;
    display: inline-block;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:invalid,
input:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

input:required {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-moz-focus-inner {
    box-shadow: 0 0 0px transparent;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='submit'],
input[type='password'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
}

/*		Default Layout
-------------------------------------------------------------------------------
*/

/*

Font property css

font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;

*/

html {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --green-spring: #aabcab;
    --cactus: #597358;
    --hint-of-red: #f1ebea;

    --ProximaNovaFont: ' ProximaNovaFont', sans-serif;
    --PhotographSignature: 'PhotographSignature', sans-serif;
    --Montserrat: 'Montserrat', sans-serif;
}

body {
    background: var(--white);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: var(--white);
    font-family: var(--ProximaNovaFont);
    font-size: 16px;
    line-height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Global style */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

span,
em,
dfn {
    display: inline-block;
}

.lead-text {
    font-size: 20px;
    line-height: 38px;
    color: var(--mine-shaft);
}

.small-text {
    font-size: 16px;
    line-height: 28px;
}

dfn,
address,
em {
    font-style: normal;
}

label,
input[type='submit'] {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.mobi {
    display: none;
}

.desk {
    display: block;
}

.common-wrap {
    max-width: 1150px;
    margin: 0 auto;
    clear: both;
    padding: 0 20px;
}

.centerY {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

/* Flex style */
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-horizontal-align {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-vertical-align {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-bottom-align {
    -webkit-box-align: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-content-align {
    -ms-flex-line-pack: center;
    align-content: center;
}

.order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

/* End Flex style */

section,
footer,
header {
    width: 100%;
    position: relative;
}

.main-wrap {
    overflow: hidden;
    position: relative;
    overflow-x: hidden;
}

/* Start Welcome Style */
.main-header-section {
    width: 100%;
    padding: 17px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-section .common-wrap {
    max-width: 1440px;
    width: 100%;
    padding: 0 26px;
}

.header-inner {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-wrap {
    width: 50px;
}

.logo-wrap div {
    width: 100%;
}

.logo-wrap div img {
    width: 100%;
}

.hero-wrap {
    float: left;
    width: 100%;
    position: relative;
    min-height: 100vh;
    background-color: var(--hint-of-red);
    padding: 105px 0 0;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    background-image: url(../img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-bg figure {
    width: 100%;
    height: 100%;
}

.hero-bg figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-thumb {
    width: 28.5%;
    top: 0;
    right: 0;
    position: absolute;
    min-width: 355px;
    /* max-width: 800px; */
}

.hero-thumb figure {
    width: 100%;
}

.hero-thumb figure img {
    width: 100%;
    max-height: 1000px;
    object-fit: cover;
}

.hero-wrap .common-wrap {
    max-width: 1120px;
}

.hero-inner {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-container-wrap {
    width: 100%;
    max-width: 950px;
    position: relative;
    padding: 4rem;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-container-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.12;
}

.hero-container-bg figure {
    width: 100%;
    height: 100%;
}

.hero-container-bg figure img {
    width: 100%;
    height: 100%;
}

.hero-content-wrap {
    width: 100%;
    max-width: 684px;
    position: relative;
    z-index: 1;
}

.hero-content {
    width: 100%;
    text-align: center;
}

.hero-content h4 {
    color: var(--cactus);
    text-align: center;
    font-family: var(--PhotographSignature);
    font-size: 64px;
    line-height: 100%;
    margin-bottom: 8px;
}

.hero-title {
    position: relative;
    margin-bottom: 30px;
}

.hero-title span {
    color: #8f471e;
    text-align: center;
    font-family: var(--PhotographSignature);
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    margin-block: -0.5rem;
}

.hero-content h1 {
    color: #9eb99f;
    text-align: center;
    font-family: var(--Montserrat);
    font-size: 112px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero-content p {
    color: var(--black);
    font-family: var(--Montserrat);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}

.hero-form-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 43px;
}

.hero-form-wrap form {
    max-width: 578px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.hero-form-wrap form input[type='email'] {
    width: calc(100% - 155px);
    height: 81px;
    background-color: var(--white);
    color: var(--green-spring);
    font-family: var(--ProximaNovaFont);
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.5px solid var(--black);
    outline: none;
}

.hero-form-wrap form input[type='email']::-webkit-input-placeholder {
    color: var(--green-spring);
}

.hero-form-wrap form input[type='email']::-moz-placeholder {
    color: var(--green-spring);
}

.hero-form-wrap form input[type='email']:-ms-input-placeholder {
    color: var(--green-spring);
}

.hero-form-wrap form input[type='email']::-ms-input-placeholder {
    color: var(--green-spring);
}

.hero-form-wrap form input[type='email']::placeholder {
    color: var(--green-spring);
}

.hero-form-wrap form input[type='submit'] {
    width: 155px;
    background-color: var(--cactus);
    height: 81px;
    text-align: center;
    color: var(--white);
    font-family: var(--Montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border: none;
    outline: none;
}

.hero-absolute-element {
    position: absolute;
    border-radius: 8px;
    background: var(--white);
    -webkit-box-shadow: 40px 20px 70px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 40px 20px 70px 5px rgba(0, 0, 0, 0.1);
}
.hero-absolute-element:nth-child(2 of .hero-absolute-element) {
    width: 350px !important;
}
@media (max-width: 380px) {
    .hero-absolute-element:nth-child(2 of .hero-absolute-element) {
        width: 250px !important;
    }
}
.hero-absolute-element p {
    color: black;
    line-height: 1.6;
    font-size: 14px;
    max-width: 100% !important;
    width: 100%;
    position: static;
}
.hero-absolute-element.absolute-element-one {
    top: -20px;
    left: -15px;
    width: 229px;
    padding: 14px 22px 14px 12px;
}

.absolute-element-review {
    width: 100%;
}

.absolute-element-review img {
    width: 80%;
}

.absolute-element-rating-wrap {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.absolute-element-rating {
    width: 52px;
}

.absolute-element-rating img {
    width: 100%;
}

.absolute-element-rating-author {
    width: 137px;
}

.absolute-element-rating-author img {
    width: 100%;
    -webkit-filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.08));
}

.hero-absolute-element.absolute-element-two {
    right: -60px;
    bottom: -22px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px 15px 11px;
    gap: 1rem;
    padding: 1rem;
}

.reviw-thumb {
    width: 150px;
    display: none;
}

.reviw-thumb img {
    width: 100%;
    border-radius: 16px;
    position: static !important;
}

.review-content {
    width: 100% !important;
}
.review-content p {
    font-size: 10px;
}

.review-content img {
    width: 100%;
}

.coming-soon-text {
    text-align: center;
    position: absolute;
    top: 12.2vw;
    right: -29.8vw;
    width: 100%;
    height: 86.48px;
    transform: rotate(35.669deg);
    flex-shrink: 0;
    background: var(--cactus);
    z-index: 99;
}

.coming-soon-text h2 {
    color: var(--green-spring);
    text-align: center;
    font-family: var(--Montserrat);
    font-size: 80px;
    font-weight: 700;
    line-height: 108%;
}

.hero-bottom {
    width: 100%;
    margin-top: 66px;
    padding: 50px 0;
    position: relative;
    background-color: var(--green-spring);
}

.hero-bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-bottom-bg figure {
    width: 100%;
    height: 100%;
}

.hero-bottom-bg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bottom .common-wrap {
    max-width: 720px;
}

.hero-bottom-inner {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-bottom-title {
    width: 100%;
    text-align: center;
}

.hero-bottom-title h4 {
    color: var(--white);
    text-align: center;
    font-family: var(--Montserrat);
    font-size: 48px;
    font-weight: 600;
    line-height: 100%;
}

.ratting-author {
    width: 100%;
}

.ratting-author span {
    width: 49%;
    color: var(--black);
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.ratting-author img {
    width: 75px;
    min-width: 65px;
}

.ratting-star-wrap {
    width: 100%;
    margin-top: 13px;
    justify-content: space-between;
}

.ratting-mark {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.ratting-mark img {
    width: 23px;
}

.ratting-mark span {
    color: var(--black);
    font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}

.ratting-star {
    display: flex;
    column-gap: 2px;
}

.ratting-star img {
    width: 23px;
}

.arrow-container {
    width: 20px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
    margin: 40px auto 0;
    display: block;
}

.arrow-down {
    width: 20px;
    height: 6px;
    background: #597358;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}
.arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: #597358;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

/* End Welcome Style */

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    /* Start Welcome Style */
    .hero-wrap {
        width: 100vw;
        padding: 8.75vw 0 1.6666666666666667vw;
    }

    .hero-thumb {
        min-width: 33.333333333333336vw;
    }

    .hero-wrap .common-wrap {
        max-width: 93.33333333333333vw;
        padding: 0 1.6666666666666667vw;
    }

    .hero-container-wrap {
        max-width: 78.83333333333333vw;
        padding: 4.666666666666667vw 1.6666666666666667vw 10.583333333333334vw;
    }

    .hero-content-wrap {
        max-width: 57vw;
    }

    .hero-content h4 {
        font-size: 5.333333333333333vw;
        margin-bottom: 0.75vw;
    }

    .hero-title span {
        font-size: 4vw;
        right: -1.4166666666666667vw;
    }

    .hero-content h1 {
        font-size: 9.333333333333334vw;
        margin-bottom: 1vw;
    }

    .hero-content p {
        font-size: 1.6666666666666667vw;
        letter-spacing: -0.09583333333333333vw;
    }

    .hero-form-wrap {
        margin-top: 2.5833333333333335vw;
    }

    .hero-form-wrap form {
        max-width: 44vw;
    }

    .hero-form-wrap form input[type='email'] {
        width: calc(100% - 12.916666666666666vw);
        height: 6.75vw;
        font-size: 1.3333333333333333vw;
        padding: 25px;
    }

    .hero-form-wrap form input[type='submit'] {
        width: 12.916666666666666vw;
        height: 6.75vw;
        font-size: 1.3333333333333333vw;
    }

    .coming-soon-text h2 {
        font-size: 6.666666666666667vw;
    }

    .hero-absolute-element {
        border-radius: 0.6666666666666666vw;
        -webkit-box-shadow: 3.3333333333333335vw 1.6666666666666667vw
            5.833333333333333vw 0.4166666666666667vw rgba(0, 0, 0, 0.1);
        box-shadow: 3.3333333333333335vw 1.6666666666666667vw
            5.833333333333333vw 0.4166666666666667vw rgba(0, 0, 0, 0.1);
    }

    .hero-absolute-element.absolute-element-one {
        top: -1.5vw;
        left: -1.25vw;
        width: 19.166666666666668vw;
        padding: 1.1666666666666667vw 1.3333333333333333vw 1.4166666666666667vw
            1vw;
    }

    .hero-absolute-element.absolute-element-two {
        right: -5vw;
        bottom: -1.9166666666666667vw;
        width: 18.5vw;
        padding: 1.25vw 1.25vw 0.9166666666666666vw;
    }

    .absolute-element-rating-wrap {
        margin-top: 0.9166666666666666vw;
    }

    .absolute-element-rating {
        width: 4.333333333333333vw;
    }

    .absolute-element-rating-author {
        width: 11.416666666666666vw;
    }

    .absolute-element-rating-author img {
        -webkit-filter: drop-shadow(
            0px 0.6666666666666666vw 0.6666666666666666vw rgba(0, 0, 0, 0.08)
        );
        filter: drop-shadow(
            0px 0.6666666666666666vw 0.6666666666666666vw rgba(0, 0, 0, 0.08)
        );
    }

    .reviw-thumb {
        width: 5.75vw;
        left: 1.3333333333333333vw;
    }

    .reviw-thumb img {
        border-radius: 1.3333333333333333vw;
    }

    .review-content {
        width: 8.75vw;
    }

    .coming-soon-text {
        top: 15vw;
        right: -17vw;
        width: 83.07025vw;
        height: 7.206666666666667vw;
    }

    .hero-bottom {
        margin-top: 5.5vw;
        padding: 4.166666666666667vw 0;
    }

    .hero-bottom .common-wrap {
        max-width: 60vw;
        padding: 0 1.6666666666666667vw;
    }

    .hero-bottom-title h4 {
        font-size: 4vw;
    }

    .ratting-author span {
        font-size: 1.1666666666666667vw;
    }

    .ratting-author img {
        width: 6.25vw;
    }

    .ratting-star-wrap {
        margin-top: 1.0833333333333333vw;
    }

    .ratting-mark {
        column-gap: 0.5833333333333334vw;
    }

    .ratting-mark img {
        width: 1.9166666666666667vw;
    }

    .ratting-mark span {
        font-size: 1.1666666666666667vw;
    }

    .ratting-star {
        column-gap: 0.16666666666666666vw;
    }

    .ratting-star img {
        width: 1.9166666666666667vw;
    }

    /* End Welcome Style */
}

/* /* =======================================================================================================
============================================ Responsive style ========================================== */

/*		Mobile Layout: 320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (min-width: 250px) and (max-width: 700px) {
    input[type='text'],
    input[type='email'],
    input[type='tel'],
    input[type='search'],
    input[type='number'],
    input[type='submit'],
    input[type='password'],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* Start Home Style */
    .main-header-section .common-wrap {
        padding: 0 20px;
    }

    .hero-thumb {
        width: 40%;
        min-width: 250px;
    }

    .hero-container-wrap {
        padding: 20vw 5.333333333333333vw 26.666666666666668vw;
    }

    .hero-content h4 {
        font-size: 9.6vw;
    }

    .hero-content h1 {
        font-size: 16.533333333333335vw;
        margin-bottom: 8px;
    }

    .hero-title {
        margin-bottom: 12px;
    }

    .hero-title span {
        font-size: 6.4vw;
        top: auto;
        right: auto;
        bottom: auto;
        position: relative;
        text-align: center;
        transform: rotate(0);
    }

    .hero-content p {
        font-size: 4.266666666666667vw;
    }

    .hero-form-wrap form input[type='email'] {
        width: calc(100% - 32vw);
        height: 13.866666666666667vw;
        padding: 2.6666666666666665vw;
        font-size: 3.7333333333333334vw;
    }

    .hero-form-wrap form input[type='submit'] {
        width: 32vw;
        height: 13.866666666666667vw;
        font-size: 3.7333333333333334vw;
    }

    .hero-form-wrap {
        margin-top: 5.333333333333333vw;
    }

    .coming-soon-text h2 {
        font-size: 9vw;
    }

    .hero-absolute-element.absolute-element-one {
        top: -5.333333333333333vw;
        left: -3.466666666666667vw;
        width: 50.666666666666664vw;
    }

    .hero-absolute-element.absolute-element-two {
        right: -2.4vw;
        bottom: -5.066666666666666vw;
        width: 50.666666666666664vw;
    }

    .hero-absolute-element {
        border-radius: 2.1333333333333333vw;
        -webkit-box-shadow: 8vw 4vw 13.333333333333334vw 1.3333333333333333vw
            rgba(0, 0, 0, 0.1);
        box-shadow: 8vw 4vw 13.333333333333334vw 1.3333333333333333vw
            rgba(0, 0, 0, 0.1);
    }

    .absolute-element-rating {
        width: 11.2vw;
    }

    .absolute-element-rating-author {
        width: 29.866666666666667vw;
    }

    .reviw-thumb {
        width: 17.333333333333332vw;
        left: 2.4vw;
    }

    .hero-absolute-element.absolute-element-one {
        padding: 3.7333333333333334vw 3.7333333333333334vw 3.7333333333333334vw
            3.2vw;
    }

    .hero-absolute-element.absolute-element-two {
        padding: 3.2vw 3.2vw 2.933333333333333vw;
    }

    .review-content {
        width: 26.133333333333333vw;
    }

    .ratting-mark img {
        width: 4.8vw;
    }

    .ratting-star img {
        width: 4.8vw;
    }

    .ratting-author span {
        font-size: 3.7333333333333334vw;
    }

    .ratting-mark span {
        font-size: 3.7333333333333334vw;
    }

    .coming-soon-text {
        width: 110vw;
        height: 9.6vw;
        top: 19vw;
        right: -22vw;
    }

    .hero-bottom-title h4 {
        font-size: 6.4vw;
    }

    /* End Home Style */
}
*/

/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
    input[type='text'],
    input[type='email'],
    input[type='tel'],
    input[type='search'],
    input[type='number'],
    input[type='submit'],
    input[type='password'],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    /* Start Home Style */
    .main-header-section .common-wrap {
        padding: 0 20px;
    }

    .hero-thumb {
        width: 40%;
        min-width: 250px;
    }

    .hero-wrap {
        padding-top: 132px;
    }

    .hero-wrap .common-wrap {
        padding: 0 6.510416666666667vw;
    }

    .hero-container-wrap {
        padding: 18vw 5.333333333333333vw 20.666667vw;
    }

    .hero-content h4 {
        font-size: 7.6vw;
    }

    .hero-content h1 {
        font-size: 14.533333vw;
    }

    .hero-title {
        margin-bottom: 18px;
    }

    .hero-title span {
        font-size: 6.4vw;
        top: auto;
        right: auto;
        bottom: auto;
        text-align: center;
        position: relative;
        transform: rotate(0);
    }

    .hero-content p {
        font-size: 2.6041666666666665vw;
    }

    .hero-form-wrap form input[type='email'] {
        width: calc(100% - 28vw);
        height: 13.866666666666667vw;
        padding: 2.6666666666666665vw;
        font-size: 3.7333333333333334vw;
    }

    .hero-form-wrap form input[type='submit'] {
        width: 28vw;
        height: 13.866666666666667vw;
        font-size: 3.7333333333333334vw;
    }

    .hero-form-wrap {
        margin-top: 5.333333333333333vw;
    }

    .coming-soon-text h2 {
        font-size: 9vw;
    }

    .hero-absolute-element.absolute-element-one {
        top: -5.333333333333333vw;
        left: -3.466666666666667vw;
        width: 42.666667vw;
    }

    .hero-absolute-element.absolute-element-two {
        right: -2.4vw;
        bottom: -5.066666666666666vw;
        width: 45.666667vw;
    }

    .hero-content-wrap {
        width: 100%;
        max-width: 100%;
    }

    .hero-form-wrap form {
        max-width: 100%;
    }

    .hero-absolute-element {
        border-radius: 2.1333333333333333vw;
        -webkit-box-shadow: 8vw 4vw 13.333333333333334vw 1.3333333333333333vw
            rgba(0, 0, 0, 0.1);
        box-shadow: 8vw 4vw 13.333333333333334vw 1.3333333333333333vw
            rgba(0, 0, 0, 0.1);
    }

    .absolute-element-rating {
        width: 10.2vw;
    }

    .absolute-element-rating-author {
        width: 25.866667vw;
    }

    .reviw-thumb {
        width: 15vw;
        left: 2.4vw;
    }

    .hero-absolute-element.absolute-element-one {
        padding: 3.7333333333333334vw 3.7333333333333334vw 3.7333333333333334vw
            3.2vw;
    }

    .hero-absolute-element.absolute-element-two {
        padding: 3.2vw 3.2vw 2.933333333333333vw;
    }

    .review-content {
        width: 24vw;
    }

    .review-content {
        width: 23.133333vw;
    }

    .ratting-mark img {
        width: 3.8vw;
    }

    .ratting-star img {
        width: 3.8vw;
    }

    .ratting-author span {
        font-size: 2.733333vw;
    }

    .ratting-mark span {
        font-size: 2.733333vw;
    }

    .coming-soon-text {
        width: 110vw;
        height: 9.6vw;
        top: 19vw;
        right: -22vw;
    }

    .hero-bottom-title h4 {
        font-size: 6.4vw;
    }

    .ratting-author img {
        width: 5.4vw;
    }

    .ratting-star-wrap {
        margin-top: 15px;
    }

    /* End Home Style */
}
