@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary: #113f61;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-primary {
  background: var(--primary) !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media (min-width: 1921px) {
  .container-fluid {
    max-width: 1920px !important;
  }
}
.after-0::after {
  display: none !important;
}

.start-auto {
  left: auto !important;
}

.end-auto {
  right: auto !important;
}

.aspect-1 {
  aspect-ratio: 1;
}

body {
  font-family: "Montserrat", sans-serif;
}

.header {
  height: 85px;
}
.header .container-fluid {
  padding-inline: 95px;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .nav-item .nav-link {
  height: 50px !important;
  line-height: 34px;
  display: inline-grid;
  place-items: center;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .nav-item .nav-link:hover {
  font-weight: 800;
  color: var(--primary);
  border-color: var(--primary);
}
.header .container-fluid #navbarNavDropdown .navbar-nav .dropdown-menu {
  padding: 20px;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .dropdown-menu.openmenu {
  background: url("../images/menu-back.png") bottom right/cover;
  padding: 0 50px 75px 50px !important;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .dropdown-menu h3 {
  font-size: 18px;
  font-weight: 800;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .dropdown-menu .dropdown-item {
  padding-left: 0;
  font-size: 13px;
  font-weight: 600;
  color: #a6a6a6;
}
.header .container-fluid #navbarNavDropdown .navbar-nav .dropdown-menu .dropdown-item:hover {
  font-weight: 800;
  color: var(--primary);
}
.header .container-fluid li a {
  font-weight: 500;
  color: #000;
}
.header .container-fluid img.last {
  display: none;
}

#dropdownmenu2::after, #dropdownmenu3::after {
  position: absolute;
  right: 25px !important;
}
#dropdownmenu2 + ul, #dropdownmenu3 + ul {
  transform: translate(0) !important;
}

#inside .header .container-fluid li a {
  color: #fff;
}
#inside .header .container-fluid img.first {
  display: none;
}
#inside .header .container-fluid img.last {
  display: block;
}

#banner {
  background: url("../images/banner.png") bottom right/cover;
  width: 100%;
  height: 800px;
}

#insidebanner {
  background: url("../images/insidebanner.png") bottom right/cover;
  width: 100%;
  height: 450px;
}

#welcome {
  background: url("../images/welcome.png") right/cover;
}
#welcome img {
  object-fit: contain;
}
#welcome .container-fluid {
  position: relative;
  padding: 50px 95px;
}
#welcome .container-fluid::after {
  content: "";
  position: absolute;
  right: 95px;
  bottom: 0;
  background: url("../images/color.png") center/cover;
  width: 200px;
  height: 5px;
}
#welcome .container-fluid h1 {
  font-size: 30px;
}
#welcome .container-fluid p {
  font-size: 15px;
  color: #a0a0a0;
}
#welcome .container-fluid .btn-outline-myprimary {
  border: 1px solid #e6e6e6;
  color: var(--primary);
  width: 200px !important;
}

#tab .container-fluid {
  padding-inline: 95px;
}
#tab .container-fluid #myTab {
  background: #f6f6f6;
  border: 0;
}
#tab .container-fluid #myTab .colbox {
  width: 350px;
}
#tab .container-fluid #myTab li button {
  padding-block: 20px;
}
#tab .container-fluid #myTab li button h1 {
  color: #bfbfbf;
}
#tab .container-fluid #myTab li button.active {
  position: relative;
  background: transparent;
  border: 0;
}
#tab .container-fluid #myTab li button.active::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  background: url("../images/color.png") center/cover;
  width: 100%;
  height: 5px;
}
#tab .container-fluid #myTab li button.active h1 {
  color: var(--primary);
}

table th, table td {
  height: 50px;
  line-height: 50px;
}

.avantaj-bg {
  background-image: url(../images/Avantajfoto.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 315px;
  height: 362px;
  margin: 0;
}

.avantaj-logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.avantaj-card {
  margin-bottom: 50px;
  margin-top: 0;
}

.avantaj-card-h2 {
  font-size: 17px;
  color: #203e52;
}

.avantaj-card-text {
  margin-left: 30px;
}

.avantaj-circle-turuncu {
  color: #ff952d;
}

.avantaj-circle-lacivert {
  color: #203e52;
}

.avantaj-circle-mor {
  color: #af3296;
}

.avantaj-circle-kırmızı {
  color: #f24b4b;
}

.avantaj-circle-turkuaz {
  color: #1caff9;
}

#slogan .container-fluid {
  padding: 0 95px;
}

#insidebar {
  margin-top: -150px;
}
#insidebar .container-fluid {
  padding-inline: 95px;
}
#insidebar .container-fluid li a {
  color: #777;
}
#insidebar .container-fluid li a.active {
  font-weight: 800 !important;
  color: var(--primary) !important;
}

#form .container-fluid {
  padding-inline: 95px;
}
#form .container-fluid label {
  margin-bottom: 20px;
}

#contact .container-fluid {
  padding-inline: 95px;
}

#accordion .container-fluid {
  padding-inline: 95px;
}
#accordion .container-fluid .accordion-item:nth-child(odd) .accordion-button {
  background: #f2f2f2 !important;
}
#accordion .container-fluid .accordion-item .accordion-button {
  font-weight: 500;
  padding-block: 30px;
}
#accordion .container-fluid .accordion-item .accordion-button:not(.collapsed) {
  background: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 0 0 0 transparent;
}

#tables .container-fluid {
  padding-inline: 95px;
}
#tables .container-fluid .table > tbody > tr:nth-of-type(odd) > * {
  background: #f9f9f9;
}
#tables .container-fluid table tbody tr td {
  padding: 15px;
  font-weight: 500;
  border: 5px solid #fff;
}
#tables .container-fluid table tbody tr td:not(:nth-child(1)) {
  text-align: center;
}
#tables .container-fluid table tbody .avantaj > * {
  background: #feefef !important;
  color: #f57474;
  font-weight: 800;
}
#tables .container-fluid table tbody .plus > * {
  background: #fff5ec !important;
  color: #ff952d;
  font-weight: 800;
}
#tables .container-fluid table tbody .elite > * {
  background: #f8edf6 !important;
  color: #af3296;
  font-weight: 800;
}

.border-s {
  border-left: 10px solid #fff;
}

.border-e {
  border-right: 10px solid #fff;
}

footer {
  padding: 0 95px;
}

@media (max-width: 768px) {
  .mobw-100 {
    width: 100%;
  }

  .aspect-md-auto {
    aspect-ratio: auto;
  }

  .eiptal {
    border-right: 0 !important;
  }

  .siptal {
    border-left: 0 !important;
  }

  footer .col-md-4 {
    padding: 15px;
  }

  .mobp-25 {
    padding-inline: 25px !important;
  }

  .mobp-0 {
    padding-inline: 0px !important;
  }
}

.bg-hover{

}
.bg-hover2 {

}

.bg-hover:hover{
   background: #004bb8!important;
}
.bg-hover2:hover {
    background-color: #113f61 !important;
    color: white !important;
}


/*# sourceMappingURL=main.css.map */
.ct-pd {
    padding-inline: 95px;
}

.ct-pd-1 {
    padding-inline: 95px;
}

@media (max-width: 600px) {
    .ct-pd {
        padding-inline: 30px !important;
    }
    .ct-pd-1 {
        padding-inline: 0px !important;
    }
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        /*content: "✔";*/
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        /*content: "✖";*/
    }

.tabCard{

}
.cardTabMobile {
    display: none !important;
}

@media (max-width: 992px) {
    .tabCard {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .cardTabMobile {
        display: block !important;
    }
}