/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
body * ,body {
font-family: "El Messiri", sans-serif !important;
}
@media (max-width:768px){
header.store-header{
position: static;
}
}
.my-moved-photo  .home-slider__content {
justify-content: flex-end;
padding-right: 0px;
}
.my-moved-photo  div[aria-label="2 / 2"] .home-slider__content {
    justify-content: flex-start;
    padding-left: 0px;
}
.my-moved-photo  div[aria-label="2 / 2"] .home-slider__content h3 {
    font-weight: bold !important;
    font-size: 70px !important;
    margin-bottom: 23px;
}
.my-moved-photo  .home-slider__content  > div {
align-items: center;
 width: 60%;
}
.my-moved-photo  .home-slider__content  > div > div:nth-of-type(1) {
text-align: center;
max-width: 100%;
}
.my-moved-photo .hero-slider-title {
 width:100%
 }
 .my-moved-photo  .home-slider__content  > div > div:nth-of-type(1) h3{
 font-size:55px;
line-height:55px;
font-family: "El Messiri", sans-serif !important;
 }
 @media (max-width:768px){
 .my-moved-photo  div[aria-label="2 / 2"] .home-slider__content h3 {
    font-size: 30px !important;
    margin-bottom: 0px;
}
.my-moved-photo  div[aria-label="2 / 2"] .home-slider__content {
    padding-left: 0px;
    left: 20%;
}
.my-moved-photo  .home-slider__content {
top: 100%;
align-items: flex-start;
padding-right: 20px;
}
.my-moved-photo  .home-slider__content  > div > div:nth-of-type(1) h3{
 font-size:20px;
line-height:25px;
 }
 }
 /*********secund-moved-banner*******/
 .my-secund-moved-banner   .home-slider__content  > div {
align-items: center;
 width: 60%;
}
 .my-secund-moved-banner a.btn-primary{
 background-color: #c46537 !important;
border: none;
}
.my-secund-moved-banner   .home-slider__content  > div > div:nth-of-type(1) {
text-align: center;
max-width: 100%;
}
.my-secund-moved-banner  .hero-slider-title {
 width:100%
 }
 .my-secund-moved-banner   .home-slider__content  > div > div:nth-of-type(1) h3{
 font-size:55px;
line-height:55px;
font-family: "El Messiri", sans-serif !important;
 }
@media (max-width:768px){
.my-secund-moved-banner  .home-slider__content {
top: 99%;
align-items: flex-end;
padding-right: 20px;
 
}
 .my-secund-moved-banner  .home-slider__content  > div > div:nth-of-type(1) h3{
 font-size:20px;
line-height:25px;
 }
 .my-secund-moved-banner  .description {
display: none;
}
 }
/********* my-third-moved-banner*******/

.my-third-moved-banner  .home-slider__content {
flex-direction: column;
padding-left: 0px;
left: 34%;
width: 50%;
}
 .my-third-moved-banner h3 {
 text-align:center;
font-size:40px;
line-height:43px;
font-family: "El Messiri", sans-serif !important;
 }
 @media (max-width:768px){
.my-third-moved-banner  .home-slider__content {
top: 64%;
align-items:center;
padding-right: 20px;
padding-top: 0px;
}
 .my-third-moved-banner  .home-slider__content  > div > div:nth-of-type(1) h3{
 font-size:14px;
line-height:25px;
 }
.my-third-moved-banner  .description {
display: none;
}
 .my-third-moved-banner .home-slider__content [alt="hero banner"]{
 max-height: 2rem;
 }
 }
 /************/
.my-advantage {
    background: none!important;
}
/* Hide Main Btn */
.my-secund-moved-banner .hero-slider-btn {
    display: none;
}