/*!
Theme Name: velmut
Theme URI: https://velmut.com/
Author: VELMUT WEB SOFTWARE
Author URI: https://velmut.com/
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: VELMUT WEB SOFTWARE
License URI: LICENSE
Text Domain: velmut
Web Dev / Design: serkanikizoglu.com.tr
*/

/* =========================
        GILROY FONTS
========================= */

/* Gilroy Black */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Black.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Bold */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Bold.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gilroy SemiBold */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-SemiBold.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Medium */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Medium.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gilroy Regular */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Regular.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-Light.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-MediumItalic.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-MediumItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/woff2/Gilroy-SemiBoldItalic.woff2") format("woff2"),
        url("assets/fonts/woff/Gilroy-SemiBoldItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "Gilmer";
    src: url("assets/fonts/woff2/Gilmer_Outline.woff2") format("woff2"),
        url("assets/fonts/woff/Gilmer-Outline.woff") format("woff");
    font-display: swap;
}




* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
    background-color: #E6E9EE !important;
    font-family: "Gilroy", sans-serif;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body li {
    list-style: none;
}


body {
    overflow-x: hidden;
}
body a {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
    display: block;
}

p {
    font-size: 16px;
    font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
    outline: unset !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: unset !important;
}



header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
    box-sizing: border-box;
}

.col-head-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 99;
}

.logo-left img {
    height: 55px;
    width: auto;
}


.menu-ana-menu-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.menu-ana-menu-container>ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 85px;
}

.menu-ana-menu-container ul li {
    position: relative;
}

.menu-ana-menu-container>ul>li>a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    font-family: "Gilroy", sans-serif;
}

.menu-ana-menu-container a:hover{
    color: #1ECAD3;
}
.lang a:hover{
    color:#1ECAD3;
}

.social-media a:hover{
      color:#1ECAD3;
}

.menu-ana-menu-container ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #2bcad3;
    /* padding: 15px 0; */
    border-radius: 10px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.25s ease;
}

.menu-ana-menu-container ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-ana-menu-container ul li ul li a {
    font-family: "Gilroy", sans-serif;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}


.menu-ana-menu-container ul li ul li ul {
    top: 0;
    left: 100%;
    transform: translateX(8px);
}

.menu-ana-menu-container ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.right-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lang ul {
    display: flex;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.active-lang {

    color: #fff !important;

    font-weight: 500 !important;
}

.lang a {
    color: #ffffff5c;
    text-decoration: none;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.social-media a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.button-offer a {
    background: #1ECAD3;
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: .25s ease;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    border: 1px solid #1ECAD3;
}

.button-offer a:hover {
    background: transparent;
    color:#1ECAD3;
}

/* Genel Bölüm */
.hero-bg {
    padding: 125px 0 15px;
    background-color: #15214C;
    position: relative;
}

.hero-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: #E6E9EE;
    bottom: -25px;
    border-radius: 20px;
}

.mySwiper {
    width: 100%;
    position: relative;
}


.swiper-slide {
    display: flex !important;
    align-items: center;
    align-items: flex-end;
    gap: 40px;
    justify-content: space-between;
}

.content-slider {
    width: 50%;
    margin-bottom: 110px;
}

.content-slider h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

.content-slider h2 span {
    color: #007bff;
}

.content-slider p {
    margin-bottom: 20px;
    font-family: "Gilroy", sans-serif;
    margin-top: 12px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.content-slider a {
    font-size: 16px;
    color: #1ECAD3;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.content-slider a:hover {
    color: #8ff9ff;
}

/* Slider Image */
.slider-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
}

/* Sol Menü */
.swiper-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 85px;
    z-index: 99;
    bottom: 47px;
    position: relative;
}

.swiper-nav li {
    margin-bottom: 8px;
}

.swiper-nav a {
    font-size: 24px;
    font-weight: 300;
    color: #121e4757 !important;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-style: italic;
}

.swiper-nav a:hover {
    color: #007bff;
}

.swiper-nav a.active-slider {
    font-weight: 500;
    color: #15214C !important;
}

