body {
    background: #FEFEFE;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

h1 {
    font-weight: 900;
}

.top-header {
    background: #F5F6FB;
    height: 60px;
    display: flex;
    align-items: center;
}

.nav {
    background: #1C95D4;
}

.logo {
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0% 100%);
    background-color: #fff;
    padding: 40px 90px 30px 55px;
    margin-top: -35px;
}

.logo img {
    height: 50px;
}

.main-menu ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu ul li {
    float: left;
}

.main-menu ul li a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    font-size: 18px;
    padding: 30px 15px;
    display: inline-block;
    transition: all .3s ease;
}

.main-menu ul li a:hover {
    opacity: 1;
    transition: all .3s ease;
}

.t-header-info {
    margin-left: 380px;
}

.t-header-info .element {
    float: left;
    margin-right: 15px;
}

.t-header-info .element .icon,
.t-header-info .element .content {
    float: left;
}

.t-header-info .element .icon svg {
    height: 20px;
}

.t-header-info .element .content a {
    text-decoration: none;
    color: inherit;
    margin-left: 10px;
}

.single-slider {
    position: relative;
}

.single-slider img {
    height: 600px;
    object-fit: cover;
}

.slide-desc {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    padding: 0 100px;
    color: #fff;
}

.slide-desc span {
    font-size: 24px;
}

.slide-desc h1 {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 30px;
}

.slide-desc a {
    margin-top: 50px;
    padding: 15px 60px;
    border: 2px solid #fff;
    width: fit-content;
    text-decoration: none;
    color: #fff;
}

.slide-desc-overlay {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #0564A3;
    opacity: .6;
}

.main-slogan {
    color: #153567;
}

.packages {
    background: url(../img/packages-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 200px;
    max-height: 700px;
    background-position: top center;
}

.single-package {
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 15px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.single-package .title {
    width: 100%;
    padding: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    float: left;
    margin-top: 30px;
}

.single-package .title span {
    padding: 15px 45px;
    border: 1px solid #fff;
}

.single-package.silver {
    background-color: #C2BFBB;
}

.single-package.gold {
    background-color: #FBCB08;
}

.single-package.platinum {
    background-color: #031715;
}

.single-package ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    margin-top: 65px;
    min-height: 310px;
}

.single-package ul li {
    margin: 5px 17px;
    padding: 5px 30px;
    border-bottom: 3px solid #f5f5f5;
}

.single-package .buttons {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 15px;
    display: flex;
    position: relative;
    z-index: 2;
}

.single-package .buttons a {
    padding: 15px 30px;
    /* border: 2px solid #0564A3; */
    width: inherit;
    text-decoration: none;
    color: #fff;
    float: left;
    background: #0564A3;
    border-radius: 5px;
}

.single-package .buttons a:nth-child(2) {
    margin-left: 20px;
    background: #0564A3;
    border: 2px solid #0564A3;
    color: #fff;
}

.single-package::after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: #fff;
    left: -300px;
    /* bottom: -70px; */
    top: 180px;
}

.package-generate {
    position: absolute;
    bottom: 100%;
    color: #fff;
    text-decoration: none;
    background: #0764a3;
    padding: 10px 15px;
    font-size: 13px;
}

.icons-area {
    padding: 500px 0 100px 0;
    background: #1C95D4;
}

.icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    background: #EDEDED;
    margin: 0 auto 15px auto;
}

.icon-wrap svg {
    height: 40px;
}

.icons-area .title {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
}

.services {
    background: #F5F5F5;
    overflow-x: hidden;
}

.single-service {
    padding: 30px;
    background: #fff;
    text-align: center;
}

.single-service h1 {
    margin-top: 30px;
    font-size: 25px;
}

.single-service a {
    background: #0564A3;
    border: 2px solid #0564A3;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
}

.footer {
    background: #001940;
}

.newsletter {
    width: 100%;
    float: left;
    color: #fff;
    padding-right: 60px;
}

.newsletter .title {
    font-weight: 900;
    margin-bottom: 15px;
}

.newsletter .form input {
    background: transparent;
    width: 90%;
    float: left;
    border: 0;
    color: #fff;
}

.newsletter .form input:focus {
    outline: 0;
    box-shadow: none;
}

