@charset "UTF-8";
.btn2 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50px;
  right: 50px;
  transition-duration: 0.5s;
}
.btn2 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 8px;
  width: 60px;
  top: 30px;
  background-color: rgba(6, 78, 123, 0.8941176471);
}
.btn2 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: rgba(6, 78, 123, 0.8941176471);
  content: "";
  top: -20px;
}
.btn2 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: rgba(6, 78, 123, 0.8941176471);
  content: "";
  top: 20px;
}
.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn2.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
}
.btn2.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
}
.btn2:hover {
  cursor: pointer;
}

.btn2 {
  display: none;
}

@media screen and (max-width: 992px) {
  .btn2 {
    float: right;
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: rgba(113, 218, 218, 0.42);
  background: radial-gradient(circle, rgb(73, 212, 214) 8%, rgb(10, 110, 102) 100%);
  margin: 0;
  padding: 0;
  height: 100%;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}

.logo {
  height: 18rem;
  width: 18rem;
}

/*=================================================
||				3. Header
==================================================*/
.header {
  background-color: #469ec7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  color: #fff;
  text-transform: uppercase;
}

/*Home*/
.header-wrapper {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 250px;
}

.header-table {
  display: table;
  height: 70vh;
  width: 100%;
}

.header-title {
  font-size: 50px;
  letter-spacing: 10px;
  font-weight: 200;
}

.header-subtitle {
  font-size: 20px;
  letter-spacing: 3px;
}

.header-table {
  display: table;
  height: 100%;
  margin-top: -20px;
}

.header-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.header-subtitle {
  font-size: 18px;
}

/*=================================================
||				 Navbar
==================================================*/
.navbar-default .navbar-brand {
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  height: auto;
  font-weight: 300;
  letter-spacing: 5px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding-top: 50px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  /*text-transform: uppercase;*/
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
}

.navbar-default .navbar-nav > li > a:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}

.nav-item {
  font-size: 2rem;
  text-decoration: none;
}

.nav-link, .nav-link:hover {
  color: black;
}

.carousel-item img {
  max-height: 690px;
  max-width: 100%;
  margin: auto;
}

.card {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  height: 35.63rem;
  background-color: rgba(182, 210, 208, 0.788);
}

.card p {
  width: 11.5rem;
}

.baslik {
  width: 6rem;
}

.kat {
  font-size: 1.56rem;
}

.main-img {
  border-radius: 25px 8px;
}

.resim {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: center;
  min-height: 13rem;
  max-height: 13rem;
}

/*=================================================
||				social media icon
==================================================*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.social-icons {
  display: flex;
  gap: 10px;
}

.icon-link i {
  font-size: 60px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s;
  background-color: rgba(100, 208, 208, 0.8);
}

.icon-link .fa-instagram {
  color: rgb(201, 99, 99);
}

.icon-link .fa-youtube {
  color: rgb(164, 0, 0);
}

.icon-link .fa-facebook {
  color: rgb(7, 54, 155);
}

.icon-link i:hover {
  transform: rotate(360deg);
  animation: spin 2s linear infinite;
}

@media (max-width: 768px) {
  .social-icons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .icon-link i {
    font-size: 40px;
  }
}
.no-underline {
  color: black;
  text-decoration: none;
}

.no-underline:hover {
  color: #fff;
}

footer .container-fluid {
  background: radial-gradient(circle, rgb(73, 212, 214) 8%, rgb(10, 110, 102) 100%);
}

/*=================================================
||			scroll 
==================================================*/
/* Scroll çubuğu */
::-webkit-scrollbar {
  width: 10px;
  /* Çubuğun genişliği */
  background-color: #469ec7;
  /* Arka plan rengi */
}

/* Scroll çubuğu üzerinde kaydırma yaptığınızda */
::-webkit-scrollbar-thumb {
  background-color: rgb(4, 51, 59);
  /* Çubuğun rengi */
  border-radius: 5px;
  /* Köşelerin yuvarlaklığı */
}

/* Scroll çubuğu üzerinde mouse ile üzerine gelindiğinde */
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(6, 79, 79);
  /* Çubuğun rengi */
}

