@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bookman+Old+Style&display=swap");
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/BookmanOldStyle-BoldItalic.woff2") format("woff2"), url("../fonts/BookmanOldStyle-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/BookmanOldStyle-Bold.woff2") format("woff2"), url("../fonts/BookmanOldStyle-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/BookmanOldStyle-Italic.woff2") format("woff2"), url("../fonts/BookmanOldStyle-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/BookmanOldStyle.woff2") format("woff2"), url("../fonts/BookmanOldStyle.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Bookman Old Style";
}

#headerSection {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.navbar {
  padding: 20px;
}

.sticky {
  background: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
  max-height: 83px;
}

.navbar-nav .nav-item {
  margin: 0 5px;
}

.navbar-nav .nav-link {
  font-family: "Bookman Old Style" !important;
  font-size: 18px;
  color: #000 !important;
  margin: 5px 10px;
  padding: 0 !important;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  border-bottom: 4px solid #f29a11;
}

.navbar-nav .nav-link:hover {
  border-bottom: 4px solid #f29a11;
}

.login-link {
  border: 3px solid #f29a11; /* Sarı renk sınır */
  padding: 5px 10px;
  color: #000;
  font-weight: bold !important;
  font-size: 18px;
  border-radius: 5px;
  margin-left: 5px;
}
.login-link:hover {
  text-decoration: none;
  background: #f29a11;
  color: #000;
}

#heroAndFeaturesSection {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/assets/img/headerbg.jpg?v=1") no-repeat center center;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
#heroAndFeaturesSection .heroContent {
  position: relative;
  z-index: 3;
  margin-top: 200px;
}
#heroAndFeaturesSection .heroContent .textContent {
  position: absolute;
  left: 390px;
  top: -20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: url("/assets/img/text_bg.png?v=1") no-repeat center center;
  width: 581px;
  height: 431px;
  padding: 60px 20px 90px 80px;
  color: #000000;
  zoom: 100%;
}
#heroAndFeaturesSection .heroContent .textContent h1 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}
#heroAndFeaturesSection .heroContent .textContent p {
  font-size: 14px;
  margin-bottom: 10px;
}
#heroAndFeaturesSection .heroContent .textContent .signUpBtn {
  width: auto;
  font-weight: bold;
  background: #f29a11;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 0px;
  text-decoration: none;
}
#heroAndFeaturesSection .heroContent .textContent .signUpBtn:hover {
  background: #000;
}
#heroAndFeaturesSection .heroContent .formSection {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-top: 250px;
}
#heroAndFeaturesSection .heroContent .formSection img {
  width: 192px;
  z-index: 2;
}
#heroAndFeaturesSection .heroContent .formSection .eye {
  position: absolute;
  bottom: 220px;
  left: calc(50% - 40px);
  width: 80px;
  z-index: 3;
}
#heroAndFeaturesSection .heroContent .formSection .eye img {
  width: 100%;
  animation: spinAnim 2s linear infinite;
  transform-origin: center;
}
@keyframes spinAnim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg); /* Y ekseninde 360 derece dönme */
  }
}
#heroAndFeaturesSection .heroContent .formSection .content {
  background: #f29a11;
  width: 600px;
  padding: 10px;
  margin-top: -26px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
#heroAndFeaturesSection .heroContent .formSection .content label {
  display: flex;
  flex-direction: row;
  background: #000000;
  border: 5px solid #000;
  border-radius: 5px;
  margin: 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.5);
}
#heroAndFeaturesSection .heroContent .formSection .content label input {
  font-size: 24px;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  letter-spacing: 2px;
}
#heroAndFeaturesSection .heroContent .formSection .content label input::placeholder {
  color: #fff;
  opacity: 1;
}
#heroAndFeaturesSection .heroContent .formSection .content label input::-ms-input-placeholder {
  color: #fff;
}
#heroAndFeaturesSection .heroContent .formSection .content label button {
  width: 86px;
  height: 60px;
  border: none;
  padding: 5px 20px;
  background: #000 url("/assets/img/horus_eye.png?v=1") no-repeat center center;
  border-radius: 50px;
  margin: 5px;
}
#heroAndFeaturesSection .heroContent .formSection .content label button:hover {
  -webkit-box-shadow: 0px 1px 10px 1px rgb(255, 255, 255);
  -moz-box-shadow: 0px 1px 10px 1px rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 1px rgb(255, 255, 255);
}
#heroAndFeaturesSection .featureContent {
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  padding: 50px 0;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
}
#heroAndFeaturesSection .featureContent h2 {
  padding: 30px 0 5px 0;
  font-weight: bold;
  border-bottom: 5px solid #f29a11;
  font-size: 24px;
}
#heroAndFeaturesSection .featureContent .container-fluid .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#heroAndFeaturesSection .featureContent .container-fluid .row .col-md-4 .featureBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px;
  text-align: center;
}
#heroAndFeaturesSection .featureContent .container-fluid .row .col-md-4 .featureBox picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  margin: 20px 0;
}
#heroAndFeaturesSection .featureContent .container-fluid .row .col-md-4 .featureBox picture img {
  height: 100px;
}
#heroAndFeaturesSection .featureContent .container-fluid .row .col-md-4 .featureBox h4 span {
  font-weight: bold;
}
#heroAndFeaturesSection .bg_grunge {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("/assets/img/brungebg.png?v=1") no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}

