@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');


a {
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

main {
    overflow: hidden;
    width: calc(100vw - 5px);
    min-height: 100vh;
}

body {
    position: relative;
    font-family: 'Archivo', sans-serif;
}


:root {
    --anarenk: #114e7d;
    --ikincirenk: #37c2f0;
    --kirmizi: #ea0005;
    --gri: #9D9E9D;
    --siyah: #1f1f1f;
    --krem: #fff;
}

/* width */
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    background: #F6F5F0;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background: var(--anarenk);
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #FEDD06;
}

.container-fluid {
    max-width: calc(100vw - 30px);
}

.swiper {
    position: relative;
    overflow: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 0px 30px;
    height: 60px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.btn-gri {
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
    color: #fff;
}

.btn-gri:hover {
    background: var(--anarenk);
    border: 1px solid var(--anarenk);
    color: #fff;
}

.btn-mavi {
    background: var(--anarenk);
    border: 1px solid var(--anarenk);
    color: #fff;
}

.btn-mavi:hover {
    background: var(--ikincirenk);
    border: 1px solid var(--ikincirenk);
    color: #fff;
}

/*------------------header----------------------*/

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    background-color: #fff;
}

#header.sabit {
    position: relative;
    transition: all 0.3s ease;
    background: var(--anarenk);
}

#header.heading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: linear-gradient(to right, var(--anarenk), var(--ikincirenk));
}

#header .alan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0px;

}

#header.heading .alan {
    padding: 5px 0px;
    background-color: transparent;
}

#header .alan .sol {
    display: flex;
    justify-content: flex-start;
    width: 35%;
}

#header .alan .logo {
    display: flex;
    justify-content: center;
    width: 30%;
}

#header .alan .logo img {
    height: 68px;
    padding-left: 80%;
}

#header .alan .logo .logolight {
    display: none;
}

#header.heading .alan .logo .logolight {
    display: block;
}

#header .alan .logo .logodark {
    display: block;
}

#header.heading .alan .logo .logodark {
    display: none;
}

#header.heading .alan .logo img {
    height: 48px;
}

#header .menu {
    display: flex;
    justify-content: center;
    width: 35%;
    padding: 10px 0px;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}

#header .menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}

#header .menu .link-li {
    position: relative;
}

#header .menu .link-item {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 38px;
    color: var(--anarenk);
}

#header.heading .menu .link-item {
    color: #fff;
}

#header .menu .link-item:hover {
    color: var(--ikincirenk);
}

#header.heading .menu .link-item:hover {
    color: var(--ikincirenk);
}

#header .menu .acilan {
    position: absolute;
    display: none;
    top: calc(100% - 5px);
    left: 0px;
    width: 250px;
    padding: 5px 10px;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.26);
    border-top: 5px solid var(--anarenk);
}

#header .menu .link-li:hover .acilan {
    display: block;
}

#header .menu .acilan ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding: 0px;
}

#header .menu .acilan .link-item {
    line-height: 24px;
    color: #000;
    padding: 0px 10px;
}


#header .alan .sag {
    display: flex;
    justify-content: flex-end;
    width: 30%;
}

#header .dil {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    height: 100%;
}

#header .dil .default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--anarenk);
    border: 1px solid var(--anarenk);
    text-transform: uppercase;
}

#header.heading .dil .default {
    color: #fff;
    border: 1px solid #fff;
}

#header .dil .default img {
    height: 15px;
    margin-right: 5px;
}

#header .dil .default i {
    color: #fff;
    font-size: 20px;
}

#header .dil .acilan {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 60px;
    padding-top: 10px;
    z-index: 100;
    display: none;
    z-index: 10000;
}

#header .dil .acilan .default {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 5px;
    background: var(--anarenk);
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
}

#header .dil:hover .acilan {
    display: block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    height: 65px;
    padding: 0px 5px;
    background: #fff;
}

#mobilheader.sabit {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background: var(--krem);
}

#mobilheader.heading {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: var(--krem);
}

#mobilheader .alansol {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#mobilheader .alanorta {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#mobilheader .alansag {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}

#mobilheader .btn i {
    font-size: 40px;
	color: var(--anarenk);
}

#mobilheader .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

#mobilheader .logo img {
    height: 45px;
}

#mobilheader .dil {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    padding: 0px 5px;
    height: 100%;
}

#mobilheader .dil .default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--anarenk);
    border: 1px solid var(--anarenk);
    text-transform: uppercase;
}

#mobilheader .dil .default img {
    height: 15px;
    margin-right: 5px;
}

#mobilheader .dil .default i {
    color: #fff;
    font-size: 20px;
}

#mobilheader .dil .acilan {
    position: absolute;
    top: 100%;
    right: calc(50% - 20px);
    width: 40px;
    padding-top: 10px;
    z-index: 100;
    display: none;
    z-index: 10000;
}

