@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('root.css');
@import url('../plugins/bootstrap513/css/bootstrap-reboot.min.css');
@import url('../plugins/bootstrap513/css/bootstrap-grid.min.css');
@import url('reset.css');
@import url('../plugins/fontawesome/css/all.min.css');
@import url('../plugins/remixicon/remixicon.css');
@import url('../plugins/animate/animate.min.css');
@import url('../plugins/aos/dist/aos.css');
@import url('../plugins/slickjs/slick.css');
@import url('../plugins/owlcarousel/dist/assets/owl.carousel.css');
@import url('../plugins/owlcarousel/dist/assets/owl.theme.default.css');

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-right: 5px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.myshape {
    fill: #dff1f6;
    transform-origin: center;
    transform: rotateY(0deg);
}
header.header {
    padding: 15px 0;
    background: #f4fbfd;
    position: relative;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-inner .logo a img {
    height: 50px;
}
.header-telefon a {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    background: #233f7f;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
}
.header-telefon a i {
    font-size: 18px;
}

.slider-section {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.slider-section {
    display: grid;
    grid-template-columns: 70% 30%;
}





.home-slider {
    position: relative;
    height: 680px;
}
@media only screen and (max-width: 480px) {
    .home-slider {
        height: 60vh;
    }
}
.home-slider .slider-progress {
    position: absolute;
    bottom: 3%;
    left: 7px;
    z-index: 2;
    width: 100%;
}
.home-slider .slider-progress .prog {
    width: 130px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}
.home-slider .slider-progress .prog .progress {
    height: 2px;
    width: 0;
    background: #fff;
    transform: translateY(1px);
}
.home-slider .bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    z-index: 2;
}
@media (max-height: 768px) {
    .home-slider .bottom {
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .home-slider .bottom {
        display: none;
    }
}
.home-slider .bottom nav {
    display: flex;
    font-size: 17px;
    margin-left: -25px;
}
@media (min-width: 2000px) {
    .home-slider .bottom nav {
        font-size: 20px;
    }
}
@media (max-width: 1450px) {
    .home-slider .bottom nav {
        font-size: 15px;
    }
}
.home-slider .bottom nav a {
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    transition: 0.4s;
    border-radius: 20px;
    height: 76px;
    padding: 0 25px;
}
.home-slider .bottom nav a:before {
    content: "";
    display: inline-block;
    transition: 0.4s;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    margin-right: 10px;
}
.home-slider .bottom nav a:hover {
    color: black;
    background: #fff;
}
.home-slider .bottom nav a:hover:before {
    filter:initial
}
.home-slider .bottom nav a:nth-child(1):before {
    background: url("../images/beach_access.svg") no-repeat left center;
    min-width: 65px;
    height: 60px;
}

.home-slider .bottom nav a:last-child:before {
    background: url("../images/icon3.svg") no-repeat left center;
    min-width: 38px;
    height: 36px;
}
.home-slider .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    z-index: 2;
}
@media only screen and (max-width: 992px) {
    .home-slider .tel {
        display: none;
    }
}
.home-slider .tel a {
    letter-spacing: 0.05em;
    text-decoration: none;
    text-shadow: 0 0 10px #575757;
    display: block;
    color: #fff;
    font: 23px "Poppins";
    transform: rotate(-90deg);
}
@media (max-width: 1366px) {
    .home-slider .tel a {
        font-size: 20px;
    }
}
.home-slider .tel a:before {
    content: "";
    display: inline-block;
    transform: rotate(90deg) translateY(13px);
    width: 20px;
    height: 20px;
    background: url("../images/tel.svg") no-repeat left center;
}
.home-slider .teklif-al {
    position: fixed;
    bottom: 20px;
    right: 35px;
    z-index: 3;
    text-align: center;
    transition: 0.6s;
}
.home-slider .teklif-al.show {
    bottom: 120px;
}
.home-slider .teklif-al.show a:before {
    content: "\f106";
    background: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 40px;
    margin: -8px auto 4px;
}
.home-slider .teklif-al.show a:hover:before {
    color: #1f3765;
}
@media (max-width: 1450px) {
    .home-slider .teklif-al {
        right: 25px;
    }
}
.home-slider .teklif-al a {
    display: block;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
    background: #1f3765;
    padding: 21px 0;
}
@media (max-width: 1366px) {
    .home-slider .teklif-al a {
        width: 80px;
        height: 80px;
        font: 15px "Poppins";
        padding: 17px 0;
    }
}
.home-slider .teklif-al a:before {
    content: "";
    display: block;
    margin: 0 auto 3px;
    background: url("../images/icon1.svg") no-repeat 0 0;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    transition: 0.4s;
    width: 31px;
    height: 31px;
}
@media (max-width: 1366px) {
    .home-slider .teklif-al a:before {
        width: 25px;
        height: 25px;
        background-size: 100%;
    }
}
.home-slider .teklif-al a:hover {
    background: #5CB347;
}
.home-slider .slide-count-wrap {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .home-slider .slide-count-wrap {
        bottom: 20px;
    }
}
.home-slider .slide-count-wrap .carousel-next,
.home-slider .slide-count-wrap .carousel-prev {
    display: inline-block;
    transition: 0.4s;
    width: 66px;
    height: 66px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    vertical-align: middle;
    cursor: pointer;
    background: url("../images/arrow.svg") no-repeat center center;
}
@media (max-width: 1450px) {
    .home-slider .slide-count-wrap .carousel-next,
    .home-slider .slide-count-wrap .carousel-prev {
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 1366px) {
    .home-slider .slide-count-wrap .carousel-next,
    .home-slider .slide-count-wrap .carousel-prev {
        width: 47px;
        height: 47px;
        background-size: 7px;
    }
}
@media only screen and (max-width: 480px) {
    .home-slider .slide-count-wrap .carousel-next,
    .home-slider .slide-count-wrap .carousel-prev {
        width: 37px;
        height: 37px;
    }
}
.home-slider .slide-count-wrap .carousel-next.carousel-next,
.home-slider .slide-count-wrap .carousel-prev.carousel-next {
    transform: rotate(-180deg);
}
@media (min-width: 992px) {
    .home-slider .slide-count-wrap .carousel-next:hover,
    .home-slider .slide-count-wrap .carousel-prev:hover {
        background-color: #fff;
        background-image: url("../images/arrow-color.svg");
    }
}
.home-slider .slide-count-wrap .carousel-next {
    transform: rotate(180deg);
    margin-right: 30px;
}
.home-slider .slick-slider img {
    padding: 0px;
}
.home-slider .slide-count-wrap .current,
.home-slider .slide-count-wrap .total {
    color: #fff;
    opacity: 0.50;
    display: inline-block;
}
@media (max-width: 1366px) {
    .home-slider .slide-count-wrap .current,
    .home-slider .slide-count-wrap .total {
        font-size: 12px;
    }
}
.home-slider .slide-count-wrap .current:after {
    content: "/";
    margin: 0 5px 0 10px;
}
.home-slider .slick-slider .item {
    position: relative;
    height: 85vh;
}
@media only screen and (max-width: 480px) {
    .home-slider .slick-slider .item {
        height: 30vh;
    }
}
.home-slider .slick-slider .item .cap {
    position: absolute;
    display: flex;
    align-items: center;
    height: 85vh;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .home-slider .slick-slider .item .cap {
        height: auto;
        bottom: 80px;
    }
}
.home-slider .slick-slider .item .cap .line1 {
    /* font: 3.8020833333vw / 3.8020833333vw "Poppins"; */
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
}
@media only screen and (max-width: 992px) {
    .home-slider .slick-slider .item .cap .line1 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .home-slider .slick-slider .item .cap .line1 {
        font-size: 22px;
        line-height: 25px;
        padding-top: 50px;
    }
}
.home-slider .slick-slider .item .cap .line1 span {
    font-family: "Poppins";
}
.home-slider .slick-slider .item .cap .line2 {
    font: 15px "Poppins";
    max-width: 600px;
    margin-top: 30px;
}
@media (min-width: 2000px) {
    .home-slider .slick-slider .item .cap .line2 {
        font-size: 25px;
        max-width: 700px;
    }
}
@media (max-width: 1450px) {
    .home-slider .slick-slider .item .cap .line2 {
        font-size: 17px;
        max-width: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .home-slider .slick-slider .item .cap .line2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .home-slider .slick-slider .item .cap .line2 {
        margin-top: 15px;
    }
}
.home-slider .slick-slider .item img {
    object-fit: cover;
    width: 100%;
    height: 680px;
    transition: transform 0s linear, opacity 1.2s linear;
    opacity: 0;
}
.home-slider .slick-slider .item img.active {
    transform: scale(1.1);
    transition: transform 10s linear, opacity 1.2s linear;
}
.home-slider .slick-slider .item img.active[aria-hidden="false"] {
    opacity: 1;
}
.landingform {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 45px;
}
.myinput select {
    color: #757575; /* Select iÃ§indeki yazÄ±larÄ±n rengi */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ddd;
}

.myinput select option {
    color: #333; /* Select seÃ§eneklerinin varsayÄ±lan rengi */
}

.myinput select option[value=""]:disabled {
    color: #ddd; /* Placeholder yazÄ±sÄ±nÄ±n rengi */
}

form#landing-form input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px;
    margin: 0 0 5px 0;
    border-radius: 5px;
}
.lformtext {
    margin-bottom: 25px;
}
.lformtext a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    justify-content: center;
    font-weight: 600;
}
.lformtext h6 {
    font-size: 28px;
    text-align: center;
}
form#landing-form input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    margin: 0 0 15px 0;
    border-radius: 5px;
}
.myinput label {
    display: flex;
    align-items: center;
    gap: 5px; /* Metin ile checkbox arasÄ±nda boÅŸluk */
}

