@font-face {
    font-family: "Cabin";
    src: url("../fonts/Cabin-Italic.woff2") format("woff2"), url("../fonts/Cabin-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

:root {
    --font-primary: Poppins;
    --font-secondary: Poppins;
    --font-tertiary: Poppins;
    --font-inter: Inter;
    --font-poppins: Poppins;
    --font-roboto: Roboto;
    --font-open-sans: Open Sans
}

.font-test--inter {
    font-family: var(--font-inter), sans-serif
}

.font-test--poppins {
    font-family: var(--font-poppins), sans-serif
}

.font-test--roboto {
    font-family: var(--font-roboto), sans-serif
}

.font-test--open-sans {
    font-family: var(--font-open-sans), sans-serif
}

.font-test--cabin {
    font-family: var(--font-primary), sans-serif
}

.hShadow {
    -webkit-box-shadow: 10px 0px 12px rgba(0, 0, 0, .16);
    -moz-box-shadow: 10px 0px 12px rgba(0, 0, 0, .16);
    -ms-box-shadow: 10px 0px 12px rgba(0, 0, 0, .16);
    -o-box-shadow: 10px 0px 12px rgba(0, 0, 0, .16);
    box-shadow: 10px 0px 12px rgba(0, 0, 0, .16)
}

:root {
    --color-dark-black: #212020;
    --color-light-black: #0B0B0B;
    --color-gray: #797979;
    --color-yellow: #FFD800;
    --color-orange: #ff6600;
    --clr_dark: #0c0e02;
    --clr_light: #c6ff25;
    --color-black: #000000;
    --color-blue: #0E2753;
    --color-red: #D0021B;
    --color-title: #162850;
    --color-accordion-button: #F8FCFF;
    --color-aqua: #31ADE3
}

html {
    overflow: visible !important;
    scroll-behavior: smooth;
    margin-right: 0 !important;
    overflow-x: clip !important
}

html .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical {
    width: 5.25rem
}

html::before {
    content: ""
}

html::before {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

html .compensate-for-scrollbar {
    margin: 0 !important
}

html body.compensate-for-scrollbar {
    overflow: visible !important
}

html body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-attachment: #fff;
    background-color: #fff;
    padding: 0 !important;
    margin: 0;
    height: 100%;
    min-height: -webkit-fill-available
}

.main-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    overflow-x: clip !important
}

.main-wrapper .main {
    z-index: 4;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    position: relative
}

ol,
ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

/*
a,
a:focus,
a:hover,
*/
button,
textarea,
input {
    outline: none !important;
    text-decoration: none !important;
    color: inherit
}


.red {
  display: block;
  width: 120px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: red;
  padding : 5px 20px 5px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.red:hover {
  background-color: #1447E6;
}

.kabul {
  display: block;
  width: 120px;
  outline: none !important;
  text-decoration: none !important;
  color: white;
  background-color: green;
  padding : 5px 20px 5px 20px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.kabul:hover {
  background-color: #1447E6;
}


textarea {
    resize: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

.my-6 {
    margin-top: 4.187rem !important;
    margin-bottom: 4.187rem !important
}

p {
    margin: 0
}

p {
    font-family: "Poppins";
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 1vw, 1.125rem);
    font-weight: normal;
    font-style: normal;
    color: #000
}

p+p {
    margin-top: 1rem !important
}

.photo-area {
    opacity: 0
}

.photo-area.rendered {
    opacity: 1
}

h1 {
    font-family: "Poppins";
    font-size: 2.5rem;
    font-size: clamp(1.375rem, 4vw, 2.5rem);
    font-weight: 700;
    font-style: normal;
    color: #000
}

h2 {
    font-family: "Poppins";
    font-size: 1.75rem;
    font-size: clamp(1.625rem, 3vw, 1.75rem);
    font-weight: 600;
    font-style: normal;
    color: #000
}

h3 {
    font-family: "Poppins";
    font-size: 1.625rem;
    font-size: clamp(1.5rem, 2.5vw, 1.625rem);
    font-weight: 600;
    font-style: normal;
    color: #000
}

h4 {
    font-family: "Poppins";
    font-size: 1.5rem;
    font-size: clamp(1.375rem, 2vw, 1.5rem);
    font-weight: 500;
    font-style: normal;
    color: #000
}

h5 {
    font-family: "Poppins";
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    font-weight: 500;
    font-style: normal;
    color: #000
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #d0021b
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.konut-secenekleri-image-wrapper {
    position: relative;
    width: 204px;
    height: 214px
}

.konut-secenekleri-image-wrapper img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: contain
}

.ev-sahibi-sections-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.ev-sahibi-sections-background img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover
}

.ev-sahibi-sections-background img {
    height: 100%;
    width: 50%
}

@media(max-width: 61.9375em) {
    .ev-sahibi-sections-background img {
        width: 100%
    }
}

@media(max-width: 39.9375em) {
    .title-image {
        display: flex;
        align-items: center;
        justify-self: center;
        width: auto;
        height: 76px
    }
}

.logo-inner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 2rem;
    justify-content: center;
    padding-bottom: 2rem
}

.logo-inner-wrapper a {
    display: inline-flex;
    align-items: center
}

.logo-inner-wrapper a img {
    height: 120px
}

@media(max-width: 80em)and (max-height: 50em) {
    .logo-inner-wrapper a img {
        height: 80px
    }
}

.logo-inner-wrapper a img.logoToki {
    height: 80px
}

@media(max-width: 80em)and (max-height: 50em) {
    .logo-inner-wrapper a img.logoToki {
        height: 50px
    }
}

.main-banner-kamp {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 250px
}

@media(max-width: 39.9375em) {
    .main-banner-kamp {
        left: 40px
    }
}

.main-banner-kamp img {
    width: 100%;
    height: auto;
    object-fit: contain
}

@media(max-width: 100em)and (max-height: 56.25em) {
    .main-banner-kamp img {
        width: auto;
        height: 150px
    }
}

@media(max-width: 90em)and (max-height: 56.25em) {
    .main-banner-kamp img {
        width: auto
    }
}

@media(max-width: 85.375em)and (max-height: 48em) {
    .main-banner-kamp img {
        width: auto;
        height: 150px
    }
}

@media(max-width: 80em)and (max-height: 50em) {
    .main-banner-kamp img {
        width: auto;
        height: 130px
    }
}

@media(min-width: 120em) {
    .main-banner-kamp img {
        width: 800px
    }
}

@media(min-width: 160em) {
    .main-banner-kamp img {
        width: auto
    }
}

@media(max-width: 61.9375em) {
    .main-banner-kamp img {
        width: auto;
        height: 130px
    }
}

@media(max-width: 39.9375em) {
    .main-banner-kamp img {
        width: auto;
        height: 100px
    }
}

.slider-absolute-image {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 700px
}

@media(max-width: 100em)and (max-height: 56.25em) {
    .slider-absolute-image {
        width: 600px
    }
}

@media(max-width: 90em)and (max-height: 56.25em) {
    .slider-absolute-image {
        width: 500px
    }
}

@media(max-width: 85.375em)and (max-height: 48em) {
    .slider-absolute-image {
        width: 560px
    }
}

@media(max-width: 80em)and (max-height: 50em) {
    .slider-absolute-image {
        width: 500px
    }
}

@media only screen and (max-width: 64em)and (max-height: 85.475em) {
    .slider-absolute-image {
        width: 580px
    }
}

@media only screen and (max-width: 64em)and (max-height: 48em) {
    .slider-absolute-image {
        width: 450px
    }
}

@media(max-width: 61.9375em) {
    .slider-absolute-image {
        width: 420px
    }
}

@media(max-width: 39.9375em) {
    .slider-absolute-image {
        width: 400px
    }
}

.bottom-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #db1219;
    z-index: 5
}

