@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome-all.css");
@import url("flaticon.css");

/*
 * typography.scss
 * -----------------------------------------------
*/

:active,
:focus {
  outline: none !important;
}

body {
  background-color: #fff;
  background-attachment: fixed;
}

.Rectangle-2 {
  width: 350px;
  height: 1700px;
  position: absolute;
  overflow: visible;
  transform: matrix(1, 0, 0, 1, 537.3031, -596.5648) rotate(-24deg);
  transform-origin: center;
  z-index: -1;
}

#Rectangle-2 {
  filter: blur(30px);
  fill: rgba(255, 193, 54, 1);
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.main-header .header-lower {
  position: relative;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
  padding: 25px 0;
}

.main-header {
  width: 100%;
  z-index: 999;
}

.main-header .logo {
  position: relative;
  display: block;
}

.main-header .logo img {
  max-width: 200px;
  height: auto;
}

.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

/**LANGUAGE**/

.dropdown-switcher {
  position: relative;
  display: flex;
  align-items: center;
  width: 70px;

  padding: 5px 5px;
  cursor: pointer;
  border-radius: 5px;
  color: black;
}

.dropdown-switcher-arrow {
  font-size: 15px;
}

.wrapper a {
  display: flex;
  align-items: center;
  color: #000;
  margin-right: 5px;
}

.dropdown-switcher-list {
  background-color: white;
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  display: none;
}

.dropdown-switcher-list-show {
  display: block;
}

.dropdown-switcher-item a {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  color: #000;
}

.dropdown-switcher-item a:hover {
  background-color: rgb(211, 211, 211);
}

/***/
.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-right: 35px;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  display: flex;
  transition: all 300ms ease;
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: #000;
}



.main-menu .navigation>li.dropdown>a {
  padding-right: 14px;
  margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: -2px;
  transform: translateY(-50%);
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #ffffff;
  margin-top: 30px;
  opacity: 0;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #ff3838;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 11px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #0f0f0f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: #ff3838;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;


  align-items: center;
  height: 100%;
}

.main-header .outer-box .theme-btn {
  margin-left: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.main-header .outer-box .ui-btn-outer {


  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  align-items: center;
  padding: 6px 0;
  margin-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #000;
  margin-left: 20px;
  transition: all 300ms ease;
}

.main-header .ui-btn:hover {
  color: #ff3838;
}

.main-header .info-btn {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 60px;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 30px;
}

.main-header .info-btn small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
}

.main-header .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #ff3838;
  font-size: 16px;
}

.main-header .info-btn:hover {
  color: #ff3838;
}


.header-style-one .container-fluid {
  padding: 0 80px;
}

.header-style-one .header-lower {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.header-style-one .logo {
  min-height: 65px;


  display: flex;


  align-items: center;
}

.header-style-one .main-box {
  justify-content: space-between;
}

.header-style-one .main-box .nav-outer {
  width: auto;
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
  background-color: #fff;
  z-index: 9;
}

.header-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(#0f0f0f, transparent);
  min-height: 300px;
  content: "";
}

.header-style-two .header-top {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #0f0f0f;
  border-top: 3px solid var(--border-theme-color2);
}

.header-style-two .header-top .inner-container {
  padding: 0;
}

.header-style-two .header-top .list-style-one li {
  font-size: 13px;
  font-weight: 400;
  color: #aab3bb;
}

.header-style-two .header-top .list-style-one li a {
  color: #aab3bb;
}

.header-style-two .header-top .list-style-one li:hover a {
  color: #fff;
}

.header-style-two .social-icon-one li a {
  color: #ffffff;
}

.header-style-two .social-icon-one li a:hover {
  color: #ff3838;
}

.header-style-two .header-lower {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.header-style-two .header-lower .nav-outer {
  margin-left: auto;
  width: auto;
}

.header-style-two .header-lower .logo-box {
  width: auto;
}

.header-style-two .header-lower .outer-box .theme-btn {
  margin-left: 50px;
}

.header-style-two .header-lower .main-menu .navigation>li {
  padding: 42px 0;
}

.header-style-two .header-lower .main-menu .navigation>li:before {
  bottom: 40px;
}

.header-style-two .header-lower .main-menu .navigation>li>a {
  color: #fff;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.header-style-three {
  position: relative;
  background-color: #0f0f0f;
}

.header-style-three .main-box {
  padding: 0 80px;
}

.header-style-three .main-box .logo-box {
  min-width: 280px;
}

.header-style-three .main-box .outer-box {


  display: flex;


  align-items: center;
}

.header-style-three .main-box .main-menu .navigation>li {
  padding: 42px 0;
}

.header-style-three .main-box .main-menu .navigation>li:before {
  bottom: 40px;
}

.header-style-three .main-box .main-menu .navigation>li>a {
  color: #fff;
}


/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #0f0f0f;
  display: none;
  top: 0px;
  margin-left: 25px;
  order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  background-color: rgb(124, 124, 124);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: #ff3838;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 50px;
}

.mobile-menu .menu-box {
  position: relative;


  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #0f0f0f;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
  color: #ff3838;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}

.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.contact-list-one li .contact-info-box a {
  color: #ffffff;
  transition: all 300ms ease;
}

.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: #ff3838;
}

.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0f0f0f;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #ff3838;
}