#flexSection {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 150px 100px;
  background: url("/assets/img/alt_text_bg.jpg?v=1") no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}
#flexSection .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 400px;
  flex: 1;
  margin: 0 20px;
}
#flexSection .content h2 {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  z-index: 2;
}
#flexSection .content p {
  z-index: 2;
}
#flexSection .content .learnMoreBtn {
  color: #000;
  border: 3px solid #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
}
#flexSection .content .learnMoreBtn:hover {
  background: #000;
  color: #fff;
}
#flexSection .content img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#flexSection .content:last-child img {
  right: 50%;
}

#extraSection {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
  text-align: center;
  background: #000;
  color: #fff;
}
#extraSection img {
  margin-top: 20px;
}
#extraSection h3 {
  border-bottom: 3px solid #f29a11;
  font-weight: bold;
  padding: 5px;
}
#extraSection .container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#footerSection {
  background: #fff;
  padding: 50px 50px;
}
#footerSection .menuSection h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
#footerSection .menuSection ul {
  list-style: none;
  padding: 0;
}
#footerSection .menuSection ul li {
  margin-bottom: 10px;
}
#footerSection .menuSection ul li a {
  text-decoration: none;
  color: #000;
}
#footerSection .menuSection ul li a:hover {
  color: #f29a11;
}
#footerSection .socialIcons a {
  margin: 0 5px;
  color: #000;
  text-decoration: none;
}
#footerSection .socialIcons a i {
  font-size: 1.5rem;
}
#footerSection .socialIcons a:hover {
  color: #f29a11;
}
#footerSection .socialIcons a:first-child {
  margin-left: 0;
}
#footerSection .copyright {
  text-align: center;
  font-size: 0.9rem;
  background: #eee;
  padding: 20px;
}

.parent-sun {
  position: absolute;
  bottom: 30%;
  left: 50%;
  margin: auto;
  margin-left: -150px;
  transform-style: preserve-3d;
  perspective: 100rem;
  width: 30rem;
  aspect-ratio: 1/1;
  animation: move 6s linear infinite;
}
.parent-sun *, .parent-sun *:after, .parent-sun *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transform-style: preserve-3d;
}

