/*

Hydro Template 

http://www.templatemo.com/tm-509-hydro

*/  
  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&display=swap');

  body {
    background: #ffffff;
    /* font-family: ', sans-serif; */
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    /* text-shadow: 4px 10px 2px rgba(53,66,109,0.15); */
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    /* font-weight: 300; */
    line-height: inherit;
    letter-spacing: -1px;
  }

  h1 {
    color: #292929;
    /* font-size: 3em; */
    margin-bottom: 30px;
  }

  h2 {
    color: #393939;
    font-size: 2em;
  }

  h3 {
    color: #505050;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
  }

  h4 {
    color: #696969;
    font-size: 18px;
    line-height: normal;
  }

  p {
    color: #757575;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
  }

  strong {
    font-weight: 500;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/
/* snow */
#body{
  margin:0;
  /* height: 585px; */
  width: 100%;
  background-color: black;
  position: absolute;
}
.cloud-wrapper{
  /* height:70vh; */
  display:flex;
}
.cloud {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cloud-part {
    position: absolute;
    border-radius: 100px;
    width: 100%;
    height: 35%;
    background: #ffffff;
}
.cloud-part:after, .cloud-part:before {
    content: '';
    position: absolute;
    background: #fff;
}
.cloud-part:before{
    border-radius: 50%;
    width: 50%;
    height: 140%;
    right: 10%;
    top: -70%;
}
.cloud-part:after{
    border-radius: 100px;
    height: 140%;
    left: 15%;
    top: -42%;
    width: 50%;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
h2 {
    margin-top: 50px;
    font-size: 18px;
    font-family: sans-serif;
}
h2 span{
  color: red;
  font-size: 100%;
  position: initial;
}

.icon {
    width: 50px;
    height: 50px;
}
.icon-shape {
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.25rem;
    font-size: 20px;
    margin-right: 1rem;
}
.icon-color-1{
    background: #efdff7;
    color: #b17cc6;
    margin-left: 1rem;
}
.icon-color-2{
    background-color: #c6e6fd;
    color: #63b0e3;
    margin-left: 1rem;
}
.icon-color-3{
    background-color: #efe3e3;
    color: #ed7265;
    margin-left: 1rem;
}
.icon-color-4{
    background-color: #ddedea;
    color: #45d7ba;
    margin-left: 1rem;
}
.icon-color-5{
    background-color: #ffe0e3;
    color: #bd2130;
    margin-left: 1rem;
}
.icon-color-6{
    background-color: #e2e8ff;
    color: #6582ed;
    margin-left: 1rem;
}
.flex-para{
     display:flex;
}
.head-title-feature{
     font-size: 28px;
     margin-top: 1rem;
     margin-bottom: 1rem;
     color: #58627C;
     font-family: 'Cairo', sans-serif !important;
}
#features h5{
     font-size: 20px;
}
#features p{
     font-size: 18px;
}
#cards .about-disc{
     height: 400px;
}
#cardAjiba{
     padding-top: 0px;
     padding-bottom: 0px;
}

#ajiba-res{
  display: none;
}
/* #object_main{
  margin-top: 32%;
  box-shadow: 3px 3px 10px lightblue;
} */
.owl-dot{
  background-color: lightgrey !important;
}
.owl-dots button.owl-dot.active{
  background-color: black !important;
}
.bad input, .bad select, .bad textarea {
  border: 1px solid #CE5454;
  box-shadow: 0 0 4px -2px #CE5454;
  position: relative;
  left: 0;
  -moz-animation: .7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear;
}
.item input, .item textarea {
  -webkit-transition: 0.42s;
  -moz-transition: 0.42s;
  transition: 0.42s;
}

/* alerts (when validation fails) */
.item .alert {
  /* float: right; */
  margin: 0 0 0 10px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out;
  width: max-content;
}
.item .alert::after {
  content: '';
  display:none;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}
.item.bad .alert {
  left: 0;
  opacity: 1;
}

@media (max-width: 767.98px){
  .letters-bg {
    background: none !important;
   
  }
    .cloud {
        width: 60px;
        height: 60px; 
    }
}

.cloud-wrapper[data-v-04536595]{
  display: flex;
  height: 30%
}
.cloud-wrapper>.cloud{
    -webkit-animation: cloudMoving linear infinite;
    animation: cloudMoving linear infinite;
    position: absolute;
    left: 0;
}
.cloud-wrapper>.cloud:first-child {
    width: 200px;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    opacity: .9;
    transform: scale(.9);
    align-self:flex-start;
}
.cloud-wrapper>.cloud:nth-child(2) {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    opacity: .9;
    align-self: center;
}
.cloud-wrapper>.cloud:nth-child(3) {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    opacity: .9;
    width: 130px;
    align-self: flex-start;
}

