/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
	outline-width: 0;
}
body {
	font-family: 'Poppins','Arial', sans-serif;
	font-weight: 200;
}
a {
	text-decoration: inherit;
	transition: .25s;
	color: #003c7b;
	font-weight: 500;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
svg {
	width: 10px;
}
h1, h2, h3 {
	font-family: 'Poppins','Arial', sans-serif;
	font-weight: 100;
}

/* buluttan css */
body {
    background-color: #431490;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
header {
    overflow: hidden;
    background-color: #371177;
    padding: 14px 10px 10px;
    border-bottom: solid 1px #280a59;
    position: sticky;
    top: 0;
    z-index: 999999;
}
header .header-left {
    width: 200px;
    float: left;
}
header .site-logo {
    display: inline-block;
    max-width: 55px;
    vertical-align: middle;
    margin: -6px 0 0;
}
header .site-name {
    color: #fff;
    margin: 0 0 0 10px;
    font-size: 24px;
    font-weight: 400;
}
footer {
    background-color: #371177;
    padding: 40px 0 20px;
}
.footer-logo {
    width: 60px;
    display: block;
    margin: 0 auto;
}
.footer-content {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
    padding: 30px 10% 40px;
}
.footer-content a {
    color: #fff;
    font-weight: 400;
}
.footer-content-center {
    text-align: center;
}
.footer-content-social {
    text-align: center;
    padding: 0 0 20px;
    border-bottom: solid 1px #310f6c;
    margin: 0 0 30px;
}
.social {
    width: 35px;
    border-radius: 4px;
    padding: 4px;
    height: 35px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent;
    transition: .25s;
    font-size: 12px;
    text-indent: -5000px;
    display: inline-block;
}
.social:hover {
    opacity: 1;   
}
.social.facebook {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23FFFFFF' d='M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z'/%3E%3Cpath /%3E%3C/svg%3E");
}
.social.instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23FFFFFF' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z' /%3E%3Cpath /%3E%3C/svg%3E");
}
.social.linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23FFFFFF' d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z' /%3E%3Cpath /%3E%3C/svg%3E");
}
.social.youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23FFFFFF' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z' /%3E%3C/svg%3E");
    background-size: 34px;
    width: 32px;
}

