body {
    font-family: 'Gilroy';
    color: #212351;
}

body, html {
    overflow-x: hidden;
}

main {
    position: relative;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    padding: 30px 0;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    float: right;
}

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

.main-menu a {
    font-family: 'Gilroy';
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    color: #212351;
    font-size: 17px;
}

.lang {
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #212351;
    float: right;
    position: relative;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.lang-shadow
{
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
}

.lang img {
    width: 30px;
    height: 20px;
    object-fit: cover;
    margin-right: 5px;
}

.lang svg {
    margin-left: 5px;
    font-size: 20px;
    line-height: normal;
}
.other-langs
{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
    display: none;
}
.other-langs a
{
    width: 100%;
    float: left;
    padding: 3px 0;
}
.other-langs a img
{
    width: 30px;
    height: 20px;
    object-fit: cover;
}
.other-langs a span
{
    font-size: 15px;
    font-weight: bold;
    color: #282e72;
    margin-left: 5px;
}
nav {
    margin-right: 20px;
    float: right;
}

.user {
    color: #212351;
    font-size: 30px;
    margin-left: 15px;
}

.main-slider {
    /* background: url('../img/slide-bg.png') no-repeat; */
    background-color: #fff;
}

.s-slide {
    position: relative;
    padding: 30px 0 50px 0;
}

.slide-bg-img {
    mix-blend-mode: luminosity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

.s-slide a {
    position: relative;
    z-index: 1;
    display: block;
}

.p-code {
    background: #b42940;
    font-size: 25px;
    color: #fff;
    padding: 5px 10px;
    /* display: block; */
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
}

.slide-title,
.slide-second-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    color: #212352;
}

.slide-second-title {
    color: #b42940;
    margin-bottom: 15px;
}

.s-slide p {
    font-size: 17px;
}

.product-slider {
    position: relative;
}

.p-slider {
    position: relative;
    padding: 0 60px;
}

.p-slider::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    background: #b42940;
    z-index: -1;
}

.s-p-slider {
    padding: 0 30px 30px 30px;
    text-align: center;
}

.p-slide-title {
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.slide-btns {
    position: absolute;
    bottom: 25%;
    left: 7%;
    right: 7%;
}

.slide-btns a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.slide-btns a:last-of-type {
    float: right;
}

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

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}
.pl-50
{
    padding-left: 50px !important;
}
.pr-50
{
    padding-right: 50px !important;
}

.disc-title {
    color: #b42940;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3rem;
}

.disc-desc {
    font-size: 1.1rem;
}

.pl-30 {
    padding-left: 30px;
}

.video-wrap {
    background: url('../img/video-bg.png') no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px;
    background-position: center center;
    background-size: cover;
    text-align: center;
    flex-direction: column;
}

.video-wrap h2 {
    color: #1a4161;
    font-weight: bold;
    font-size: 60px;
    line-height: 35px;
}

.video-wrap h2 span {
    color: #b42940;
    font-weight: bold;
    font-size: 35px;
}

.video-icon {
    font-size: 30px;
    width: 90px;
    height: 90px;
    background: #1a4161;
    line-height: 94px;
    text-align: center;
    border-radius: 50%;
    margin-top: 30px;
    color: #fff;
}

.system-carrying {
    background: #cbcbcb;
    padding: 50px 0;
    text-align: center;
    margin-top: 150px;
}

.system-carrying h3,
.system-carrying p {
    margin-bottom: 0;
}

.system-carrying h3 {
    font-weight: bold;
    font-size: 30px;
}

.quality-banner {
    background: #b42940;
    padding: 50px 0;
}

.quality-banner img {
    height: 60px;
    float: left;
    margin: 0 30px;
}
.quality-banner img:nth-of-type(2) {
    height: 90px; 
}
.q-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-activities {
    background: #212352;
}

.s-blog {
    background: #ffffff;
    padding: 30px;
    display: block;
    height: 100%;
}

.s-blog-title {
    color: #b42940;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.s-blog p {
    font-size: 14px;
}

.s-blog-icon {
    font-size: 20px;
}

