body{
    background-color: rgb(217, 226, 197); 
}
.bg-main{
    background-color: #a8bd7c;
}
.logo{
    width: 65px;
    height: 65px;
}

.info p{
    margin: 0px;
}
.info p:first-child{
    font-family: "Cherry Bomb One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    letter-spacing: 3px;
    color: #e3dbb6;
    text-shadow: 2px 0px black,-2px 0px black,0px 2px black,0px -2px black;
}
.info p:last-child{
    font-size: 1rem;
    color: rgb(11, 11, 11);
    letter-spacing: 2px;
}

.mynav ul li a{
    margin: 0rem 1rem;
    display: inline-block;
    /* color: rgb(138, 182, 89); */
    color: lightcoral;
    font-weight: bold;
    padding: 0.5rem;
    font-family: "Agbalumo", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 2px;
    position: relative;
    z-index: 10;
    text-transform: capitalize;
    background-color: #f8f2d7;
    border-radius: 20px;
    padding: 0.2rem 0.5rem;
    /* animation: chg 2s ease-in-out infinite; */
}
@keyframes chg{
   
}
.mynav ul li a::before{
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f4efd9;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    border-bottom: 4px solid black;
   
}
.mynav ul li a:hover{
    background-color: lightcoral;
    color: white;
    
}
.mynav ul li a:hover::before{
        background-color: lightcoral;
}

.bg-sub{
    background-color: rgb(164, 47, 4);
}
.note{
    font-weight: bold;
    text-align: center;
    color: white;
}

.note{
    text-align: center;
    margin: 1rem;
 }
 .note:nth-child(1)
 {
     background-color: rgba(9, 87, 126, 0.739);
 }
 .note:nth-child(2)
 {
     background-color: rgb(197, 63, 6);
 }
 .note:nth-child(3)
 {
     background-color: rgb(187, 108, 5);
 }

 .courses{
     text-align: center;
     border-left: 14px solid rgb(228, 64, 5);
 }
 .courses h6{
     font-weight: bold;
     padding: 0.5rem;
 }
 .courses p{
     margin: 1rem 0rem;
     font-weight: bold;
 }
 .courses p span{
     font-weight: bold;
     border-radius: 20%;
     background-color: red;
     color: white;
    padding: 0.5rem;
    margin: 0.5rem;
 }
 .header{
     background-color: rgb(247, 66, 6);
     color: white;
     /* animation: chgColors 2s ease-in-out infinite; */
 }
 /* @keyframes chgColors {
    from{
        letter-spacing: 0px;
    }
    to{
        letter-spacing: 4px;
    }
 
 } */
 
 .benefit h3 span{
     background-color: orangered;
     color: white;
     padding:0px 3px;
     display: inline-block;
     border-radius: 5px;
     margin: 4px 0rem;
 }
 .bg-third{
    background-color: rgba(217, 223, 138, 0.5);
 }

.banner{
    
    /* position: absolute; */
    /* top: 11rem; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
    width: 100%;
}
.bannerimg img{
    width: 100%;
 }
 .slogan{
    font-size: 2.5rem;
    font-family: "Russo One", serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    padding: 3rem 0rem;
    /* margin-bottom: 4rem; */
    
 }
 .slogan span{
    background-color: #F18543;
    color: white;
    margin: 0.5rem;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border-bottom: 3px solid black;
    /* border-left: 1px solid black; */
    animation: chgsize 2s alternate-reverse infinite;
 }
 @keyframes chgsize{
    from{
        font-size: 2rem;
        color: black;
    }
    to{
        font-size: 2.5rem;
        color: white;
    }
 }
 .slogan span:nth-child(even)
 {
    background-color: #a8bd7c;
 }