.cloud-wrapper>.cloud:nth-child(4) {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    opacity: .9;
    width: 130px;
}

.cloud-wrapper>.cloud:nth-child(5) {
    width: 200px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    opacity: .9;
    transform: scale(.9);
    align-self: center;
}

.big-cloud[data-v-04536595] {
    width: 200px;
    height: 150px;
    z-index: -1;
}
@keyframes cloudMoving{
  0% {
    left: -5%;
    visibility: visible;
}
25% {
    left: 25%;
    visibility: visible;
}
50% {
    left: 50%;
    visibility: visible;
}
75% {
    left: 75%;
    visibility: visible;
}
100% {
    left: 100%;
    visibility: visible;
}
}
      .slider {
          width: 50%;
          margin: 100px auto;
      }
  
      .slick-slide {
        margin: 0px 20px;
      }
  
      .slick-slide img {
        width: 100%;
      }
     .slick-list{
          margin-top: 8%;
     }
      .slick-prev:before,
      .slick-next:before {
        color: black;
      }
  
  
      .slick-slide {
        transition: all ease-in-out .3s;
        opacity: 1;
      }
      
      .slick-active {
        opacity: 1;
      }
  
      .slick-current {
        opacity: 1;
      }
     
canvas{
width:100%;
height: 100%;
position:absolute;top:0;left:0;
/* background-color: black; */
background-image: linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -o-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -moz-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -webkit-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);
background-image: -ms-linear-gradient(bottom, rgb(105,173,212) 0%, rgb(23,82,145) 84%);

background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(166,92,189)),
  color-stop(0.84, rgb(166,75,241))
);
}
#boy{
  position: absolute;
  top: 30%;
  left: 7%;
  } 

  #boy2{
    position: absolute;
    top: 30%;
    left: 38%;

  } 

  #boy3{
    position: absolute;
    top: 30%;
    left: 70%;

  } 

#cloud{ 
position: absolute;
top: 5%;
left: 28%; 
   }

   #small-slider{
    display:none;
  }
   /* end snow */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #252525;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 0;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #ce3232;
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #00F260;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: transparent;
    color: #393939;
  }

  .overlay {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }

  section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }

  #scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 11;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  .navbar-nav {
    float: right !important;
    margin: 0;
  }

  .navbar-header img{
    width: 75%;
  }

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 0px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-top: 1rem;
    margin-left: 7rem;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .nav li a:focus{
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      height: 70px;
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 0px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
    
  }


  .lang-menu {
    width: 67px;
    margin-top: 1rem;
    margin-left: 35px;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 10px lightgrey;
}
.course_search_input {
  height: 35px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  background: #FFFFFF;
  /* padding-left: 20px; */
}
  /*---------------------------------------
      HOME              
  -----------------------------------------*/
/* clouds */
/*  */

/*  */
  #home {
    background: url('../images-ar/header_Magic\ LettersAr.png') ;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 10em;
    text-align: left;
    height: 700px;
  }

  #home h1 {
    color: #5200FF;
    font-size: 55px;
    font-weight: bold;
    margin-bottom:2rem;
  }
  #learning-title{
    margin-bottom: -14rem !important;
    font-size: 35px !important;
  }

  #home h2{
    font-family: 'Montserrat', sans-serif;
    color: #3423F5;
    font-weight: bold;
  }

  .home-info .section-btn {
    background: transparent;
    border: 2px solid #f9f9f9;
    color: #f9f9f9;
  }

  .home-info .section-btn:hover,
  .home-info .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }

  .home-info span {
    display: inline-block;
    vertical-align: middle;
    color: #f9f9f9;
    font-weight: 500;
    margin-left: 20px; 
  }

  .home-info span small {
    display: block;
  }

  .embed-responsive-16by9 {
    border-radius: 30px;
}
.video-play{
  height: 470px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 111111;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}
  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    text-align: left;
    padding-bottom: 0;
  }

  #about img{
    margin-top: 23rem;
  }
  .about-sec{
    /* background-image: url(../images/about-bg.svg); */
    /* height: 1070px; */
    background-position: center;
    background-size: cover;
  }
  #about .about-info:first-child {
    margin-right: 40px;
  }

  .about-info .section-title {
    margin: 40px 0 40px 0;
  }

  .about-info {
    margin-top: 60px;
  }

  .skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 25px;
  }

  .skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
  }