/* Pagination (DİKEY) */
.swiper-pagination {
    position: absolute !important;
    left: 102% !important;
    top: 57% !important;
    transform: translate(-50%, -50%) !important;
    display: flex;
    flex-direction: column;
    gap: 11px;
}


.swiper-pagination-bullet {
    width: 2px !important;
    height: 40px !important;
    background: #bbb !important;
    border-radius: 0 !important;
    transition: 0.25s;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    height: 50px !important;
}

/* Responsive */
@media (max-width: 992px) {
    .swiper-slide {
         flex-direction: column; 
        text-align: left;
        gap: 20px;
     
    }

    .why-b .swiper-slide {
         flex-direction:initial !important;
    }

    .swiper-pagination {
        right: 10px !important;
        top: 20px;
        transform: none;
        flex-direction: row;
    }

    .swiper-pagination-bullet {
        width: 25px !important;
        height: 2px !important;
    }

    .swiper-pagination-bullet-active {
        width: 25px !important;
        height: 2px !important;
    }
}

.HeroSwiper {}

.HeroSwiper .swiper-slide {}

.HeroSwiper .swiper-slide .content-slider {}

.HeroSwiper .swiper-slide .content-slider {}

.HeroSwiper .swiper-slide .content-slider .slider-h {
    color: #fff;
    font-size: 50px;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    line-height: 54px;
}

.HeroSwiper .swiper-slide .content-slider p {

    color: #fff;
}

.HeroSwiper .swiper-slide .content-slider a {}

.HeroSwiper .swiper-slide .slider-img {}

.HeroSwiper .swiper-slide .slider-img img {}

.HeroSwiper .swiper-slide .content-slider .slider-h span {
    color: #1ECAD3;
    font-size: 35px;
}

.head-right-h {text-align: left;z-index: 99;position: relative;}

.head-right-h span:after {
     content: '';
    width: 73px;
    height: 1px;
    right: -80px;
    top: 9px;
    position: absolute;
    background: #1ECAD3;
}

.head-right-h span {

position: relative;

color: #1ECAD3;

letter-spacing: 7px;

font-weight: 200;

font-size: 25px;

font-family: "Gilroy", sans-serif;
}

.head-right-h h2 {

color: #15214C;

font-family: "Gilroy", sans-serif;

font-weight: 600;

font-size: 35px;
}

.head-right-h h3 {}

.head-right-h .icon-box {

    margin-top: 20px;
}

.head-right-h .icon-box a {

    color: #1ECAD3;

    border: 1px solid #1ECAD3;

    padding: 0px 12px;

    font-size: 46px;

    border-radius: 100px;

    display: inline-block;

    margin-right: 10px;
}

.nonSlider {

    overflow: hidden;
    position: relative;
}

.nonSlider .swiper-slide {}

.nonSlider .swiper-slide .item-sw {}

.nonSlider .swiper-slide .item-sw i {

    font-size: 40px;

    background: #E1F7FB;

    color: #1ECAD3;

    padding: 10px 20px;

    display: inline-block;

    border-radius: 100px;

    margin-bottom: 50px;
}

.nonSlider .swiper-slide .item-sw .head-i {

    font-size: 28px;

    color: #15214C;

    font-family: "Gilroy", sans-serif;

    font-weight: 500;
}

.nonSlider .swiper-slide a {

    background: #fff;

    border-radius: 40px 15px 40px 15px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    transition: 0.3s;

    transition-timing-function: cubic-bezier(1, .2, .65, .85);
}

.nonSlider .swiper-slide {
    background: #fff;
    padding: 26px 15px;
    border-radius: 50px 15px 50px 15px;
    transition: .4s;
}

.why-b {
    margin-top: 50px;
    position: relative;
}

.why-b .swiper {}

.f-lix {
    display: flex;
    justify-content: space-between;
    padding: 37px 0 60px 255px;
    position: relative;
    padding-left: calc((100vw - 1380px) / 2);
}


.nonSlider .swiper-wrapper {
    overflow: visible !important;
    /* kritik */
}

.nonSlider .swiper-slide>* {
    transform: translateX(40px);
    /* 3. slide preview */
}

.nonSlider .swiper-slide a {
    transform: translateX(35px);
    /* preview görünürlüğü */
    transition: .3s;
}