.web-login-header-link {
  background-color: #000 !important;
  color: white !important;
  padding: 3px 20px !important;
  border-radius: 10px;
  font-weight: 400 !important;
}
@media(max-width:1250px) and (min-width:1022px){
  .main-menu .navigation>li>a{
    font-size: 16px;
  }
  .header-style-one .header-lower .main-menu .navigation > li{
    margin-right: 10px!important;
  }
  .web-login-header-link {
    background-color: #000 !important;
    color: white !important;
    padding: 1px 5px !important;
    border-radius: 10px;
    font-weight: 600 !important;
    font-size: 12px!important;
}
}
/*******SECTİON HERO START******/
.hero {
  /* background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: left;*/
  margin-bottom: 100px;
}

.container-2 {
  padding: 0 50px !important;
  margin: auto;
}

.hero-main {
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-left {
  width: 50%;
}

.hero-left h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 45px;
}

.hero-left h2 {
  font-size: 75px;
  font-weight: 500;
}

.hero-left p {
  font-size: 23px;
  font-weight: 500;

}

.hero-right {
  width: 50%;
  display: flex;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 100;
  justify-content: end;
  align-items: flex-end;
  transform: rotate(-25deg);

}

.hero-right img {
  width: 100%;
}

.hero-right-image-2 {
  margin-bottom: -50px;
}

.hero-right-image-3 {
  margin-bottom: -100px;
}

@media(max-width:1920px) and (min-width:1100px) {
  .hero-left {
    width: 50%;
    margin-top: 155px;
  }
}

/*******SECTİON HERO END******/
@media(max-width:1336px) {
  .main-menu .navigation>li {
    margin-right: 20px;
  }

  .container-2 {
    padding: 0 40px !important;
    margin: auto;
  }

  .hero-left h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 40px;
  }

  .hero-left h2 {
    font-size: 65px;
    font-weight: 500;
  }

  .hero-left p {
    font-size: 20px;
    font-weight: 500;

  }
}

@media(max-width: 1023px) {
  .sozlesme-page {
    margin-top: -30px!important;
}
.filter-sozlesme-input input {
  font-size: 18px!important;
}
  .web-login-header-link {
    padding: 10px 20px !important;
    border-radius: 0px;
  }

  .web-login-header-link:hover {
    color: #ff3838 !important;
  }

  .hero {
    margin-bottom: 10px;
  }

  .hero-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .hero-right {
    width: 60%;
    position: static;
    justify-content: end;
    align-items: flex-end;
    transform: rotate(0);
  }

  .hero-right-image-2 {
    margin-bottom: 0;
  }

  .hero-right-image-3 {
    margin-bottom: 0;
  }
}

@media(max-width: 990px) {
  .container-2 {
    padding: 0 30px !important;
    margin: auto;
  }

  .hero-left h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 40px;
  }

  .hero-left h2 {
    font-size: 55px;
    font-weight: 500;
  }

  .hero-left p {
    font-size: 18px;
    font-weight: 500;

  }
}