.mini-video-wrapper {
    position: relative;
    border-top-left-radius: 1.5625rem
}

.mini-video-wrapper .mini-video-inner-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider {
    position: relative;
    z-index: 1;
    height: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-stage-outer {
    height: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-item {
    height: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-item .item {
    position: relative;
    overflow: hidden;
    border-radius: 1.5625rem
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-item .item a {
    display: inline-flex;
    height: 100%;
    width: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-stage {
    height: 100%;
    border-radius: 1.5625rem
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider .owl-stage .item {
    height: 100%
}

.mini-video-wrapper .mini-video-inner-wrapper .mini-video-slider video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.5625rem
}

.home-slider-controls {
    position: absolute;
    bottom: 30px;
    right: 10vw
}

.home-slider-controls .home-slides-prev,
.home-slider-controls .home-slides-next {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: hsla(0, 0%, 100%, .2);
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    transition: all .3s ease
}

.home-slider-controls .home-slides-prev img,
.home-slider-controls .home-slides-next img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1)
}

.home-slider-controls .home-slides-prev:hover:not(.disabled),
.home-slider-controls .home-slides-next:hover:not(.disabled) {
    background-color: hsla(0, 0%, 100%, .3);
    border-color: hsla(0, 0%, 100%, .8)
}

.home-slider-controls .home-slides-prev.disabled,
.home-slider-controls .home-slides-next.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none
}

.home-slider-controls .home-slides-prev {
    margin-bottom: 1rem
}

@media(max-width: 39.9375em) {

    .home-slider-controls .home-slides-prev,
    .home-slider-controls .home-slides-next {
        display: none
    }
}

.home-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-slides .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10
}

.home-slides .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .4);
    border: none;
    cursor: pointer;
    transition: all .3s ease
}