.why-b .nonSlider {
    padding-right: 210px;
}

.why-b .left {
    width: 30%;
    display: flex;
    align-items: center;
}

.why-b .right {
    width: 60%;
}

.why-b .swiper-slide:hover {
    transform: scale(.9);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.icon-box a:hover {
    transform: scale(.9);
    background: #1ecad31f;
    padding: 0px 11px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.head-services {
    position: relative;
    z-index: 99;
}

.head-services span {

position: relative;

color: #1ECAD3;

letter-spacing: 7px;

font-weight: 200;

font-size: 25px;

font-family: "Gilroy", sans-serif;
}

.head-services h2 {

color: #15214C;

font-family: "Gilroy", sans-serif;

font-weight: 600;

font-size: 35px;
}

.head-services ul {

    display: flex;

    justify-content: space-between;

    margin-bottom: 50px;

    margin-top: 28px;

    gap: 20px;
}

.head-services ul li {
    width: 100%;
}

.head-services ul li a:hover {
    color: #fff !important;
    background-color: #15214C !important;

}

.head-services ul li a {

font-family: "Gilroy", sans-serif;

font-weight: 500;

font-size: 16px;

display: block;

border: 1px solid #15214C;

padding: 13px;

text-align: center;

color: #15214C;

width: 100%;

border-radius: 102px;
}

.head-services span:after {
   content: '';
    width: 73px;
    height: 1px;
    right: -80px;
    top: 9px;
    position: absolute;
    background: #1ECAD3;
}

.serSlider {}

.serSlider a {

    display: inline-block;

    width: 100%;
}

.img-div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 225px 16px 20px;
    border-radius: 50px 15px 50px 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-div:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(.9);
}

.img-div h3 {

    font-size: 22px;

    color: #fff;

    font-family: "Gilroy", sans-serif;

    font-weight: 500;

    position: relative;

    margin-bottom: 0;

    z-index: 1;
}

.img-div::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(21 33 76 / 82%) 100%);
    border-radius: 50px 15px 50px 15px;
    z-index: 1;
}

.active-tab {
    color: #fff !important;
    background-color: #15214C !important;
}

.form-home {
    background-color: #fff;
    padding: 60px;
    margin-top: 75px;
    position: relative;
    z-index: 9999;
    border-radius: 40px;
}

.form-home img {

width: 225px;

position: absolute;

z-index: 999;

bottom: 0;

right: 0;
}

.form-home .label {

    margin-bottom: 16px;

    position: relative;
}