@media(max-width: 768px) {
  .hero-left {
    width: 100%;
  }

  .hero-right {
    display: none;
  }

  .hero-left h1 {
    font-size: 65px;
  }

  .hero-left h2 {
    font-size: 65px;
  }

  .hero-left p {
    font-size: 22px;

  }
}

@media(max-width: 576px) {
  .hero-main {
    padding-top: 120px;
  }

  .mobile-fluid {
    padding: 0 !important;
  }

  .hero {
    height: auto;
  }

  .container-2 {
    padding: 0 20px !important;
  }

  .hero-left h1 {
    font-size: 55px;
  }

  .hero-left h2 {
    font-size: 55px;
  }

  .hero-left p {
    font-size: 18px;
  }
}

/************MEMBER START****************/
.member {
  padding: 80px 0 25px 0;
}

.member-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 70%;
}

.member-image {
  width: 60%;
  margin-right: 50px;
}

.member-info {
  width: 100%;
}

.member-img {
  width: 100%;
  position: relative;
}

.member h1 {
  font-size: 50px;
  width: 70%;
  font-weight: 700;
}

.member p {
  width: 60%;
  font-size: 30px;
}

@media(max-width:1366px) {
  .Rectangle-2 {
    height: 1200px;
    transform: matrix(1, 0, 0, 1, 350.3031, -596.5648) rotate(-24deg);

  }

  .member h1 {
    width: 100%;
  }

  .member p {
    width: 100%;
  }
}

@media(max-width:990px) {
  .Rectangle-2 {
    height: 700px;
    transform: matrix(1, 0, 0, 1, 200.3031, -596.5648) rotate(-24deg);

  }

  .member {
    padding: 50px 0 25px 0;
  }

  .member-main {
    width: 100%;
  }

  .member-image {
    width: 60%;
    margin-right: 20px;
  }

  .member-info {
    width: 80%;
  }
}

@media(max-width:768px) {
  .member {
    padding: 20px 0;
  }

  .member h1 {
    font-size: 35px;
  }

  .member p {
    font-size: 22px;
  }
}

@media(max-width:576px) {
  .Rectangle-2 {
    width: 350px;
    height: 300px;
    transform: matrix(1, 0, 0, 1, 50.3031, -596.5648) rotate(-24deg);
  }

  .member {
    padding: 30px 0;
  }

  .member h1 {
    font-size: 25px;
  }

  .member p {
    font-size: 16px;
  }
}

/************MEMBER END****************/

/*************INFO START*************/

.info img {
  width: 90px;
  margin-right: 10px;
}

.info h5 {
  font-size: 25px;
  color: rgba(29, 28, 23, 1);
}

@media(max-width:768px) {
  .info h5 {
    font-size: 20px;
    color: rgba(29, 28, 23, 1);
  }

  .info img {
    width: 70px;
    margin-right: 5px;
  }
}

