/*
* UI+CMS: https://www.cagatayldzz.com
*/

/* header */
header {
  position: relative;
  height: 520px;
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
header .menu-content .menu-i {
  position: relative;
  width: 43px;
  cursor: pointer;
  z-index: 5;
}
header .menu-content .menu-layer {
  position: absolute;
  left: 50%;
}
header .menu-content .menu-layer .nav {
  position: absolute;
  background: #5c4cb1;
  border: 1.5px solid #fff;
  border-radius: 30px;
  width: max-content;
  top: 5px;
  z-index: 5;
}
header .menu-content .menu-layer .nav .nav-item:last-child {
  border-right: 0 !important;
}
header .menu-content .menu-layer .nav .nav-link {
  font-size: 15px;
}
header .menu-content .menu-layer .nav .nav-link:hover {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
    0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
    0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  font-weight: 500;
  color: #5246a1 !important;
}
header .content-layer {
  position: relative;
}
header .content-layer .content-bg {
  width: 100%;
  position: absolute;
  top: -67px;
  right: -58px;
}
header .content-layer .content-body {
  position: absolute;
  width: 370px;
  right: 36px;
  top: 26px;
}
header .content-layer .content-body img {
  width: 80%;
}
header .content-layer .content-body .hero-1 {
  font-size: 18px;
}
header .content-layer .content-body .hero-2 {
  font-size: 16px;
}
header .content-layer .content-body .social-content {
  background: #ffffff47;
}
header .content-layer .content-body .social-content:hover {
  box-shadow: 0 0 10px #2d2365a3, 0 0 10px #ffffffa3;
}
header .content-layer .content-body .social-content img {
  width: 22px;
}
header .content-layer .content-body .social-content span {
  font-size: 15px;
}
header .login-layer {
  position: relative;
  width: 70%;
}
header .login-layer .login-bg {
  position: absolute;
  top: -140px;
  width: 100%;
}
header .login-layer .login-body {
  position: absolute;
  width: 100%;
  top: -50px;
}
header .login-layer .login-body .logo {
  position: relative;
  top: -10px;
  right: -20px;
}
header .login-layer .login-body .logo img {
  width: 250px;
}
header .login-layer .login-body .login-head {
  position: relative;
  top: 18px;
  width: 70%;
  font-size: 26px;
}
header .login-layer .login-body .login-head .s1 {
  color: #f973af;
  z-index: 2;
}
header .login-layer .login-body .login-head .s2 {
  position: absolute;
  top: -1px;
  right: 46px;
  z-index: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.7px;
  -webkit-text-stroke-color: #4f40a5;
}
header .login-layer .login-body .login-form {
  position: relative;
}
header .login-layer .login-body .login-form input {
  box-shadow: 0 0 5px #f84d998f, 0 0 5px #f84d998f, 0 0 5px #f84d998f,
    0 0 5px #f84d998f;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #f74091;
  height: auto;
}
header .login-layer .login-body .login-form input::placeholder {
  color: #f74091;
}
header .login-layer .login-body .login-form button {
  box-shadow: 0 0 15px #f91c7e7d;
}
header .login-layer .login-body .login-form button:hover,
header .login-layer .login-body .login-form button:focus {
  box-shadow: 0 0 30px #f91c7e7d;
}
header .login-layer .login-body .login-form .form-group img {
  position: absolute;
  width: 30px;
  top: 8px;
  left: 10px;
}
header .login-layer .login-body .login-form .warning-text {
  color: #6456b4;
  width: 144px;
  position: absolute;
  line-height: 16px;
  text-align: center;
}

header .custom-h-section {
  position: relative;
  display: flex;
  justify-content: center;
}

header .custom-h-section .logo {
  margin-top: 2rem;
}

header .custom-h-section .logo img {
  width: 240px;
}

/* main */
main .applet-item {
  position: relative;
  box-shadow: 0 0 5px #5246a199;
  border-radius: 10px;
}
main .applet-item:hover {
  text-decoration: initial;
}
main .announcement-card {
  box-shadow: 0 0 15px #5246a1;
  border-radius: 30px;
  border: 2px solid #d2d2d2;
}
main .announcement-card .list-group .list-group-item {
  border-top: 1px solid #867ebd;
}
main .info-card {
  box-shadow: 0 0 10px #4e419d80;
  border-radius: 25px;
  transition: all 0.5s;
}
main .info-card:hover {
  transform: translateY(-10px);
}
main .info-card img {
  width: 65px;
}
main .blog-card {
  box-shadow: 0 0 15px #5246a1;
  border-radius: 30px;
  transition: all 0.5s;
}
main .blog-card:hover {
  box-shadow: 0 0 30px #5246a1, 0 0 30px #ff23853d;
}
main .blog-card:before {
  content: "";
  position: absolute;
  background: #00000085;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
main .blog-card img {
  width: 100%;
  height: 220px;
  border-radius: 30px;
  object-fit: cover;
}
main .blog-card aside {
  top: 0;
}
main .blog-card aside a {
  margin-top: 80px;
}
main .headline {
  font-size: 50px;
}
main .headline .heart {
  position: absolute;
  right: -42px;
  top: -22px;
  width: 54px;
}
main .headline-sub {
  font-size: 16px;
  letter-spacing: 1px;
}
main .headline-sub strong {
  color: #f91c7e;
}
main .headline-sub strong a {
  color: #f91c7e;
}
main .test-card {
  box-shadow: 0 0 5px #5246a199;
  border-radius: 20px;
  transition: all 0.5s;
}
main .test-card:hover {
  transform: scale(1.1);
}
main .test-card .img-1 {
  width: 60px;
}
main .test-card .img-2 {
  width: 40px;
}
main .help-detail {
  box-shadow: 0 0 5px #5246a199;
  border-radius: 10px;
}
main .help-detail summary {
  outline: 0;
}
main .markdown p {
  letter-spacing: 1px;
  font-size: 15px;
}
main .markdown ul li {
  letter-spacing: 1px;
}
main .markdown figure {
  display: flex;
  justify-content: center;
  margin: 0;
}
main .markdown figure img {
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 1rem;
}
main form input:focus,
main form textarea:focus {
  border-color: #f91c7e96 !important;
  box-shadow: 0 0 0 0.2rem rgba(93, 75, 165, 0.29) !important;
}
main .badge-facebook {
  color: #fff;
  background-color: #3b5998;
}
main .badge-twitter {
  color: #fff;
  background-color: #1da1f2;
}
main .badge-pinterest {
  color: #fff;
  background-color: #bd081c;
}
main .badge-linkedin {
  color: #fff;
  background-color: #0078ba;
}
main .badge-flipboard {
  color: #fff;
  background-color: #f52828;
}
main .badge-tumblr {
  color: #fff;
  background-color: #32506d;
}
main .badge-reddit {
  color: #fff;
  background-color: #ff4500;
}
main .badge-vk {
  color: #fff;
  background-color: #4a76a8;
}
main .badge-envelope {
  color: #fff;
  background-color: #222;
}
main .badge-line {
  color: #fff;
  background-color: #56b535;
}

/* footer */
footer {
  margin-top: 6em;
  position: relative;
  background: #ccc8fa;
}
footer:before {
  content: "";
  position: absolute;
  top: -30px;
  width: 100%;
  height: 30px;
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
}
footer .footer-logo {
  position: absolute;
  width: 250px;
  top: -76px;
}
footer .nav-menu {
  margin-top: 60px;
}
footer .nav-menu .nav-link {
  font-size: 20px;
}
footer .nav-menu .nav-item:last-child {
  border-right: 0 !important;
}
footer .nav-menu .nav-link:hover {
  color: #f91c7e;
}
footer .nav-social .nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/social-i-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
footer .nav-social .nav-item img {
  position: relative;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(243deg)
    brightness(104%) contrast(105%);
}

/* sole */
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fw-1 {
  font-weight: 100;
}
.fw-3 {
  font-weight: 300;
}
.fw-5 {
  font-weight: 500;
}
.fw-7 {
  font-weight: 700;
}
.fw-9 {
  font-weight: 900;
}
.bg-pink {
  background: #f91c7e;
}
.bg-purple {
  background: #5246a1;
}
.text-purple {
  color: #4e419d;
}
.text-pink {
  color: #f91c7e;
}
.text-muted-2 {
  color: #595858;
}
.lp-1 {
  letter-spacing: 1px;
}
.pp-color {
  background-image: linear-gradient(to right, #4e419d 50%, #f91c7e 1%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shadow-pink {
  box-shadow: 0 0 15px #f91c7e7d;
}
.shadow-pink:hover,
.shadow-pink:focus {
  box-shadow: 0 0 30px #f91c7e7d;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 207, 231, 0.17);
}
.ff-gilroy {
  font-family: "Gilroy";
}
.animation-1 {
  animation: updown linear 1.8s infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-2 {
  animation: updown linear 1.8s infinite;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Gilroy"), local("Gilroy"),
    url(../fonts/gilroy/gilroy-100.woff) format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Gilroy"), local("Gilroy"),
    url(../fonts/gilroy/gilroy-300.woff) format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Gilroy"), local("Gilroy"),
    url(../fonts/gilroy/gilroy-500.woff) format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Gilroy"), local("Gilroy"),
    url(../fonts/gilroy/gilroy-700.woff) format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Gilroy"), local("Gilroy"),
    url(../fonts/gilroy/gilroy-900.woff) format("truetype");
}

/* responsive */
@media (max-width: 2000px) {
  header {
    height: 690px;
  }
}

/* applet */
header.applet {
  height: 400px;
}
header .page-view-applet {
  display: none !important;
}
header .login-layer .login-body .login-head.applet {
  display: none !important;
}
header .menu-content.applet {
  display: none !important;
}
footer .footer-logo.applet {
  display: none !important;
}
header .content-layer .content-body .hero-1.applet {
  display: none !important;
}
header .section-h-view-applet {
  display: none;
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  header {
    height: 550px;
  }
  header .content-layer .content-body {
    right: 25px;
    top: 15px;
  }
  header .content-layer .content-bg {
    width: 114%;
  }
  header .login-layer .login-body .logo img {
    width: 200px;
  }
  header .login-layer .login-body .login-head {
    top: -20px;
    font-size: 24px;
  }
  header .login-layer .login-body .login-head .s2 {
    right: 31px;
  }
  header .login-layer .login-body .login-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  header {
    height: 590px;
    overflow: hidden;
  }
  header .login-layer {
    width: 100%;
  }
  header .content-layer .content-bg {
    width: 449px;
    position: relative;
    right: 61px;
  }
  header .content-layer .content-body {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
  }
  header .login-layer .login-body {
    position: relative;
  }
  header .content-layer .content-body img {
    width: 68%;
  }
  header .login-layer .login-body .login-head {
    top: -20px;
  }
  header .login-layer .login-body .login-head .s2 {
    right: 36px;
  }
  header .content-layer .content-body .social-content span {
    font-size: 13px;
  }
  header .content-layer .content-body .social-content img {
    width: 18px;
  }
  header .menu-content .menu-layer .nav {
    width: 170px;
    left: -83px;
    border-radius: 15px;
  }
  header .menu-content .menu-layer .nav .nav-item {
    width: 100%;
    text-align: center;
    border-right: 0 !important;
  }
  header .login-layer .login-body .login-form .warning-text {
    position: relative;
  }
  main .headline {
    font-size: 35px;
  }
  main .headline .heart {
    right: -35px;
    top: -18px;
    width: 40px;
  }
  footer .footer-logo {
    width: 210px;
    top: -70px;
  }
  footer .nav-menu .nav-link {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  header {
    height: auto;
  }
  header .login-layer .login-bg {
    display: none;
  }
  header .content-layer .content-bg {
    display: none;
  }
  header .content-layer .content-body {
    position: relative;
    margin-bottom: 3em;
  }
  header .content-layer .content-body img {
    width: 60%;
  }
  header .content-layer .content-body .hero-1 {
    color: #000;
  }
  header .content-layer .content-body .hero-2 {
    color: #000;
  }
  header .content-layer .content-body .social-content {
    background: #4f40a5;
  }
  header .content-layer .content-body .social-content span {
    color: #fff !important;
  }
  header .content-layer .content-body .social-content img {
    width: 17px;
  }
  header .login-layer .login-body .logo {
    top: 40px;
    right: 0;
  }
  header .login-layer .login-body .login-head .s2 {
    position: absolute;
    left: 40px;
    top: 1px;
  }
  header .login-layer .login-body .login-head {
    width: 100%;
    font-size: 20px;
    top: 26px;
    text-align: center;
  }
  header .login-layer .login-body .login-form {
    width: 100%;
  }
  header .login-layer .login-body .login-form .warning-text {
    color: #fff;
  }
}

@media (max-width: 576px) {
  main .headline .heart {
    display: none;
  }
  header .section-h-view-applet {
    display: inline-flex;
  }
  header .custom-h-section {
    display: none;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}
