@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Georama:wght@400;500;600;700&family=Marvel:wght@400;700&family=Open+Sans:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");

:root {
  --c1: 251, 29, 32;
  --c2: 252, 176, 69;
  --c3: 131, 58, 180;
  --c4: 36, 40, 44;
  --c5: 50, 58, 64;
  --c6: #f45752;
  --c7: #8f2e42;
  --f1: "Georama", sans-serif;
  --f2: "Raleway", sans-serif;
  --f3: "Quicksand", sans-serif;
  --f4: "Roboto", sans-serif;
  --f5: "Marvel", sans-serif;
  --f6: "Open Sans", sans-serif;
  --f7: "Great Vibes", cursive;
  --bengalifont: "Noto Serif Bengali", serif;
  --gradAngle: 90deg;
  --w1: rgb(255, 255, 255);
}

html,
body {
  font-size: 16px;
  overflow-x: hidden;
}

@media only screen {
  .mobnav > ul > li > a,
  .mobnav > ul > li > ul > li > a {
    font-family: var(--f3);
    font-weight: 600;
  }

  .primarycol {
    color: var(--c7);
  }

  .bgabt {
    background: #f7f7f7;
  }

  .shead {
    font-family: var(--f2);
  }

  .open-sans {
    font-family: var(--f6);
  }

  .georama {
    font-family: var(--f1);
  }

  .bengfnt {
    font-family: var(--bengalifont);
  }

  .great-vibes {
    font-family: var(--f7);
  }

  .bodbtm {
    border-bottom: 0.225rem solid var(--c6);
  }

  .bodbtmw {
    border-bottom: 0.225rem solid #ffffff;
  }

  .bodtop {
    border-top: 0.225rem solid #cecece;
  }

  .borderfour {
    border: 0.125rem solid var(--c7);
  }

  .slidetext {
    z-index: 1;
    bottom: 0rem;
  }

  /* .slidetext > div > h2 {
    -webkit-text-shadow: 0px 2px 6px #000c;
    -moz-text-shadow: 0px 2px 6px #000c;
    -ms-text-shadow: 0px 2px 6px #000c;
    -o-text-shadow: 0px 2px 6px #000c;
    text-shadow: 0px 2px 6px #000c;
  } */

  .powl,
  .slides {
    width: 100vw;
    height: 70vh;
  }

  .slides,
  .bgpro {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .slbt {
    background-color: var(--c7);
  }

  .bgblue {
    background-color: #183140ab;
  }

  .bgblack {
    background-color: #262626a3;
  }

  .slbtw {
    background-color: #ffffff;
  }

  /* .surohead::before, */
  .vmr::before {
    content: "";
    position: absolute;
    left: -0.225rem;
    top: 0px;
    height: 100%;
    width: 0.225rem;
    background: var(--c7);
  }

  /* .surohead::after {
    content: "";
    position: absolute;
    right: -0.225rem;
    top: 0px;
    height: 100%;
    width: 0.225rem;
    background: var(--c7);
  } */

  .vmr2::before {
    content: "";
    position: absolute;
    left: -0.225rem;
    top: 0px;
    height: 100%;
    width: 0.325rem;
    background: #000000;
  }

  .btnhvr:hover {
    background: #000000bd;
  }

  .transition {
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .grey {
    color: #808080;
  }

  .salil2::after {
    content: "";
    position: absolute;
    right: -0.225rem;
    top: 0px;
    height: 50%;
    width: 0.225rem;
    background: var(--c7);
  }

  .salil > img {
    border: 0.225rem solid var(--c7);
    border-bottom: none;
    border-top: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  .bgcover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .wid25rem {
    width: 25rem;
  }

  .wid30rem {
    width: 30rem;
  }

  .wid56rem {
    width: 56rem;
  }

  .bgblli {
    background: #262626;
  }

  .bgcollight {
    background: #f9f9f9b8;
  }

  .ofPosition {
    object-position: center;
  }

  .ofPositionCenter {
    object-position: center center;
  }

  .zInd {
    z-index: 1;
  }

  .curpoi {
    cursor: pointer;
  }

  .galx:hover {
    transform: scale(1.05);
  }

  .taj {
    text-align: justify;
  }

  .admsnmenu {
    position: absolute;
    /* top: calc(20px + 0.05rem); */
    top: 20px;
    left: 2rem;
    text-align: left;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0rem 0rem 0rem 0rem var(--dd);
    padding: 1rem 0rem 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease;
  }

  .admsnmenu > li > a {
    display: inherit;
    padding: 0rem 1rem;
    white-space: nowrap;
    transition: all 0.24s ease;
  }

  .bopa::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .l-0225rem {
    left: -0.225rem;
  }

  .lplus0225rem {
    left: 0.225rem;
  }

  .stop8 {
    top: 10px;
  }

  .video-play {
    position: absolute;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    font-size: 2rem;
    color: #ffffff;
    top: calc(50% - 1rem);
    text-align: center;
  }

  .vdtitle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;
    padding: 0.25rem;
    margin: 0 auto;
    text-align: center;
    background: var(--c7);
    color: #fff;
  }

  .sfic {
    top: 0.35rem;
  }

  .corner1red {
    position: absolute;
    top: 0;
    left: 0;
    height: 8rem;
    width: auto;
    -webkit-filter: drop-shadow(0px 4px 5px #0000006e);
    -o-filter: drop-shadow(0px 4px 5px #0000006e);
    -moz-filter: drop-shadow(0px 4px 5px #0000006e);
    -ms-filter: drop-shadow(0px 4px 5px #0000006e);
    filter: drop-shadow(0px 4px 5px #0000006e);
  }

  .corner2red {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 8rem;
    width: auto;
    -webkit-filter: drop-shadow(0px 4px 5px #0000006e);
    -o-filter: drop-shadow(0px 4px 5px #0000006e);
    -moz-filter: drop-shadow(0px 4px 5px #0000006e);
    -ms-filter: drop-shadow(0px 4px 5px #0000006e);
    filter: drop-shadow(0px 4px 5px #0000006e);
  }

  .mobnav > ul > li > a::before {
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0px;
    height: 0.125rem;
    background: var(--c7);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .mobnav > ul > li > a:hover {
    color: var(--c7);
  }

  .mobnav > ul > li > a::after {
    content: " ";
    position: absolute;
    top: -4px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0px;
    height: 0.125rem;
    background: var(--c7);
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .mobnav > ul > li > a:hover::before,
  .mobnav > ul > li > a:hover::after {
    width: 100%;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
  }

  .mobnav > ul > li > ul > li > a:hover {
    color: var(--c7);
  }

  .suropt48px {
    padding-top: calc(48px - 10.3px);
  }

  .poemtitle::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0px;
    width: 4rem;
    height: 0.225rem;
    text-align: center;
    margin: 0px auto;
    background-color: var(--c7);
  }

  /* Gallery */

  .bnr {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 60vh;
  }

  .bnr::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .l4 {
    left: 4rem;
  }

  .contact {
    display: block;
    background-color: #f9f9f9;
    color: var(--w1);
    padding: 1.25rem;
  }

  .contact > h2 {
    position: absolute;
    bottom: 100%;
    left: 0px;
    color: var(--c7);
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.25rem;
    text-transform: lowercase;
  }

  .contact > span {
    padding: 0.5rem;
    margin: 0.25rem 0rem;
    width: 6rem;
    display: inline-block;
    vertical-align: top;
  }

  .contact > input {
    padding: 0.5rem 0.5rem;
    margin: 0.25rem 0rem;
    width: 64%;
    background-color: transparent;
    border-bottom: 0.125rem solid var(--c7);
    vertical-align: top;
  }

  .contact > textarea {
    padding: 0.25rem 0.5rem;
    width: 64%;
    height: 8rem;
    border: 0.125rem solid var(--c7);
    margin: 0.5rem 0rem;
    background-color: transparent;
  }

  .contact > input[type="submit"] {
    padding: 0.25rem 1rem;
    margin: 0.25rem 0px 0.25rem 6rem;
    border: 0.125rem solid var(--c7);
    width: 8rem;
    cursor: pointer;
  }

  .conx::after {
    content: " ";
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    bottom: -3.2rem;
    right: -3.2rem;
    background-color: #ffffff;
    transform: rotate(45deg);
  }

  .vidbnr {
    background-position: center !important;
  }

  .wid36suro {
    width: 36rem;
  }

  .mgcs::before {
    content: "";
    position: absolute;
    left: -5rem;
    top: 24px;
    height: 0.125rem;
    width: 5rem;
    background-color: var(--c7);
  }

  .mgcs::after {
    content: "";
    position: absolute;
    right: -5rem;
    top: 24px;
    height: 0.125rem;
    width: 5rem;
    background-color: var(--c7);
  }

  .bgposbc {
    background-position: bottom center;
  }

  .bgcont {
    background-size: contain;
  }

  .music > div {
    position: fixed;
    bottom: 2.5rem;
    right: 1rem;
    z-index: 10;
    background-color: var(--c7);
    border-radius: 10px;
  }

  .music > div > p > a {
    font-size: 2rem;
    color: #ffffff;
    padding: 1rem 1rem;
    display: block;
  }

  /* Admission Page */

  .pg:hover > p {
    background-color: var(--w1);
    color: var(--c7);
    border-top: 0.125rem solid var(--c7);
  }

  .bdtop {
    border-top: 0.125rem solid transparent;
  }

  .pgwid {
    width: 30rem;
  }

  .payment_buttons > div > li {
    width: 12rem;
  }
}

@media only screen and (min-width: 950px) {
  .hamburger {
    display: none;
  }

  .cxhmo {
    display: none;
  }

  .mobnav > ul > li:hover > .admsnmenu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    left: 0rem;
    transition: all 0.24s ease;
  }
}
@media only screen and (max-width: 949px) {
  nav > ul > li > .admsnmenu.show {
    height: 5.5rem;
    max-height: 19.2rem;
    visibility: visible;
    opacity: 1;
    padding: 1rem 0rem 0rem;
    z-index: 1;
    transition: all 0.24s ease;
  }

  .admsnmenu {
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    z-index: -1;
    background: transparent;
    padding: 0rem 0rem 0rem;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    height: 0px;
    transition: all 0.24s ease;
  }

  .admsnmenu > li > a {
    padding: 12px 0;
    display: block;
    transition: all 0.24s ease;
  }

  .admsnmenu > li {
    line-height: 16px;
    padding: 0rem 0.5rem 0rem 0px;
    transition: all 0.24s ease;
  }

  .cxhpc {
    display: none;
  }

  .mobnav {
    position: absolute;
    right: 0;
    top: 0;
  }

  .mobnav > ul {
    position: absolute;
    padding: 1rem 0px;
    text-align: right;
    top: 120px;
    width: 13rem;
    right: 0rem;
    opacity: 0;
    color: #ffffff;
    visibility: hidden;
    flex-direction: column;
    background: #181818;
    -webkit-transition: all 0.54s ease;
    -moz-transition: all 0.54s ease;
    -ms-transition: all 0.54s ease;
    -o-transition: all 0.54s ease;
    transition: all 0.54s ease;
    -webkit-clip-path: circle(0% at 50% 50%);
    -moz-clip-path: circle(0% at 50% 50%);
    -ms-clip-path: circle(0% at 50% 50%);
    -o-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    border-radius: 1rem;
    border: 0.225rem solid var(--c7);
    z-index: 2;
  }

  .mobnav > ul.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.54s ease;
    -webkit-clip-path: circle(100% at 50% 50%);
    -moz-clip-path: circle(100% at 50% 50%);
    -ms-clip-path: circle(100% at 50% 50%);
    -o-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }

  .mobnav > ul > li {
    display: block;
    padding: 0.75rem 0.5rem 0.75rem 0px;
  }

  .hamburger {
    padding: 0.5rem 0.5rem 0em 0.5rem;
    line-height: 2rem;
    top: 10px;
    background: var(--c7);
    position: absolute;
    top: 7.5rem;
    right: 16px;
    z-index: 1;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
  }

  .m_lh0rem {
    line-height: 0rem;
  }

  .wid30rem,
  .wid56rem {
    width: 90%;
  }

  .wid25rem {
    width: 80%;
  }

  .corner1red,
  .corner2red {
    height: 5rem;
  }

  .stop8 {
    top: 7px;
  }

  .video-play {
    top: calc(50% - 1rem);
  }

  .contact > h2 {
    font-size: 2rem;
    line-height: 1.25rem;
  }

  .m_slpole {
    background-position: center left;
  }

  .powl,
  .slides {
    width: 100vw;
    height: 26vh;
  }

  .wid36suro {
    width: 80%;
  }

  .bnr {
    height: 26vh;
  }

  .music > div {
    position: fixed;
    bottom: 2.5rem;
    right: 1rem;
    z-index: 10;
    background-color: var(--c7);
    border-radius: 10px;
  }

  .music > div > p > a {
    font-size: 2rem;
    color: #ffffff;
    padding: 0.75rem 0.75rem;
    display: block;
  }

  /* Admission Page */

  .pg:hover > p {
    background-color: var(--w1);
    color: var(--c7);
    border-top: 0.125rem solid var(--c7);
  }

  .bdtop {
    border-top: 0.125rem solid transparent;
  }

  .pgwid {
    width: auto;
  }
}

@media only screen and (max-width: 484px) {
  .payment_buttons > div > li {
    margin-left: auto;
    margin-right: auto;
  }

  .payment_buttons > div > li:nth-child(3) {
    margin-top: 1.75rem;
  }
}

@media only screen and (max-width: 949px) {
  .m_pl0 {
    padding-left: 0rem;
  }
}