.blog-title {
    color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}

.blog-btn {
    padding: 10px 20px;
    background: #b42940;
    color: #fff;
    display: flex;
    width: fit-content;
    align-items: center;
    margin: 50px auto;
}

.blog-btn svg {
    margin-left: 10px;
}

.left-text,
.right-text {
    color: #212351;
    font-weight: bold;
    font-size: 150px;
    position: absolute;
    top: 30%;
    transform: rotate(90deg);
    opacity: .1;
    pointer-events: none;
}

.left-text {
    left: -30%;
}

.right-text {
    right: -22%;
}

.foot-logo {
    width: 100%;
    border-bottom: 3px solid #1a4161;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.foot-logo img {
    height: 40px;
}

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

footer {
    position: relative;
}

footer a {
    font-size: 15px;
}

.footer-contact a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.footer-contact li:last-of-type a {
    align-items: flex-start;
}

.f-cont-icon {
    color: #b42940;
    margin-right: 10px;
}

.foot-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

.foot-links {
    margin-bottom: 15px;
}

.foot-links li a {
    padding: 3px 0;
    display: block;
}

.social-media {
    margin-top: 30px;
}

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

.social-media li a {
    font-size: 28px;
    color: #b42940;
}

.footer-amblem {
    position: absolute;
    width: 44%;
    right: -22%;
    top: -27%;
}

.mega-menu {
    padding-top: 30px;
    display: none;
}

.s-menu {
    padding: 30px;
    display: block;
    position: relative;
    margin: 15px 0;
    transition: all .5s ease;
}

.s-menu .p-menu-img img {
    transition: all .5s ease;
    transform: scale(1) translate(0, 0px);
}

.s-menu:hover .p-menu-img img {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .2));
    transition: all .5s ease;
    transform: scale(1.05) translate(0, -20px);
}

.s-menu::before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    transition: all .5s ease;
}

/* .s-menu:hover
{
    transform: scale(1.05);
    transition: all .5s ease;
} */
.s-menu:hover::before {
    background: #b42940;
    height: 50%;
    transition: all .5s ease;
}

.p-menu-title {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}

.s-menu:hover .p-menu-title {
    color: #fff;
}

.p-menu-img {
    position: relative;
    z-index: 1;
}

.inner-top-banner .container {
    z-index: 1;
    position: relative;
}

.inner-top-banner .slide-title,
.inner-top-banner .slide-second-title {
    font-size: 50px;
}

.inner-top-banner p {
    padding: 0 50px;
    font-size: 18px;
}

.s-category {
    width: 33.33%;
    float: left;
    position: relative;
}

.s-c-img {
    background: #b42940;
    width: 100%;
    float: left;
    padding: 0 80px 30px 50px;
    position: relative;
}

.s-c-img img {
    width: 50%;
    margin-top: -30%;
    float: right;
    position: relative;
    z-index: 1;
}

.s-c-big-name {
    position: absolute;
    top: -60%;
    font-size: 5rem;
    font-weight: bold;
    color: #b42940;
    left: 15%;
}

.s-c-name {
    background: #DADAD9;
    float: left;
    width: 100%;
    padding: 15px;
    font-weight: bold;
    text-align: right;

}

.s-c-name span {
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    padding-right: 80px;
    line-height: normal;
    position: relative;
    z-index: 1;
}

.s-c-desc {
    float: left;
    width: 100%;
    padding: 30px;
}

.s-c-desc p {
    text-align: justify;
}

.cat-amblem {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0);
    opacity: .1;
    z-index: 0;
}

.top-detail {
    position: relative;
    padding: 200px 50px 50px 50px;
}

.top-detail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b42940;
    mix-blend-mode: multiply;
}

.d-product-title {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
}

.d-product-sub-title {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.d-product-img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    margin-bottom: -160px;
}

.d-amblem {
    position: absolute;
    width: 37%;
    right: 0;
    /* bottom: 0; */
    object-fit: contain;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    opacity: .2;
    pointer-events: none;
}

.detail-desc {
    padding: 100px 50px 50px 50px;
}

