@charset "utf-8";

/* CSS Document */

/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents

----------------------------------------------------------------------------

1. Clean Base

2. Base Typography

3. Images

4. Links

5. Forms

6. Tables

7. Framework

*/

/* 1. Create a Clean Base

------------------------------------------------------------------------------*/

@font-face {

    font-family: 'Almoni Neue DL 4.0 AAA';

    src: url('../fonts/AlmoniNeueDL40AAA-Medium.woff2') format('woff2'),

        url('../fonts/AlmoniNeueDL40AAA-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Almoni Neue DL 4.0 AAA';

    src: url('../fonts/AlmoniNeueDL40AAA-Regular.woff2') format('woff2'),

        url('../fonts/AlmoniNeueDL40AAA-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Almoni Neue DL 4.0 AAA';

    src: url('../fonts/AlmoniNeueDL40AAA-Bold.woff2') format('woff2'),

        url('../fonts/AlmoniNeueDL40AAA-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family: 'Almoni Neue DL 4.0 AAA U';

    src: url('../fonts/AlmoniNeueDL40AAA-U-Bold.woff2') format('woff2'),

        url('../fonts/AlmoniNeueDL40AAA-U-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,

small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}

br {height: 0;}

ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}

html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}

body{position:relative;}

/* Class for clearing floats */

.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}

.cf:after,.cf:before{display: table;content: ''}

.cf:after{clear: both;}

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

/* 2. Define Base Typography

-----------------------------------------------------------------------------*/

/* Create the Default Headers  */

/* Specific Header Settings */

h1 {font-weight: bold;font-size: 120px;color: #fff; letter-spacing: -0.01em; text-shadow: -5px 8px 8px rgb(0 0 0 / 95%);line-height: 80px; font-family: 'Almoni Neue DL 4.0 AAA U';}
h1 span{font-family: 'Almoni Neue DL 4.0 AAA';}

h2 {font-weight:bold; font-size:70px; color:#fff; text-shadow: -5px 8px 8px rgb(0 0 0 / 95%);}

h3 {font-size:18px; }

h4 {font-size:16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

/* Create the Default Paragraphs */

p { color: #9f9f9f; font-size: 15px; line-height: 24px;}

/* Other Typo */

strong {font-weight: bold;}

hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}

ol {list-style: decimal;}

ul {list-style: none;}

/* To make FontSmooth in MAC */

.mac * {-webkit-font-smoothing: antialiased;}

/* 3. Images

------------------------------------------------------------------------------*/

/* Remove border around linked images */

img {border: 0; border-style: none;max-width: 100%;}

/* 4. Links

------------------------------------------------------------------------------*/

/* Default Link Types */

a {color: #000000; font-size: 16px; text-decoration:none;}

a:hover {}

a:active {color: #e8941a;}

a:focus {outline: none;}

a.current{color: #e8941a;}

/* 5. Forms

-----------------------------------------------------------------------------*/

input{line-height: normal;}

input[type='email'],input[type='text'],input[type='password']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;padding: 5px;border: 1px solid #cbcbcb;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

textarea{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;box-sizing: border-box;padding: 5px;border: 1px solid #cbcbcb;display: block;overflow: auto;}

input[type='email']:focus,input[type='text']:focus,input[type='password']:focus,textarea:focus{border-color: #ccc}

button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;border:none;-webkit-text-size-adjust:none;background: #cbcbcb;}

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

input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder{ color: #000;}

:-moz-placeholder{ color: #000;}

::-moz-placeholder{ color: #000;}

:-ms-input-placeholder{ color: #000;}

::-ms-input-placeholder{ color: #000;}

:placeholder-shown{ color: #000;}

/*transition effect*/

.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* Page Layout */

body{direction: rtl;   font-family: 'Almoni Neue DL 4.0 AAA'; height: 100vh;}

p.antispam{display: none;}

.top_header {padding: 11px 0px; display: none; background-image: url(../images/site/header_part.png);background-repeat: no-repeat;background-size: cover;}

.top_header img{ text-align: center; margin: 0 auto; display: block; }

.main{height: 100vh; overflow: hidden;}

.main_banner{ height: 100vh; background-image: url(../images/site/bg_img.jpg); background-repeat: no-repeat; background-position: top center; background-size: 1920px 880px;}

.banner{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-end;    height: calc(100vh - 118px); padding-bottom: 20px;position: relative;z-index: 9;}
.banner::before{
    content: '';
    position: absolute;
    top: 0px;
    right: auto;
    left: 0px;
    background-image: url(../images/site/left_img.png);
    background-repeat: no-repeat;
    z-index:-1;
    background-size: cover;
    height: 414px;
    width: 454px;transform: scale(0.8);
    transform-origin: top left;
}
.banner::after{
    content: '';
    position: absolute;
    background-image: url(../images/site/right_img.png);
    background-repeat: no-repeat;
    height: 295px;
    width: 353px;
    top: 0px;
    left: auto;
    right:0px;
    z-index: -1;
    background-size: cover;
    transform: scale(0.8);
    transform-origin: right top;
}


.banner .left_col{ background: url(../images/site/form_bg.png);width: 500px;position: relative; left: 40px; right: auto;background-repeat: no-repeat;background-size: 100% 100%;background-position: bottom center;}

.banner .left_col .left_content{padding-top: 210px;}

.banner .left_col .left_content h3{ font-size: 45px; text-align: center; color: #000; font-weight: 600; line-height: 38px; margin-bottom: 15px; letter-spacing: -0.01em;}

.banner .left_col .left_content input[type='email'], .banner .left_col .left_content input[type='text'], .banner .left_col .left_content input[type='tel']{ max-width: 466px; width: 100%; text-align: center; background-color: #fff; border: 0px; margin: 0 auto; display: block; max-height: 60px; font-size: 36px; font-weight: 500; font-family: 'Almoni Neue DL 4.0 AAA'; line-height: 30px; margin-bottom: 10px;border-radius: 0px !important;background-image: url(../images/site/form_back.png);}

.banner .left_col .left_content input[type="submit"]{ background-color: #231f20; color: #fff; font-weight: bold; line-height: 60px; font-size: 40px; max-height: 60px; transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; -moz-transition: all .5s ease; font-family: 'Almoni Neue DL 4.0 AAA';width: 100%; max-width: 466px; margin: 0 auto; display: block;border-radius: 0px !important;}

.banner .left_col .left_content input[type="submit"]:hover{ background-color: #fff; color: #000; }

.banner .left_col .left_content input[type="checkbox"] { opacity: 0; visibility: hidden; position: absolute; }

.banner .left_col .left_content form label { position: relative; padding-right: 25px; background-image: url(../images/site/check_yes.png); background-repeat: no-repeat; background-position: right top 3px; background-size: 18px; font-size: 24px; color: #fff; line-height: 28px; font-weight: normal; text-align: right; display: block; margin-top: 25px; max-width: 466px; margin: 0 auto; margin-bottom: 15px; max-height: 20px; }

.banner .left_col .left_content form label.active { background-image: url(../images/site/check.png); }

.banner .left_col .left_content p.left_text{ font-size: 34px; line-height: 55px; color: #fff; letter-spacing: -0.01em; font-weight: normal; text-align: center; }

.bottom_part { display: flex; justify-content: space-between; flex-wrap: wrap; position: absolute; top: auto; bottom: 0px; width: 100%; align-items: center;background-image: url(../images/site/bottom_part.png);background-repeat: no-repeat;min-height: 118px;padding: 0px 140px;background-size: cover;}

.bottom_part .logo img{margin: 0 auto;display: block;}

 .icon_part ul { display: flex; justify-content: center; }

 .icon_part ul li { position: relative; margin-right: 84px;}

 .icon_part ul li::after{ content: ''; position: absolute; height: 30px; width: 2px; background-color: #ed1c2b; top: auto; bottom: 10px; left: auto; right: -40px; }

 .icon_part ul li:nth-child(1):after{content: unset;}

 .icon_part ul li img{margin: 0 auto;text-align: center;display: block;}

.icon_part ul li .text span{ font-size: 33px; line-height: 22px; font-weight: 500; color: #000; }

.banner  .right_col{ width: calc(100% - 540px); text-align: center; padding-top: 70px; }

.banner  .right_col h2{letter-spacing: -0.01em; line-height: 60px;}

.banner  .right_col .truck_img{ margin-top: 20px; }

.banner .right_col .truck_img img{max-width:64%;}

.title_detail{max-width: 925px;margin: 0 auto;}

/* thankyou page css start */

.thankyou{width: 100%;height: 100%;background: #000; background-color: rgba(0,0,0,0.7);opacity: 1;position: fixed;z-index: 999999;top: 0;}

.thankyou p{color:#fff;font-size: 35px;text-align: center;padding-top: 25%;font-weight: 600;}

.thankyou a{position: absolute;top:5%;right:5%;}

h1.mobile_view, h2.mobile_view{display: none}

.icon_detail.mobile_view{display: none;}
label.error{display: none !important;}
.in.error{      border:2px solid orange  !important;}