@import url("partials/_fonts.css");
@import url("partials/_animations.css");
@import url("partials/_checkbox.css");
@import url("partials/_modal.css");

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Sofia Pro", sans-serif;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

.admin-layout {
    width: auto;
    height: auto;
    top: 35%;
    left: 0%;
    padding: 20px;
    border-radius: 0px 15px 15px 0px;
    z-index: 9999;
    background-color: black;
    position: fixed;
}

.header {
    margin: 43px 0 26px 0;
    transition: all 0.2s ease;
    height: 86px;
}

.header-inner {
    max-width: 1722px;
}

.sticky {
    transition: all 0.2s ease;
    position: sticky;
    top: -1px;
    z-index: 2;
    background-color: var(--sticky-background);
    display: flex;
    align-items: center;
}

.main-container {
    margin: 0 auto 54px auto;
    max-width: 1526px;
}

.wide-container {
    margin: auto;
    max-width: 1720px;
}

.gradient-container .main-container {
    padding-top: 181px;
    padding-bottom: 190px;
    margin-bottom: 0;
}

.full-width {
    width: 100%;
}

.main-color {
    color: var(--main-color);
}

.main-color-light {
    color: var(--main-color-light);
}
.main-color-bg {
    background-color: var(--main-color);
}

.logo-link {
    padding-left: 112px;
}

.logo {
    max-width: 200px;
    max-height: 90px;
}

.logo-sticky {
    display: none;
    max-width: 115px;
}

.sticky .logo-sticky {
    display: block;
}

.sticky .logo-normal {
    display: none;
}

.sticky a {
    color: var(--main-color-light) !important;
}

.slogan {
    font-size: 13.2px;
    padding-left: 46px;
    letter-spacing: 0.3px;
    user-select: none;
}

.menu {
    padding-left: 128.59px;
    padding-top: 5px;
}

.mobile-menu {
    display: none;
}

.sticky .mobile-nav {
    margin-top: 25px;
}

.sticky .mobile-nav a {
    color: var(--main-color) !important;
}

.sticky .mobile-nav.nav .get-offer-button,
.sticky .mobile-nav.nav .active {
    background-color: var(--main-color);
    color: var(--main-color-light) !important;
    border-color: var(--main-color);
    padding-left: 20px;
}

.sticky .toggle-menu i {
    color: var(--main-color-light);
}

.mobile-nav {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    margin-top: 54px;
    z-index: 3;
    text-align: left;
    background: #fff;
    align-items: flex-start;
    gap: 20px;
}

.mobile-nav li {
    width: 100%;
}

.mobile-nav a,
.mobile-nav .get-offer-button {
    padding-left: 20px;
}

.mobile-nav .active,
.mobile-nav .get-offer-button {
    width: 100%;
    border-radius: 0 !important;
    background-color: var(--main-color);
    color: var(--main-color-light);
}

.mobile-nav a {
    font-size: 15px;
}

.toggle-menu {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: var(--main-color);
}

.button-area {
    padding-left: 70.8px;
    padding-top: 4px;
}

.nav-link {
    padding: 0 13px;
    color: var(--main-color);
    transition: none;
}

.nav-link:hover {
    color: var(--main-color-hover);
}

.nav .active,
.get-offer-button {
    background-color: var(--main-color);
    color: var(--main-color-light);
    border: 1px solid var(--main-color);
    /* transition: all 0.3s ease; */
}

.nav .active {
    padding: 8.75px 33px;
    text-decoration: none;
    border-radius: 23px;
    margin-right: 10px;
    margin-left: 10px;
}

.sticky .nav .active,
.sticky .get-offer-button {
    background-color: var(--main-color-light);
    color: var(--main-color) !important;
    border: 1px solid var(--main-color-light);
}

.nav .active:hover,
.get-offer-button:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: transparent;
    transition: all 0.3s ease;
}

.sticky .nav .active:hover,
.sticky .get-offer-button:hover {
    background-color: transparent;
    color: var(--main-color-light) !important;
    border-color: var(--main-color-light);
}

.top-header-inner {
    padding: 17px 15px 14px 15px;
    max-width: 1515px;
    margin: auto;
}

.top-header-social-logo a {
    height: 18px;
}

.top-header-social-logo i {
    font-size: 18px;
}

.top-header a {
    color: var(--main-color-light);
    transition: all 0.3s ease;
}

.top-header a:hover {
    color: var(--main-color-light-hover);
    transition: all 0.3s ease;
}