.newsletter .form button {
    border: 0;
    background: transparent;
    text-align: right;
    width: 10%;
}

.newsletter .form {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.social-media {
    margin-top: 0px;
    width: 100%;
    float: left;
}

.social-media ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.social-media ul li {
    float: left;
    margin-right: 10px;
}

.social-media ul li a svg {
    height: 30px;
}

.foot-menu,
.foot-menu li ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.foot-menu li {
    width: 20%;
    float: left;
}

.foot-menu li a {
    font-weight: 900;
    color: #fff;
    text-decoration: none;
}

.foot-menu li ul {
    margin-top: 15px;
}

.foot-menu li ul li {
    width: 100%;
    margin-bottom: 10px;
}

.foot-menu li ul li a {
    font-weight: 300;
}

.copyright {
    padding: 30px 0;
    background: #00122F;
}

.copyright span {
    color: #fff;
    opacity: .7;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
}

.owl-nav button {
    width: 60px;
    height: 60px;
    background: white !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 60px !important;
    font-size: 30px !important;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 20%);
}

.owl-nav span {
    font-size: 40px;
    line-height: initial;
    color: #0564A3;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
}

.owl-nav button.owl-next {
    position: absolute;
    right: -30px;
}

.azim-cigil {
    padding: 100px 0;
}

.azim-cigil h1 {
    font-weight: bold;
    color: #00235A;
}

.azim-cigil .cont-wrap {
    padding-left: 250px;
    padding-right: 100px;
    text-align: justify;
}

.azim-cigil .cont-wrap:nth-of-type(2) {
    background: #1C95D4;
    /* padding: 50px 250px; */
    margin-top: 50px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 250px;
    padding-right: 100px;
    text-align: justify;
}

.azim-cigil-img {
    width: 450px;
    position: absolute;
    top: 0;
    left: 100px;
}

.hak-master {
    padding: 100px 0 200px 0;
}

.hak-master h1 {
    font-weight: bold;
}

.hak-master .col-lg-9 {
    background: #001940;
    background-size: cover;
}

.hak-master .master-cont {
    padding: 70px 200px 70px 70px;
    color: #fff;
}

.azim-cigil-kosku {
    padding: 100px 0;
    background: #F5F5F5;
}

.azim-cigil-kosku img {
    width: 100%;
    margin-bottom: 30px;
}

.azim-cigil-kosku h1 {
    margin-bottom: 50px;
    font-weight: bold;
}

.kosk-cont {
    padding-top: 30px;
    border-top: 2px solid #00235A;
}

.kosk-cont p {
    width: 50%;
    float: left;
}

.kosk-cont p {
    text-align: justify;
}

.kosk-cont p:first-of-type {
    padding-right: 25px;
}

.kosk-cont p:last-of-type {
    padding-left: 25px;
}

.kosk-cont p span b {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.kosk-cont p span {
    display: block;
    margin-bottom: 30px;
}

.inner-packages {
    padding-bottom: 100px;
}

.packages-slider {
    margin-top: 50px;
}

.inner-packages .single-p-slide img {
    width: 100%;
    float: left;
}

.inner-packages .single-p-slide {
    margin: 0 10px;
    position: relative;
}

.single-p-slide .cont {
    padding: 40px 80px;
    background: #333;
    float: left;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-p-slide .cont.silver {
    background-color: #C2BFBB;
    color: #fff;
}

.single-p-slide .cont.gold {
    background-color: #FBCB08;
    color: #fff;
}

.single-p-slide .cont.platinum {
    background-color: #031715;
    color: #fff;
}

.ser-img {
    float: left;
    width: 50%;
}

.ser-cont {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-left: -30px;
    font-size: 18px;
    justify-content: center;
}

.inner-services {
    background: #F5F5F5;
    padding: 100px 0;
}

.inner-services-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute !important;
    top: calc(75% - 30px) !important;
    width: 80px !important;
    left: 25px !important;
}

.how-d-work {
    padding: 0 0 100px 0;
    background: #001940;
}

.how-d-single {
    border-radius: 15px;
    overflow: hidden;
}

.how-d-single .cont {
    padding: 30px;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: -20px;
    width: 100%;
    float: left;
}

.how-d-single .cont h2 {
    font-weight: 900;
}

.how-d-work .col-lg-4:nth-of-type(2) {
    margin-top: 100px;
}

.how-d-work .col-lg-4:nth-of-type(3) {
    margin-top: 200px;
}

.how-d-work h1 {
    color: #fff;
    position: relative;
    bottom: -90%;
}

.other-services {
    padding: 100px 0;
    background: #F7F7F7;
}

.o-services-single {
    background: #fff;
    border-bottom: 5px solid #1C95D4;
    padding: 30px;
    height: 100%;
}

.o-services-single .icon svg {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.other-services h1 {
    font-weight: bold;
    margin-bottom: 100px;
}

.contact {
    padding: 100px 0;
}

.contact-single .title {
    margin-bottom: 20px;
    position: relative;
}

.contact-single .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    background: #707070;
    height: 2px;
    left: 0;
    width: 30px;
    z-index: 22222;
}

.contact-single {
    margin-bottom: 50px;
}

.contact-social a {
    margin-right: 10px;
    text-decoration: none;
}

.contact-social a svg {
    width: 30px;
}

.form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000000;
    padding: 13px 0;
    margin-bottom: 30px;
}