.sbcontainer{
    
    background-color: #a8bd7c;
}
.subtitle{
  font-size: 2.5rem;
  font-weight: bolder;
  display: inline-block;
  color: black;
  padding: 1rem 2rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 3px;
  font-family: "Electrolize", serif;
  z-index: 100;
  margin: auto;


}
.subtitle::before{
    content: '';
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: absolute;
    left: -2%;
    top: -1rem;
    background-color: #F18543;
    z-index: -1;
}
.subtitle::after{
    content: '';
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: absolute;
    left: -2%;
    top: 1rem;
    background-color: #becc9f;
    z-index: -1;
}
#visitorcount{
    font-size: 3rem;
    text-align: center;
    font-family: "Electrolize", serif;
    font-weight: bold;
    font-style: normal;
    /* margin-top:  10rem; */
}
.pc{
    position: relative;
    /* margin-top: 3rem; */
    
}
.phone{
    position: absolute;
    bottom: 50%;
    right: 20%;
    font-family: "Russo One", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
}
.adv{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: start;
}
.adv div{
    background-color: #f8f2d7;
    color:lightcoral;
    display: inline-block;
    padding: 1rem 2rem;
    padding-right: 3rem;
    clip-path: polygon(0 0,100% 0, 90% 50%, 100% 100%,0 100%);
    border-left: 8px solid #a8bd7c;
    font-size: 1.3rem;
}
.adv div p{
    color: black;
    font-size: 1rem;
    text-align: center;
    font-family: "pyidaungsu";
    padding-top: 0.2rem;
}

footer{
    background-color: #a8bd7c;
}
footer div{
    text-align: center;
}
footer p{
    text-align: center;
    
    color: white;
}
.tstyle{
    padding: 1rem;
    background-color: #f4efd9;
    min-height: 270px;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tstyle i{
    display: block;
    font-size: 4rem;
    color: lightcoral;
    height: 100%; 
}
.tstyle p{
    line-height: 200%;
}
.tstyle p:nth-child(2){
    color: #F18543;
    font-weight: bold;
}
svg{
    overflow: hidden;
}
.syllabus{
    text-align: center;
}
.syllabus p{
    text-align: center;
    background-color: #a8bd7c;
    padding: 0.3rem 1.5rem;
    display: inline-block;
}
.price{
    font-family: "Electrolize", serif;
    font-weight: bold;
    font-size: 1.3rem;
}
.founder  i{
    margin-right: 6px;
    color: #F18543;
}
.founder p{
    text-align: justify;
}
.vtitle{
    font-size: 1.1rem;
    font-weight: bold;
}
 @media screen and (max-width:1024px) {
    .tstyle{
        min-height: 100px;
    }
    .tstyle i{
        display: block;
        font-size: 3rem;
        color: lightcoral;
        height: 100%; 
    }
    .tstyle p{
        line-height: 150%;
    }
    .subtitle{
        font-size: 2rem;
      
      }
      .subtitle::before{
          content: '';
          display: inline-block;
          width:4rem;
          height: 4rem;
          border-radius: 50%;
          position: absolute;
          left: -2%;
          top: 0rem;
          background-color: #F18543;
          z-index: -1;
      }
      .subtitle::after{
          content: '';
          display: inline-block;
          width: 3rem;
          height: 3rem;
          border-radius: 50%;
          position: absolute;
          left: -2%;
          top: 0rem;
          background-color: #becc9f;
          z-index: -1;
      }
    .banner{
        
        display: flex;
        flex-direction: column-reverse;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
    }
    .slogan{
        display: flex;
        justify-content: center;
        padding: 1rem 0rem;
        /* margin-bottom: 4rem; */
        
     }
    .slogan span{
        width: 2rem;
        height: 2rem;
        font-size: 1.3rem;
    }
    @keyframes chgsize{
        from{
            font-size: 1.3rem;
            color: black;
        }
        to{
            font-size: 0.8rem;
            color: white;
        }
     }
    .phone{
        left: 10%;
        right: 0;
        bottom: 50%;
        font-size: 1rem;
    }
    .pc{
        margin-top: 6rem;
    }
   
    .mynav{
        position: absolute;
        right: 0;
    }
    .mynav ul li{
       margin-bottom: 1rem;
    }
    .info p:first-child{
        
        font-size: 1.5rem;
        
    }
    #visitorcount{
        font-size: 1.5rem;
        text-align: center;
        font-family: "Electrolize", serif;
        font-weight: bold;
        font-style: normal;
        /* margin-top:  10rem; */
    }
 }
 @media screen and (max-width:780px) {
    .slogan{
        display: flex;
        justify-content: center;
        padding: 0.5rem 0rem;
        /* margin-bottom: 4rem; */
        
     }
    .slogan span{
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.9rem;
    }
    @keyframes chgsize{
        from{
            font-size: 0.7rem;
            color: black;
        }
        to{
            font-size: 0.9rem;
            color: white;
        }
     }
    .bannerimg img{
        width: 80%;
    }
    .bannerimg{
        text-align: center;
    }
    .pc{
        margin-top: 5rem;
    }
    .phone{
        bottom:30%;
        font-size: 0.8rem;
    }
 }


 