.main-slider {
    max-width: 1802px;
    height: 794px;
    border-radius: 38px;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 0.72;
}
.main-slider .swiper-button-prev {
    left: 41px;
}

.main-slider .swiper-button-next {
    right: 41px;
}

.main-slider .swiper-button-prev:after,
.main-slider .swiper-button-next:after {
    font-size: 15px;
    color: black;
    font-weight: bold;
}

.main-slider .swiper-pagination {
    bottom: 89px !important;
    padding-left: 199px;
    text-align: left;
}

.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.main-slider .swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    background-color: #122c91 !important;
    border: 3px solid white;
}

.main-slider .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: white;
    opacity: 1;
}

.slider-content {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 57px;
    position: absolute;
    left: 192px;
    top: 207px;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.get-offer-button {
    text-align: left;
    font: 500 15px Montserrat;
    letter-spacing: 0px;
    background-color: var(--main-color);
    color: var(--main-color-light);
    padding: 13.5px 44px;
    border: 0;
}

.icon-area {
    width: 100%;
    margin-bottom: 50px;
    z-index: 1;
    gap: 100px;
    position: absolute;
    margin-top: -40px;
}

.icon-area p {
    min-width: 207px;
}

.icon-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    gap: 15px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 40px #b7b7b726;
    border-radius: 28px;
    width: 302px;
    height: 292px;
}

.icon-box h4 {
    font-size: 21px;
    margin-top: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.icon-box i {
    font-size: 80px;
}

.icon-box p {
    font-size: 15px;
    margin-bottom: 0;
}

.world-background {
    height: 377px;
    text-align: center;
}

.world-background img {
    opacity: 0.1;
    max-width: 1000px;
    margin-left: 180px;
    margin-top: 112px;
    width: 100%;
}

.about-us {
    z-index: 1;
    position: relative;
}

.about-us h1 {
    margin-top: 38px;
    margin-bottom: 30px;
    letter-spacing: -0.87px;
}

.about-us h5 {
    font-weight: 700;
    margin-bottom: 44px;
}

.about-us-mobile-img {
    display: none;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-bottom: 45px;
    position: relative;
}

.about-us-mobile-img img {
    position: absolute;
    top: -50%;
    width: 100%;
}

.about-us-content {
    max-width: 806px;
    font-size: 18px;
    line-height: 31px;
}

.about-us-left {
    gap: 79px;
}

.about-us-visions {
    display: flex;
    gap: 92px;
}

.about-us-visions div {
    max-width: 411px;
}

.about-us-right img {
    border-radius: 18px;
    position: relative;
    left: 140px;
    bottom: 2px;
}

.about-us-exp {
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: 55px;
    bottom: 90px;
}

.about-us-exp div {
    border-radius: 16px;
    width: 189px;
    height: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    text-align: center;
}

.about-us-exp h2 {
    font-size: 74px;
    margin-bottom: 5px;
}

.about-us-exp h4 {
    line-height: 20px;
}

.about-us-exp h6 {
    position: relative;
    left: 48px;
    bottom: 28px;
}

.banner {
    height: 305px;

    border-radius: 41px;
    opacity: 1;
}

.upper-banner {
    background-color: var(--upper-banner-bg);
}

.bottom-banner {
    background-color: var(--bottom-banner-bg);
}

.banner h1 {
    line-height: 60px;
}

.upper-banner h1 {
    color: var(--upper-banner-text-color);
}

.bottom-banner h1 {
    color: var(--bottom-banner-text-color);
}

.banner img {
    max-height: 86px;
}

.banner a {
    max-width: 350px;
    width: 100%;
    border-radius: 33px;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    padding: 15px 0 14px 0;
}

.upper-banner a {
    background-color: var(--upper-banner-btn-bg);
    color: var(--upper-banner-btn-color);
}

.bottom-banner a {
    background-color: var(--bottom-banner-btn-bg);
    color: var(--bottom-banner-btn-color) !important;
}

.services {
    padding-top: 181px;
    padding-bottom: 190px;
    margin-bottom: 0;
    max-width: 1526px;
    margin: auto;
}

.services h1 {
    font-weight: 600;
    margin-bottom: 43px;
}

.services .row {
    margin: 43px auto 0 auto;
    width: 100%;
}

.services .row .col-4 {
    padding: 0;
    display: flex;
    justify-content: center;
}

.services-card {
    max-width: 466px;
    margin-bottom: 61px;
    margin-left: auto;
    margin-right: auto;
}

.services-card img {
    border-radius: 28px 28px 0px 0px;
    width: 100%;
    max-height: 320px;
}

.services-card-body {
    background-color: #fff;
    box-shadow: 0px 16px 40px #b7b7b726;
    border-radius: 0 0 20px 20px;
    padding: 41px 44px 74px 43px;
}

.services-card-body h5 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 22px;
}

