@font-face {font-family: "Janna LT Regular";
    src: url("../fonts/JannaLT-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Janna LT Bold";
    src: url("../fonts/JannaLT-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "font-1";
    src: url('../fonts/7.otf');
}
  
body {
    background-color: #FEFAF8;
    font-family:'font-1';
}

.font-ar{
   font-family:'Janna LT Regular';
}

.font-ar-bold{
    font-family:'Janna LT Bold';
}

.navbar {
    padding: 20px 20px 5px 20px;
}

.nav-item{
    padding: 0 5px;
}

.prof-menu{
    padding: 5px !important;
    height: 35px;
    width: 35px;
    position: relative;
    top: 5px;
}

.basket-badge{
    padding: 5px;
    min-height: 22px;
    min-width: 22px;
    font-size: 15px;
    text-align: center;
    margin-left: 1px;
    border-radius: 25px;
    color: #f69257;
    background-color: #fff;
    font-weight: 900;
}

.login-menu {
    right: 55px;
}

.text-main {
    color: #f69257 !important;
}

.text-main-secondary {
    color: #D4A3A9 !important;
}

.text-brown {
    color: #4b352b !important;
}

.text-green {
    color: #4BD37B !important;
}

.bg-main {
    background-color: #f69257;
}

.bg-section {
    background-color: #ffe9de;
}

.bg-main-light {
    background-color: #FEFAF8;
}

.bg-main-secondary {
    background-color: #D4A3A9;
}

.text-top {
    position: absolute;
    top: 80%;
    text-align: center;
    width: 100%;
}

.text-top-center {
    position: absolute;
    top: 75%;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.section2-img,
.section3-img,
.section4-img,
.section5-img,
.contact-us-img {
	max-width: 100%;
}

.section-img {
    height: 15rem;
}
/* START BANNER 1 */

.banner-img-container, .banner-img-container-ar {
    height: 78vh;
}

.banner-image {
    background-image: url('/assets/images/landing-page/banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47vw;
    right: 0;
    z-index: 1031;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.banner-image-ar {
    background-image: url('/assets/images/landing-page/banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45vw;
    left: 0;
    z-index: 1031;
}

.banner-1{
    width: 77%;
    height: auto;
    float:right;
}

.banner-1-img {
    height: 100%;
    width: 100%;
    margin-right: 40px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.new-banner-1{
    width: 100%;
    height: 550px;
    float:right;
}

.new-banner-1-img {
    width: 115%;
    /* margin-right: 40px; */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    right: -10px;
    top: -60px;
}

.new-banner-desc{
    position: relative;
    margin-left: 95px;
    margin-top: 100px;
}

.new-banner-desc1{
    font-family: "Lato", Arial, sans-serif;
    font-size: 3.2vw;
    color: #4b352b !important;
}

.new-banner-desc2{
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.9vw;
  color: #4b352b !important;
}

.new-banner-desc3{
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.9vw;
  font-weight: bold;
  color: #4b352b !important;
}

.new-appdl-1-img{
    margin-right:10px;
}

/*AR NEW BANNER*/

.ar-landing .new-banner-1{
    float:left;
}

.ar-landing .new-banner-1-img {
    margin-left: 40px;
    margin-right: auto;
    left: 40px;  
    right: auto;  
}

.ar-landing .new-banner-desc1{
    font-family: "Janna LT Bold";
}

.ar-landing .new-banner-desc2{
  font-family: "Janna LT Regular";
}

.ar-landing .new-banner-desc3{
  font-family:"Janna LT Bold";
}

.ar-landing .new-banner-desc{
    margin-right: 105px;
    margin-left: auto;
}

.ar-landing .new-appdl-1-img{
    margin-left:10px;
    margin-right: auto;
}

.banner-desc{
    position: absolute;
    height: 20%;
    width: auto;
    top: 330px;
    left: 250px;
}

.banner-desc1{
    font-size: 4vw;
    position: relative;
    color: #4b352b !important;
}

.banner-desc2{
    font-size: 4vw;
    position: relative;
    left: 335px;
    bottom: 45px;
    color: #f69257 !important;
}

.banner-desc3{
    font-size: 1.5vw;
    color: #f69257 !important;
    border: 1px solid #D4A3A9;
    border-radius: 25px;
    padding: 1px 5px 1px 5px;
    position: relative;
    bottom: 30px;
    left: 450px;
}

.banner-desc2::before {
    content: "";
    position: absolute;
    bottom: 35px;
    right: 590px;
    border-top: 3px solid #f69257;
    z-index: 4;
    width: 240px;
} 

.ar-landing .banner-1{
    width: 77%;
    height: auto;
    float:left;
}

.ar-landing .banner-1-img {
    height: 100%;
    width: 100%;
    margin-left: 40px;
    margin-right: auto;
    -webkit-transform:none;
    transform: none;
}

.ar-landing .banner-desc{
    position: absolute;
    height: 20%;
    width: auto;
    top: 330px;
    right: 129px;
    left: auto;
}

.ar-landing .banner-desc1{
    font-size: 4vw;
    position: relative;
    color: #4b352b !important;
}

.ar-landing .banner-desc2{
    font-size: 4vw;
    position: relative;
    right: 335px;
    left: auto;
    bottom: 45px;
    color: #f69257 !important;
}

.ar-landing .banner-desc3{
    font-size: 1.5vw;
    color: #f69257 !important;
    border: 1px solid #D4A3A9;
    border-radius: 25px;
    padding: 1px 5px 1px 5px;
    position: relative;
    bottom: 30px;
    right: 200px;
    left: auto;
}

.ar-landing .banner-desc2::before {
    content: "";
    position: absolute;
    bottom: 35px;
    left: 590px;
    right: auto;
    border-top: 3px solid #f69257;
    z-index: 4;
    width: 240px;
} 

/* END BANNER 1 */

/* BANNER 2 STARTS HERE */
.section-2 {
    background-color: #ffe9de;
    height: 780px;
    background-image: url("/assets/images/landing-page/section2_bg_en.png");
    background-repeat: repeat;
    background-size: 1550px;
}

.ar-landing .section-2 {
    background-image: url("/assets/images/landing-page/section2_bg.png");
}

.banner-2 {
    height: 50%;
    width: 70%;
}

.banner2-desc{
    float: right;
}

.banner2-desc1{
    color: #f69257 !important;
    font-weight: 900;
    line-height: 1.2;
}

.banner2-desc2{
    font-size: 1.5vw;
    color: #4b352b !important;
}

.section2-img{
    height: 100%;
}

/* BANNER 2 ENDS HERE */

/* SECTION 1 STARTS HERE */
.section-1, .section-1-ar {
    background-color: #ededef;
    padding-top: 10px;
    padding-bottom: 30px;
}

.section-1 .banner-1, .section-1-ar .banner-1 {
    padding: 0 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.section-1 h1, .section-1-ar h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #f69257;
    line-height: 1;
}

.section-1 h3 span, .section-1-ar h3 span {
    display: inline-block;
    width: 60px;
    height: 5px;
    background-color: #4b352b;
    /* Add any other styles to the line */
    margin-bottom: 5px;
} 

.section-1 h3, .section-1-ar h3 {
    margin-left: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #4b352b;
    line-height: 1;
}
/* SECTION 1 ENDS HERE */

/* SECTION 3 STARTS HERE */
.section-3 {
    height: 850px;
    background-image: url("/assets/images/landing-page/servcs_bg_en.png");
    background-repeat: no-repeat;
    background-size: 1550px;
    background-position: 1% 450%;
    padding: 0 100px;
}

.section3-title{  
    font-size: 4vw;
    color: #f69257 !important;
    padding-right: 150px;
}

.section3-item-title{
    font-size: 24px;
    color: #f69257 !important;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.section3-item-body{
    font-size: 14px;
    color: #4b352b !important;
    width: 88%;
    text-align: justify;
    margin: auto;
}

.ar-landing .section-3 {
    height: 850px;
    background-image: url("/assets/images/landing-page/servcs_bg.png");
    background-repeat: no-repeat;
    background-size: 1550px;
    background-position: 1% 450%;
    padding: 0 100px;
}

.ar-landing .section3-title{  
    font-size: 4vw;
    color: #f69257 !important;
    padding-left: 150px;
    padding-right: auto;
}

.ar-landing .section3-item-title{
    font-size: 24px;
    color: #f69257 !important;
    font-family: 'Janna LT Regular';
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.ar-landing .section3-item-body{
    font-size: 14px;
    color: #4b352b !important;
    font-family: 'Janna LT Regular';
    width: 65%;
    text-align: justify;
    margin: auto;
    direction: rtl;
}
/* SECTION 3 ENDS HERE */


/* SECTION 4 STARTS HERE */
.section-4{
    height: 640px;  
    background-color: #ffe9de;
}

.section4-title{
    font-size: 4vw;
    color: #f69257 !important;
    font-family: 'Janna LT Bold';
}

.section4-desc{
    font-size: 24px;
    color: #4b352b !important;
    font-family: 'Janna LT Regular';
}

.vision-img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ar-landing .vision-img{
    -webkit-transform: none;
    transform: none;
}
/* SECTION 4 ENDS HERE */


/* SECTION 5 STARTS HERE */
.section-5 {
    height: 850px;
    background-image: url("/assets/images/landing-page/diff_img_bg_en.png");
    background-repeat: no-repeat;
    background-size: 1550px;
    background-position: 1% 15%;
    padding: 0 160px;
}

.section5-title{  
    font-size: 4vw;
    color: #f69257 !important;
    padding-left: 150px;
    margin-top: 50px;
}

.section5-desc{  
    font-size: 23px;
    color: #4b352b !important;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.ar-landing .section-5 {
    height: 850px;
    background-image: url("/assets/images/landing-page/diff_img_bg.png");
    background-repeat: no-repeat;
    background-size: 1550px;
    background-position: 1% 15%;
    padding: 0 160px;
}

.ar-landing .section5-title{  
    font-size: 4vw;
    color: #f69257 !important;
    padding-right: 150px;
    padding-left: auto;
    margin-top: 50px;
}

.ar-landing .section5-desc{  
    font-size: 24px;
    color: #4b352b !important;
    font-family: 'Janna LT Regular';
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/* SECTION 5 ENDS HERE */

/* SECTION 6 STARTS HERE  */

.section6-title{  
    font-size: 4vw;
    color: #f69257 !important;
    font-family: 'Janna LT Bold';
    margin-top: 50px;
}

.contact-us-img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-6 .signin-form{
    width:85%;
    float:right;
    font-size: 14px;
    color: #f69257 !important;
    font-family: 'Janna LT Regular';
}

.section-6 .signin-form label{
    color: #4b352b !important;
    font-family: 'Janna LT Regular';
}

.ar-landing .contact-us-img{
    -webkit-transform: none;
    transform: none;
}

.ar-landing .section6-title{  
    font-size: 4vw;
    color: #f69257 !important;
    font-family: 'Janna LT Bold';
    margin-top: 50px;
}

.section-6 .signin-form-ar{
    width:85%;
    font-size: 14px;
    color: #f69257 !important;
    font-family: 'Janna LT Regular';
    direction:rtl;
}

.section-6 .signin-form-ar label{
    color: #4b352b !important;
    font-family: 'Janna LT Regular';
}

/* SECTION 6 END HERE */

.text-rotate {
    transform: scale(-1, 1);
    color: #000080;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.border-main {
    border: 1px solid #D4A3A9;
    border-radius: 25px;
}

.contact-us-img{
    /* height: 20rem; */
}

.bg-img-offer{
    margin-top: 40px;
    width: 95%;
}

.footer-ar{
    direction:rtl;
}

.footer-line{
    width: 150px;
}

.footer-links{
    padding-top: 15px;
}

.footer-address{
    width: 365px;
}

.footer-ar .footer-address{
    width: 280px;
}

.footer-content{
    color: #4b352b !important;
    font-size: 15px;
}

.footer-title{
    color: #f69257 !important;
    font-size: 20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f69257' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f69257' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


  /* start english version */
.offer-container .offer-img {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 5px 5px 2px 0px #B5CC8E;
    border: 1.5px solid #f69257;
  }
  /* end english version */


  /* start arabic version */
  .offer-container .offer-img-ar {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 5px 5px 2px 0px #B5CC8E;
    position: absolute;
    top: 2px;
    margin-right: -4.2rem;
    border: 1.5px solid #f69257;
  }
  /* end arabic version */

  .offer-container .jumbotron-img {
    display: inline-block;
    /* width: 100%; */
    height: 20rem;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 25px;
    background-color: none;
    object-fit: fill;
  }
  

  .small-logo {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
  }

  .btn-no-border{
    border: none;
    border-radius: 25px;
    background-color: none;
    color: #f69257;
  }

  .btn-no-border:hover{
    background-color: #ffe9de;
  }

  .btn-outline-main{
    border: 1px solid #f69257;
    border-radius: 25px;
    background-color: none;
    color: #f69257;
  }

  .btn-outline-main:hover{
    background-color: #ffe9de;
  }

  .form-control-main {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #f69257;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-control-main:focus {
    outline: none !important;
    border:1px solid #f69257;
    background-color: #fff;
    color: #f69257;
    border-radius: 25px !important;
}

.form-control-main:hover{
    cursor: pointer;
}


.form-control-secondary {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f69257;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #f69257;
}

.form-control-secondary:focus {
    outline: none !important;
    border:1px solid #f69257;
    background-color: #fff;
    color: #f69257;
    border-radius: 25px !important;
}

.form-control-secondary:hover{
    cursor: pointer;
}

.form-control-search {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f69257;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-search:focus {
    outline: none !important;
    border:1px solid #f69257;
    background-color: #fff;
    color: #f69257;
    border-radius: 25px !important;
}


input[type="checkbox"] {
    accent-color: #f69257; 
    color: white;
}

/* start override bootstrap checkbox color */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f69257 !important;
  }
  
  .custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(246, 146, 87, 0.25)
  }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
  }
  .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: #f7d4bf; 
  }
/* end here */

.form-control[type="text"]:hover, .form-control[type="email"]:hover, .form-control[type="number"]:hover{
    cursor: auto;
}

.direction-rtl{
    text-align: right;
    direction: rtl;
}

.list-inline-item-main{
    color: #f69257;
    font-weight: 650;
    border-right: 2px solid rgba(246,146,87,.3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    cursor: pointer;
}

.list-item-active{
    background-color: #ffe9de;
}

/* en */
.mobile-input:focus{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.mobile-input{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.mobile-label{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}


/* ar */
.mobile-input-ar:focus{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mobile-input-ar{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.mobile-label-ar{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.empty-cart-image{
    height: 40vh;
    width: 100%;
}



/*start pagination */
.pagination > li > a
{
    background-color: white;
    color: #f69257;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
    outline: #f69257;
    box-shadow: none;
}

.pagination > .active > a
{
    color: white;
    background-color: #f69257 !Important;
    border: solid 1px #f69257 !Important;
}

.pagination > .active > a:hover
{
    background-color: #f69257 !Important;
    border: solid 1px #f69257;
}

/* end pagination */

.active{
    background-color: #ffe9de;
    border-radius: 25px;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .row.equal-cols:before,
  .row.equal-cols:after {
    display: block;
  }
  
  .row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
  }

  .swal2-container {
    zoom: .7;
  }

 /*Offers Page*/
 
 .searchblock{
    height: 720px;
    background-image: url("/assets/images/landing-page/search_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Janna LT Regular';
    position:relative;
    z-index:1;
 }

 .searchblockar{
    height: 720px;
    background-image: url("/assets/images/landing-page/search_bg_ar.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Janna LT Regular';
    position:relative;
    z-index:1;
 }

 .searchblock h3{
    font-family: 'Janna LT Regular';
    font-size: 40px;
 }

 .searchblocktitle {
    padding-top: 145px;
 }
 .searchblockdesc{
    font-size: 18px;
    top: 135px !important;
 }
 
 .searchblockar h6{
    font-family: 'Janna LT Regular';
 }

 
 .searchblockar h3{
    font-family: 'Janna LT Regular';
    font-size: 40px;
 }
 
 .searchblockar h6{
    font-family: 'Janna LT Regular';
 }

 .searchfilter{
    top: 45%!important;
 }
 
 .mostviewed{
    height: 792px;
    background-image: url("/assets/images/landing-page/most_viewed_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'Janna LT Regular';
    position:relative;
    /* z-index:-1; */
    bottom:85px;
 }

 .mostviewedar{
    height: 792px;
    background-image: url("/assets/images/landing-page/most_viewed_bg_ar.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'Janna LT Regular';
    position:relative;
    z-index:-1;
    bottom:85px;
 }

 .mostviewed h4, .mostviewed h5{
    font-family: 'Janna LT Bold';
 }
 
 
 .mostviewedar h4, .mostviewedar h5{
    font-family: 'Janna LT Bold';
 }

 .offer-title {
    color: #4b352b;
    text-transform: capitalize;
    font-weight: 500;
 }

 .offer-price {
    color: #4BD37B;
    font-size: .9rem;
 }

 .card {
    border: 1px solid #f2f0f0;
    position: relative;
 }

 .card .wishlist-btn {
    position: absolute;
    background-color: transparent;
    top: 20px;
    /* transform: translate(50%, -50%); */
    height: 2rem;
    width: 2rem;
    display: grid;
    place-items: center;
    color: #f69257;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 100%;
    transition: all 0.5s ease;
 }

 .card .wishlist-btn:not(.ar) {
    right: 20px;
 }

 .card .wishlist-btn.ar {
    left: 20px;
 }

 .card .wishlist-btn:not(.active):hover {
    border: 1px solid #f69257;
 }

 .card .wishlist-btn.active {
    border: 2px solid #f69257;
 }

 .service-img {
    border-radius: 500px;
    height: 28rem;
    width: 80%;
    object-fit: cover;
 }

@media screen and (max-width: 1200px) {

    .vision-img{
        height: 25rem;
    }

    .banner-image {
        background-size: 100% 100%;
        position: absolute;
        top: 80px;
        left: 47vw;
    }

    .banner-image-ar {
        background-size: 100% 100%;
        position: absolute;
        top: 80px;
        right: 47vw;
    }
}

@media screen and (max-width: 992px) {
    .vision-img{
        height: 20rem;
    }

    .service-img {
        height: 22rem;
        width: 80%;
     }
}

@media screen and (max-width: 768px) {
    .new-banner-desc {
        position: relative;
        margin-left: 30px;
        margin-top: 0;
    }

    .new-banner-desc1 {
        font-family: "Lato", Arial, sans-serif;
        font-size: 7.5vw;
        color: #4b352b !important;
      }

    .new-banner-desc2 {
        font-family: "Lato", Arial, sans-serif;
        font-size: 4vw;
        color: #4b352b !important;
    }

    .new-banner-desc3 {
        font-family: "Lato", Arial, sans-serif;
        font-size: 3vw;
        font-weight: bold;
        color: #4b352b !important;
    }

    .new-banner-1-img {
        width: 125%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        top: 0px;
    }

    /*AR banner*/

    .ar-landing{
        height:800px;
    }

    .ar-landing .new-banner-desc {
        margin-right: 30px;
        margin-left: auto;    
        position: absolute;
        bottom: 430px;
    }

    .ar-landing .new-banner-desc1 {
        font-family: 'Janna LT Bold';
      }

      .ar-landing .new-banner-desc2 {
        font-family: 'Janna LT Regular';
    }

    .ar-landing .new-banner-desc3 {
        font-family: 'Janna LT Bold';
    }

    .ar-landing .new-banner-1-img {
        width: 125%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        top: 0px;
        left: 0;
    }


    /*******************/




    .section2-img,
    .section3-img,
    .section4-img,
    .section5-img,
    .contact-us-img {
        max-width: 80%;
    }

    .section-5 div img {
        max-width: 80%;
    }

    .service-img {
        height: 22rem;
        width: 30%;
     }
}

@media screen and (max-width: 600px) {
    .section-img {
        height: 11rem;
    }

    .vision-img{
        height: 9rem;
    }

    .bg-img-offer{
        height: 10rem;
        width: 100%;
    }

    .offer-container .offer-img {
        display: inline-block;
        width: 7rem;
        height: 7rem;
        background-position: 50% 50%;
        background-size: cover;
        border-radius: 50%;
    }

    .banner-image {
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .banner-image-ar {
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        z-index: 1;
    }

    .section-1 .banner-1,  .section-1-ar .banner-1{
        z-index: 2;
    }

    .section-1 h1, .section-1-ar h1 {
        font-size: 2.8rem;
        line-height: .9;
    }
    
    .section-1 h3 span, .section-1-ar h3 span {
        width: 40px;
    } 
    
    .section-1 h3, .section-1-ar h3 {
        font-size: 1.8rem;
    }

    .service-img {
        height: 18rem;
        width: 50%;
     }

     .ar-landing .new-banner-1-img {
        width: 100%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        position: absolute;
        top: 270px;
        margin-left: 0;
    }

}