@import url('./reset.css');
@import url('./main.css');

body {
  background-color: #f3f4f9;
}

main {
  position: relative;
}

.sw_bg {
  position: absolute;
  top: 0;
  right: 0;
}

/* Over Ride Header Styling For SW  */
.header__nav.active a:not(.header__btn__mobile) {
  color: var(--sec-text-color) !important;
}
.header__nav ul a:not(.header__nav__menu a) {
  text-decoration: none;
  color: var(--sec-text-color);
}
header.scrolled .header__nav ul a:not(.header__nav__menu a) {
  text-decoration: none;
  color: var(--text-color);
}
/* End Over Ride Header Styling For SW  */

/* Start Welcome */
.welcome .custom {
  box-shadow: 0px 4px 57px 0px #00000026;
  backdrop-filter: blur(4px);
  padding: calc(40rem / 16);
  border-radius: 0 calc(40rem / 16) 0 calc(40rem / 16);
  position: relative;
  text-align: center;
}
.welcome .custom img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.welcome .custom p:first-of-type {
  font-size: var(--font-medium);
  font-weight: 700;
  color: var(--primary-color);
}
.welcome .custom p:nth-of-type(2) {
  font-size: var(--font-h1);
  font-weight: 700;
}
.welcome .custom p:last-of-type {
  font-weight: 500;
  font-size: var(--font-medium);
}
.welcome .custom p:last-of-type span {
  color: var(--sec-color);
  font-size: var(--font-medium);
}

@media (min-width: 768px) {
  .welcome .custom img {
    top: 85%;
  }
}
@media (min-width: 992px) {
  .welcome .custom img {
    top: 60%;
    left: 55%;
    transform: unset;
  }
}
@media (min-width: 1200px) {
  .welcome .custom img {
    left: 70%;
  }
}
/* End Welcome */

/* Start Content */
.content span {
  color: var(--primary-color);
}
/* End Content */