.about-disc{
  /* height: 100vh; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* margin-top: 10rem; */
}

.about-disc p{
    font-size: 18px;
    line-height: 59px;
}

.video-flex{
  display: flex;
    justify-content: flex-end;
    align-items: center;
}
.video-m{
  margin-top:2rem;
  width: 80%;
  border-radius: 50px;
  box-shadow: 4px 3px 10px cadetblue;
  margin-bottom: 10%;
}
.letters-text{
  background: #E1F3F9;
}
  /*---------------------------------------
      WORK             
  -----------------------------------------*/

  /* #cards{
    margin-top: 1rem;
  } */
  .work-info img {
    width: 100%;
    border-radius: 100%;
  }

  #work .work-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
  }

  .work-thumb .work-info {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .work-thumb .work-info:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background: #ce3232;
    opacity: 0;
    transition: 0.5s;
  }

  .work-thumb .work-info:hover::after {
    opacity: 0.9;
  }

  .work-thumb .work-info h3,
  .work-thumb .work-info small {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .work-thumb .work-info small {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px;
  }

  .work-thumb:hover .work-info h3,
  .work-thumb:hover .work-info small {
    transform: translateY(0px);
    opacity: 1;
  }

  #sign-sec{
    margin-top: -8rem;
    background-image: url("../images/sign-bg.webp");
    background-size: cover;
    background-position:center;
    height: 350px;
  }

  #work{
    /* margin-top: 59rem; */
    padding-bottom: 0px;
    margin-bottom: 3rem;
  }

  #epic-box{
    width:100%;
  }

  .shop-title{
    color:#FF5C00;
    padding-bottom: 0px !important;
    font-family: 'Cairo', sans-serif !important;
    font-size: 20px;
    letter-spacing: inherit;
  }

  .epic-shop{
    text-align: left;
    margin-top: 8rem;
  }

  .app-noon{
    margin-left: 2rem;
}

  .shop-btns{
    display: flex;
    
  }

  .shop-now{
    color:#B45A28;
    margin-bottom: 3rem;
  }

  .img-shop{
    width:100%;
  }

  #sign_up{
    background-color: #FE3D00;
    color:white;
    padding: 10px 20px;
    font-weight: bold;
    height: 41px;
    margin-top: 16px;
  }

  #email{
    height: 42px;
    margin-top: 17px;
    width: 370px;
    margin-right: 2rem;
  }

  #form-regist{
    display: flex;
    justify-content: center;
    /* align-items: center; */

  }

  #work h2{
    /* font-weight: bold; */
    padding-bottom: 4rem;
  
  }

  #plane{
    /* width: 100%; */
    -webkit-animation: mover 3s infinite  alternate;
    animation: mover 4s infinite  alternate;
  }
  @-webkit-keyframes mover {
    0% { transform: rotate(-10deg); }
    /* 50% { transform: rotate(45deg); } */
    100% { transform: rotate(10deg); }
}
@keyframes mover {
    0% { transform: rotate(-10deg); }
    /* 50% { transform: rotate(45deg); } */
    100% { transform: rotate(10deg); }
}
  /*---------------------------------------
    LEARNING            
  -----------------------------------------*/
 .head-title{
    color:#58627C;
    margin-bottom: 4rem;
    font-family: 'Montserrat', sans-serif;    
    font-size: 33px;
  }
  .letters-bg{
    background-image: url(../images/letters.svg);
    background-size: cover;
    height: 289px;
  }
.img-wid{
  width: 75%;
}

.learn-first{
  margin-bottom: 4rem;
  display: flex;
}

#img-slider{
  width: 237px;
  height: 322px;
  background-image: url("../images/LearningThroughPlay/KnowingLetters.png");
  /* background-color: red; */
  position: absolute;
  left: 78px;
  top: 11%;
}

#learning{
  padding-top: 0px;
  padding-bottom: 0px;
}
#learning a{
  cursor: pointer;
}
/* 
  /*---------------------------------------
      ABOUT EPIC           
  -----------------------------------------*/