#mobilheader .dil .acilan .default {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #000;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
}

#mobilheader .dil:hover .acilan {
    display: block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1000;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.3s ease;
}

#mobilmenu .ust {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 10px;
}

#mobilmenu .ust .logo {
    max-height: 100%;
    max-width: 70%;
    margin-right: auto;
}

#mobilmenu .ust .kapat {
    font-size: 40px;
    color: var(--anarenk);
}

#mobilmenu .menu {
    border-top: 1px solid hsla(0, 0%, 60%, .2);
    padding: 20px 0px;
}

#mobilmenu .menu ul {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}

#mobilmenu .menu .link-li {
    position: relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 5px 40px 5px 5px;
}

#mobilmenu .menu .link-li:last-child {
    border-bottom: 0px solid rgba(51, 51, 51, 0.1);
}

#mobilmenu .menu .link-li.hover:before {
    position: absolute;
    content: "\f105";
    top: 5px;
    right: 0px;
    width: 30px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

#mobilmenu .menu .link-item {
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    color: var(--anarenk);
    letter-spacing: 1.8px;
}

#mobilmenu .menu .acilan {
    display: none;
    width: 100%;
}

#mobilmenu .menu .link-li:hover .acilan {
    display: block;
}

#mobilmenu .menu .acilan ul {
    width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}

#mobilmenu .menu .acilan ul .link-item {
    font-size: 14px;
    line-height: 32px;
    color: rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
    position: relative;
}

#mobilmenu .arama .form-control {
    border: 1px solid var(--anarenk);
}

#mobilmenu .arama .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #000;
    border-radius: 9px;
    padding: 0px;
    justify-content: center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0, 0%, 60%, .2);
    padding: 20px 15px;
}

#mobilmenu .butonlar a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    color: var(--anarenk);
    letter-spacing: 1.2px;
}

#mobilmenu .sosyal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid hsla(0, 0%, 60%, .2);
    padding: 20px 15px;
}

#mobilmenu .sosyal a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: var(--anarenk);
    margin-right: 5px;
}

#mobilmenu .sosyal a:hover {
    color: var(--krem);
}

/*------------------slider----------------------*/

#slider {
    position: relative;
}

#slider .item {
    position: relative;
}

#slider .item .anaresim {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}

#slider .item .bilgi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
}

#slider .item .bilgi .yazi1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 22px;
}

#slider .item .bilgi .yazi2 {
    font-weight: 800;
    font-size: 60px;
    line-height: 74px;
    color: #FFFFFF;
}

#slider .slider-button-prev,
#slider .slider-button-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    z-index: 10;
}

#slider .slider-button-prev:hover,
#slider .slider-button-next:hover {
    color: #fff;
    border: 1px solid #fff;
    background: var(--anarenk);
}

#slider .slider-button-next {
    right: 100px;
    bottom: 160px;
}

#slider .slider-button-prev {
    right: 100px;
    bottom: 80px;
}

/*------------------urunler----------------------*/

#urunler {
    position: relative;
    padding: 40px 0px;
}

#urunler .baslik {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: var(--anarenk);
    text-align: center;
    margin-bottom: 4px;
}

#urunler .altbaslik {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--anarenk);
    text-align: center;
    margin-bottom: 40px;
}

#urunler .item {
    position: relative;
    display: block;
    margin-top: 60px;
    transition: all 0.3s ease;
}

#urunler .item:hover {
    margin-top: 0px;
}

#urunler .item .resim {
    width: 100%;
    aspect-ratio: 400/550;
    max-height: 550px;
    object-fit: cover;
}

#urunler .item .bilgi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.96%, rgba(0, 0, 0, 0.89) 100%);
}

#urunler .item:hover .bilgi .yazi1 {
    text-align: center;
}

#urunler .item .bilgi .yazi1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 14px;
}

#urunler .item:hover .bilgi .yazi2 {
    display: none;
}

#urunler .item .bilgi .yazi2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

#urunler .item .ok {
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#urunler .item:hover .ok {
    position: absolute;
    display: flex;
    bottom: -60px;
    width: 90px;
    height: 90px;
    background: linear-gradient(to right, #37c2f0, #114e7d);
    font-size: 29px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    left: 10vw;
    border-radius: 55px;
}

#urunler.ic-sayfa .item:hover .ok {
    left: calc(100% - 60%);
}

#urunler.belgeler .item:hover {
    margin-bottom: 25px;
}

#urunler.belgeler .item:hover .ok {
    left: calc(100% - 60%);
}

/*------------------kurumsal----------------------*/

#kurumsal {
    position: relative;
    padding: 40px 0px;
}

#kurumsal .yazi1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: var(--anarenk);
    text-align: center;
    margin-bottom: 14px;
}

#kurumsal .yazi2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--anarenk);
    margin-bottom: 40px;
}

