@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Figtree:600|Roboto:400,600|Open+Sans:400");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* user-select: none; */
}
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
.customSection {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customContainer {
  width: 90%;
  display: flex;
}
a {
  text-decoration: none;
}
:root {
  --paragraphcolor: rgba(102, 102, 102, 1);
}
@font-face {
  font-family: "Helvetica";
  src:
    url("../font/HelveticaNeue-Roman.woff2") format("woff2"),
    url("../font/HelveticaNeue-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaI5";
  src:
    url("../font/HelveticaNeue-MediumItalic.woff2") format("woff2"),
    url("../font/HelveticaNeue-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica5";
  src:
    url("../font/fontweb/HelveticaNeue-Medium.woff") format("woff2"),
    url("../font/fontweb/HelveticaNeue-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica6";
  src:
    url("../font/fontweb/HelveticaNeue-Bold.woff2") format("woff2"),
    url("../font/fontweb/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica3";
  src:
    url("../font/fontweb/HelveticaNeue-Thin.woff") format("woff2"),
    url("../font/fontweb/HelveticaNeue-Thin.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#aboutus,
#chooseus,
#placements,
#admission,
#scholarship,
#enquire {
  scroll-margin-top: 100px;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fade-in 1s ease forwards;
  opacity: 0;
}
.delay-200 {
  animation-delay: 200ms;
}
.delay-400 {
  animation-delay: 400ms;
}
.delay-600 {
  animation-delay: 600ms;
}
.delay-800 {
  animation-delay: 800ms;
}
.delay-300 {
  animation-delay: 300ms;
}
.delay-500 {
  animation-delay: 500ms;
}

@media screen and (max-width: 1280px) {
  .customSection .customContainer {
    width: 95%;
  }
}