.form input:focus {
    outline: 0;
    box-shadow: none;
}

.form button {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 800;
    margin-top: 15px;
}

.form button svg {
    margin-left: 15px;
}

.form input::placeholder {
    color: #a8a8a8;
    font-size: 15px;
}

.why-section {
    padding: 100px 0;
}

.single-s-slide .icon {
    margin-bottom: 30px;
}

.single-s-slide .icon img {
    height: 75px;
    width: auto;
}

.slick-dots {
    bottom: 30px !important;
}

.slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
}

.master-img {
    position: absolute;
    top: 80px;
    right: -210px;
    width: 360px;
}

.s-corp-slide img {
    height: 600px;
    object-fit: contain;
    background: #f3f3f3;
}

.packages-wrap {
    width: 33.33%;
    float: left;
    position: relative;
}

.packages-wrap a {
    text-decoration: none;
}

.packages-wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.kiralama-ve-varlik {
    background: #001940;
    padding: 100px 0;
}

.kiralama-desc {
    padding: 50px;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    z-index: 2;
}

.kiralama-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 30px;
    right: 0;
}

.kiralama-title img {
    height: 350px;
    left: -70px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 0;
    width: 110% !important;
}

.alim-satim {
    padding: 100px 0;
    background: #F5F5F5;
}

.alim-desc {
    padding: 50px;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    z-index: 2;
    height: 100%;
}

.alim-desc ul {
    padding-left: 0;
    list-style: circle;
}

.packages-detail {
    padding: 100px 0;
}

.detail-wrapper {
    padding: 50px;
    color: #fff;
}

.detail-wrapper .title {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

.list {
    margin-top: 15px;
}

.list ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: 50px;
    width: 27.33%;
}

.list ul:last-of-type {
    margin-right: 0;
}

.list ul li:last-of-type::after {
    content: none;
}

.list ul li {
    padding: 20px 0;
    position: relative;
    font-size: 13px;
}

.list ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #fff;
}

.detail-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right center !important;
}

.detail-wrapper a {
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    width: fit-content;
    text-decoration: none;
}

.link-wrap {
    margin-top: 30px;
}

.basvuru-form {
    background: #F5F5F5;
    padding: 50px;
}

.basvuru-form input,
.basvuru-form select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000000;
    padding: 13px 0;
    margin-bottom: 30px;
    background: transparent;
}

.basvuru-form input:focus {
    outline: 0;
    box-shadow: none;
}

.basvuru-form button {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 800;
    margin-top: 15px;
}

.basvuru-form button svg {
    margin-left: 15px;
}

.basvuru-form input::placeholder {
    color: #a8a8a8;
    font-size: 15px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 0;
}

.btn-close {
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: -58px;
    top: 0;
    border-radius: 0;
    opacity: 1;
}

.bas-form-wrap {
    padding-right: 50px;
}

.whatsapp a {
    width: 430px;
    margin-top: 50px;
    display: block;
}

.slide-desc a.platinum {
    margin-top: 50px;
    padding: 15px 60px;
    border: 2px solid #031715;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    background: #031715;
    font-weight: bold;
    width: 200px;
    text-align: center;
}