.myinput input[type="checkbox"] {
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important; /* Checkbox'un yÃ¼ksekliÄŸini de ayarlayalÄ±m */
    cursor: pointer; /* Fare iÅŸaretÃ§isini deÄŸiÅŸtir */
    accent-color: #0073aa; /* Checkbox'un varsayÄ±lan rengini deÄŸiÅŸtir */
    border: 2px solid #0073aa; /* Checkbox etrafÄ±na Ã§erÃ§eve ekle */
    border-radius: 3px; /* KÃ¶ÅŸeleri yuvarlat */
}
.myinput {
    margin-top: 5px;
}
.myinput a {
    display: inline-block;
}
.lbutton button {
    background: #233f7f;
    border-radius: 5px;
    padding: 7px 25px;
    font-size: 18px;
    color: #fff;
}
.lformtext h1 {
    text-align: center;
    font-size: 21px;
}
.lbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
div#inp {
    margin-top: 15px;
}
.ayricalÄ±kbaslik {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
}
.ayricalÄ±kbaslik h2 {
    font-size: 28px;
    text-align: center;
}
.ayricaliklar {
    padding: 35px 0;
}
.aitems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-top: 35px;
}
.ayricalik-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 10px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f1f2f5;
    -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    padding: 30px;
    transition: 250ms all;
}
.ayricalik-item:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 9%);
}
.ayricalik-item h3 {
    font-size: 15px;
    font-weight: 500;
    /* text-align: center; */
}
.digerdilprogramlari .owl-prev, .digerdilprogramlari .owl-next {
    background: #233f7f !important;
    color: #fff !important;
    width: 25px;
    height: 25px;
}
.digerdilprogramlari {
    padding: 65px 0;
    /* border-top: 1px solid #ddd; */
    background: #f8f9fa;
}
.dpitem {
    background: #fff;
    border: 1px solid #f1f2f5;
    -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    transition: 250ms all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    row-gap: 20px;
}
.dpitem img {
    width: 100% !important;
    height: 130px;
    object-fit: cover;
}
.dpitem h4 {
    display: block;
    font-size: 14px;
    color: #233f7f;
    font-weight: 500;
    text-align: center;
}
.dilprogramtitles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.dilprogramtitles h2 {
    color: #233f7f;
    font-size: 28px;
    text-align: center;
}
.tercihtitle h5 {
    font-size: 21px;
    font-weight: 600;
    color: #233f7f;
}
.tercihtitle {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.tercihsection {
    padding: 60px 0;
    border-top: 1px solid #ddd;
}
.featured-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-top: 35px;
}
.fbox {
    display: flex;
    background: #fff;
    padding: 25px;
    gap: 15px;
    border: 1px solid #f1f2f5;
    -webkit-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    -moz-box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    box-shadow: 0 1px 1px rgba(44, 50, 66, 0.06), 0 8px 8px rgba(44, 50, 66, 0.01);
    transition: 250ms all;
}
.fbox:hover {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 9%);
}
.fboxicon i {
    font-size: 22px;
    color: #233f7f ;
}
.fboxdesc {
    width: 100%;
}
.fboxdesc h5 {
    font-size: 17px;
    line-height: 25px;
    color: var(--color-dark-1);
    margin-bottom: 10px;
    font-weight: 600;
}
.fboxdesc p {
    font-weight: 400;
    color: #555555 !important;
    font-size: 14px;
    line-height: 21px;
}
.nedenbiz {
    padding: 35px 0;
}