.home-slides .owl-dots .owl-dot.active {
    background-color: #db1219;
    transform: scale(1.2)
}

.home-slides .owl-dots .owl-dot:hover {
    background-color: hsla(0, 0%, 100%, .7)
}

.home-slides.owl-loaded .owl-nav {
    margin-top: 0;
    line-height: .01;
    display: none !important
}

.home-slides.owl-loaded .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 63px;
    background-color: green;
    border-radius: 0;
    color: #fff;
    opacity: .7;
    margin-top: -50px;
    font-size: 28px
}

.home-slides.owl-loaded .owl-nav [class*=owl-] {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.home-slides.owl-loaded .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px
}

.home-slides.owl-loaded .owl-nav [class*=owl-]:hover {
    background-color: blue;
    color: #fff;
    opacity: 1;
    outline: 0;
    box-shadow: unset
}

.home-slides.owl-loaded .owl-stage-outer {
    height: 100%
}

.home-slides.owl-loaded .owl-item {
    height: 100%;
    opacity: 1
}

.home-slides.owl-loaded .owl-item .coverImage {
    width: 100% !important
}

.home-slides.owl-loaded .owl-stage {
    height: 100%
}

.home-slider-wrapper {
    position: relative;
    height: calc(var(--vh, 1vh)*100)
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.main-banner-content {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 5;
    margin-bottom: 50%
}

@media(max-width: 61.9375em) {
    .main-banner-content {
        margin-bottom: 80%
    }
}

@media(max-width: 61.9375em) {
    .main-banner-content {
        margin-bottom: 60vh
    }
}

.group-konut {
    position: absolute;
    top: 50%;
    left: 100%
}

.group-konut {
    -webkit-transform: translateX(0%) translateY(50%);
    -moz-transform: translateX(0%) translateY(50%);
    -ms-transform: translateX(0%) translateY(50%);
    -o-transform: translateX(0%) translateY(50%);
    transform: translateX(0%) translateY(50%)
}

@media only screen and (max-width: 64em)and (max-height: 85.475em) {
    .group-konut {
        left: 0;
        top: 55%;
        height: 200px
    }
}

@media only screen and (max-width: 64em)and (max-height: 48em) {
    .group-konut {
        height: 100px
    }
}

@media(max-width: 61.9375em) {
    .group-konut {
        left: 10px;
        right: auto;
        width: 100px;
        height: 130px
    }
}

.main-banner {
    height: 100%;
    position: relative;
    display: block;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.main-banner .main-banner-cover {
    display: flex;
    align-items: center;
    justify-content: start
}

@media(max-width: 61.9375em) {
    .main-banner .main-banner-cover .title-icon {
        width: 70px
    }
}

.main-banner .main-banner-cover .title-image {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover
}

.main-banner .main-banner-cover .title-image {
    min-width: 350px;
    max-width: 350px
}

@media(max-width: 61.9375em) {
    .main-banner .main-banner-cover .title-image {
        min-width: 399px;
        max-width: 399px
    }
}

@media(max-width: 39.9375em) {
    .main-banner .main-banner-cover .title-image {
        min-width: 250px;
        max-width: 250px
    }
}

.main-banner .main-banner-info-wrapper {
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 2rem 0 3rem
}

.main-banner .main-banner-info-wrapper h1 {
    font-family: "Poppins";
    font-size: 2.5rem;
    font-size: clamp(1.375rem, 4vw, 2.5rem);
    font-weight: 700;
    font-style: normal;
    color: #fff
}

.main-banner .main-banner-info-wrapper p {
    text-align: center
}

.main-banner .main-banner-info-wrapper p {
    font-family: "Poppins";
    font-size: 1.125rem;
    font-size: clamp(1.0625rem, 1vw, 1.125rem);
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.main-banner .bIcon {
    width: 10px;
    height: 10px
}

.main-banner .animateme {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1
}

.main-banner .animateme video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 30%
}

.main-banner .animateme canvas {
    width: 100%;
    height: 100%
}

.main-banner .animateme img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover
}

.main-banner .animateme img {
    height: 100%;
    width: 100%
}

.main-banner .animateme::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 10%, rgba(237, 221, 83, 0) 90%)
}