@media(max-width:576px) {
  .info h5 {
    font-size: 18px;
    color: rgba(29, 28, 23, 1);
  }

  .info img {
    margin-bottom: 10px;
  }

  .info .col-4 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

/*************INFO END*************/

/*******PHONE HERO START**/
.phone-hero {
  padding: 30px 0;
  margin-bottom: 25px;
}

.phone-hero-main {
  width: 100%;
  margin: auto;
  display: flex;
}

.phone-hero-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-hero-bottom img {
  width: 55%;
}

.phone-hero-top {
  position: absolute;
  top: 3%;
  left: -2%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.phone-hero-top img {
  width: 90% !important;
}

/************PHONE HERO END*******/
/************OWL STAR*******/
.owl-carousel .item {
  padding: 0 20px;

}

.owl-carousel a {
  display: flex;
  flex-direction: column;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

/************OWL END*******/
/*************MUSİC START****************/
.music-main {
  background-image: url(../images/music-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 25px;
  padding: 20px 0;
}

.music-text h1 {
  padding-top: 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 55px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.music-text p {
  text-align: center;
  font-size: 24px;
  width: 70%;
  margin: auto;
  padding-bottom: 25px;
  color: rgba(255, 255, 255, 1);
}

/***************MUSIC END********************/
@media(max-width:768px) {
  .music-text h1 {
    padding-top: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
  }

  .music-text p {
    text-align: center;
    font-size: 20px;
    width: 95%;
    width: 100%;
    padding-bottom: 25px;
  }
}

@media(max-width:576px) {
  .music-text h1 {
    padding-top: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
  }

  .music-text p {
    text-align: center;
    font-size: 24px;
    width: 100%;
    padding-bottom: 25px;
  }
}

/***************WHERE START********************/
.gidon-where {
  padding: 50px 0;

}

.where-main .col-4 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.where-main img {
  padding: 10px;
  width: 120px;
}

.where-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin-bottom: 15px;
  height: 200px;
  border-radius: 50%;
  border: 7px solid black;
}

.where-title h1 {
  margin-top: -3px;
  text-align: center;
  font-size: 60px;
  color: rgba(29, 28, 23, 1);
}

.where-title h2 {
  text-align: center;
  font-size: 55px;
  font-weight: bold;
  color: rgba(29, 28, 23, 1);
  margin-bottom: 40px;
}

.where-main h3 {
  font-weight: bold;
  font-size: 40px;
  color: rgba(29, 28, 23, 1);
}

@media(max-width:990px) {
  .where-main img {
    width: 100px;
  }

  .where-img {
    width: 170px;
    height: 170px;
  }

  .where-main h3 {
    font-size: 35px;
  }
}

@media(max-width:768px) {
  .where-main img {
    width: 80px;
  }

  .where-img {
    width: 150px;
    height: 150px;
  }

  .where-main h3 {
    font-size: 30px;
  }
}

@media(max-width:576px) {
  .where-main img {
    width: 80px;
  }

  .where-img {
    width: 110px;
    height: 110px;
  }

  .where-main h3 {
    font-size: 20px;
  }

  .where-title h1 {
    margin-top: -3px;
    text-align: center;
    font-size: 40px;
    color: rgba(29, 28, 23, 1);
  }

  .where-title h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: rgba(29, 28, 23, 1);
    margin-bottom: 20px;
  }

  .where-title h1,
  .where-title h2 {
    font-size: 30px;
  }
}

/*******WHERE END**********/
/*******BODY HERO START**********/
.body-hero-main {
  background-image: url(../images/body-hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
}

.body-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-hero-image img {
  width: 25%;
  margin: 40px 40px;
}

@media(max-width:990px) {
  .body-hero-image img {
    width: 25%;
    margin: 40px 20px;
  }
}

@media(max-width:768px) {
  .body-hero-image img {
    width: 25%;
    margin: 40px 10px;
  }
}

/***************BODY HERO END********************/
/***************WHY START********************/
.gidon-why {
  padding: 50px 0;
}

.why-main .col-sm-4 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.why-main img {
  padding: 10px;
  width: 120px;
}

.why-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin-bottom: 35px;
  height: 160px;
  border-radius: 50%;
  background-color: rgb(243, 180, 45);
  ;
}

.why-title h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: rgba(29, 28, 23, 1);
  padding: 20px;
  margin-bottom: 20px;
}

.why-main h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  color: rgba(29, 28, 23, 1);
  margin-bottom: 25px;
}

.why-main p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: rgb(68, 68, 68);
  width: 90%;
}

@media(max-width:768px) {
  .why-main img {
    width: 100px;
  }

  .why-img {
    width: 140px;
    height: 140px;
  }

  .why-title h1 {
    font-size: 50px;
  }

  .why-main h3 {
    font-size: 25px;
  }

  .why-main p {
    font-size: 14px;
    width: 95%;
  }
}

@media(max-width:576px) {

  .gidon-why .col-sm-4 {
    margin-bottom: 45px;
  }

  .why-main img {
    width: 100px;

  }

  .why-img {
    width: 140px;
    margin-bottom: 35px;
    height: 140px;
    margin: auto;
    margin-bottom: 15px;
  }

  .why-title h1 {
    font-size: 30px;
    padding: 20px;
    margin-bottom: 20px;
  }


  .why-main h3 {
    text-align: center;
    font-size: 25px;
  }

  .why-main p {
    text-align: center;
    margin: auto;
    font-size: 20px;
    width: 85%;
  }
}

