@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

header{
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 25px 20px;
    border-radius: 0px !important;
}
header .header-wrp {
    width: 900px;
    margin: 8px auto;
    padding: 25px 30px 10px 30px;
    background: #F8F8F8;
    border-radius: 40px;

    gap: 20px;
    align-items: center;
}
header h1 {
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    color: black;
    letter-spacing: 0.05em;
}
header h1 .ddv{
    font-style: normal;
}
header h1  .small-text{
    font-size: 32px;
    font-weight: 500;
    letter-spacing:0.02em;
}
header .header-wrp .content-col {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
header .header-wrp .content-col h2{
    width: auto;
    font-size: 35px;
    font-weight: 900;
    margin-top: 20px;
    color: black;
    position: relative;
}
header .header-wrp .content-col .tm {
    font-size: 10px;
    position: relative;
    top: -30px;
    margin-left: -22px;
}
header .header-wrp .content-col h2::after {
    content: "";
    background-image: url(../images/cap.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -20px;
    left: 24%;
    right: 0;
    bottom: 20px;
}
header .header-wrp .content-col h4{
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    color: #222222;
}
header .header-wrp .content-col h5{
    margin: 0px;
    font-size: 21px;
    font-weight: 400;
    color: #222222;
}
header .header-wrp .content-col h5 span.green {
    color:#00B050;
}
header .header-wrp .content-col h5 span.bold {
    color:black;
}
header .header-wrp .content-col h5 strong.bold-text {
    color: black;
    font-weight: 900;
}
header .header-wrp .content-col p {
    font-size: 16.3px;
}
header .login {
    margin-right: 0;
    position: relative !important;
    background: #d3d3d33b;
    padding-bottom: 50px;
    border-radius: 4px;
}
header .logo-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 90px;
}
header .logo-col .logo-wrp {
    max-width: 102px;
}
header .logo-col .logo-wrp img {
    width: 100%;
    height: auto;
}
.map-col img {
    width:173px;
    height: auto;
}
/* containt style */
.containt-wrp .containt-heading{
    border: 1px solid black;
    background-color: #9999993b;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.containt-wrp .containt-heading h2 .ddv{
    font-weight: 900;
}
.containt-wrp .containt-heading h2{
    font-size: 30px;
    line-height: 38px;
    font-family: "Comic Neue", cursive;
    font-weight: 600;
    color: #000000f7;
}
.containt-wrp .containt-heading h2 strong{
  color: black;
  font-family: "Comic Neue", cursive;
  font-weight: 900;
  font-size: 35px;
  font-style: italic;
}
.containt-wrp p {
    margin-top: 10px;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.007em;
    text-align: justify;
}
.containt-wrp p strong{
    color: black;
    font-weight: 900
}
.mission-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  max-width: 900px;
  margin-top: 25px;
}

.mission-box p {
  display: flex;
  margin: 0 0 15px;
  gap: 30px;
  font-size: 18px;
}

.mission-box .label {
    min-width: 170px;
    font-weight: 700;
    font-size: 18px;
}

.mission-box .text {
  flex: 1;
  font-size: 15px;
}
.mission-box .text button.ddcodebutton {
    font-size: 12px;
    line-height: 15px;
    height: 20px;
    margin: 0 0 0 5px;
    padding: 0px 8px;
}
#topbox{
    margin-top: 0px !important;
}

#topbox .topbox-wrp::before {
    content: "";
    background-image: url(../images/badger.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 36%;
    right: 0;
    background-size: 100px;
}
#topbox .topbox-wrp{
    display: flex;
    gap: 30px;
    align-items: end;
}
#topbox ol{
    margin-top: 0px;
}
#topbox ol li {
    font-weight: 600;
}
#topbox h2 {
    font-size: 24px;
    line-height: 32px;
    text-shadow:none;
    color: black;
    padding-top: 26px;
    padding-left: 25px;
    position: relative;
    font-weight: 900;
}
#topbox h2 .light-dark{
    font-weight: 500;
}
#topbox h2::after {
    content: "";
    background-image: url(../images/cap.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: 5px;
    left: 0%;
    right: 0;
    bottom: 10px;
}
#topbox #vidbox {
    max-width: 300px;
}
#topbox #vidbox img {
    height: auto;
    width: 100%;
}
#topbox #topr p{
    margin-bottom:5px;
}