.epic-info p{
  font-size: 20px;
  line-height: 45px;
  text-align:left;
}
#about-epic{
  /* background-color: aliceblue; */
  margin-top: 69rem;
  padding-bottom: 0px;
}
  /* 
  /*---------------------------------------
      CONTACTS             
  -----------------------------------------*/
  /* slider */
  #big-slider{
    margin-top: 13rem;
  }

  #contact {
    background: #00F260;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0575E6, #00F260);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0575E6, #00F260); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  #contact .section-title h2 {
    color: #ffffff;
  }

  .google-map {
    border-radius: 100%;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }

  .google-map iframe {
    border: 0;
    width: 300px;
    height: 300px;
  }

  #contact .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    color: rgba(20,20,20,0.5);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-left: 8px;
  }

  #contact input,
  #contact select {
    height: 55px;
  }

  #contact select {
    color: rgba(20,20,20,0.5);
  }

  #contact input[type='submit'] {
    background: #ce3232;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 500;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
  footer h2 {
    color: #333;
  }
  .head-footer{
      color: #58627C;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif;
  }
  .footer-link {
    margin: 0;
    padding: 0;
  }

  .footer-link li {
    display: block;
    list-style: none;
    margin: 5px 10px 5px 0;
    color:#58627C;
  }

  .footer-link li img{
    margin-right:7px;
  }

  footer p,
  footer span,
  .footer-link li a {
    color: #707070;
  }

  .copyright-text p,
  .footer-bottom .phone-contact p {
    font-size: 14px;
  }

  .footer-info p {
    margin-right: 4em;
  }

  .footer-bottom {
    /* border-top: 1px solid rgba(255,255,255,0.1); */
  }

  .footer-bottom .phone-contact,
  .footer-bottom .social-icon {
    display: inline-block;
    vertical-align: top;
  }

  .footer-bottom .phone-contact {
    margin-right: 40px;
  }

  .footer-bottom .phone-contact span {
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
  }

.fas{
    font-size: 20px;
    margin-right: 5px;
}

.footer-copyright{
  padding: 1rem;
  background-color: #e6e9eb;
}

.footer-logo{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 1rem;
}

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
.social-media{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11%;
    margin-bottom: 2rem;
}
  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #d9d9d9;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    margin: 5px 10px;
  }

  .social-icon li a:hover {
    color: #ce3232;
  }


  /*---------------------------------------
      MODAL FORM             
  -----------------------------------------*/
#shopModal .modal-dialog{
  width: 70%;
  margin-top:5% !important;
  border-radius: 50px;
}
#shopModal .modal-content{
  width:100%;
  margin-top:5% !important;
}
#shopModal .form-control{
  margin:0px !important;
}
#shopModal .modal-dialog form .form-control:hover, #shopModal .modal-dialog form .form-control:focus{
    border-color: #000;
}

#shopModal button{
  padding: 10px 45px;
  border-radius: 30px;
}  
  @media (min-width: 992px) {
    .modal-dialog {
      width: 420px;
    }
  }

  .modal-open .modal {
    padding-left: 0 !important;
  }

  .modal-dialog .modal-content {
    margin-top: 35%;
    width: 178%;
    margin-left: 0%;
   border: none;
    border-radius: 2px;
    text-align: center;
    position: relative;
    padding: 2em;
  }

  .modal-header, .modal-footer {
    border-bottom: 0;
    padding: 0;
  }

  .modal-dialog .modal-body {
    padding: 0;
  }

  .modal-dialog .modal-body a {
    color: #d9d9d9;
  }

  .modal .close {
    color: #999;
    font-size: 40px;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    outline: none;
  }

  .modal-dialog .modal-title {
    margin-bottom: 20px;
  }

  .modal-dialog .modal-title h2 {
    color: #ffffff;
  }

  .modal-dialog .nav-tabs {
    display: inline-block;
  }

  .modal-dialog .nav-tabs > li > a {
    border: 0;
    color: #999999;
    margin-right: 0;
  }

  .modal-dialog .nav-tabs > li.active > a, 
  .modal-dialog .nav-tabs > li.active > a:hover, 
  .modal-dialog .nav-tabs > li.active > a:focus,
  .modal-dialog .nav>li>a:focus, 
  .modal-dialog .nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ce3232;
  }

  .modal-dialog .tab-content {
    padding-top: 20px;
  }

  .modal-dialog form .form-control {
    border-radius: 5px;
    border: 1px solid #595959;
    background: transparent;
    box-shadow: none;
    margin: 15px 0 15px 0;
    height: 50px;
  }

  .modal-dialog form .form-control:hover,
  .modal-dialog form .form-control:focus {
    border-color: #ffffff;
  }

  .modal-dialog form input[type="submit"] {
    background: #ce3232;
    border-color: transparent;
    border-radius: 100px;
    color: #ffffff;
    margin-top: 20px;
  }
  .app{
    width: 134px;
  }

  .justify-content-start{
    justify-content: start !important;
  }
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/
   @media only screen and (min-width: 1301px) and (max-width: 1400px){
.video-play-button {
    top: 47% !important;
    left: 70% !important;
}
   }
  @media only screen and (min-width: 1024px) and (max-width: 1300px){
    #epic-logo{
      width: 100%;
    }
    /* #about-epic {
      margin-top: 60rem !important;
  } */
    #home {
      background-position: 92% -50px !important;
    }
    .custom-navbar .nav li a {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: -0.5px;
  }
  .video-play-button {
    top: 30% !important;
    left: 47% !important;
}
  }
  @media screen and (max-width: 1170px) {
    
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
    #footer-logo{
      width:80%;
    }
  }
  @media screen and (max-width: 1024px) {
    /* #boy{
      width: 265px;
      } 
    
      #boy2{
        width: 265px;
      } 
    
      #boy3{
        width: 265px;
      }  */
      .letters-bg {
        background-size: contain;
        height: 241px;
    }
     #about-epic {
      margin-top: 60rem !important;
  }
    #cloud{ 
      width: 500px;
       }
    .video-m {
      margin-top: 20%;
     
  }
    #img-slider {
      left: 13%;
  }

  .app{
    width: 200px;
  }

  #about img{
    width:90%;
  }
  
  .about-disc p {
    width:100%;
    font-size: 20px;
}