.d-icon-list {
    margin-right: 15px;
    float: left;
}

.d-icon-list img {
    height: 60px;
}

.d-secret-links {
    float: left;
    position: relative;
    margin-right: 20px;
}

.warning {
    position: absolute;
    left: -20px;
    top: -20px;
    right: -20px;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    flex-direction: column;
}

.warning a {
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin-top: 5px;
    color: #b42940;
}

.left-table,
.right-imgs {
    width: 50%;
    float: left;
    background: #e7e7e8;
}

.right-imgs {
    display: flex;
    align-items: center;
    /* height: 100%; */
    object-fit: contain;
}

.right-imgs img {
    width: 33.33%;
    float: left;
}

.package-info {
    margin: 0 50px;
}

.left-table table {
    width: 100%;
}

.left-table table {
    border-right: 4px solid #fff;
    min-height: 30vh;
}

.left-table table tr td {
    padding: 5px;
    text-align: center;
    border: 1px solid #fff;
}

.left-table tr td:first-of-type {
    font-weight: bold;
    background: #202351;
    color: #fff;
}

.rel-slide {
    width: 25%;
    text-align: center;
    padding: 30px;
}

.rel-title {
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #e7e7e8;
    margin-bottom: 30px;
}

.rel-p-title {
    font-weight: bold;
    color: #b42940;
    font-size: 23px;
    margin-top: 10px;
}

.rel-p-sub-title {
    font-size: 13px;
}

.rel-slide img {
    margin: auto;
}

.about-amblem {
    z-index: 2;
    position: relative;
    width: 70%;
    margin-left: -50px;
    margin-bottom: -90px;
    opacity: .1;
    pointer-events: none;
}

.d-about-title {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 2;
}

.d-about-detail-img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -130px;
    margin-bottom: -160px;
    margin-left: -50px;
}

.vm-wrap {
    padding: 50px;
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vm-amblem {
    position: absolute;
    top: 0;
    height: 100%;
    left: -20%;
    object-fit: cover;
    z-index: 0;
    opacity: .8;
}

.vm-title {
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: bold;
    color: #b42940;
}

.vm-wrap p {
    position: relative;
    z-index: 1;
}

.city {
    fill: #ccc;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.city:hover {
    fill: #a9a9a9;
}

.show-city-name {
    background-color: #f39c12;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    padding: 15px 25px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
}

.show-city-name--active {
    opacity: 1;
    visibility: visible;
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
    margin-top: 30px;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #282e72;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #fff;

}

#svg-turkiye-haritasi path:hover {
    fill: #282e72;
}

#guney-kibris {
    pointer-events: none;
}

#harita {
    height: 100vh;
}

#harita * {
    border: 0 !important;
}
#harita2 {
    height: 60vh;
}

#harita2 * {
    border: 0 !important;
}

.contact-info {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 30px;
    background: white;
    box-shadow: 0 0 6px 0px #0003;
    border-radius: 10px;
    transform: translate(50px, -50%);
    width: 400px;
}

.contact-info .title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    color: #683e9f;
}

.contact-info .cont a {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 5px;
}

.contact-info .cont .number {
    font-weight: 500;
}

.contact-info .cont .adress,
.contact-info .cont .email {
    font-size: 14px;
}

.contact-info .buttons {
    margin-top: 50px;
}

.contact-info .buttons a {
    width: 49%;
    float: left;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #D1505C;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    font-size: 13px;
}

.contact-info .buttons a:last-of-type {
    margin-right: 0;
    background: #212351;
}
.cont-title
{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
}
.cont-links
{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: normal;
}
.cont-links svg
{
    margin-right: 10px;
    fill: #b42940;
}
.cont-links:last-of-type
{
    align-items: flex-start;
}
.consul-img
{
    width: 30%;
    float: left;
}
.consul-wrap
{
    width: 70%;
    float: left;
}
.cont-card
{
    display: flex;
    align-items: center;
    background: #eee;
    padding: 15px;
    margin-bottom: 20px;
}
.consul-wrap
{
    padding-left: 30px;
}
.consul-name
{
    font-weight: bold;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    color: #b42940;
}
form input
{
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    padding: 0 15px;
}
form input:focus,
form input:active
{
    border: 1px solid #212351;
    outline: 0;
}
form button
{
    font-size: 15px;
    padding: 10px 50px;
    border: none;
    background: #212351;
    color: #fff;
    font-weight: bold;
}
form a
{
    font-weight: bold;
    color: #ab273c;
}