#topbox .cap{
    margin-bottom:10px;
}
.lang-diffrance{
    display: flex;
    gap: 100px;
    padding-left: 25px;
    margin-top: 30px;
}
.lang-diffrance .english img ,.lang-diffrance .phonetic img{
    width: 200px;
    height: auto;
}
.lang-diffrance h3{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: black;
}
.mission-box.second {
    margin-top: 5px;
}
.mission-box.second p span.text span{
    font-weight: 600
}
.mission-box.second .ddcodebutton.btn {
    font-size: 15px;
    line-height: 21px;
    height: 30px;
    margin: 0 0 0 5px;
    padding: 5px 40px;
    border-radius: 30px;
    background-color: rgb(1, 85, 211);
    color: white;
    font-weight: 600;
    border: none;
    outline: none;
}
.mission-box.second .btn.trial.padtrial{
    color: white;
    max-width: 120px;
}
.mission-box.second a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-style: italic;
}
.mission-box.second h3{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    
}
.mission-box.second p>a{
 color: rgb(0, 153, 255);
}
.mission-box.second .f-link{
    font-size: 16px;
    gap: 0;
}
.mission-box.second .contact-wrp>p{
    margin-bottom: 5px;
    gap: 20px;
}
header .header-wrp .content-col h1{
    position: relative;
    font-weight: 900;
}
header .header-wrp .content-col h1::after {
    content: "";
    background-image: url(../images/cap.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    top: -20px;
    left: 10%;
    right: 0px;
    bottom: 40px;
}
.content-col h6 {
    font-style: italic;
    font-size: 18px;
    margin: 7px 0px 0px 0px;
    font-weight: 100;
    color: black;
}
article h1 {
    font-size: 29px;
}
.row12 > div:nth-child(2){
    display: none !important;
}
.row12 .col-3 {
    float: right;
}
#rnsbox p.text {
    margin-top: 15px;
    padding-left: 0px;
}
p span.label {
    color: black;
    font-weight: 600;
}
.gift span.bold{
    color: black;
    font-weight: 600;
}
.gift span.bold{
    color: black;
    font-weight: 600;
}
.gift a.bold{
    color: black;
}
.gift .label{
    white-space: pre;
    font-size: 22px;
    color: black;
}
.gift{
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.gift .text {
    margin-top: 0px;
    font-size: 17px;
}
.btn.trial {
   width: 150px;
}
.row.table-images {
    width: 825px;
    margin: 0 auto;
}
.lick-color{
    color: #00B050 ;
}

.read-speak ,.welcome-text {font-size: 20px;text-align: center;line-height: 24px;margin: 10px 0px 0px 33px;margin-bottom: 5px;color: black;}
.containt-wrp p.welcome-text {text-align: center;margin-bottom: 40px;}
.containt-wrp p span.bold {color: black; font-weight: 600;}
.containt-wrp .after-doublefour-years p {
    font-size: 20px;
    text-align: start;
    margin-bottom: 10px;
    color: black !important;
}
.after-doublefour-years p {font-size: 23px;text-align: center;line-height: 130%;margin: 0;}
.after-doublefour-years span.green {color: #00B050;}

.list-content-wrp ul li span.bold ,.list-content-wrp p span.bold{
    color: black !important;
    font-weight: 600;
}
.list-content-wrp ul{
    padding-left: 5px;
    margin-top: 10px !important;
}

.list-content-wrp ul li{
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
    list-style: none;
}
.list-content-wrp p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.mission-box p {
    margin: 0 0 20px;
}
.genreal-box h2{
    color: black;
    font-weight: 900;
    margin-bottom: 0px;
}
.genreal-box p{
    margin-top: 0px;
    font-size: 18px;
}
.videolist figure figcaption {
    font-size: 23px;
    line-height: 30px;
    margin: 25px 0 5px 0px;
    text-align: center;
}
.contact-wrp h3 , .contact-wrp p{
    margin-top: 0px;
    margin-bottom: 5px;
}
.genreal-box-wrp h3 {
    text-align: start !important;
}
.genreal-box-wrp h2.cap{
    font-size: 30px !important;
}
.contact-wrp{
    display: flex;
    gap: 10px;
    margin-top: 0px;
    align-items: baseline;
}
h2.cap {
  position: relative ;
  display: inline-block;
  padding-top: 10px;  
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #222266 !important;
  padding-left: 15px !important;
}


h2.cap::after {
  content: "";
  position: absolute;
  width: 50px;         
  height: 50px;
  background-image: url("../images/cap.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -10px;       
}

.video-wrapper {
    position: relative;
    max-width: 600px;
    margin-bottom: 40px;
}

video {
    width: 100%;
    display: block;
}

        /* .play-pause-btn {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 10;
        }

        .play-pause-btn img {
            width: 64px;
            height: 64px;
        } */
.play-pause-btn {
        position: absolute;
        top: 60%;             
        left: 50%;            
        transform: translate(-50%, -50%);
        background: rgba(117, 117, 117, 0.247);
        border: none;
        cursor: pointer;
        z-index: 10;
        padding: 10px;        
        border-radius: 50%;  
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0,0,0,0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.play-pause-btn img {
    width: 30px;       
    height: 30px;
}

.play-pause-btn:hover {
    transform: translate(-50%, -50%) scale(1.1); 
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);     
}