@media(max-width: 61.9375em) {
    .main-banner .animateme::before {
        width: 100%
    }
}

@media(max-width: 61.9375em) {
    .main-banner.mobile-showing .video-background {
        max-width: 100%;
        background: #000
    }
}

.main-banner.none-before::before {
    display: none
}

.owl-slider-controls {
    position: absolute;
    z-index: 9;
    left: -65px;
    bottom: 0
}

@media(max-width: 61.9375em) {
    .owl-slider-controls {
        left: -15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0
    }
}

.owl-slider-controls .owl-slider-prev {
    margin-bottom: .5rem
}

@media(max-width: 61.9375em) {
    .owl-slider-controls .owl-slider-prev {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.owl-slider-controls .owl-slider-next,
.owl-slider-controls .owl-slider-prev {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .25);
    background-color: #e4ebf0;
    cursor: pointer
}

.owl-slider-controls .owl-slider-next,
.owl-slider-controls .owl-slider-prev {
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-slider-controls .owl-slider-next,
.owl-slider-controls .owl-slider-prev {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

@media(max-width: 39.9375em) {

    .owl-slider-controls .owl-slider-next,
    .owl-slider-controls .owl-slider-prev {
        width: 40px;
        height: 40px;
        margin-bottom: 0
    }
}

.owl-slider-controls .owl-slider-next img,
.owl-slider-controls .owl-slider-prev img {
    object-fit: contain;
    width: 20px;
    aspect-ratio: 3/2
}

.owl-slider-controls .owl-slider-next img,
.owl-slider-controls .owl-slider-prev img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
}

@media(prefers-color-scheme: light) {

    .owl-slider-controls .owl-slider-next img,
    .owl-slider-controls .owl-slider-prev img {
        transform: translateZ(0);
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(208deg) brightness(106%) contrast(102%)
    }
}

[data-theme=light] .owl-slider-controls .owl-slider-next img,
[data-theme=light] .owl-slider-controls .owl-slider-prev img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(208deg) brightness(106%) contrast(102%)
}

.owl-slider-controls .owl-slider-next.disabled,
.owl-slider-controls .owl-slider-prev.disabled {
    opacity: .3;
    cursor: not-allowed;
    pointer-events: none
}

.owl-slider-controls .owl-slider-next.disabled img,
.owl-slider-controls .owl-slider-prev.disabled img {
    filter: grayscale(100%)
}

.owl-slider-controls .owl-slider-next:hover:not(.disabled),
.owl-slider-controls .owl-slider-prev:hover:not(.disabled) {
    border-color: #fff;
    background-color: #d1d9e0
}

.owl-slider-controls .owl-slider-next:hover:not(.disabled) img,
.owl-slider-controls .owl-slider-prev:hover:not(.disabled) img {
    color: #fff
}

.home-slider-wrapper {
    position: relative;
    width: 100%
}

.home-slider-wrapper .home_slider .home_slider-item img {
    width: 100%
}

.owl-dots {
    position: relative;
    z-index: 9;
    counter-reset: name;
    display: flex;
    align-items: center
}

@media(max-width: 39.9375em) {
    .owl-dots {
        display: none
    }
}

.owl-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 1rem
}