/* Product List */
.p-list-single {
    padding: 30px;
    display: block;
    position: relative;
    margin: 15px 0;
    transition: all .5s ease;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 300px;
}

.p-list-single .p-list-s-img img {
    transition: all .5s ease;
    transform: scale(1) translate(0, 0px);
    width: 70% !important;
}

.p-list-single:hover .p-list-s-img img {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .2));
    transition: all .5s ease;
    transform: scale(1.05) translate(0, -15px);
}

.p-list-single::before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    transition: all .5s ease;
}

/* .p-list-single:hover
{
    transform: scale(1.05);
    transition: all .5s ease;
} */
.p-list-single:hover::before {
    background: #b42940;
    height: 50%;
    transition: all .5s ease;
}

.p-list-s-title {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
    line-height: normal;
    font-size: 18px;
    width: 100%;
    float: left;
    display: block;
}

.p-list-single:hover .p-list-s-title,
.p-list-single:hover .p-list-s-subtitle {
    color: #fff;
    transform: translate(0, -25px);
}

.p-list-s-img {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    display: block;
}
.p-list-s-subtitle
{
    text-align: center;
    margin-top: 0;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
    color: #b42940;
    line-height: normal;
    width: 100%;
    float: left;
    display: block;
}
.list-download
{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all .5s ease;
}
.list-download a
{
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0 2px;
}
.list-download img
{
    height: 30px;
}
.p-list-single:hover .list-download
{
    bottom: 15px;
}
.list-category-title
{
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
    font-weight: bold;
    margin-bottom: 50px;
    color: #b42940;
}
.toast
{
    background: #b42940;
    color: #fff;
}
.toast-header
{
    background: #212351;
    color: #fff;
}
.toast .btn-close
{
    --bs-btn-close-color: #fff;
}

/* Product List */

.product-desc-section {
    margin-bottom: 100px;
}

.product-desc-section table {
    width: 100%;
}

.product-desc-section table tr:first-of-type {
    background-color: #c4113c !important;
    font-weight: bold;
    position: sticky;
    left: 0;
    top: 0;
}

.product-desc-section table tr:nth-child(2) {

    background-color: #1b25ac !important;
    position: sticky;
    left: 0;
    top: 50px;
}

.product-desc-section table tr:first-of-type th,
.product-desc-section table tr:nth-child(2) td {
    padding: 15px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
}

.product-desc-section table tr td {
    padding: 15px;
    border: 1px solid #fff;
    text-align: center;
}

.product-desc-section table tr {
    background-color: #d7d7d7;
}

