html {
    font-size: 62.5%;
    /*line-height: 1.5;*/
    /*#6fda44*/
    /*#008329*/
}

body {
    margin: 0;
    font-weight: 400;
    font-family: 'Centrale Sans';
    font-size: 14px;
    position: relative;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

h1 {
    font-size: 59px;
    color: #fff;
}

h2 {
    font-size: 45px;
}

/* img{
  width: 100%;
  height: auto;
} */

.nav-button {
    position: relative;
    z-index: 1111;
    border: solid 1px transparent;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
    cursor: pointer;
}

.nav-button #nav-icon3 {
    width: 26px;
    height: 20px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.nav-button #nav-icon3 span:nth-child(1) {
    top: 0;
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px;
}

.nav-button #nav-icon3 span:nth-child(4) {
    top: 15px;
}

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

.navbar {
    padding-top: 0;
}

/* ==============================================================================================================================
                                      Start Landing paage  
================================================================================================================================ */

/*   ==========================================   1. Header area css start     =======================================  */
.l_header_top_menu_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l_header_right_hambar_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l_header_right_hambar_menu ul > li > a {
    margin: 0 14px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.l_header_right_hambar_menu ul > li > a:hover {
    color: #f05a22;
}

.l_header_area {
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 10px 0 20px 0;
}

/* .
.l_header_area:before{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: rgba(244,244,244,.5);
  z-index: 2;
} */
.l_header_logo img {
    /* width: 70px; */
    height: auto;
    width: 85%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l_header_content_area a {
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 30px;
}

/* Body content area start  */
.l_header_content_area {
    max-width: 700px;
    padding: 14px 22px 25px 22px;
    border-radius: 18px;
    margin: 200px 0 100px 0;
}

/*   =============   SH Header area css start     =================  */

.header_area {
    background: #fff;
    -webkit-box-shadow: 0px 4px 26px 0px #00000040;
    box-shadow: 0px 4px 26px 0px #00000040;
    padding: 10px 20px;
}

.logo {
    width: 62px;
    height: auto;
}

.logo a {
    display: inline-block;
    position: relative;
}

.zs-bullet {
    display: none !important;
}

.navbar {
    display: none;
}

/* margin top */

.mtop-50 {
    margin-top: 50px;
}

.mtop-80 {
    margin-top: 50px;
}

/*   =============   SH Header area css start     =================  */

/*   =============   SH Header area css start     =================  */
.services_main_area {
    padding: 90px 0;
}

.services_single_item_area_img {
    height: 80px;
}

.services_single_item_area_img img {
    width: auto;
    height: 60px;
}

.services_single_item_text h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.services_main_area .g-5,
.gx-5 {
    --bs-gutter-x: 7rem;
}

/*   =============   SH Header area css start     =================  */
/*   =============   SH Header area css start     =================  */

.sidebar_main_area {
    padding: 0px 0;
}

.sidebar_main_single_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    column-gap: 140px;
    min-height: 80vh;
}

.sidebar_single_left_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.sidebar_single_left_area p {
    color: #c9c9c9;
    font-size: 20px;
    padding-top: 20px;
    margin: 1em 0;
    font-weight: 300;
}

.sidebar_single_right_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
}

.sidebar_single_right_area {
    position: relative;
}

.sidebar_single_right_area img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.container-fluid {
    padding: 0 !important;
}

.sidebar_main_single_item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    column-gap: 140px;
    min-height: 80vh;
}

/*   =============   SH Header area css start     =================  */