.services-card-body p {
    font: normal normal normal 15px/23px Sofia Pro;
}

.gradient-bg h1 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 23px;
}
.gradient-bg p {
    color: #333333;
    font-size: 26px;
    font-weight: 300;
}

.gradient-container {
    background: transparent
        linear-gradient(180deg, #ffffff 0%, var(--gradient-color) 100%) 0% 0%
        no-repeat padding-box;
    width: 100%;
}

.gradient-container-reverse {
    background: transparent
        linear-gradient(180deg, var(--gradient-color) 0%, #ffffff 100%) 0% 0%
        no-repeat padding-box;
    width: 100%;
}

.gradient-bg {
    background-color: var(--gradient-color);
}

.accordion-container {
    padding-top: 65px;
    padding-bottom: 249px;
}

.accordion-area,
.rating-area,
.contact-area {
    margin: auto;
    max-width: 1515px;
}

.accordion {
    margin-bottom: 20px;
    transition: all 0.3s;
}

.accordion-head {
    display: flex;
    gap: 76px;
    align-items: center;
    padding: 35px 53px;
    cursor: pointer;
    background: #fff;
    user-select: none;
    border-radius: 55px;
    transition: all 0.3s;
}

.accordion-body {
    padding: 35px 92px 65px 53px;
    font-size: 22px;
    color: #333333;
    background: #fff;
    border-radius: 0 0 45px 45px;
    display: none;
    overflow: hidden;
}

.accordion.active .accordion-head {
    margin-bottom: 3px;
}

.accordion.active .accordion-body {
    display: block;
}

.rating-area {
    gap: 218px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating-area-left {
    position: relative;
}

.rating-area-left img {
    max-width: 713px;
    max-height: 552px;
}

.rating-area-left-box {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 31px;
    gap: 29px;
    position: absolute;
    right: -130px;
    bottom: 105px;
    box-shadow: 0px 16px 40px #b5c8e25a;
    height: 150px;
    width: 464px;
    padding-left: 38px;
}

.stars {
    color: var(--star-color);
    opacity: 1;
    font-size: 28px;
}

.rating-area-left-box .star-circle {
    border-radius: 45px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating {
    border: 2px solid var(--rating-border-color);
    color: var(--rating-color);
}

.rating-area-left-box .star-circle {
    background-color: var(--star-color);
}

.contact-area {
    border-top: 3px solid var(--gradient-color);
}

.contact-area-form input:focus-visible,
.contact-area-form textarea:focus-visible {
    transition: all 0.2s;
    border: 1px;
    border-style: solid;
    border-color: var(--main-color);
    outline: 0;
}

.contact-area-form button:hover {
    color: var(--main-color) !important;
    background-color: transparent !important;
    border: 1px solid var(--main-color);
    transition: all 0.3s ease;
}

.rating-area-left-box .star-circle i {
    font-size: 38px;
}

.rating-area-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
}

.rating {
    width: 114px;
    height: 65px;
    border: 2px solid var(--rating-border-color);
    border-radius: 15px;
    font: 39px Sofia Pro;
    letter-spacing: 0px;
    color: var(--rating-color);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-area-right h1 {
    text-align: left;
    font-size: 45px;
    letter-spacing: -0.85px;
    font-weight: 600;
}

.rating-area-right p {
    text-align: left;
    font-size: 20px;
    line-height: 40px;
}

.gap-10 {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.gap-24 {
    gap: 24px;
}

.contact-area {
    padding-top: 116px;
    display: flex;
    justify-content: space-between;
    gap: 178px;
}

.contact-area-info {
    display: flex;
    flex-direction: column;
    gap: 55px;
    padding-left: 18px;
    padding-top: 34px;
}

.contact-area-info h1, .contact-area-info h3 {
    max-width: 500px;
}

.contact-area-info .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
}

.contact-area-info .contact-info li {
    padding-bottom: 23px;
}

.contact-area-info .contact-info a {
    text-decoration: none;
    color: #000;
}

.contact-area-info .contact-info a span {
    margin-left: 30px;
}

.contact-area-form form {
    display: flex;
    flex-direction: column;
    gap: 29px;
    max-width: 774px;
}

.contact-area-form input {
    max-width: 375px;
}

.contact-area-form textarea {
    resize: none;
}

.contact-area-form input,
.contact-area-form textarea {
    width: 100%;
    font-size: 25px;
    font-weight: 200;
    border-radius: 55px;
    padding: 22.75px 58px;
    box-shadow: 0px 16px 40px #b7b7b726;
    border: 1px solid #fff;
    transition: all 0.2s;
    max-height: 85px;
}

.contact-area-form input::placeholder {
    color: #848484;
}

.contact-area-kvkk {
    font-size: 22px;
    margin-top: 31px;
    padding-left: 28px;
    user-select: none;
    display: flex;
}

.contact-area-kvkk span {
    margin-left: 20px;
}

.contact-area-kvkk a {
    color: #000;
}

.contact-area-form button {
    margin-top: 40px;
    font-size: 25px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 16px 40px #b7b7b726;
    border-radius: 55px;
    max-width: 379px;
    max-height: 86px;
    border: 0;
    padding: 27px 0;
    transition: all 0.3s ease;
}

.contact-area-form button.resetButton {
    font-size: 20px;
    background-color: transparent;
    padding: 15px 0;
    max-width: 150px;
    display: none;
    gap: 10px;
    font-weight: 400;
    border: 1px solid var(--main-color);
    margin-top: 10px;
    cursor: pointer;
}

.contact-area-form button.resetButton:hover {
    background-color: var(--main-color) !important;
    color: var(--main-color-light) !important;
}

.map iframe {
    margin-right: auto !important;
    margin-left: auto !important;
    border: 0;
    border-radius: 18px;
    height: 663px !important;
    width: 100% !important;
}

.brands-slider {
    padding-top: 100px;
    padding-bottom: 162px;
}

.brands-slider img {
    max-height: 60px;
}

.brands {
    padding-left: 100px;
    padding-right: 100px;
}

footer {
    padding: 125px 0 110px 0;
    font-size: 17px;
    margin: auto;
    max-width: 1515px;
}

.footer-services-list {
    list-style: none;
    padding: 0;
}

.footer-services-list li {
    padding: 8px 0;
}

footer .contact-info {
    list-style: none;
    padding: 0;
    padding-top: 17px;
}

footer .contact-info li {
    padding: 12px 0;
}

footer .contact-info a {
    text-decoration: none;
    color: #000;
}

footer .contact-info span {
    margin-left: 23px;
}

.footer-social ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    gap: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-social a {
    width: 49px;
    height: 49px;
    border-radius: 50px;
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.footer-text {
    margin-top: 44px;
    max-width: 330px;
}

.footer-services-list li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    color: var(--main-color);
    position: relative;
    right: 10px;
    font-size: 14px;
}

.footer-social a {
    color: var(--main-color);
    background-color: var(--footer-social-logo-bg);
}

.footer-social h5 {
    font-size: 20px;
    color: var(--main-color);
    margin-top: 30px;
    font-weight: 300;
}

.gece-logo {
    max-width: 170px;
    float: right;
}

.biziAraButonu,
.whatsappButonu {
    transition: all 0.5s;
    position: fixed;
    left: 15px;
    max-width: 60px;
    z-index: 9999;
}

.biziAraButonu:hover,
.whatsappButonu:hover {
    transition: all 0.5s;
    left: 20px;
}

.biziAraButonu {
    bottom: 105px;
}

.whatsappButonu {
    bottom: 30px;
}

.yapimasamasinda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
}

.yapimasamasinda h6 {
    font-size: 19px;
    letter-spacing: 3.8px;
    color: #707070;
}

.yapimasamasinda h1 {
    margin: 30px 0;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 2.65px;
    color: #e23527;
}

.yapimasamasinda h1 span {
    font-weight: lighter;
    font-size: 53px;
    letter-spacing: 2.65px;
    color: #e23527;
}

.yapimasamasinda p {
    font-size: 21px;
    letter-spacing: 0px;
    color: #707070;
}

.dikeyOrtala {
    display: flex;
    align-items: center;
}

.error {
    color: #d43636 !important;
    border-color: #d43636 !important;
}

span.error {
    font-size: 12px;
    margin-left: 40px;
    display: none;
}

.form-group {
    display: flex;
    flex-direction: column;
}