.form-home .label input {background: transparent;width: 100%;padding: 15px 40px;border: 1px solid #1ECAD3;font-size: 14px;border-radius: 100px;font-family: "Gilroy", sans-serif;font-weight: 300;}

.form-home .label i {}

.form-home .label i {position: absolute;left: 15px;font-size: 16px;top: 13px;color: #1ECAD3;}

.form-home input {}

.form-home p {font-family: "Gilroy", sans-serif;font-weight: 300;font-size: 12px;color: #15214d;}

.form-home textarea {
    width: 100%;
    padding: 15px 40px;
    border: 1px solid #1ECAD3;
    font-size: 14px;
    border-radius: 20px;
    background: transparent;
    height: 150px;
    font-family: "Gilroy", sans-serif;
    font-weight: 300;
}

.form-home .label-2 input {border: none;padding: 11px 0;font-family: "Gilroy", sans-serif;font-weight: 400;background: #1ECAD3;color: #fff;width: 100%;border-radius: 100px;font-size: 16px;}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    border: 1px solid #00a0d2;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    color: #00a0d2;
    border-color: #00a0d2 !important;
}
.form-home .label-2 i {
    position: absolute;
    right: 13px;
    top: 6px;
    display: none;
    font-size: 17px;
    color: #fff;
}

.form-home .label-2 {

    position: relative;
}

.form-home .label-2 i:after {
    content: '';
    background: #ffffff30;
    width: 45px;
    border-radius: 100px;
    height: 45px;
    right: -15px;
    position: absolute;
    top: -6px;
}

.form-home p b {
    font-weight: 600;
}

.head-form {

text-align: right;
}

.head-form span {

    position: relative;

    color: #1ECAD3;

    letter-spacing: 10px;

    font-weight: 200;

    font-size: 25px;

    font-family: "Gilroy", sans-serif;
}

.head-form h2 {

color: #15214C;

font-family: "Gilroy", sans-serif;

font-weight: 600;

font-size: 35px;

z-index: 99;

position: relative;
}

.head-form img {}

.head-form span {
    position: relative;
    color: #1ECAD3;
    letter-spacing: 7px;
    font-weight: 200;
    font-size: 25px;
    font-family: "Gilroy", sans-serif;
}

.head-form span:after {
    content: '';
    width: 73px;
    height: 1px;
    left: -90px;
    top: 9px;
    position: absolute;
    background: #1ECAD3;
}

.form-home:before {
    content: '';
    background-color: #1ECAD3;
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 90px;
    border-radius: 100%;
    z-index: 99;
}


.blogSlider {
    padding-right: 210px !important;
}

.blogSlider a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.flex-box-s {

display: flex;

justify-content: space-around;

margin-bottom: 60px;
}

.item-box-s {

    display: flex;

    gap: 15px;

    align-items: center;
}

.number {

font-family: "Gilmer";

font-size: 65px;
}

.text-s {

font-size: 26px;

color: #15214C;

font-family: "Gilroy", sans-serif;

font-weight: 700;

width: 109px;

line-height: 27px;

position: relative;

top: -4px;
}

footer {}

.footer-box-sec {

background: #15214C;

width: 100%;

color: #DBDBDB;

display: flex;

padding: 45px;

border-radius: 30px 30px 0 0;
}

.left-logo-f {

    width: 40%;
}

.left-logo-f img {

width: 120px;

margin-bottom: 20px;
}

.contact-footer {

    font-family: "Gilroy", sans-serif;
}

.contact-footer li {}

.contact-footer b {
    font-weight: 600;
    color: #fff;
}

.contact-footer a {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}

.item-links-footer a {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
    color: #DBDBDB;
}

.right-link-box {

    width: 60%;

    display: flex;

    justify-content: space-between;
}

.right-link-box .item-links-footer {

font-family: "Gilroy", sans-serif;

font-weight: 300;

font-size: 18px;
}

.right-link-box .footer-head {

font-family: "Gilroy", sans-serif;

font-weight: 600;

margin-bottom: 13px;

font-size: 24px;

color: #fff;
}

.right-link-box .footer-head ul {}

.right-link-box .footer-head ul li {}

.right-link-box .footer-head ul li a {}

.cpo {
    display: flex;
    justify-content: space-between;
    background: #15214C;
    color: #fff;
    padding: 0 45px 30px;
}

.cpo li {
    font-family: "Gilroy", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #DBDBDB;
}

.cpo a {
    font-weight: 600;
}

footer a:hover{
    color:#fff;
}

header:before{
        content: '';
        width: 550px;
        border-radius: 100%;
        height: 550px;
        left: -80px;
        top: -300px;
        position: absolute;
        border: 1px solid #ffffff0a;
}
header:after{
        content: '';
        width: 550px;
        border-radius: 100%;
        height: 550px;
        right: -80px;
        top: -300px;
        position: absolute;
        border: 1px solid #ffffff0a;
}
.hero-bg:after{
        content: '';
        width: 550px;
        border-radius: 100%;
        height: 550px;
        left: -200px;
        top: 300px;
        position: absolute;
        border: 1px solid #ffffff0a;
}

.bef-wgy:after{
        content: '';
        width: 1000px;
        border-radius: 100%;
        height: 1000px;
        left: -100px;
        top: -50px;
        position: absolute;
        border: 1px solid #15214c17;
}

.head-services::after{
        content: '';
        width: 1000px;
        border-radius: 100%;
        height: 1000px;
        right: -378px;
        z-index: -1;
        top: 0;
        position: absolute;
        border: 1px solid #15214c17;
}

.flex-box-s::after{
          content: '';
          width: 948px;
          border-radius: 100%;
          height: 948px;
          left: -500px;
          top: -409px;
          position: absolute;
          z-index: -1;
          border: 1px solid #15214c17;
}

.flex-box-s{
    position: relative;
}

 
.content-slider {
    opacity: 0;
    transform: translateY(50px);
}

.content-slider.animate-up {
    animation: slideUp 0.7s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.site-page-head{background: #15214C;padding: 160px 0 19px;border-radius: 0 0 30px 30px;}
.page-head-wrap{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 99;}

.page-head-wrap h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    font-family: "Gilroy", sans-serif;
    font-weight: 500 !important;
}
.breadcrumb{font-family: "Gilroy", sans-serif;margin-bottom: 0 !important;}
.breadcrumb a{color: #fff;}
.breadcrumb .separator{
    color: #1ECAD3;
}

.breadcrumb .last{
    color: #fff;
}

.breadcrumb p{
   margin-bottom: 0 !important;
}
.left-contact-a{height: 100%;display: grid;align-items: center;}
.left-contact-a h2{font-size: 75px;font-family: "Gilroy", sans-serif;font-weight: 600;color: #1ECAD3;margin-bottom: 0;}
.left-contact-a p{font-family: "Gilroy", sans-serif;font-weight: 400;color: #15214c;font-size: 18px;margin-bottom: 20px;max-width: 600px;}

.left-contact-a a{
    color: #1ECAD3;
}

.left-contact-a a i {
    border: 1px solid currentColor;
}

.left-contact-a a:hover {
    color: #15214C;
}

.left-contact-a i{
    display: inline-block;
    border: 1px solid #1ECAD3;
    padding: 10px 15px;
    margin-right: 7px;
    border-radius: 28px;
    font-size: 20px;
}

.contact-page{
    display: grid;
    justify-content: right;
     grid-template-columns: repeat(2, 1fr);
}
.contact-page li{display: flex;margin-bottom: 30px;padding-left: 38px;font-family: "Gilroy", sans-serif;}
.contact-page li a{
    position: relative;
    display: grid;
}
.contact-page a i{position: absolute;left: -40px;top: 0px;color: #1ECAD3;font-size: 29px;}

.text-head-contact{font-size: 14px;font-weight: 400;color: #15214C;margin-bottom: 3px;line-height: 1;}

.co-sub{color: #15214C;font-weight: 700;font-size: 24px;

   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-kaf{
    margin: 75px 0;
}

.co-sub-map{color: #15214C;font-weight: 400;font-size: 18px;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-page li a:hover .co-sub{
    color:#1ECAD3;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.contact-page li a:hover .co-sub-map{
    color:#1ECAD3;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.contact-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-page > :nth-child(5) {
    grid-column: 1 / -1;
}
.map-sec{margin-bottom: 60px;z-index: 99;position: relative;}
.map-sec iframe{
    border-radius: 40px;
}

.left-contact-a:after{
      content: '';
      width: 1500px;
      border-radius: 100%;
      height: 1500px;
      left: -391px;
      top: 0;
      z-index: -1;
      position: absolute;
      border: 1px solid #15214c17;
}

.about-s{
    font-family: "Gilroy", sans-serif;
    margin: 70px 0 0;
    margin-right: 75px;
    position: relative;
    z-index: 99;
}
.about-s p{
    font-size: 16px;
}

.head-aboutt h2{font-weight: 300;margin-bottom: 20px;}
.head-aboutt h2  span{font-weight: 500;color: #1ECAD3;}
.brand-ss{position: relative;color: #1ECAD3;letter-spacing: 7px;font-weight: 200;font-size: 25px;}

.aa-about{
    display: flex;
    gap: 60px;
    align-items: center;
}
.aa-about:after {
    content: '';
    width: 1500px;
    border-radius: 100%;
    height: 1500px;
    left: 0;
    top: 9;
    z-index: 1;
    position: absolute;
    border: 1px solid #00000012;
}
.aa-about .flex-box-s{display:grid;gap: 100px;margin-bottom: 0;margin-top: 65px;}


.aa-about .flex-box-s::after {
    content: '';
    left: -1402px;
    top: -457px;
    width: 1500px;
    height: 1500px;
}
.side-bar{

}
.side-bar .title{
    font-size: 30px;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #1ECAD3;
    margin-bottom: 10px;
}

.side-bar ul{

}
.side-bar ul li{margin-bottom: 12px;}
.side-bar ul li a{font-family: "Gilroy", sans-serif;font-weight: 400;color: #1ECAD3;display: block;background: #fff;border: 1px solid #fff;padding: 10px 15px;border-radius: 11px;display: flex;justify-content: space-between;align-items: center;}
.blog-box{padding: 25px 20px;display: inline-block;margin-bottom: 30px;border-radius: 20px;border: 1px solid #15214c24;}
.blog-box img{border-radius: 20px;width: 100%;height: 250px;object-fit: cover;}
.blog-box:hover{
    background:#fff;
}
.blog-box .title{
    text-align: center;
    display: block;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    color: #15214c;
}
.side-bar ul li a:hover{
    border: 1px solid #1ECAD3;
}
.blog-box .blog-image{

}
.blog-padd{
    padding: 75px 0 0;
}
.side-grid{margin-top: 20px;}
.side-grid img{
    border-radius: 20px;
}
aside{height: 100%;}
.side-bar{
    position: sticky;
    top:20px;
}
/* GENEL */
.enmm-page-body{/* background:#f6f7fb; */padding: 80px 0 0;}


.page-content{background:#fff;border-radius:20px;padding: 30px;/* box-shadow:0 20px 50px rgba(0,0,0,.06); */font-family: "Gilroy", sans-serif;font-size: 14px;color: #15214c;}


/* KAPAK GÖRSEL */
.post-cover img{
width:100%;
height:420px;
object-fit:cover;
border-radius:18px;
margin-bottom:40px;
}


/* YAZI İÇERİĞİ */
.post-content{
font-size:17px;
line-height:1.9;
color:#3a3a3a;
}


.post-content h2,
.post-content h3{
margin-top:40px;
margin-bottom:20px;
font-weight:600;
}


.post-content p{
margin-bottom:22px;
}


/* ASIDE */
.page-aside-wrap{background:#fff;border-radius:18px;border: 1px solid #1ECAD3;padding:30px;/* box-shadow:0 15px 40px rgba(0,0,0,.05); */font-family: "Gilroy", sans-serif;font-weight: 500 !important;color: #ccc;position: sticky;top: 20px;}


.page-aside .title{font-size:18px;font-weight:600;margin-bottom:25px;color: #1ECAD3;}


.page-aside ul{
list-style:none;
padding:0;
}


.page-aside ul li{
margin-bottom:15px;
}


.page-aside ul li a{display:block;padding:14px 18px;background: #fafafa;border-radius:12px;color: #1ECAD3;transition:.3s;font-size: 14px;}


.page-aside ul li a:hover{
background:#15214C;
color:#fff;
transform:translateX(5px);
}


/* BAŞLIK ALANI */
.site-page-head{
}

.page-content img{
    border-radius: 20px;
    margin-bottom: 33px;
}

.products-group{background: #fff;padding: 40px;z-index: 99;padding-right: 0;position: relative;border-radius: 70px 0 0 70px;}

.products-group a{
    display: inline-block;
    margin-bottom: 34px;
    width: 100%;
    text-align: center;
}

.products-group h3{text-align: center;display: block;font-family: "Gilroy", sans-serif;font-size: 16px;margin-top: 20px;font-weight: 500;color: #15214c;}

.products-group img{
    border-radius: 20px;
}

.products-group::after{
      content: '';
      width: 1550px;
      height: 100%;
      right: -1550px;
      top: 0;
      position: absolute;
      background-color: #fff;
}

.category-products{
margin-top: 80px;
}

.side-bar-product{

}

.side-bar-product .title{
    font-size: 30px;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #15214c;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #9494945e;
}

.side-bar-product ul{
    
}


.side-bar-product ul li{
    
}

.side-bar-product ul li a{
    display: flex;
    justify-content: space-between;
    font-family: "Gilroy", sans-serif;
    font-weight: 600;
    color: #15214c;
    margin-bottom: 22px;
}
.side-bar-product ul li a i{
    
}

.side-bar-product ul li a:hover{
    color:#1ECAD3;
}
.contact-single{display: flex;justify-content: left;gap: 40px;margin: 30px 0;margin-bottom: 20px !important;}
.contact-single li{padding-left: 0 !important;}
.contact-single a{font-family: "Gilroy", sans-serif;font-weight: 500;color: #15214c;font-size: 16px;}
.contact-single a:hover{
        color:#1ECAD3;
}
.contact-single a i{
    color: #1ECAD3;
}

.products-single{font-family: "Gilroy", sans-serif;color: #15214C;background: #fff;padding: 40px;position: relative;border-radius: 70px 0 0 70px;}

.products-single p{font-size: 14px;position: relative;margin-bottom: 7px;font-weight: 400;}
.products-single h3{
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #1ecad354;
    padding: 12px 30px;
    border-radius: 100px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.products-single ul{margin-bottom: 41px;}
.products-single ul li{
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    font-weight: 400;
}

.products-single p strong{
       font-weight: 600;
}


.products-single ul li::before {
    content: "\EB79"; /* ri-check-double-line */
    font-family: "remixicon";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    color: #28a745; /* isteğe bağlı */
}

.contact-single  li::before {
    display: none;
}

.product-gallery-wrapper{display: flex;gap: 40px;margin-bottom: 30px;}
.product-gallery-wrapper img{width: 100%;border-radius: 25px;}

.product-gallery-wrapper .product-cover{width: 100%;}

.h-13{
    
}


.products-single::after {
    content: '';
    width: 1550px;
    height: 100%;
    right: -1550px;
    top: 0;
    position: absolute;
    background-color: #fff;
}



.side-bar-product:after {
    content: '';
    width: 1000px;
    border-radius: 100%;
    height: 1000px;
    left: -300px;
    z-index: -1;
    top: -49px;
    position: absolute;
    border: 1px solid #15214c17;
}

.ref-b{display: flex;justify-content: space-around;margin: 50px 0;}
.ref-b img{padding: 23px;background: #fff;width: 250px;filter: grayscale(1);border: 1px solid #cccccc61;border-radius: 15px;}
.ref-b img:hover{filter: grayscale(0)}

.item-ref{
    
}

.ref-con {
    margin: 60px 0;
    text-align: center;
    position: relative;
    z-index: 99;
    font-family: "Gilroy", sans-serif;
}

.ref-con h2{font-weight: 600;color: #1ECAD3;}
.ref-con p{font-size: 16px;color: #15214c;max-width: 70%;display: table;margin: auto;}


.ref-con:after{
          content: '';
          width: 900px;
          border-radius: 100%;
          height: 900px;
          left: -404px;
          z-index: -1;
          top: 0;
          position: absolute;
          border: 1px solid #5a000017;
}
.sub-menu a:hover{
    color:#15214C !important;
}

.hidden-ow{
    overflow: hidden !important;
}
.loading-c{
    color: #1ECAD3;
    font-family: "Gilroy", sans-serif;
}

 

.ensmm-page-wrap{font-family: "Gilroy", sans-serif;color: #15214c;}
.ensmm-page-wrap p{font-size: 14px;margin-bottom: 8px;}
.ensmm-page-wrap h2{font-size: 22px;}
.ensmm-page-wrap h3{
    font-size: 18px;
}
.ensmm-page-wrap ul{
    padding-left: 16px;
    margin-bottom: 20px;
}
.ensmm-page-wrap ul li{
    list-style: disc;
}
.ensmm-page-wrap ul li p{ 
    
}

.ensmm-page-wrap strong{
    font-weight: 600;
}
.menu-side-bar-container li{
list-style: none !important;
}
.menu-side-bar-container ul{
padding-left: 0;
}

.page-aside-wrap ul{
padding-left: 0;
}

.page-aside-wrap ul li{
list-style: none !important;
}
.content-text{
	color: #15214c;
	font-family: "Gilroy", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.content-text h2{
	    color: #15214c;
	    font-family: "Gilroy", sans-serif;
	    font-weight: 400;
	    font-size: 24px;
	    margin-top: 22px;
}
.content-text h3{
	    color: #15214c;
	    font-family: "Gilroy", sans-serif;
	    font-weight: 400;
	    font-size: 20px;
	    text-align: left;
}
.content-text p{
	    color: #15214c;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 18px;
}