.slide-desc a.gold {
    margin-top: 15px;
    padding: 15px 60px;
    border: 2px solid #FBCB08;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    background: #FBCB08;
    font-weight: bold;
    width: 200px;
    text-align: center;
}

.slide-desc a.silver {
    margin-top: 15px;
    padding: 15px 60px;
    border: 2px solid #C2BFBB;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    background: #C2BFBB;
    font-weight: bold;
    width: 200px;
    text-align: center;
}

.detail-animate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.detail-animate.show {
    opacity: 1;
    visibility: visible;
}

.inner-packages .position-relative {
    width: 100%;
    float: left;
}

.detail-close {
    padding: 12px 20px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    display: block !important;
    width: fit-content !important;
    text-decoration: none !important;
    position: absolute !important;
    right: 50px !important;
    top: 50px !important;
}

.service-slide .single-service p {
    min-height: 120px;
}

.mobile-menu-btn {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.mobile-menu {
    position: absolute;
    top: 109px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    padding: 30px;
}

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

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 23px;
    width: 100%;
    display: block;
    padding: 25px 0;
    position: relative;
}

.mobile-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #00000051;
    width: 80%;
}

.mobile-menu ul li:last-of-type a::after {
    content: none;
}

.menu-close {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

.foot-logo {
    margin-bottom: 30px;
}

.foot-logo img {
    width: 210px;
}

.foot-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.silver-paket {
    width: 100%;
    display: block;
    margin: auto;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.packages-i-title {
    color: #fff;
    margin-bottom: 200px;
    text-shadow: 0px 0px 20px #000;
}

.index-slogan {
    font-size: 28px;
}

.packages-slider .slick-next {
    right: 10px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    z-index: 22;
}

.packages-slider .slick-prev {
    left: 10px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    z-index: 22;
}

.mobile-content {
    display: none;
    visibility: hidden;
}

.mini-title {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.btn-groups {
    display: flex;
    flex-direction: column;
}

.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 87px;
    padding: 15px;
    background: #2e2e2e;
    width: 300px;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}

.dropdown ul li a {
    padding: 15px;
}

.language {
    position: absolute;
    right: 20px;
    top: 0;
    padding: 10px 15px;
    border: 1px solid #0064a5;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.language ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language ul li {
    float: left;
    margin-left: 5px;
}

.language ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.language ul li a.active {
    color: #1c95d4;
}

.mobile-language {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 70px;
    display: none;
}

@keyframes langbtnanimate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.lang-btn {
    width: 70px;
    display: block;
    padding: 18px;
    /* background: #011940; */
    background: #ff0000;
    border-radius: 50%;
    float: left;
    animation-name: langbtnanimate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.mobile-language ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 70px;
    margin-bottom: -40px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: relative;
    z-index: -1;
}

.mobile-language ul.show {
    opacity: 1;
    visibility: visible;
}

.mobile-language ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: #0764a3;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #044570;
}

.mobile-language ul li:last-of-type a {
    padding-bottom: 50px;
}

.sozlesme-list {
    list-style: none;
    float: right;
}

.sozlesme-list li {
    float: left;
    margin-left: 13px;
}

.sozlesme-list li a {
    color: #fff;
    text-decoration: none;
}

.lang-flag {
    width: 100px;
    margin: 0 15px;
}

.flag-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#langModal .modal-dialog {
    max-width: 690px;
}

.flag-wrap a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.flag-wrap a img {
    display: block;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 60px;
}
/* RESPONSIVE  */

