/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #ff0000;
    --transition: all 0.3s ease-in-out;
}

*{ padding: 0; margin: 0; box-sizing: border-box; }

body { font-family: 'Anek Devanagari', sans-serif; font-size: 16px; color: var(--black); line-height: 1.8; background-color: var(--white); }
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: var(--black); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary); }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }
h2 { margin-bottom: 20px; font-size: 40px; }
h3 { font-size: 26px; }

/* global */
.centered { padding-right: calc((100% - 1300px)/ 2); padding-left: calc((100% - 1300px)/ 2); }
.btn { padding: 4px 30px 0 30px; min-width: 200px; min-height: 60px; display: inline-flex; align-items: center; justify-content: center; text-transform: uppercase; font-weight: 700; cursor: pointer; color: var(--black); border-radius: 35px; background-color: var(--white); }
.btn:hover { color: var(--white); background-color: var(--primary); }

/* wrapper */
.wrapper { padding-top: 90px; width: 100%; position: relative; overflow: hidden; }

/* header */
.headerSec { padding: 0 50px; position: fixed; top: 0; z-index: 99; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 90px; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); background: var(--white); }
.headerSec .left { display: flex; flex-wrap: wrap; gap: 50px; align-items: center; }
.headerSec .right { display: flex; justify-content: flex-end; }
.headerSec .logo { display: block; width: 120px; }
.headerSec .menu { display: flex; flex-wrap: wrap; gap: 40px; }
.headerSec .menu li a { font-weight: 700; font-size: 18px; color: var(--black); }
.headerSec .menu li a:hover { color: var(--primary); }
.headerSec .registrationBtn { padding: 4px 30px 0 30px; color: var(--white); position: relative; display: inline-flex; align-items: center; font-size: 18px; font-weight: 500; min-height: 54px; border-radius: 15px; background-color: #cc1a34; }
.headerSec .registrationBtn:hover { background-color: var(--black); }

/* hero */
.heroSec { padding-top: 20px; padding-bottom: 20px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; overflow: hidden; position: relative; }
.heroSec .left { width: 38%; }
.heroSec .right { width: 55%; }
.heroSec .swiper-slide { padding-top: 10px; padding-left: 5px; }
.heroSec .state { margin-bottom: 10px; text-transform: uppercase; font-size: 40px; line-height: 1.2; color: var(--black); font-weight: 400; }
.heroSec .title { text-transform: uppercase; font-size: 40px; color: var(--black); font-weight: 600; line-height: 1.2; }
.heroSec .date { margin-bottom: 20px; font-size: 25px; color: var(--black); font-weight: 500; }
.heroSec .ragisterNow { padding: 4px 30px 0 30px; font-size: 18px; display: inline-flex; align-items: center; min-height: 64px; color: var(--white); border-radius: 10px; background-color: #cc1a34; }
.heroSec .ragisterNow:hover { background-color: var(--black); }
.heroSec .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; }
.heroSec .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.heroSec .pagination span { width: 15px; height: 15px; background-color: #841122; }

/* modul sec */
.modulBox { padding-top: 20px; padding-bottom: 20px; background-color: #fff;overflow: hidden; width: 100%; position: relative;}
.modulBox .block { padding: 10px; width: 100%; display: flex; flex-wrap: wrap; border: 1px solid #DDD; }
.modulBox .modulLeft { width: 360px; background-color: #841122; padding: 20px; box-sizing: border-box; }
.modulBox .modulLeft img { width: 100%; height: auto; }
.modulBox .modulLeft span {padding: 20px 0 0 0;display: block; font-size: 20px; font-weight: bold; color: #fff; margin-bottom: 15px; }
.modulBox .modulLeft address {font-style: normal; font-size: 15px; line-height: 2.2; color: #fff;}
.modulBox .form { width: 100%; }
.modulBox .modulRight { width: calc(100% - 360px); /*width: 100%;*/ display: flex; align-items: center; padding: 28px; box-sizing: border-box; }
.modulBox .modulRight h3 {margin-bottom: 10px;font-size: 24px;color: #000;}
.modulBox .inputBox {display: flex; gap: 15px; }
.modulBox .inputBox .formBox { width: 50%; }
.modulBox .checkBox a { color: blue; }
.modulBox .checkBox a:hover { color: var(--black); }
.modulBox .input { margin-bottom: 13px; }
.modulBox .input input, .input select { padding: 14px; border: 1px solid #ccc; font-size: 14px; width: 100%; box-sizing: border-box;}
.modulBox .checkBox { margin-bottom: 10px;}
.modulBox .check { margin-right: 10px;}
.modulBox .error {color: red;font-size: 14px; margin-top: 5px;}
.modulBox .button {text-align: center;}
.modulBox .button .btn {background-color: #cc1a34;color: #fff; border: none;padding: 14px 20px;font-size: 14px; cursor: pointer;  transition: background-color 0.3s;}
.modulBox .button .btn:hover { background-color: var(--black);}
.modulBox .thankuBox { padding-top: 20px; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; font-size: 30px; color: green; text-align: center; }
.modulBox .closebtn { position: absolute; right: 10px; top: 10px; font-size: 20px; font-style: normal; font-weight: bold;}

/* seminar sec */
.seminarSec { padding-top: 50px; padding-bottom: 50px; width: 100%; background-color: #feebeb; }
.seminarSec h2 { margin-bottom: 5px; text-align: center; }
.seminarSec .subtitle { margin-bottom: 30px; text-align: center; font-size: 20px; }
.seminarSec ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.seminarSec li { padding: 20px; width: calc(33.33% - 14px); font-weight: 500; font-size: 18px; border-radius: 15px; border: 2px dashed #d21d25; }

/* about sec */
.aboutSec { padding-top: 50px; padding-bottom: 50px; width: 100%; background: url('../images/about-bg.png') right bottom no-repeat; }
.aboutSec h2 { text-align: center; }
.aboutSec .block { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.aboutSec .left { width: 70%; font-size: 18px; }
.aboutSec .right { width: 25%; }
.aboutSec .image { width: 100%; position: relative; }
.aboutSec .image img { width: 100%; height: auto; border-radius: 50%; }
.aboutSec .caption { margin-bottom: 20px; font-size: 16px; font-weight: 500; }

/* seminar list */
.seminarList { padding-top: 20px; padding-bottom: 100px; width: 100%; }
.seminarList h2 { margin-bottom: 5px; text-align: center; }
.seminarList .subtitle { margin-bottom: 30px; font-size: 20px; text-align: center; }
.seminarList ul { display: flex; flex-wrap: wrap; gap: 30px; }
.seminarList li { width: calc(25% - 23px); }
.seminarList .block { padding: 30px; width: 100%; font-size: 18px; height: 100%; border-radius: 10px; box-shadow: 0px 5px 65px 15px rgba(197,57,46,0.11); background-color: var(--white); }
.seminarList .icon { padding: 5px; margin-bottom: 40px; display: flex; align-items: center; justify-content: center; box-shadow: 0px 11px 38px 7px rgba(197,57,46,0.34); border-radius: 50%; width: 65px; height: 65px; background-color: #cc1a34; }
.seminarList .text { width: 100%; }

/* gallery sec */
.gallerySec { margin-bottom: 100px; width: 100%; }
.gallerySec .top { margin-bottom: 20px; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.gallerySec h2 { margin-bottom: 0; text-align: center; width: 100%; }
.gallerySec .tabs { margin-bottom: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
.gallerySec .tabs li a { padding: 4px 20px 0 20px; min-height: 40px; color: #000; display: flex; align-items: center; border-radius: 10px; border: 1px solid #888; }
.gallerySec .tabs li a:hover,
.gallerySec .tabs li a.active { color: #fff; border-color: #cc1a34; background-color: #cc1a34; }
.gallerySec .slider { width: 100%; position: relative; }
.gallerySec .swiper { padding-top: 50px; padding-bottom: 50px; width: 100%; height: 100%; position: relative; }
.gallerySec .swiper-slide { cursor: pointer; width: 390px; }
.gallerySec .swiper-slide img { transition: var(--transition); }
.gallerySec .swiper-slide-active img { transform: scale(1.2); }
.gallerySec .slideBtn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; border: none; background-color: var(--black); }
.gallerySec .slideBtn svg { fill: var(--white); }
.gallerySec .gallery-button-prev { left: -30px; }
.gallerySec .gallery-button-prev svg { transform: rotate(180deg); }
.gallerySec .gallery-button-next { right: -30px; }

/* slider button */
.slideBtn { margin: 0; cursor: pointer; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; transition: var(--transition); border: none; background-color: var(--black); }
.slideBtn svg { width: 24px; height: 14px; transition: var(--transition); height: auto; object-fit: unset; transform-origin: unset; fill: var(--white); }
.slideBtn:hover { border: 1px solid var(--black); background-color: var(--black); }
.slideBtn:hover svg { fill: var(--white); }
.slideBtn:after { display: none; }
.pagination { margin-top: 30px; gap: 5px; position: relative; left: unset!important; top: unset!important; bottom: unset!important; right: unset!important; display: flex; justify-content: flex-start; }
.pagination span { width: 15px; height: 15px; background-color: var(--white); }

/* video sec */
.videoSec { margin-bottom: 100px; display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; width: 100%; }
.videoSec .left { padding-top: 50px; width: 300px; position: relative; z-index: 1; }
.videoSec .left:before { position: absolute; right: 0; top: 0; content: ''; width: 100vh; height: 100%; background-color: var(--white); z-index: -1; }
.videoSec .right { width: calc(100% - 300px); }
.videoSec .left p { margin-bottom: 20px; }
.videoSec .button { width: 100%; display: flex; gap: 15px; }
.videoSec .slideBtn { position: relative; top: unset; left: unset; bottom: unset; right: unset; }
.videoSec .video-button-prev svg { transform: rotate(180deg); }
.videoSec .videoSlider { padding: 40px; overflow: visible; }

/* card video */
.cardVideo { width: 100%; height: 100%; border-radius: 20px; overflow: hidden; display: block; box-shadow: 0px 5px 49px 15px rgba(197,57,46,0.09); background-color: var(--white); }
.cardVideo .image { width: 100%; position: relative; height: 160px; }
.cardVideo .image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.cardVideo .icon { position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%); width: 50px; transition: var(--transition); }
.cardVideo .text { padding: 40px 20px 20px 20px; transition: var(--transition); width: 100%; color: var(--black); font-weight: 600; background-color: var(--white); }
.cardVideo:hover .text { color: var(--primary); }
.cardVideo:hover .icon { transform: translateX(-50%) scale(1.1); }

/* footer */
.footerSec { padding-top: 50px; padding-bottom: 50px; width: 100%; background-color: #cc1a34; }
.footerSec .block { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.footerSec .left { width: 34%; }
.footerSec .right { width: 63%; color: var(--white); font-weight: 300; }
.footerSec .logo { margin-bottom: 30px; width: 150px; display: block; }
.footerSec h3 { margin-bottom: 10px; color: var(--white); font-size: 22px; }
.footerSec h3 a { color: var(--white); cursor: pointer; }
.footerSec .social { margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 15px; }
.footerSec .social li a { padding: 15px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); }
.footerSec .social li a img { height: 100%; }
.footerSec .social li a:hover { background-color: var(--black); }
.footerSec .disclaimer { margin-bottom: 30px; width: 100%; }
.footerSec .disclaimer:last-child { margin-bottom: 0; }
.footerSec p a { text-decoration: underline; color: var(--white); cursor: pointer; }
.footerSec p a:hover { text-decoration: none; }
.footerSec .copyright { margin-top: 50px; font-size: 12px; width: 100%; text-align: center; color: var(--white); }
.moretext { display: none; }
  

@media screen and (max-width: 1340px)  {
    .centered { padding-left: 20px; padding-right: 20px; }

    .gallerySec .slider { margin-inline: auto; width: calc(100% - 40px); }
}

@media screen and (max-width: 992px)  {
    .wrapper { padding-top: 70px; }

    .headerSec { min-height: 70px; }
    .headerSec .logo { width: 100px; }
    .headerSec .left { gap: 30px; }
    .headerSec .menu { gap: 30px; }
    .headerSec .menu li a { font-size: 16px; }
    .headerSec .registrationBtn { padding-left: 25px; padding-right: 25px; font-size: 16px; min-height: 46px; }

    .heroSec .state { font-size: 35px; }
    .heroSec .title { font-size: 32px; }
    .heroSec .date { font-size: 20px; }
    .heroSec .ragisterNow { min-height: 50px; }

    .seminarList li { width: calc(33.33% - 20px); }

    .slideBtn { padding: 15px; width: 50px; height: 50px; }

    .gallerySec .swiper { padding-top: 30px; padding-bottom: 30px; }
    .gallerySec .slider { width: calc(100% - 20px); }
    .gallerySec .gallery-button-prev { left: -25px; }
    .gallerySec .gallery-button-next { right: -25px; }
}

@media screen and (max-width: 767px)  {
    h2 { font-size: 26px; }
    h3 { font-size: 22px; }

    .wrapper { padding-top: 104px; }

    .headerSec { padding-top: 10px; padding-bottom: 10px; min-height: 46px; }
    .headerSec .logo { width: 100px; }
    .headerSec .left { width: 100%; gap: 15px; }
    .headerSec .right { position: absolute; right: 20px; top: 10px; }
    .headerSec .scroll { width: 100%; overflow-x: auto; }
    .headerSec .menu { white-space: nowrap; flex-wrap: nowrap; gap: 25px; }
    .headerSec .menu li a { font-size: 16px; }
    .headerSec .registrationBtn { padding-left: 20px; padding-right: 20px; min-height: 40px; font-size: 16px; }

    /* .heroSec { padding-top: 50px; padding-bottom: 50px; } */
    .heroSec .left { margin-bottom: 20px; width: 100%; }
    .heroSec .left img { margin-inline: auto; max-width: 300px; width: 100%; }
    .heroSec .right { width: 100%; }
    .heroSec .state { margin-bottom: 10px; font-size: 25px; }
    .heroSec .title { margin-bottom: 10px; font-size: 20px; }
    .heroSec .date { margin-bottom: 20px; font-size: 16px; }

    .modulBox { flex-direction: column; }
    .modulBox .block { padding: 0; border: 0; }
    .modulBox .modulLeft { width: 100%; }
    .modulBox .modulLeft img { margin-inline: auto; max-width: 300px; width: 100%; }
    .modulBox .modulLeft span { text-align: center; }
    .modulBox .modulLeft address { text-align: center; }
    .modulBox .modulRight { padding-left: 0; padding-right: 0; width: 100%; }
    .modulBox .checkBox { font-size: 14px; }
    .modulBox .thankuBox { font-size: 20px; }

    .seminarSec { padding-top: 60px; padding-bottom: 60px; }
    .seminarSec li { width: 100%; font-size: 16px; }

    .aboutSec {  padding-top: 60px; padding-bottom: 60px; }
    .aboutSec .left { width: 100%; order: 1; font-size: 16px; }
    .aboutSec .right { margin-bottom: 40px; width: 100%; }
    .aboutSec .image { margin-inline: auto; max-width: 300px; width: 100%;  }

    .seminarList { padding-bottom: 60px; }
    .seminarList li { width: 100%; }
    .seminarList .icon { padding: 13px; width: 50px; height: 50px; }
    .seminarList .block { font-size: 16px; }

    .gallerySec { margin-bottom: 60px; }
    .gallerySec .tabs { padding-bottom: 10px; justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; }
    .gallerySec .tabs li a { white-space: nowrap; }
    .gallerySec .swiper-slide { width: 280px; }
    .gallerySec img { width: 100%; height: auto; }
    .gallerySec .slider { width: 100%; }
    /* .gallerySec .swiper { padding-top: 20px; padding-bottom: 20px; } */
    .gallerySec .gallery-button-prev { left: -15px; }
    .gallerySec .gallery-button-next { right: -15px; }
    .gallerySec .swiper { padding: 0; }
    .gallerySec .swiper-slide-active img { transform: scale(1); }

    .slideBtn { padding: 12px; width: 40px; height: 40px; }

    .videoSec { margin-bottom: 80px; }

    .videoSec h2 { margin-bottom: 10px; }
    .videoSec .left { margin-bottom: 20px; padding-top: 0; width: 100%; display: flex; justify-content: space-between; }
    .videoSec .left:before { display: none; }
    .videoSec .right { width: 100%; }
    .videoSec .swiper-slide { width: 280px; }
    .videoSec .button { justify-content: flex-end; width: auto; }

    .footerSec .left { margin-bottom: 20px; width: 100%; }
    .footerSec .right { width: 100%; }
    .footerSec .logo { margin: 0 auto 20px auto; width: 100px; }
    .footerSec .social li a { padding: 12px; width: 40px; height: 40px; }
}