/* Scroll çubuğu kenarlık rengi */
::-webkit-scrollbar-track {
  border: 1px solid #469ec7;
  /* Kenarlık rengi */
}

/* Scroll çubuğu kenarlık rengi üzerinde mouse ile üzerine gelindiğinde */
::-webkit-scrollbar-track:hover {
  border: 1px solid #469ec7;
  /* Kenarlık rengi */
}

@media screen and (max-width: 380px) {
  .carousel-item {
    height: 70vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 36px;
    right: 15px;
    transition-duration: 0.5s;
  }
  .btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 40px;
    top: 30px;
    background-color: rgba(6, 78, 123, 0.8941176471);
  }
  .btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: -20px;
  }
  .btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: 20px;
  }
  .btn2.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  }
  .btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  }
  .btn2:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-brand {
    letter-spacing: 0px;
  }
  .card {
    height: 535px;
  }
  .card p {
    width: 15rem;
    font-size: larger;
  }
  .card .card-header {
    font-size: larger;
  }
}
@media (max-width: 450px) and (min-width: 380px) {
  .carousel-item {
    height: 50vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .resim {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    min-height: 13rem;
    max-height: 18rem;
  }
  .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 37px;
    right: 30px;
    transition-duration: 0.5s;
  }
  .btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 60px;
    top: 30px;
    background-color: rgba(6, 78, 123, 0.8941176471);
  }
  .btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: -20px;
  }
  .btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: 20px;
  }
  .btn2.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  }
  .btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  }
  .btn2:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-brand {
    letter-spacing: 2px !important;
  }
  .card {
    height: 37.6rem;
  }
  .card p {
    width: 18rem;
    font-size: larger;
  }
  .card .card-header {
    font-size: larger;
  }
}
@media (max-width: 575px) and (min-width: 450px) {
  .carousel-item {
    height: 50vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 37px;
    right: 30px;
    transition-duration: 0.5s;
  }
  .btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 60px;
    top: 30px;
    background-color: rgba(6, 78, 123, 0.8941176471);
  }
  .btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: -20px;
  }
  .btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: 20px;
  }
  .btn2.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  }
  .btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  }
  .btn2:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-brand {
    letter-spacing: 0px;
  }
  .card {
    height: 520px;
  }
  .card p {
    width: 23rem;
    font-size: larger;
  }
  .card .card-header {
    font-size: larger;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .carousel-item {
    height: 50vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 37px;
    right: 30px;
    transition-duration: 0.5s;
  }
  .btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 60px;
    top: 30px;
    background-color: rgba(6, 78, 123, 0.8941176471);
  }
  .btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: -20px;
  }
  .btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: 20px;
  }
  .btn2.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  }
  .btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  }
  .btn2:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-brand {
    letter-spacing: 0px;
  }
  .card {
    height: 590px;
  }
  .card p {
    width: 13rem;
    font-size: larger;
  }
  .card .card-header {
    font-size: larger;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel-item {
    height: 50vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .btn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 37px;
    right: 30px;
    transition-duration: 0.5s;
  }
  .btn2 .icon {
    transition-duration: 0.5s;
    position: absolute;
    height: 8px;
    width: 60px;
    top: 30px;
    background-color: rgba(6, 78, 123, 0.8941176471);
  }
  .btn2 .icon:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: -20px;
  }
  .btn2 .icon:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 60px;
    height: 8px;
    background-color: rgba(6, 78, 123, 0.8941176471);
    content: "";
    top: 20px;
  }
  .btn2.open .icon {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn2.open .icon:before {
    transform: rotateZ(45deg) scaleX(1.25) translate(13px, 13px);
  }
  .btn2.open .icon:after {
    transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -12px);
  }
  .btn2:hover {
    cursor: pointer;
  }
  .navbar-default .navbar-brand {
    letter-spacing: 0px;
  }
  .card {
    height: 35.62rem;
  }
  .card p {
    width: 17.2rem;
    font-size: larger;
  }
  .card .card-header {
    font-size: larger;
  }
}
@media (min-width: 992px) {
  .card p {
    width: 16rem;
    font-size: 1.01rem;
  }
}/*# sourceMappingURL=main.css.map */