@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

.heading-font{
  font-family: "Noto Serif", serif;
}
* {
  padding: 0%;
  margin: 0%;
}
.padding {
  padding-left: 10%;
}
.loader-position {
  top: 42%;
  left: 47%;
}
.welcome{
  font-family: "Noto Serif", serif !important;
  font-weight: 500;
}
.loader-letter-position{
  top: 60%;
  left: 46%;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1;
  background-color: #fffaf4;
}
.bg-gif {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-image: url(/video/Eng-Karrcholai.gif);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: inherit;
}
.bg-gif1 {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-image: url(/video/Tam-Karrcholai.gif);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: inherit;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}
.nav-position {
  position: fixed;
  z-index: 25;
}
.navbar-dropdown {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.arrow {
  color: #b22222;
}
.nav-position {
  background: #fffaf4;
}
.nav-position1 {
  background: hsla(234, 79%, 40%, 0.6) !important;
}

.footer {
  font-family: sans-serif;
}

#myVideo {
  height: 100vh;
}
.border-line {
  height: 3px;
  width: 60px;
  background-color: #b61621;
  margin-left: 0;
  margin-top: -5.5px;
}

.nav-link {
  color: #973131 !important;
  font-family: "Noto Serif", serif;
}
.nav-link:hover {
  opacity: 1;
  color: #b22222 !important;
}
.about-us-sec {
  height: 100vh;
}
.about_color {
  color: #e84b4b;
}
.project-position {
  top: 50%;
  left: 20%;
}
.bg-blur-content {
  height: 75px;
  width: 65%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}

.btn-change {
  height: 50px;
  background: transparent;
  margin: 20px;
  float: left;
  box-shadow: 0 0 1px #ccc;
  transition: all 0.5s ease-in-out;
  border: 1px solid;
  border-radius: 100px;
  border-color: #973131;
  color: #973131;
  font-family: "Noto Serif", serif;
}
.btn-change:hover {
  transform: scale(1.1);
  background: #973131;
  color: white;
  border-color: #973131;
}

.testimonial {
padding-top:13%;
padding-bottom: 8%;
}
.Karrcholai {
  border-bottom: 1px solid;
  border-color: white;
}
.background_footer {
  background-image: url(./images/footer-img.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.social_width {
  width: 30%;
  height: 25%;
}
hr:not([size]) {
  height: 2px !important;
}
hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-top: 2px s olid #eee !important;
  background-color: currentColor !important;
  opacity: 1;
}
.text_color {
  color: #e84b4b;
}
.text_color:hover {
  color: #b22222;
}
.font {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: small;
  color: #f0f0f0;
}
.font:hover {
  color: #b22222;
}
.font1{
color: #b22222;
}
.container.scroll {
  display: contents;
  position: relative;
  height: 300vh;
}
.start-50 {
  left: 35% !important;
}
.sec {
  position: sticky;
  top: 0;
  width: 84vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
.card-height {
  min-height: unset !important;
}

#loader {
  z-index: 1;

  background: #c31432;
  background: -webkit-linear-gradient(to right, #240b36, #c31432);
  background: linear-gradient(to right, #240b36, #c31432);

  width: 100%;
  height: 100vh;
}
.code-width {
  width: 32%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/ .animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 5s;
  animation-name: animatebottom;
  animation-duration: 5s;
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

#myDiv {
  display: none;
}

.ticker-star-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.ticker-star-img {
  color: #b22222 !important;
}

.image {
  display: flex;

  align-items: center;
}

.rotating-image {
  animation: rotate 3s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



.rotate-icon {
  transition: transform 0.6s;
}

.dropdown-menu {
  background-color: black !important;
}

.dropdown-item {
  background-color: black !important;
  color: white !important;
}

.dropdown-item:hover {
  background-color: rgb(37, 35, 35) !important;
  color: #b22222 !important;
}

.drop-btn {
  margin-top: 2px;
  color: #b22222 !important;
  font-size: medium !important;
 
  font-weight: 700 !important;
}
.xxlgescreen{
  margin-left: 0% !important;
  margin-right: 0% !important;
 }

.drop-btn[aria-expanded="true"] .rotate-icon {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown:hover .rotate-icon {
    transform: rotate(180deg);
  }
  .dropdown-toggle::after {
    display: none !important;
  }
}
h1 {
  color: #fff;
}

.lead {
  color: #aaa;
}

.wrapper {
  margin: 10vh;
}

.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
}

@media (max-width: 768px) {
  .card {
    min-height: 350px;
  }
}

@media (max-width: 420px) {
  .card {
    min-height: 300px;
  }
}

.font-size {
  font-size: larger;
  font-weight: 900;
  color: #b22222;
}

.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card.card-has-bg:hover {
  transform: scale(0.98);

  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-footer {
  background: none;
  border-top: none;
}

.card-title {
  font-weight: 800;
}

.card-meta {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}



.image-size {
  width: 25% !important;
}
.button-footer {
  height: 100%;
  background-color: #f9e2e3 !important;
  color: #570b3d !important;
  font-weight: 600 !important;
  font-size: small !important;
  left: 32%;
}
.email-div {
  margin-left: 10px;
}
#formGroupExampleInput {
  background-color: #660746;
  color: white;
}
.input-width {
  width: 50% !important;
}
::placeholder {
  color: white !important;
}
.border-line1 {
  height: 1px;
  background-color: #f9e2e3;
  margin-left: 0;
  margin-top: -5.5px;
}
.footer-bg-color {
  background-color: #660746;
}
.footer-img {
  width: 80%;
  top: -15%;
  left: 2%;
  box-shadow: 20px 20px 20px rgba(23, 21, 21, 0.395);
}

.card-width {
  height: 10%;
}
.project-para {
  margin-bottom: 0;
}
.btn-default {
  top: 25%;
  left: 25%;
  color: #999;
  background: #fffccc;
}
.div-bg-color {
  background-color: #fffaf4;
}
.div-text-color {
  color: #333333 !important;
  font-size: 20px;
}
.div-text-color1 {
  color: #555555;
}

.modal-backdrop {
  --bs-backdrop-zindex: 0 !important;

  z-index: 0 !important;
}


.Quick-link{
  gap: 0;
}