.iPhone_main_area {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.iPhone_main_text_area h2 {
    padding-bottom: 70px;
    text-align: center;
}

/* img area start  */
.single_iphone_img_area {
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

.owl-item.active {
    text-align: center !important;
}

.single_iphone_img_area img {
    max-width: 180px;
    height: 250px;
}

/* iPhone Text area start  */
.single_iphone_text_area {
    text-align: center;
    padding-top: 12px;
}

.iphone_headng_single_text {
    height: 120px;
}

.iphone_headng_single_text h3 {
    font-size: 25px;
    font-weight: 700;
}

.iphone_headng_single_text > p {
    font-size: 17px;
}

.iphone_headng_single_text p > span {
    color: #f05a22;
    font-size: 14px;
}

.iphone_buy_single_text > a {
    display: block;
    color: #0070e3;
}

.iphone_buy_single_text {
    height: 100px;
}

.iphone_buy_single_text a > span {
    display: inline-block;
    background: #0070e3;
    padding: 8px 18px;
    border-radius: 50px;
    color: #fff;
    margin: 10px 0;
}

/* ================   Footer main area start  ================== */
.footer_main_area {
    background: #010103;
    padding: 90px 0;
}

.footer_single_item_area h3 {
    color: #fff;
    font-size: 22px;
    line-height: 2;
}

.footer_single_item_area ul li a {
    color: #606060;
    line-height: 2.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer_single_item_area ul li a:hover {
    color: #fff;
}

.footer_social_icon_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_social_icon_area > ul li a {
    display: inline-block;
    padding: 0px 6px;
}

.footer_social_icon_area ul li a i {
    font-size: 18px;
}

.social_icon_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reveal {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    position: relative;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* ====================================== */
/* ===== Product page area start ======== */
/* ====================================== */
.prodect_menu_area {
    position: relative;
}

.l_header_top_menu_area {
    position: relative;
    z-index: 9999;
    padding: 1% 0;
}

.prodect_menu_area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50.35%;
    height: 100%;
    content: '';
    background: rgb(240 90 34);
    z-index: -1;
}

.product_main_area {
    /* background-color: #f16a38; */
    background: #f9f9f9;
    /* background-position: center center; */
    padding: 120px 0;
    position: relative;
}

.product_main_area:after {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    /* content: ''; */
    width: 100%;
    height: 100%;
}

.product_main_text_area {
    position: relative;
    z-index: 99;
}

.product_main_text_area h1 {
    text-align: center;
    color: #f05a22;
}

/*  ==========================   Technical Area start ========================  */
.technical_main_area {
    /* min-height: 90vh; */
    padding: 90px 0;
}

.technical_heading_area {
    text-align: center;
    max-width: 878px;
    width: 100%;
    margin: 0 auto;
}

.technical_heading_area {
    padding-bottom: 25px;
}

.technical_heading_area h2 {
    font-size: 48px;
    font-weight: 600;
    color: #b8b8b8;
}

.technical_heading_area p {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
}

/* Single item area start  */
.technical_single_item_area {
    text-align: center;
}

.image_technical_header_area img {
    height: 300px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.tecnical_singel_item_text {
    padding-top: 30px;
}

.tecnical_singel_item_text a {
    color: #f05a22;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tecnical_singel_item_text a:hover {
    text-decoration: underline;
}

/*  ==========   Choose area start  ============  */
.choose_single_item_area h1 {
    color: #0009;
}

.choose_single_item_area p {
    font-size: 20px;
    line-height: 1.9em;
    text-align: center;
}

.choose_banner_area {
    padding-top: 50px;
}

.choose_banner_area img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center center;
}

/*  ==============   HardWare section area start  ==============  */
.hardware_main_area {
    padding: 90px 0 30px 0;
}

.technical_heading_area a {
    margin-top: 20px;
}

/* Technical Support area start  */
.technical_sidebar_area_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 90px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.technicalSupport_main_area:nth-child(even) .technical_sidebar_area_start {
    justify-content: flex-end;
}

.technical_sidebar_image_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
}

.technical_sidebar_image_area img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.technical_sidebar_image_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    position: relative;
}

.technical_overlay_text_area {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technical_overlay_text_area_sub {
    opacity: 1;
    background: #fff;
    width: 70%;
    /* height: 300px; */
    padding: 40px;
    position: relative;
}

.clippath-area {
    height: 30px;
    width: 31px;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    position: absolute;
    bottom: -28px;
    left: 0;
}

.padding_clippath {
    font-size: 20px;
    line-height: 2em;
    padding: 15px 0;
}

.technical_overlay_text_area_sub p span {
    font-size: 12px;
    font-weight: 409;
}

.technical_sidebar_text_area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
}

.btn_gray {
    background: #f05a22;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}

.btn_gray:hover {
    background: #5f5f5f;
    color: #fff;
}

.technical_sidebar_image_area p {
    padding: 10px 0;
    font-size: 20px;
    line-height: 2.1em;
}

.technical_sidebar_image_area h2 + p {
    margin: 1em 0;
}

.fa-quote-right {
    transform: scaleX(-1);
}

/*  ==============   HardWare section area start  ==============  */
.contactSection {
    background-color: transparent;
    margin: 5%;
}

.contactSection .container {
    box-shadow: 0 0 10px 0px rgba(215, 215, 215, 0.24);
    border-radius: 5px;
    padding: 0;
    max-width: 1200px;
    width: 85%;
    display: flex;
    /* z-index: 1000; */
}

.contactSection h1 {
    color: #000;
}

.info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 4rem 3.5rem;
    border-radius: 5px;
    background-color: #f16a38;
}

.info-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
}

.info-content i {
    margin-right: 0.5em;
}

.info-content h2 {
    font-size: 16px;
}

.info-text p {
    color: #fff;
}

.contact-social {
    margin-bottom: 0;
}

.contact-social .info-icon {
    margin-right: 5%;
}

.form-area {
    padding: 3% 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #f7f2ee;
}

.form-area h1 {
    font-size: 28px;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 2%;
}

form > * {
    min-width: 45%;
    margin-bottom: 3%;
    margin-right: 5%;
}

form > div:nth-child(5) {
    min-width: 95%;
}

form .form-control {
    font-size: 1.2rem;
}

form .btn {
    display: block;
    height: 3em;
    min-width: 20%;
    font-size: 1.5rem;
    margin: 0 auto;
}

input {
    height: 3em;
}

.inner-space {
    margin-bottom: 5%;
}