.owl-dots button {
    display: flex;
    justify-content: center;
    align-items: center
}

.owl-dots button.active::before {
    color: #fff
}

.owl-dots button::before {
    content: counter(name);
    counter-increment: name
}

.owl-dots button::before {
    font-family: "Poppins";
    font-size: 1.5625rem;
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    font-weight: 500;
    font-style: normal;
    color: hsla(0, 0%, 100%, .5)
}

.button-inner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem
}

@media(max-width: 61.9375em) {
    .button-inner-wrapper {
        flex-direction: column
    }
}

.e-devlet-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 70px;
    background-color: #d0021b;
    border-radius: 0.9375rem;
    gap: 1rem
}

.e-devlet-button.normalb {
    padding: .5rem 1rem
}

.e-devlet-button p {
    font-family: "Poppins";
    font-size: 1.125rem;
    font-size: clamp(1.0625rem, 1vw, 1.125rem);
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.e-devlet-button.eBlue {
    background-color: #3e5ba1
}

.e-devlet-button.eRed {
    background-color: #e51e26
}

.e-devlet-button span .bikon {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: contain
}

.e-devlet-button span .bikon {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(208deg) brightness(106%) contrast(102%)
}

@media(prefers-color-scheme: light) {
    .e-devlet-button span .bikon {
        transform: translateZ(0);
        filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
    }
}

[data-theme=light] .e-devlet-button span .bikon {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
}

.e-devlet-button span .bikon {
    -webkit-transform: translateX(0px) translateY(0px);
    -moz-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px)
}

.e-devlet-button span .bikon {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.e-devlet-button span .bikon {
    width: 10px;
    height: 10px
}

.e-devlet-button span .bikon.download {
    width: 20px;
    height: 20px
}

.e-devlet-button:hover span .bikon {
    -webkit-transform: translateX(10px) translateY(-10px);
    -moz-transform: translateX(10px) translateY(-10px);
    -ms-transform: translateX(10px) translateY(-10px);
    -o-transform: translateX(10px) translateY(-10px);
    transform: translateX(10px) translateY(-10px)
}

.e-devlet-button:hover span .bikon.download {
    -webkit-transform: translateX(0px) translateY(10px);
    -moz-transform: translateX(0px) translateY(10px);
    -ms-transform: translateX(0px) translateY(10px);
    -o-transform: translateX(0px) translateY(10px);
    transform: translateX(0px) translateY(10px)
}

.main-banner-video-play-button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #31ade3;
    border-radius: 50%
}

.main-banner-video-play-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.main-banner-video-play-button p {
    position: absolute;
    right: 30px;
    white-space: nowrap
}

.main-banner-video-play-button p {
    font-family: "Poppins";
    font-size: .75rem;
    font-size: clamp(.625rem, 1vw, .75rem);
    font-weight: 400;
    font-style: normal;
    color: #fff
}

.main-banner-video-play-button p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media(max-width: 61.9375em) {
    .main-banner-video-play-button p {
        right: 15px
    }
}

@media(max-width: 39.9375em) {
    .main-banner-video-play-button p {
        right: 10px
    }
}