.footertopforminner {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    width: 100%;
}
.footertopleft, .footertopright {
    padding: 10px;
    box-sizing: border-box;
    align-items: baseline;
    display: flex;
    align-items: center;
}
.landingfooterinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.landingfooter {
    background: #1a83c6;
    padding: 15px 0;
}
.fbtmsocial ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fbtmsocial ul li a {
    font-size: 24px;
    color: rgb(255,255,255,0.8);
}
.lleft {
    display: flex;
    align-items: center;
    column-gap: 40px;
    color: rgb(255,255,255,0.8);
}
.copyright {
    color: rgb(255, 255, 255, 0.8);
}
.fffmenu ul li a {
    color: rgb(255, 255, 255, 0.8);
    transition:250ms all;
}
.fffmenu ul li a:hover {
    color: rgb(255, 255, 255, 1);
}
.fw {
    width: 100%;
    display: inline-block;
}
.sss {
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, 0.09);
}
.sssTop {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 2px solid #e3e6ed;
    margin-bottom: 30px;
}
.sssTop:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e3e6ed;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block;
}
.sssTop ul {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 6px;
}
.sssTop ul li {
    width: 100%;
    display: inline-block;
    float: left;
}
.sssTop ul li.icon {
    font-size: 40px;
    color: #1dcc5b;
    position: absolute;
    left: 0;
    top: 0;
}
.sssTop ul li.title {
    color: #212529;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 3px;
}
.sssTop ul li.title strong {
    font-weight: 700;
    color: #233f7f;
}
.sssTop ul li.desc {
    font-size: 14px;
    line-height: 20px;
}
.sssBot .sssTab:last-child {
    margin-bottom: 0;
}
.sssTab {
    background: #e2eef9;
    border-radius: 3px;
    margin-bottom: 10px;
}
.sssTabTop {
    position: relative;
    cursor: pointer;
}
.sssTabTop .title {
    float: left;
    color: #6689ab;
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
    float: left;
    position: relative;
    padding-right: 50px;
}
.sssTabTop .icon {
    position: absolute;
    right: 30px;
    width: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    color: #6689ab;
}
.sssTabTop {
    padding: 15px 30px;
    display: flex;
    align-items: center;
}
.sssTabBot, .sssTabBot2 {
    color: var(--base-bodyfont-color-two);
    font-size: 14px;
    line-height: 23px;
    padding: 20px 30px;
    border-top: 2px solid #e6e8ee;
    display: none;
    float: left;
    width: 100%;
}