.sun, .sun span, .sun:after, .sun .rotate {
  width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 20px 0 50px rgba(242, 154, 17, 0.6);
}
.sun span:nth-of-type(1) {
  transform: rotateY(5deg) rotateX(9deg);
}
.sun span:nth-of-type(2) {
  transform: rotateY(24deg) rotateX(28deg);
}
.sun span:nth-of-type(3) {
  transform: rotateY(39deg) rotateX(30deg);
}
.sun span:nth-of-type(4) {
  transform: rotateY(16deg) rotateX(44deg);
}
.sun span:nth-of-type(5) {
  transform: rotateY(80deg) rotateX(20deg);
}
.sun span:nth-of-type(6) {
  transform: rotateY(60deg) rotateX(24deg);
}
.sun span:nth-of-type(7) {
  transform: rotateY(105deg) rotateX(105deg);
}
.sun span:nth-of-type(8) {
  transform: rotateY(128deg) rotateX(72deg);
}
.sun span:nth-of-type(9) {
  transform: rotateY(144deg) rotateX(27deg);
}
.sun span:nth-of-type(10) {
  transform: rotateY(20deg) rotateX(70deg);
}
.sun span:nth-of-type(11) {
  transform: rotateY(66deg) rotateX(33deg);
}
.sun span:nth-of-type(12) {
  transform: rotateY(180deg) rotateX(96deg);
}
.sun span:nth-of-type(13) {
  transform: rotateY(234deg) rotateX(247deg);
}
.sun span:nth-of-type(14) {
  transform: rotateY(140deg) rotateX(98deg);
}
.sun span:nth-of-type(15) {
  transform: rotateY(270deg) rotateX(105deg);
}
.sun span:nth-of-type(16) {
  transform: rotateY(176deg) rotateX(144deg);
}
.sun span:nth-of-type(17) {
  transform: rotateY(204deg) rotateX(51deg);
}
.sun span:nth-of-type(18) {
  transform: rotateY(144deg) rotateX(198deg);
}
.sun span:nth-of-type(19) {
  transform: rotateY(190deg) rotateX(304deg);
}
.sun span:nth-of-type(20) {
  transform: rotateY(300deg) rotateX(160deg);
}
.sun span:nth-of-type(21) {
  transform: rotateY(84deg) rotateX(63deg);
}
.sun span:nth-of-type(22) {
  transform: rotateY(352deg) rotateX(22deg);
}
.sun span:nth-of-type(23) {
  transform: rotateY(414deg) rotateX(299deg);
}
.sun span:nth-of-type(24) {
  transform: rotateY(288deg) rotateX(432deg);
}
.sun span:nth-of-type(25) {
  transform: rotateY(300deg) rotateX(275deg);
}
.sun span:nth-of-type(26) {
  transform: rotateY(286deg) rotateX(520deg);
}
.sun span:nth-of-type(27) {
  transform: rotateY(216deg) rotateX(54deg);
}
.sun span:nth-of-type(28) {
  transform: rotateY(252deg) rotateX(224deg);
}
.sun span:nth-of-type(29) {
  transform: rotateY(377deg) rotateX(261deg);
}
.sun span:nth-of-type(30) {
  transform: rotateY(60deg) rotateX(510deg);
}
.sun .rotate {
  perspective: none;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.sun span {
  box-shadow: 20px 0 50px rgba(242, 154, 17, 0.6);
}
.sun:after {
  background: radial-gradient(#F2C961, #fff);
  transform: translate3d(0, 0, 20rem) scale(0.66);
  filter: blur(1rem);
}

/*animation*/
.smoke {
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  height: 484px;
  width: 100%;
  z-index: 2;
  background-image: url("/assets/img/smoke.png?v=1");
  background-position: left top;
  background-repeat: repeat-x;
  -webkit-animation: smoke 20s linear infinite;
  animation: smoke 20s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes smoke {
  0% {
    background-position: left -1920px top;
  }
  100% {
    background-position: left 1920px top;
  }
}
@keyframes smoke {
  0% {
    background-position: left -1920px top;
  }
  100% {
    background-position: left 1920px top;
  }
}
.sparks {
  position: absolute;
  width: 1200px;
  left: 50%;
  bottom: 20%;
  z-index: 2;
}

.sparks > div {
  position: absolute;
}

.sparks .spark_1 {
  background: url("/assets/img//spark_1.png") no-repeat;
  width: 764px;
  height: 313px;
  right: 0;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sparks .spark_2 {
  background: url("/assets/img//spark_2.png") no-repeat;
  width: 179px;
  height: 335px;
  right: 230px;
  bottom: -320px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-1 4s linear infinite;
  animation: spark-1 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.sparks .spark_3 {
  background: url("/assets/img//spark_3.png") no-repeat;
  width: 128px;
  height: 165px;
  right: 280px;
  bottom: -140px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-3 4s linear infinite;
  animation: spark-3 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.sparks .spark-big {
  background: url("/assets/img//spark_4.png") no-repeat;
  width: 794px;
  height: 176px;
  right: 0;
  bottom: -180px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: spark-5 4s linear infinite;
  animation: spark-5 4s linear infinite;
}

.sparks .spark_5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  right: 40px;
}

.sparks_2 .spark_1 {
  background: url("/assets/img//spark_1.png") no-repeat;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.sparks_2 .spark_2 {
  background: url("/assets/img//spark_2.png") no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.sparks_2 .spark_3 {
  background: url("/assets/img//spark_3.png") no-repeat;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.sparks_2 .spark-big {
  background: url("/assets/img//spark_4.png") no-repeat;
}

.sparks_2 .spark_5 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.sparks_2 {
  margin-left: -500px;
}

@-webkit-keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-1 {
  0% {
    bottom: -320px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -240px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -160px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: -80px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-3 {
  0% {
    bottom: -140px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -80px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 40px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes spark-5 {
  0% {
    bottom: -180px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  25% {
    bottom: -120px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    bottom: -60px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  75% {
    bottom: 0px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
  100% {
    bottom: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*end animation*/

/*# sourceMappingURL=style.css.map */