.showcase {
    position: relative;
    right: 0;
    width: 100%;
    min-height: 45vh;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
    background: #000;
}
.showcase video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.overlay-inner {
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}
h1 {
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
    padding: 0 40px;
    font-size: 4vw;
    letter-spacing: -2px;
    font-weight: 300;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
}
h2 {
    color: #fff;
    text-align: center;
    margin: 40px auto 0;
    padding: 0 40px;
    font-size: 1.5vw;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
}
.clear {
    clear: both;
}
.showcase h3 {
    color: #fff;
    text-align: center;
    margin: 10px auto 0;
    padding: 0 40px;
    font-size: 1.5vw;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
}
.contact {
    font-size: 14px;
    margin: 30px auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.bodrum-cup-logo {
    width: 80%;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
.pdf-link-wrap {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}
.pdf-link-turkish,
.pdf-link-english {
    width: calc(50% - 10px);
    float: left;
    margin: 5px 5px 0;
}
.pdf-link {
    max-width: 340px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 10px auto 0px;
    border: solid 2px #471d8d;
    padding: 6px 10px;
    border-radius: 10px;
    background-color: #522699;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    align-content: space-around;
}
.pdf-buluttan-logo {
  width: 30%;
  float: left;
  padding: 0;
  height: auto;
}
.pdf-text {
    width: 60%;
    float: left;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 14px;
    line-height: 25px;
    text-shadow: 1px 2px 3px rgb(0 0 0 / 15%);
}
.live-update {
    overflow: hidden;
    max-width: 600px;
    margin: 30px auto 30px;
}
.live-update-tabs {
    overflow: hidden;
}
.live-update-tab {
    float: left;
    width: 100px;
    padding: 20px;
    background-color: #673ab7;
    border: solid 1px #3e197a;
    color: #fff;
    border-radius: 4px 4px 0 0;
    border-width: 1px 1px 0 1px;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: .25s;
}
.live-update-tab.selected {
    background-color: #522699;
}
#tab-content {
    background-color: #522699;
    padding: 0;
    border: solid 1px #3e197a;
    border-width: 0 1px 1px 1px;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
#tab-content li {
    padding: 20px;
    background-color: #6c47a7;
}
#tab-content li:nth-child(even) {
    background-color: #5e37a1;
}
#english-tab {
    display: none;
}
#tab-content li.tab-headline {
background-color: #522699;
    border-bottom: solid 1px #471d8a;
    padding: 5px 20px;
}
.cols {
    overflow: hidden;
    border-top: solid 1px #113159;
    border-bottom: solid 1px #113159;
    padding: 40px 10%;
    max-width: 1000px;
    margin: 0 auto;
}
.col {
    font-family: 'Roboto','Arial', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
}
.col h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
}
.col-1 {
    float: left;
    width: 40%;
    padding: 5%;
}
.col-2 {
    float: left;
    width: 40%;
    padding: 5%;
}
.products {
    overflow: hidden;
    background: url('../images/mountains.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 400px;
    padding: 40px 10%;
}
.products h2 {
    font-size: 34px;
    margin: 0 auto 10px;
    font-weight: 500;
    letter-spacing: -2px;
}
.product {
    font-family: 'Roboto','Arial', sans-serif;
    text-align: center;
    background-color: #f5eeff;
    border-radius: 6px;
    width: calc(33% - 80px);
    margin: 20px;
    padding: 20px 20px 40px;
    float: left;
    color: #371177;
    box-shadow: 1px 1px 2px 2px rgb(0 0 0 / 20%);
    min-height: 210px;
}
.products-bottom {
    width: 66.6666667%;
    overflow: hidden;
    margin: 0 auto;
}
.product.row2 {
    width: calc(50% - 80px);
}
.product-icon {
    display: block;
    width: 100%;
    max-width: 80px;
    margin: 10px auto;
}
.product h4 {
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 10px;
}
.product p {
    font-weight: 300;
    line-height: 25px;
}
.products.use-cases .product {
    width: calc(25% - 40px);
    padding: 0;
    min-height: 455px;
}
.products.use-cases .product-icon {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
    border-bottom: solid 1px #351176;
}
.products.use-cases .product h4 {
    margin: 20px 0 10px;
}
.products.use-cases .product p {
    padding: 0 20px 25px;
}
.mobile-app {
    text-align: center;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23FFFFFF' d='M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32zM304 64H80V384H304V64z'/%3E%3Cpath /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 194px;
    margin: 30px auto 0;
    background-size: 20px;
    background-position: 0 1px;
    color: #fff;
    padding: 0 0 0 14px;
}

@media screen and (max-width: 825px) {
    h1 {
        font-size: 5vw;
    }
    h2 {
        font-size: 2vw;
    }
    .showcase h3 {
        font-size: 2vw;
    }
    .showcase {
        min-height: 24vh;
    }
    .product.row2,
    .product {
        width: calc(50% - 80px);
        min-height: 240px;
    }
    .clear {
        clear: inherit;
    }
    .products.use-cases .product {
        width: calc(50% - 40px);
    }
}


@media screen and (max-width: 600px) {
    .live-update {
        margin: 30px 15px 30px;
    }
    .pdf-link-wrap {
        padding: 0 10px 0;
    }
    .pdf-link {
        display: block;
        text-align: center;
        height: auto;
        padding: 6px 10px 20px 10px;
    }
    .pdf-buluttan-logo {
        max-width: 50px;
        float: none;
    }
    .pdf-text {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 9vw;
    }
    h2 {
        font-size: 4vw;
        margin: 10px auto 0;
    }
    .showcase h3 {
        font-size: 3vw;
    }
    .products {
        padding: 40px 0;
    }
    .products-bottom {
        width: 100%;
        margin: 0;
    }
    .product.row2,
    .product {
        width: calc(100% - 80px);
        min-height: 240px;
        float: none;
    }
    .product.maplayer {
        margin: 0 20px 20px;
    }
    .clear {
        clear: inherit;
    }
    .products.use-cases .product {
        width: calc(100% - 40px);
    }
    .col-1 {
        margin: 0 0 40px;
    }
    .col-1,
    .col-2 {
        float: left;
        width: 100%;
        padding: 0;
    }
}