/*************WHY END*****************/
/*************SUBSCRİBE START*****************/
.subscribe-main {
  background-image: url(../images/music-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 70px 0;
}

.subscribe-text h1 {
  text-align: center;
  font-size: 55px;
  color: white;
}

.subscribe-text p {
  text-align: center;
  font-size: 22px;
  color: white;
}

.subscribe-form {
  text-align: center;
  padding: 20px 0;
}

.subscribe-form input {
  background-color: white;
  color: #000;
  border: none;
  padding: 18px 140px 18px 20px;
  width: 40%;
  margin-right: 35px;
  font-size: 20px;
  border-radius: 50px;
}

.subscribe-form button {
  text-transform: uppercase;
  border-radius: 50px;
  background-color: #000;
  color: white;
  font-weight: bold;
  border: none;
  padding: 18px 40px;
  font-size: 20px;
}

@media(max-width:990px) {
  .subscribe-text h1 {
    text-align: center;
    font-size: 45px;
    color: white;
  }

  .subscribe-text p {
    text-align: center;
    font-size: 20px;
    color: white;
  }

  .subscribe-form input {
    padding: 14px 140px 14px 20px;
    width: 50%;
    font-size: 20px;
  }

  .subscribe-form button {
    padding: 14px 40px;
  }
}

@media(max-width:768px) {
  .subscribe-text h1 {
    text-align: center;
    font-size: 38px;
    color: white;
  }

  .subscribe-text p {
    text-align: center;
    font-size: 18px;
    color: white;
  }

  .subscribe-form input {
    padding: 12px 140px 12px 20px;
    width: 60%;
    font-size: 16px;
    margin-right: 10px;
  }

  .subscribe-form button {
    padding: 12px 40px;
    font-size: 16px;
  }
}

@media(max-width:576px) {
  .subscribe-text h1 {
    text-align: center;
    font-size: 38px;
    color: white;
  }

  .subscribe-text p {
    text-align: center;
    font-size: 18px;
    color: white;
  }

  .subscribe-form input {
    padding: 12px 140px 12px 20px;
    width: 90%;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .subscribe-form button {
    padding: 12px 40px;
    font-size: 16px;
  }
}

/*****************SUBSCRİBE END**********************/

/*****************COMMENT START**********************/
.comment {
  padding: 50px 0;
}

.comment .cart {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.comment .cart img {
  width: 60% !important;
}

.comment h5 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: rgba(29, 28, 23, 1);
  margin: 15px 0;
}

.comment p {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: rgb(0, 0, 0);
}

.comment h6 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.comment-star {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-prev {
  position: absolute;
  top: 45%;
  left: 2%;
  z-index: 100;
}

.owl-next {
  position: absolute;
  top: 45%;
  right: 2%;
  z-index: 100;

}

.fa-chevron-left {
  font-size: 25px;
}

.fa-chevron-right {
  font-size: 25px;
}

@media(max-width:576px) {
  .comment p {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    width: 80%;
    margin: auto;
  }
}

/*****************COMMENT END**********************/

/***********FOLDER PAGE START*************************/

.folder-page{
  margin-top: -100px;
}
.header-box-shadow {
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16)) !important;
  background-color: #ffffff;
}

.folder-page-main h1 {
  width: 300px;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 10px;
  text-align: center;
  margin: 15px auto;
  border-radius: 15px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-image: linear-gradient(114deg, #1d1c17 0%, #b59850 86%, #b59850 100%);
}

.folder-main-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.folder-main-filter input {
  margin-right: 15px;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffc136;
  width: 130px;
  padding: 5px;
  font-size: 24px;
  color: #292626;
  font-weight: 500;
}

.folder-main-filter input:nth-child(4) {
  margin-right: 0;
}

.folder-main-filter input:focus {
  background-color: #242321;
  color: #ffc136;
}
.folder-page .col-lg-2{
  text-align: center;
}
.gallerys a:hover {
  cursor: zoom-in !important;
}

.gallerys img {
  width: 350px;
  height: 250px;
  border-radius: 10px;
}
.videos video{
  width: 370px;
}
.pdf p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.zip p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.sozlesme-kabul{
  width: 98%;
  z-index: 100;
  position: fixed;
  bottom: 1%;
  right:1%;
  border-radius: 11px;
background-color: #242321;
display: flex;
align-items: center;
justify-content: space-between;
color: white;
padding:10px 15px;
}
.sozlesme-kabul h6{
  margin: 0;
}
.sozlesme-kabul input{
  width:140px;
  text-align: center;
  background-color: #ffc136;
  font-size: 18px;
  padding: 7px 0;
letter-spacing: 1px;
color: #242321;
font-weight: 300;
border-radius: 5px;
}
.sozlesme-gizle{
  display: none!important;
}
@media(max-width:1366px) {
  .gallerys img {
    width: 350px;
    height: 200px;
  }
  .videos video{
    width: 310px;
  }
}

@media(max-width:990px) {
  .folder-page{
    margin-top: -20px;
  }
  .gallerys img {
    width: 350px;
    height: 150px;
  }
  .sozlesme-kabul input{
    width:140px;
    font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  }

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

  .videos video{
    width: 250px;
  }
  .sozlesme-kabul input{
    width:200px;
  }
}

@media(max-width:576px) {
  .folder-page{
    margin-top: 0;
  }
  .folder-page-main h1 {
    width: 200px;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 10px;
    border-radius: 10px;
  }

  .folder-main-filter input {
    margin-right: 15px;
    border-radius: 6px;
    font-size: 18px;
  }
.gallerys .col-12{
  text-align: center;
}
  .gallerys img {
    width: 350px;
    height: 200px;
  }

  .videos .mb-4{
    margin: auto!important;
    text-align: center;
  }
  .videos video{
    width: 360px;
    margin-bottom: 10px;
  }

  .sozlesme-kabul h6{
    font-size: 14px;
  }
  .sozlesme-kabul input{
    width:250px;
    font-size: 14px;
    padding: 6px 3px;
    font-weight: 500;
  }
}
/***********FOLDER END*************************/
/***********SOZLESME START*************************/
.filter-sozlesme-input input{
  width: 100%!important;
}
.sozlesme-page p{
  font-size: 18px;
  color: #1d1c17;
  margin-bottom: 55px;
}
.filter-sozlesme-input input {
  margin-right: 15px;
  border-radius: 6px;
  font-size: 18px!important;
}
@media(max-width:768px){
  .filter-sozlesme-input input {
    margin-right: 10px!important;
    border-radius: 6px;
    font-size: 15px!important;
  }
}
@media(max-width:576px){
  .filter-sozlesme-input{
    flex-direction: column;
    margin-bottom: 20px!important;
  }
  .filter-sozlesme-input input{
    margin: auto;
    margin-bottom: 5px;
  }
  .sozlesme-page p{
    font-size: 16px;
    color: #1d1c17;
    margin-bottom: 55px;
  }
}
/***********SOZLESME END*************************/


/********************FOOTER******************/
footer {
  background-image: url(../images/footer.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 70px 0;
  color: white;
}

footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer ul li a {
  color: white;
  font-weight: bold;
  font-size: 24px;
}

footer li {
  margin-bottom: 20px;
}

footer li:last-child {
  margin-bottom: 0 !important;
}

footer ul li a:hover {
  color: rgb(202, 196, 196);
}

footer h1 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}

.footer-app-img img {
  width: 60%;
  margin-bottom: 30px;
  border-radius: 5px;
}

footer h3 {
  font-size: 26px;
  margin-bottom: 50px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-contact-icon {
  margin-top: -15px;
  font-size: 40px;
  margin-right: 10px;
}

@media(max-width:576px) {
  footer {
    border-radius: 0;
    padding: 50px 0 10px 0;
  }

  footer ul {
    padding: 0;
    margin: 0;
  }

  footer ul li a {
    font-size: 20px;
  }

  footer li {
    margin-bottom: 20px;
  }

  footer h1 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer-app-img img {
    width: 40%;
    margin-bottom: 25px;
  }

  footer h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact-item {
    margin-bottom: 10px;
  }

  .footer-contact-icon {
    margin-top: -15px;
    font-size: 20px;
    margin-right: 10px;
  }
}