/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


@font-face {
    font-family: 'Ravi';
    src: url('fonts/ravi/Ravi.eot'); /* IE9 Compat Modes */
    src: url('fonts/ravi/Ravi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ravi/Ravi.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/ravi/Ravi.woff') format('woff'), /* Modern Browsers */
         url('fonts/ravi/Ravi.ttf') format('truetype'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

body, p,a,span, div,article,section,label, input,select, option, textarea,sub,inc,small{
    font-family:'Ravi', sans-serif ;
}
:root {
  --main-color: #535D6B;
  --second-newcolor: #282F38;
  --border-color: #C2CDE8;
  --second-bg: #F4F5FC;
  --main-bg: #fff;
}
#main-content {
  padding-top: 0;
}

.mn_homeMenu::before {
  content: "";
  background-image: url("images/menuHome.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: absolute;
  top: 10px;
  right: 5px;
}


.mn_homeMenu .nav-link-text {
  color: var(--main-color);
  font-family: Ravi !important;
  padding-right: 40px;
  padding-left: 15px;
  font-weight: 900 !important;
}
.mn_homeMenu .wd-design-default.wd-dropdown-menu.wd-dropdown .wd-sub-menu {
  display: flex;
}
.mn_menuKids::before,
.mn_menuMothers::before,
.mn_menuTeachers::before,
.mn_menuManagers::before
{
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.mn_homeMenu .color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
  width: auto;
  max-width: 100%;
  display: inline-table;
  padding: 20px 0;
}

.wd-sub-menu li.mn_menuKids a ,
.wd-sub-menu li.mn_menuMothers a ,
.wd-sub-menu li.mn_menuTeachers a ,
.wd-sub-menu li.mn_menuManagers a

{
  width: 90px;
  height: 90px;
  font-size: 0;
  z-index: 99999;
  cursor: pointer;
}
.mn_menuKids::before{
    background-image: url("images/kids.png");
}
.mn_menuManagers::before{
    background-image: url("images/managers.png");
}
.mn_menuMothers::before{
    background-image: url("images/mothers.png");
}
.mn_menuTeachers::before{
    background-image: url("images/teachers.png");
}

.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li::after{
    content: "";
    background-image: url("images/menudivider.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 8.5px;
    height: 97px;
    background-size: 8.5px 97px;
    position: absolute;
    top: 20px;
    left: -5px;
}
.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li:last-child::after{
    content: none;
}

.mn_homeMenu .wd-dropdown-menu.wd-dropdown .wd-sub-menu li {
  padding: 20px;
}
header .whb-general-header {
  border-bottom: 0;
}
#mn_HomefirstSection > div {
  padding: 60px 40px;
  padding-top: 0;
}
#mn_HomefirstSection {
  border: 1px solid var(--border-color);
  border-radius: 40px;
}
.mn_svgheading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px !important;
}
#kids .elementor-widget-wrap::before {
  content: "";
  background-image: url("images/border-top (2).png");
  background-repeat: repeat;
  background-position: left;
  width: 100%;
  height: 9px;
  background-size: 100% 9px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9999;
}
.mn-carusel .wd-carousel-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #F1F5FF;
  position: absolute;
  left: 0;
}
.mn-carusel .wd-carousel-item:last-child::before{
    content: none;
} 
.mn-btnCategory .elementor-button-text {
  line-height: 1.8;
  font-size: 15px !important;
  font-weight: 600;
}