.exit-btn {
    padding-left:12px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.login-page select {
    height: 50px;
    border-radius: 0;
    width: 100%;
}
.iti {
    width: 100%;
}
.modal360 .modal-content {
    border-radius: 0;
}
.modal360 {
    max-width: 700px !important;
    max-height: 700px !important;
}
.modal-body {
    padding: 0;
}
.if-wrap {
    width: 100%;
    height: 700px;
    position: relative;
}
.modal360-close {
    width: 50px;
    height: 50px;
    /* background: red; */
    position: absolute;
    right: -57px;
    top: 0;
    z-index: 222;
    opacity: 1;
    background-color: lightgrey;
    border-radius: 0;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 99%;
    border: none;
}
.blog-detail-gallery:focus
{
    outline: 0;
    box-shadow: none;
    border: 0;
}
.blog-detail-gallery img
{
    height: 300px;
    object-fit: cover;
    margin-bottom: 30px;
}
.all-sales-points
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}
.a-sales-btn
{
    background: #f2f2f2;
    border-bottom: 1px solid #e0e0e0;
}
.a-sales-btn .title
{
    font-weight: bold;
    margin: 0;
    line-height: normal;
    font-size: 20px;
    padding: 20px 0;
}
.a-sales-btn svg
{
    font-size: 30px;
}
.local-title
{
    font-weight: bold;
    font-size: 20px;
}
.all-sales-wrap
{
    margin: 15px 0;
    background: #f0f0f0;
}
.all-title
{
    background: #b42940;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.all-info
{
    padding: 30px;
}
.all-info a
{
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.all-info a:last-of-type
{
    align-items: start;
}
.sales-icon {
    margin-right: 10px;
    color: #20224f;
}
.all-sec-title
{
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.local-filter
{
    font-weight: bold;
}
#local-filter
{
    width: 200px;
    height: 40px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    font-size: 14px;
}
#local-filter:focus
{
    outline: 0;
    box-shadow: none;
}
#local-filter-2
{
    width: 200px;
    height: 40px;
    border: 1px solid #e2e2e2;
    padding: 10px;
    font-size: 14px;
}
#local-filter-2:focus
{
    outline: 0;
    box-shadow: none;
}
#mesaj-birakinLabel
{
    font-size: 17px !important;
    font-weight: bold;
}
#mesaj-birakin .modal-header
{
    background: #b42940;
    color: #fff;
}
#mesaj-birakin .modal-body {
    padding: 15px;
}
#mesaj-birakin .modal-body form input {
    width: 100%;
    height: 50px;
    border: 1px solid #d1d1d1;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
#mesaj-birakin .modal-body form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #d1d1d1;
    padding: 15px;
    font-size: 13px;
    &:focus
    {
        outline: 0;
        box-shadow: none;
    }
}

#mesaj-birakin .btn-close
{
    opacity: 1;
    font-size: 12px;
    width: 20px;
    height: 20px;

}
#mesaj-birakin form button {
    font-size: 15px;
    padding: 15px 40px;
    border: none;
    background: #212351;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    margin-top: 15px;
    float: right;
}


.city {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  transition: all .3s ease-out;
  cursor: pointer;
}

.city:hover {
    fill: #a9a9a9;
}

.show-city-name {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    position: absolute;
    padding: 5px 25px;
    opacity: 1;
    visibility: visible;
    font-size: 16px;
    opacity: 0.7;
    border: 1px solid #b42940;
}

.show-city-name.active {
    opacity: 1;
    visibility: visible
}

.site-footer {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
  color: #ababab;
}

.site-footer:link {
    color: #3498db;
    font-weight: 700;
}

#TR {
    fill: #b42940;
}

path {fill: lightgray; stroke: white;}

svg {
    width: 100%;
}

.back a {
    background: #212351;
    padding: 15px 45px;
    color: #fff;
    font-weight: bold;
    transition: all .5s ease;
}

.back a:hover {
    opacity: .9;
}