.about-disc {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-top: 26rem; */
}

.about-sec {
  height: 886px;
}
  
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px)  {
    #ajiba{
      display: none;
    }
    #ajiba-res{
      display: block;
    }
    #cardAjiba{
      margin-top: -16rem;
    }
    .duck-img{
      margin-top: 15rem;
    }
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: 0em !important;
  }
  .lang-menu {
    width: 67px;
    margin-top: 1rem;
     margin-left: 0px !important;
  }
    #home {
      background-position: 30% -50px !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }
    .video-play {
      height: 195px !important;
  }
    .video-play-button {
      left: 53% !important;
    }
    /* #work {
      margin-top: 45rem;
  } */
    #body {
      height: 466px;
    }
    #cloud{ 
      width: 395px;
       }
    .video-m{
      width: 100%;
      margin-top:0px;
    }
    
    #home h1{
      margin-bottom: 0px;
    }
    h3 {
      font-size: 1.2em;
    }

    p {
      font-size: 13px;
    }

    #home {
      text-align: center;
      height: auto;
    }

    .home-info {
      margin-bottom: 3em;
    }

    .about-sec {
      height: auto !important;
  }

  .about-disc {
    height: auto;
}
  .epic-flex{
    justify-content: center !important;
    margin-bottom: 4rem;
  }
    #about h1{
      margin-top: 20rem;
    }
    .custom-navbar .nav li a {
      font-size: 11px;
      padding-right: 11px;
      padding-left: 11px;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .blog-thumb {
      height: inherit;
    }

    .blog-info {
      padding: 45px 25px;
    }

    .media.blog-thumb .media-left {
      display: block;
      width: 100%;
      padding-right: 0;
      overflow: hidden;
    }

    .media.blog-thumb .media-left {
      height: 250px;
    }

    .media.blog-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }

    #work .work-thumb,
    .footer-thumb {
      margin-top: 20px;
      margin-bottom: 30px;
    }
    #img-slider {
      left: 34%;
      top:56%;
  }
  .btn-width{
    width:100%;
  }
  
  #footer-logo{
    width:50%;
  }

  .cloud-wrapper{
    display:flex;
    height: auto;
    flex-direction: column;
  }

  .about-disc {
    margin-top: 0rem;
}
  
  }
  @media(max-width:768px) {
    .letters-bg {
      background-size: cover;
      height: 176px;
    }
    #ajiba{
      display: none;
    }
    #ajiba-res{
      display: block;
    }
    .shop-btns {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .app-noon{
    margin:0px !important;
  }
  #home {
    background: url(../images/header_MagicLettersresponsive-021.webp) !important;
    background-position: 45% -50px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    #ajiba{
      display: none;
    }
    #ajiba-res{
      display: block !important;
    }
    #cardAjiba{
      margin-top: -16rem;
    }
    .duck-img{
      margin-top: 15rem;
    }
    .navbar-brand {
      margin-left: 62% !important;
  }
  .lang-menu{
    margin-left: 0px;
  }
  #work {
      margin-top:60rem !important;
  }
    #body {
      height: 660px !important;
  }
    #cloud {
      left: 24% !important;
  }

  #big-slider{
    display: none !important;
  }
  #small-slider{
    display:block;
  }

  #about-epic{
    padding-top: 20px !important;
  }

  #epic-logo{
    width: 95% !important;
    margin-bottom: 4rem;
  }
    .video-m{
      width: 100%;
      margin-top:40%;
    }
    #home h1{
      margin-bottom: 0px;
    }

    #blog-header {
      height: 100vh;
    }
    #home{
      text-align: center;
    }
  .media.blog-thumb .media-left {
      height: 550px;
    }

    .media.blog-thumb .media-left img {
      position: relative;
      bottom: 10em;
    }

    #img-slider {
      left: 32%;
  }

  #footer-logo{
    width:50%;
  }

  .cloud-wrapper{
    display:flex;
    height: auto;
    flex-direction: column;
  }
  
  }

  @media screen and (max-width: 767px) {
    #cardAjiba{
      margin-top: -16rem;
    }
    
    .duck-img{
      margin-top: 15rem;
    }
    .video-play {
      height: 195px !important;
  }
    .video-play-button {
      left: 53% !important;
    }

    #sign-sec{
      margin-top: 0rem;
     
    }
    .lang-menu{
      margin-left: 0px;
    }
    #big-slider{
      display: none !important;
    }
    #small-slider{
      display:block;
    }
    #body{
      height: 500px;
    }
    
    #cloud{ 
      width: 343px;
      left:6%;
       }
    #email{
      width: 95%;
    }
    .video-m{
      width: 100%;
      margin-top:40%;
    }

    .navbar-nav-first{
      width: 100% !important;
      text-align: left;
    }
    #home h1{
      margin-bottom: 0px;
    }

    .cloud-wrapper{
      display:flex;
      height: auto;
      flex-direction: column;
    }
    #home h1 {
      font-size: 20px;
  }
  
  #plane{
    width: 330px;
  }
  .app{
    width: 200px;
    margin-bottom: 2rem;
    cursor: pointer;
  }
    .navbar-header {
      height: 81px;
      display: flex;
    }

    .navbar-brand {
      margin-left: 40%;
    }

    .navbar-header img {
      width: 90% !important;
  }
    .navbar-toggle{
      margin-top: 20px;
    }
    .navbar-toggle .icon-bar {
      display: block;
      width: 32px;
      height: 5px;
      border-radius: 1px;
  }
    .navbar-nav {
      float: right !important;
      margin: 0;
    }
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }
    #home{
      text-align: center;
      height: auto;
    }
    .home-info span {
      margin-top: 20px;
    }

    #about .about-info:first-child {
      margin-right: 0;
    }

    .about-info {
      margin: 40px 0 40px 0;
    }

    #about-epic{
      padding-top: 20px !important;
    }
  
    #epic-logo{
      width: 95% !important;
      margin-bottom: 4rem;
    }

    .google-map {
      margin-top: 50px;
    }

    footer {
      text-align: center;
    }

    .footer-info p,
    .footer-bottom .phone-contact {
      margin-right: 0;
    }


    #mobile-slider{
      margin-top: 10rem;
    }

    #footer-logo{
      width:50%;
    }

    #about img{
      width: 100%;
      margin-top: 27rem;
    }

    .about-sec{
      height: auto;
    }

    /* .head-title {
     margin-top: 17rem;
  } */

  .about-disc {
    text-align: center;
  }

  .about-disc p {
    font-size: 20px;
}
  .top-media{
    margin-top: 0rem !important;
  }
  .learning-title{
    margin-top: 0rem;
  }

  .about-disc {
    margin-top: 0rem;
}
.about-disc p{
  font-size: 20px !important;
}
  }

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

    h1 {
      font-size: 2em;
    }

    .media.blog-thumb .media-left {
      height: 320px;
    }

    .media.blog-thumb .media-left img {
      position: relative;
      bottom: 6em;
    }
    #img-slider {
      left: 17%;
  }
  }
  @media screen and (max-width: 450px) {
    #img-slider {
      left: 21%;
  }
  }

  @media screen and (max-width: 375px) {
    #img-slider {
      left: 18%;
  }
  #cloud {
    left: 3%;
}
  }