.sssTabTop .icon.iconMinus {
    display: none;
}
.sssTab.active .sssTabTop .title {
    color: #212529;
}
.sssTab.active .icon {
    display: none;
}
.sssTab.active .icon.iconMinus {
    display: inline-block;
}
/* Modal Stil */
.modal {
    display: none; /* Modal baÅŸlangÄ±Ã§ta gizli */
    position: fixed; /* Sabit konum */
    z-index: 1000; /* Ãœst katmanda gÃ¶ster */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* TaÅŸma durumunda kaydÄ±rma Ã§ubuÄŸu */
    background-color: rgba(0, 0, 0, 0.5); /* YarÄ± saydam arka plan */
}

.modal-content {
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    height: 100vh;
    overflow-y: scroll;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-body h2 {
    font-size: 18px;
}
.modal-body ul li {
    display: block;
    width: 100%;
    list-style-type: circle !important;
    font-size: 14px;
    margin: 15px 0;
}
.modal-body strong {
    display: inline-block;
    font-weight: 600;
    padding: 0 5px;
}
.modal-body a {
    font-weight: 700;
}
/* Maksimum geniÅŸliÄŸi 480px olan cihazlar iÃ§in */
@media only screen and (max-width: 480px) {
    .modal-content {
        background-color: #fefefe;
        margin: 0% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 95%;
        height: 100vh;
        overflow-y: scroll;
    }
    .slider-section {
        display: flex;
        grid-template-columns: unset;
        flex-direction: column;
    }
    .home-slider {
        height: 30vh;
    }
    .home-slider .slick-slider .item img {
        object-fit: contain;
        width: 100%;
        height: 30vh;
        transition: transform 0s linear, opacity 1.2s linear;
        opacity: 0;
    }
    .aitems {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-top: 35px;
    }
    .featured-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
        margin-top: 35px;
    }
    .footertopforminner {
        display: flex;
        grid-template-columns: unset;
        gap: 10px;
        width: 100%;
        flex-direction: column;
    }
    .lleft {
        display: flex;
        align-items: flex-start;
        column-gap: 40px;
        color: rgb(255, 255, 255, 0.8);
        flex-direction: column;
    }
    .landingform {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 5px 15px;
        margin-top: 25px;
    }
    div#inp {
        margin-top: 15px;
        font-size: 12px;
    }
    .inp {
        margin-top: 15px !important;
        font-size: 12px !important;
    }
    .footertopleft iframe {
        height: 30vh !important;
    }
    .ayricalÄ±kbaslik h2 {
        font-size: 18px;
        text-align: center;
    }
    .ayricalÄ±kbaslik p {
        text-align: center;
    }
    form#landing-form input {
        border: 1px solid #ddd;
        width: 100%;
        padding: 15px;
        margin: 0 0 15px 0;
        border-radius: 5px;
        vertical-align: middle;
    }
    .myinput label {
        display: block;
        align-items: center;
        gap: 5px;
        font-size: 14px;
    }
    .landingfooterinner {
        display: flex;
        align-items: start;
        justify-content: flex-start;
        flex-direction: column;
    }
}
/* Maksimum geniÅŸliÄŸi 768px olan cihazlar iÃ§in */
@media only screen and (max-width: 768px) {

}

/* Maksimum geniÅŸliÄŸi 1024px olan cihazlar iÃ§in */
@media only screen and (max-width: 1024px) {

}