.back a svg {
    right: 7px;
    position: relative;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mobile-menu {
    display: none;
}

.tt-select,
.all-fair {
    padding: 0 30px;
}

select {
    outline: none;
}

.tt-select select,
.all-fair select {
    padding: 10px 20px;
    border: 2px solid #b0293e;
    font-size: 15px;
    font-weight: bold;
    color: #212351;
}

.f-content h1 {
    font-size: 25px;
    font-weight: bold;
}

.join h1,
.join h2 {
    color: #229011;
}

.wait {
    position: relative;
}

.wait h1,
.wait h2,
.wait p {
    opacity: .2;
}

.f-content {
    border-bottom: 1px solid #0000003b;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

.f-box {
    float: left;
}

.back i {
    margin-right: 10px;
    margin-left: -10px;
}

.f-content h2 {
    font-size: 35px;
    float: right;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.f-content span {
    font-size: 15px;
    margin-top: -20px;
}

.f-title {
    display: flex;
    align-items: center;
}

.f-title h1 {
    font-weight: bold;
    font-size: 80px;
    display: flex;
}


.f-title span {
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b42940;
}

.f-title hr {
    width: 50px;
    height: 1px;
    margin: 0 20px;
}

.f-title a {
    width: 100%;
    text-align: end;
    font-size: 30px;
    opacity: .5;
    transition: all .3s ease;
}

.f-title a:hover {
    opacity: 1;
}

.f-detail {
    background: #e8e9ed54;
    padding: 30px;
    border-radius: 4px;
    height: 100%;
    transition: all .3s ease;
    cursor: pointer;
}

.f-detail a {
    color: #b42940;
    font-size: 15px;
}

.f-detail:hover {
    transform: translateY(-20px);
}

.f-detail-box {
    background: #ffffffb3;
    margin-top: 50px;
    padding: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-detail-box h1 {
    font-size: 32px;
    font-weight: bold;
    padding-right: 30px;
}

.f-detail-box h2 {
    text-align: center;
    font-size: 25px;
}

.news-button {
    padding: 0 30px;
}

.p-30 {
    padding: 0 30px;
}

.map-container {
    overflow: hidden;
    margin: 100px 0;
}

.map-container svg {
    transform: scale(3) translateX(-160px) translateY(-30px);
}

.h-lang {
    width: 100%;
    float: left;
}

.h-lang img {
    height: 15px;
    object-fit: cover;
    margin-top: 10px;

}

.turkey-map-container svg{
    transform: unset;
}

.categories h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
    font-weight: bold;
    margin-bottom: 50px;
    color: #b42940;
}

@media (max-width: 1024px) {

    .left-text, .right-text {
        display: none;
    }

    .map-container svg {
        transform: scale(2) translateX(-160px) translateY(-30px);
    }

    .main-menu a {
        padding: 10px 11px;
    }

    .s-c-big-name {
        top: -90%;
        left: 0;
    }

    .turkey-map-container svg {
        transform: unset !important;
    }
}

@media (max-width: 991px) {

    .turkey-map-container svg {
        transform: unset !important;
    }

    .map-container svg {
        transform: scale(2) translateX(-50px) translateY(-30px);
    }

    .brandygo {
        float: left;
    }

    .bars .top-bar,
    .bars .bot-bar {
        width: 15px;
        height: 2px;
        background: #000;
    }

    .bars .bot-bar {
        margin-top: 5px;
    }

    .mobile-menu .logo {
        width: 50%;
    }

    .m-menu-box {
        padding-top: 30px;
    }

    .m-menu-box,
    .m-mega-menu {
        display: none;
    }

    .m-menu-box.active {
        display: block;
    }

    .news-button,
    .tt-select {
        padding: 0;
    }

    .tt-select select,
    .all-fair select {
    padding: 5px 10px;
    border-radius: 0 !important;
    background-color: #fff;
}


    .f-content h1 {
        font-size: 18px;
        font-weight: bold;
    }

    .f-content h2 {
        font-size: 30px;
    }

    .f-box p {
        font-size: 13px;
    }

    .corp-video {
        padding-bottom: 50px !important;
    }

    .m-r-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    body,
    html {
        overflow-x: hidden;
    }

    header {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .mobile-menu .logo img {
        width: 75% !important;
    }

    .m-icon {
        height: 100%;
        float: right;
        padding-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .m-icon .top,
    .m-icon .bot {
        width: 15px;
        height: 2px;
        background: #000;
    }

    .m-icon .bot {
        margin-top: 5px;
    }

    .slide-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .slide-img img {
        width: 60% !important;
    }

    .left-text,
    .right-text {
        display: none;
    }

    .video-wrap h2 {
        font-size: 40px;
    }

    .discover-our-product {
        padding-bottom: 50px !important;
    }

    .quality-banner img {
        height: 25px;
        margin: 0 10px;
    }

    .footer-amblem {
        top: -7%;
    }

    .footer-contact {
        margin-bottom: 10px;
    }

    .copyright {
        font-size: 13px;
    }

    .f-logo {
        float: left;
    }

    .inner-top-banner .slide-title, .inner-top-banner .slide-second-title {
        font-size: 30px;
    }

    .inner-top-banner p {
        padding: 0 30px;
        font-size: 16px;
    }

    .inner-top-banner {
        padding-bottom: 0 !important;
    }

    .s-category {
        width: 100%;
        margin-bottom: 50px;
    }

    .s-c-big-name {
        left: 15%;
        top: -57%;
        font-size: 4rem;
    }

    .s-c-name {
        text-align: center;
    }

    .s-c-name span {
        padding-right: 0;
    }

    .s-c-img img {
        margin-right: -15%;
    }

    .categories {
        padding-bottom: 20px !important;
        padding-top: 50px;
    }

    .news-button svg {
        transform: translateX(-5px);
    }

    .s-blog {
        height: auto;
        margin-top: 10px;
    }

    .list-category-title {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .top-detail {
        position: relative;
        padding: 10px 50px 70px 50px;
    }

    .d-product-img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .d-product-title {
        font-size: 30px;
    }

    .d-product-sub-title {
        font-size: 20px;
    }

    .detail-desc {
        padding: 20px 50px 50px 50px;
    }

    .d-icon-list img {
        height: 30px;
        margin-top: 15px;
    }

    /* TABLOLAR */

    .package-info {
        padding: 10px;
    }
    
    .left-table {
        width: 100%;
    }
    
    .left-table table {
        width: 100%;
        border-right: none;
    }
    
    .left-table td {
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }
    
    .right-imgs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .right-imgs img {
        max-width: 100%;
        height: auto;
        margin: 5px;
        width: 100%;
    }

    .left-table table tr td {
        font-size: 12px;
    }

    .product-desc-section table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    .product-desc-section table tr {
        display: block;
        margin-bottom: .625em;
    }
    
    .product-desc-section table td, .product-desc-section table th {
        display: block;
        text-align: right;
        padding: 0.5em;
        font-size: .8em;
        border-bottom: 1px solid #ddd;
    }
    
    .product-desc-section table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .product-desc-section table td:last-child {
        border-bottom: 0;
    }

    /* TABLOLAR */

    .inner-detail-top-banner {
        padding-bottom: 0 !important;
    }

    .about-amblem {
        margin-bottom: -150px;
    }

    .d-about-title {
        font-size: 35px;
        top: 20vw;
    }

    .d-amblem {
        width: 20%;
    }

    .vm-wrap {
        margin-top: 10px;
    }

    .quality-certificate img {
        height: auto;
        margin-bottom: 10px;
    }

    .detail-desc p {
        margin-top: 20px;
    }

    .cont-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .cont-card {
        margin-bottom: 10px;
    }

    .back a {
        padding: 10px 25px;
        font-size: 12px;
    }

    .local-title {
        font-size: 16px;
    }

    .all-title {
        font-size: 13px;
    }

    .lang {
        padding: 0;
    }

    .menu-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lang img {
        width: 25px;
        height: 15px;
    }

    .user {
        font-size: 25px;
    }

    .other-langs {
        padding: 15px 5px;
    }

    #lang-name {
        font-size: 12px;
    }

    .other-langs a img {
        width: 20px;
        height: 15px;
    }

    .other-langs a span {
        font-size: 12px;
    }

    .mobile-menu .menu {
        height: 0;
        overflow: hidden;
    }

    .mobile-menu .menu.active {
        height: 100%;
        padding-top: 40px;
    }

    .mobile-menu nav {
        height: 100%;
        margin-right: 0;
    }

    .mobile-menu nav ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile-mega-menu {
        display: none;
        padding-top: 20px;
    }

    .disc-title {
        padding-top: 30px;
    }

    .system-carrying p {
        padding-top: 10px;
    }

    .p-list-single {
        height: auto;
    }

    .all-fair {
        padding: 0;
    }

    .quality-banner img:nth-of-type(2) {
        height: 30px;
    }

    .system-carrying img {
        width: 80% !important;
        margin-top: -150px !important;
        margin-bottom: -20px !important;
        margin-left: -20px;
    }

    .system-carrying h2,
    .system-carrying p {
        text-align: center;
    }
}

.dis-None {
    display: none;
}
.dis-Block {
    display: block;
}
.kullanim-single
{
    float: left;
    display: inline-block;
    width: 100px;
}