.main-banner-video-play-button img {
    object-fit: contain;
    margin-left: .2rem;
    z-index: 2
}

.main-banner-video-play-button img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(208deg) brightness(106%) contrast(102%)
}

@media(prefers-color-scheme: light) {
    .main-banner-video-play-button img {
        transform: translateZ(0);
        filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
    }
}

[data-theme=light] .main-banner-video-play-button img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
}

.main-banner-video-play-button:hover:after {
    background-color: rgb(26.9230769231, 146.1538461538, 198.0769230769)
}

.main-banner-video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #31ade3;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

.main-banner-video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #31ade3;
    border-radius: 50%;
    transition: all 200ms
}

.video-play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #d0021b;
    border-radius: 50%;
    bottom: 1.25rem;
    right: 1.25rem
}

.video-play-button {
    display: flex;
    justify-content: center;
    align-items: center
}

.video-play-button img {
    object-fit: contain;
    width: 30px;
    aspect-ratio: 3/1;
    z-index: 2
}

.video-play-button img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(208deg) brightness(106%) contrast(102%)
}

@media(prefers-color-scheme: light) {
    .video-play-button img {
        transform: translateZ(0);
        filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
    }
}

[data-theme=light] .video-play-button img {
    transform: translateZ(0);
    filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(3914%) hue-rotate(27deg) brightness(104%) contrast(92%)
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #d0021b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #d0021b;
    border-radius: 50%;
    transition: all 200ms
}

.big-red-button {
    position: relative;
    height: 84px;
    padding-left: 1rem
}

.big-red-button img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: contain
}

.big-red-button img {
    height: 100%
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.cardiumTitle h2 {
    font-family: "Poppins";
    font-size: 2.75rem;
    font-size: clamp(2.5rem, 4vw, 2.75rem);
    font-weight: bolder;
    font-style: normal;
    color: #0e2753
}

.cardiumTitle h2 span {
    font-family: "Poppins";
    font-size: 2.1875rem;
    font-size: clamp(1.875rem, 3vw, 2.1875rem);
    font-weight: semibold;
    font-style: normal;
    color: #d0021b
}

.cardiumTitle.center {
    text-align: center;
    flex-direction: column
}

.cardiumTitle.center {
    display: flex;
    justify-content: center;
    align-items: center
}

.title {
    position: relative;
    padding: 2.5rem 0
}

@media(max-width: 61.9375em) {
    .title {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center
    }
}

.title.center {
    text-align: center;
    flex-direction: column
}

.title.center {
    display: flex;
    justify-content: center;
    align-items: center
}

.title.beBlue h2 {
    color: #0e2753
}

.title.beBlue h2 span {
    color: #d0021b
}

.title h2 {
    font-family: "Poppins";
    font-size: 1.75rem;
    font-size: clamp(1.625rem, 3vw, 1.75rem);
    font-weight: normal;
    font-style: normal;
    color: #d0021b
}

.title h3 {
    font-family: "Poppins";
    font-size: 1.625rem;
    font-size: clamp(1.5rem, 2.5vw, 1.625rem);
    font-weight: 600;
    font-style: normal;
    color: #162850
}

.title h4 {
    font-family: "Poppins";
    font-size: 1.5rem;
    font-size: clamp(1.375rem, 2vw, 1.5rem);
    font-weight: bold;
    font-style: normal;
    color: #0e2753
}

.title h5.tlightBlue {
    font-family: "Poppins";
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    font-weight: bold;
    font-style: normal;
    color: #0a779f
}

.title h5.tblue {
    font-family: "Poppins";
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    font-weight: bold;
    font-style: normal;
    color: #214689
}

.content p {
    font-family: "Poppins";
    font-size: 1.125rem;
    font-size: clamp(1.0625rem, 1vw, 1.125rem);
    font-weight: 400;
    font-style: normal;
    color: #000
}

@media(max-width: 61.9375em) {
    .content p {
        text-align: center
    }
}

/*# sourceMappingURL=theme.min.css.map */