@media(max-width: 1024px) {
    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        right: inherit;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        line-height: 60px;
        left: 20px;
    }
    #langModal .modal-dialog {
        width: 250px;
        margin: auto;
    }

    .flag-wrap {
        flex-direction: column;
    }

    .lang-flag {
        margin: 15px 0;
    }

    .mobile-language {
        display: block;
    }

    body {
        overflow-x: hidden;
    }

    .t-header-info {
        margin-left: inherit;
    }

    .logo {
        padding: 30px 90px 30px 25px;
        background: #FEFEFE;
    }

    .slide-desc {
        width: 100%;
        padding: 30px;
        height: 350px;
        top: initial;
        bottom: 0;
        background: #1C95D4;
        position: relative;
        float: left;
    }

    .slide-desc-overlay {
        display: none;
    }

    .slide-desc h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slide-desc a {
        margin-top: 30px;
        padding: 15px 40px;
        font-size: 15px;
    }

    .ptb-100 {
        padding: 30px 0;
    }

    .packages {
        padding-top: 30px;
        background-position: -830px;
        /* max-height: fit-content;*/
    }

    .packages-slider {
        margin-top: 0px;
    }

    .packages-slider .slick-prev:before,
    .packages-slider .slick-next::before {
        font-family: "Font Awesome 6 Free" !important;
        font-family: 'slick';
        font-size: 20px;
        line-height: inherit;
        opacity: .75;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .single-package .buttons {
        flex-direction: column;
    }

    .single-package .buttons a:nth-child(2) {
        margin-left: 0;
        margin-top: 15px;
    }

    .single-package {
        height: inherit;
        margin-bottom: 30px;
        margin: 0 40px;
    }

    .single-package::after {
        left: -350px;
    }

    .single-package ul li {
        font-size: 11px;
    }

    .package-generate {
        display: none;
    }

    .icons-area {
        padding: 110px 0 50px 0;
    }

    .services-slider.owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        top: calc(20% - 30px);
        width: 80%;
        left: 10%;
    }

    .icons-area .title {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .social-media {
        display: flex;
        justify-content: center;
    }

    .foot-menu li {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 15px;
    }

    .foot-menu {
        margin-top: 50px;
    }

    .azim-cigil-img {
        width: 100%;
        left: 0;
        position: relative;
    }

    .azim-cigil .cont-wrap {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        margin-top: 0;
        background: #1c95d4;
        color: #fff;
        padding-top: 30px;
        width: 100%;
        float: left;
    }

    .azim-cigil .cont-wrap:nth-of-type(2) {
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        width: 100%;
        float: left;
    }

    .hak-master .master-cont {
        padding: 30px;
        color: #fff;
        text-align: center;
    }

    .master-img {
        position: inherit;
        top: 0;
        right: 0;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .hak-master {
        padding: 0;
    }

    .s-corp-slide img {
        height: 250px;
        object-fit: cover;
        margin-bottom: 0;
    }

    .kosk-cont p {
        width: 100%;
        padding: 0 15px;
    }

    .kosk-cont p:first-of-type {
        padding-right: 15px;
    }

    .kosk-cont p:last-of-type {
        padding-left: 15px;
    }

    .packages-wrap {
        width: 100%;
        margin-bottom: 15px;
    }

    .kiralama-ve-varlik .container {
        padding: 0;
    }

    .kiralama-desc {
        padding: 0 30px 30px 30px;
        background: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: center;
    }

    .kiralama-ve-varlik .row {
        flex-direction: column-reverse;
    }

    .kiralama-title img {
        height: 250px;
        left: 0;
        display: block;
        position: inherit;
        right: 0;
        bottom: inherit;
        object-fit: cover;
        z-index: 0;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .kiralama-title {
        color: #fff;
        position: inherit;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }

    .kiralama-ve-varlik {
        padding: 0;
    }

    .alim-satim h1 {
        margin: 50px 0;
    }

    .inner-services .d-flex,
    .why-section .d-flex {
        display: block !important;
    }

    .ser-img {
        width: 100%;
        margin-top: 30px;
    }

    .ser-cont {
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #1C95D3;
        padding: 30px;
        color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: 0;
        font-size: 18px;
        justify-content: center;
        margin-bottom: 30px;
    }

    .other-services {
        padding-top: 0;
    }

    .o-services-single {
        height: initial;
        margin-bottom: 30px;
    }

    .inner-services-slider.owl-theme .owl-nav {
        display: none;
    }

    .contact-social {
        margin-bottom: 30px;
    }

    .contact-single {
        margin-top: 30px;
    }

    .top-header {
        display: none !important;
        visibility: hidden;
        background: #F5F6FB;
        height: initial;
        display: flex;
        align-items: center;
        padding: 30px 15px 59px 15px;
        /* padding-bottom: 100px;*/
    }

    .main-menu {
        display: none;
    }

    .nav {
        position: relative;
        margin-top: 35px;
    }

    .packages-i-title {
        margin-bottom: 50px;
        background: rgb(15 97 139 / 77%);
        padding: 15px;
        font-size: 21px;
        text-shadow: none;
    }

    .packages-wrap img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }

    .list ul {
        margin: 0 !important;
        width: 100%;
    }

    .detail-animate {
        overflow: scroll;
    }

    .detail-close {
        right: 15px !important;
        top: 15px !important;
    }

    .foot-logo {
        text-align: center;
    }

    .foot-title {
        text-align: center;
    }

    .detail-wrapper {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        background-attachment: fixed !important;
    }

    .whatsapp a {
        width: 100%;
        margin-top: 50px;
        display: block;
        margin-bottom: 50px;
    }

    .btn-close {
        right: 0px;
    }

    .single-slider img {
        height: 250px !important;
        object-fit: cover;
    }

    .slide-desc span {
        font-size: 15px;
    }

    .services,
    .services .container {
        padding: 0 !important;
    }

    .single-service {
        padding: 0 0 30px 0;
        background: #fff;
        text-align: center;
    }

    .service-slide .single-service p {
        padding: 0 30px;
    }

    .alim-satim {
        padding: 0;
        background: #F5F5F5;
    }

    .alim-satim img {
        height: 250px;
        object-fit: cover;
    }

    .alim-desc {
        padding: 0 30px 30px 30px;
        background: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: relative;
        z-index: 2;
        height: 100%;
        text-align: center;
    }

    .alim-satim .container {
        padding: 0;
    }

    .desktop-content {
        display: none !important;
        visibility: hidden !important;
    }

    .mobile-content {
        display: block;
        visibility: visible;
    }

    .single-s-slide .icon {
        float: left;
        margin-right: 15px;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .single-s-slide h1 {
        float: left;
        font-size: 24px;
        padding-right: 15px;
    }

    .single-s-slide h1 br {
        display: none;
    }

    .single-s-slide .icon img {
        height: 55px;
        width: auto;
    }

    .why-section {
        padding: 0;
    }

    .why-section .container,
    .hak-master .container,
    .azim-cigil .container,
    .azim-cigil-kosku .container {
        padding: 0;
    }

    .single-s-slide .col-lg-3 {
        display: flex;
        align-items: center;
    }

    .ser-img img {
        height: 250px;
        object-fit: cover;
    }

    .hak-master .col-lg-9 {
        display: flex;
        flex-direction: column-reverse;
    }

    .azim-cigil {
        padding: 0;
    }

    .azim-cigil .row {
        flex-direction: column-reverse;
    }

    .azim-cigil h1 {
        font-weight: bold;
        color: #ffffff;
    }

    .azim-cigil-kosku {
        padding: 50px 0;
        background: #fff;
    }

    .azim-cigil-kosku h1 {
        padding: 0 30px;
    }

    .azim-cigil-kosku h2 {
        padding: 30px;
        background: #F5F5F5;
        font-size: 20px;
    }

    .kosk-cont {
        padding-top: 30px;
        border-top: 0;
        text-align: center;
    }

    .kosk-cont p {
        padding: 0 30px !important;
        text-align: center !important;
    }

    .azim-cigil-kosku .owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        top: calc(114% - 30px);
        width: 100%;
    }

    .azim-cigil-kosku .owl-nav button.owl-prev {
        position: absolute;
        left: 30px;
    }

    .azim-cigil-kosku .owl-nav button.owl-next {
        position: absolute;
        right: 30px;
    }

    .azim-cigil-kosku .owl-nav button {
        width: 60px;
        height: 60px;
        background: none !important;
        border-radius: 50% !important;
        text-align: center;
        line-height: 60px !important;
        font-size: 30px !important;
        box-shadow: none;
    }

    .slick-dots {
        display: none !important;
    }

    .btn-groups {
        display: block;
    }

    .slide-desc a.platinum,
    .slide-desc a.gold,
    .slide-desc a.silver {
        padding: 15px 0 !important;
        width: 100px !important;
        display: inline-block !important;
        margin-right: 5px;
    }

    .icon-wrap {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .icon-wrap svg {
        height: 33px;
        display: inline-block;
        width: 100%;
        object-fit: cover;
    }

    .language {
        display: none;
    }
}

/* RESPONSIVE  */