#kurumsal .buton {
    text-align: center;
}

/*------------------rakamlar----------------------*/

#rakamlar {
    position: relative;
    padding: 100px 0px;
    background-size: cover !important;
}

#rakamlar .baslik {
    position: relative;
    padding: 0px 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 75px;
    color: #FFFFFF;
    margin-bottom: 40px;
    border-left: 9px solid var(--ikincirenk);
}

#rakamlar .rakam {
    padding: 10px;
    text-align: center;
}

#rakamlar .rakam .sayi {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 4px;
}

#rakamlar .rakam .altyazi {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#rakamlar .rakam .icon {
    width: 100%;
    height: 65px;
    object-fit: contain;
    object-position: center top;
}

/*------------------haberler----------------------*/

#haberler {
    position: relative;
    padding: 40px 0px;
}

#haberler .baslik {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: var(--anarenk);
    text-align: center;
    margin-bottom: 40px;
}

#haberler .item {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#haberler.page .item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#haberler .item .resim {
    width: 100%;
    aspect-ratio: 645/385;
    max-height: 385px;
    object-fit: cover;
    margin-bottom: 20px;
}

#haberler .item .yazi1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--ikincirenk);
    margin-bottom: 10px;
}

#haberler .item .yazi2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--anarenk);
    margin-bottom: 20px;
}

#haberler .item .yazi3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: var(--anarenk);
}

#haberler .item .yazi3 i {
    font-size: 18px;
    color: var(--ikincirenk);
    transition: all 0.3s ease;
}

#haberler .item:hover .yazi3 i {
    margin-left: 15px !important;
}

/*------------------footer----------------------*/

#footer {
    position: relative;
    padding: 60px 0px;
    z-index: 10;
    border-top: 1px solid #F6F6F6;
}

#footer .logo {
    display: block;
    margin-bottom: 33px;
}

#footer .logo img {
    max-width: 100%;
    max-height: 63px;
}

#footer .sosyal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 10px;
}

#footer .sosyal a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 32px;
    font-size: 22px;
    color: rgba(46, 49, 146, 1);

}

#footer .sosyal a:hover {
    background: rgba(46, 49, 146, 1);
    color: #fff;
}

#footer .menubas {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--anarenk);
    margin-bottom: 15px;
}

#footer .menulink {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--anarenk);
    margin-bottom: 10px;
}

#footer .menulink:hover {
    padding-left: 10px;
}

#footer .orta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
    grid-column-gap: 20px;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--anarenk);
}

#footer .bilgi {
    display: flex;
    align-items: flex-start;
}

#footer .bilgi .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: var(--ikincirenk);
}

#footer .bilgi .yazi {
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: var(--anarenk);
}

#footer .alt {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
}

#footer .alt .copy {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--anarenk);
    margin-right: auto;
}

/*------------------kurumsal1----------------------*/

#kurumsal1 {
    position: relative;
    padding: 200px 0px 40px 0px;
    background-size: cover !important;
}

#kurumsal1 .yazi1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 70px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 100px;
}

#kurumsal1 .yazi2,
#kurumsal1 .yazi2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

/*------------------kurumsal2----------------------*/

#kurumsal2 {
    position: relative;
    padding: 30px 0px 30px 0px;
}

#kurumsal2 .alan {
    position: relative;
    padding: 30px 0px;
    background: #B6B6B6;
}

#kurumsal2 .yazi1,
#kurumsal2 .yazi1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

/*------------------urundetay----------------------*/

#urundetay {
    position: relative;
    padding: 30px 0px 30px 0px;
}

#urundetay .adi {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--anarenk);
    margin-bottom: 3px;
}

#urundetay .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--anarenk);
    margin-bottom: 80px;
}

#urundetay .ozellikler {
    margin-bottom: 80px;
}

#urundetay .ozellikler .ozellik {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 1px solid var(--anarenk);
    border-radius: 75px;
    height: 150px;
}

#urundetay .ozellikler .ozellik .sol {
    width: 30%;
    text-align: right;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: var(--anarenk);
}

#urundetay .ozellikler .ozellik .sag {
    width: 70%;
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--anarenk);
}

#urundetay .resim {
    width: 100%;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
    position: relative;
    padding: 40px 0px;
}

#iletisimpage .baslik {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--anarenk);
    margin-bottom: 30px;
}

#iletisimpage .bilgi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#iletisimpage .bilgi .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--anarenk);
    border: 1px solid var(--anarenk);
    border-radius: 25px;
}

#iletisimpage .bilgi .yazi {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: var(--anarenk);
}

#iletisimpage iframe {
    width: 100%;
    height: 500px;
}

#iletisimpage .form-control {
    height: 60px;
    border-radius: 5px;
}

#iletisimpage textarea.form-control {
    height: 120px;
    border-radius: 5px;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 400px;
    max-width: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    z-index: 100000;
}