/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {
  font-family: "Cairo", sans-serif;
}
body.index .main-nav-container #cat-in-header {
    color: #fff;
}
body.index .main-nav-container.fixed-pinned #cat-in-header {
    color: black !important;
}

@media screen and (min-width:991px){
body.index div#mainnav svg path {
    stroke: #fff !important;
}
}
.sub-menu *{
    color:#000 !important;
    }
@media (max-width:768px){
header.store-header{
    position: static !important;
}
#video-banner .video-parent .containt {
    right: 35% !important;
}
#video-banner .video-parent .bg-image {
    object-fit: fill !important;
}
h1.animate__animated.animate__fadeInUp{
    font-size: 15px !important;
}
}