/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
    box-sizing: border-box;
    /*scroll-margin-top: 100px;
    scroll-behavior: smooth;*/
}

body,
html {
    height: 100%;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

#main {}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: 'Lato', sans-serif;
    }
    a {
        cursor: pointer;
    }
    a,
    a:visited {
        text-decoration: none !important;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*! typography v0.1.0 | MIT License */


/* Setup */

html {
    /* Change default typefaces here */
    font-family: serif;
    font-family: 'Roboto', sans-serif;
    font-size: 115.5%;
    -webkit-font-smoothing: antialiased;
}


/* Copy & Lists */

p {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-weight: 300;
}

ul,
ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul li,
ol li {
    line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    line-height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    /* Change heading typefaces here */
    margin-top: 1.5rem;
    margin-bottom: 0;
    line-height: 1.5rem;
    font-family: 'georgia', serif;
}

h1 {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-top: 3rem;
    font-weight: 400;
}

h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3rem;
    font-weight: 400;
}

h3 {
    font-size: 1.414rem;
    font-weight: 400;
}

h4 {
    font-size: 0.707rem;
    font-weight: 400;
}

h5 {
    font-size: 0.4713333333333333rem;
    font-weight: 400;
}

h6 {
    font-size: 0.3535rem;
}

a {
    text-decoration: none;
    color: #080f31;
}

small {
    font-family: 'Roboto', sans-serif;
    font-size: 0.707rem;
    font-weight: 300;
}


/* Tables */

table {
    margin-top: 1.5rem;
    border-spacing: 0px;
    border-collapse: collapse;
}

table td,
table th {
    padding: 0;
    line-height: 33px;
}


/* Code blocks */

code {
    vertical-align: bottom;
}


/* Leading paragraph text */

.lead {
    font-size: 1.414rem;
}


/* Hug the block above you */

.hug {
    margin-top: 0;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.bold-font {
    font-weight: 700;
}


/* section height*/

.full-height {
    min-height: 100vh;
}

.half-height {
    height: 60vh;
}

.balkavanoz{
    display: none;
}
/*Grid*/

.grid-full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.grid-fullwidth {
    grid-column: 1/13;
}

.grid-halfwidth1 {
    grid-column: 1/6;
}

.grid-halfwidth3 {
    grid-column: 1/8;
}

.grid-halfwidth2 {
    grid-column: 7/13;
}


/*SideGaps*/

.full-width {
    width: 100%;
}

.full-gap {
    max-width: 1460px;
    margin: auto;
}

.mid-gap {
    max-width: 1328px;
    margin: auto;
}

.element-limit-width {
    max-width: 800px;
}


/*paddings*/

.padding-sides {
    padding: 0 20px;
}


/*margins*/

.margin-top-50 {
    padding-top: 100px;
}

.margin-top-20 {
    margin-top: 40px;
}

.margin-top-10 {
    margin-top: 20px;
}

.margin-topbottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.margin-topbottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*colors*/

.background-darkblue {
    background-color: #080f31;
}

.background-lightblue {
    background-color: #212746;
}

.text-color-light {
    color: #fafafa;
}

.text-color-dark {
    color: #080f31;
}

.text-color-green {
    color: #426a5a;
}

.main {
    background: url(../img/background/lines.svg) top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: -5;
}


/*navigation*/

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    height: 15vh;
    padding: 30px 0;
}

.logo-header a img {
    max-width: 200px;
}

.dropdown {
    display: flex;
    align-items: center;
}

.dropdown img {
    padding: 0 7px;
    margin-bottom: 4px;
}

.menu > ul {
    transition: max-height 0.25s linear;
}

.menu ul {
    margin: 0;
    padding: 0;
    z-index: 10;
}

.menu li {
    transition: visibility 0.25s linear;
    display: inline-block;
    padding: 0.40em 0.9em;
    margin: 0 0.3em;
    position: relative;
    color: 
}

.menu li a {
    color: white;
    transition: color 0.2s linear;
}.menu li a:hover {
    color: #C4C6D0;
    text-decoration: none;
}

.thin-line {
    border-bottom: solid white 1px;
    height: 3px;
}

@media (min-width: 651px) {
    .menu li ul {
        position: absolute;
        top: 100%;
        margin-top: 1px;
        left: -1px;
        right: -1px;
    }
    .menu li ul {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s linear;
    }
    .menu li ul li a {
        padding-left: 35px;
    }
    .menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    .menu li li {
        margin: -1px 0 0 0;
        box-sizing: border-box;
        width: 100%;
    }
    .dropdown img:last-of-type {
        transform: rotate(-90deg);
        transition: transform .3s ease;
    }
    .dropdown:hover img:last-of-type {
        transform: rotate(0deg);
    }
}

@media (max-width: 650px) {
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .menu > ul {
        max-height: 0;
        overflow: hidden;
        margin-top: 12vh;
        padding-left: 3rem;
        background-color: #080f31;
    }
    .menu li {
        visibility: hidden;
        display: block;
        padding: 0.5em 0.6em;
        border: none;
    }
    .menu li ul {
        margin-top: 0.5em;
        border-left: 1px solid #000;
    }
    .menu .navbar-handle {
        display: block;
    }
    #navbar-checkbox:checked + .menu ul {
        margin-top: 12vh;
        max-height: 500px;
    }
    #navbar-checkbox:checked + .menu li {
        visibility: visible;
    }
    #navbar-checkbox:checked + .menu .navbar-handle,
    #navbar-checkbox:checked + .menu .navbar-handle:after,
    #navbar-checkbox:checked + .menu .navbar-handle:before {
        border-color: #aaa;
    }
    .dropdown ul {
        display: flex;
        margin-top: 20px;
    }
}

.navbar-checkbox {
    display: none;
}

.navbar-handle {
    display: none;
    cursor: pointer;
    position: relative;
    font-size: 45px;
    padding: 0.5em 0;
    height: 0;
    width: 1.66666667em;
    border-top: 0.13333333em solid;
}

.navbar-handle:before,
.navbar-handle:after {
    position: absolute;
    left: 0;
    right: 0;
    content: ' ';
    border-top: 0.13333333em solid;
}

.navbar-handle:before {
    top: 0.37777778em;
}

.navbar-handle:after {
    top: 0.88888889em;
}

.menu {
    position: relative;
}

.menu .navbar-handle {
    position: absolute;
    font-size: 1.2em;
    top: 1.6em;
    right: 12px;
    z-index: 10;
}


/*Buttons  and icons */

.btn {
    padding: 15px 20px;
    margin-top: 20px;
    border: none;
    display: flex;
    justify-content: space-around;
    width: 190px;
    background-color: #212746;
    color: #fafafa;
    transition: background-color .4s
}

.btn:hover {
    background-color: #fafafa;
    color: #212746;
}

.background-pattern-dark {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
}

.background-pattern-dark img {
    padding: 20px;
    max-height: 83vh;
    width: auto;
}

.pattern-short img {
    padding: 20px;
    max-height: 54vh;
    width: auto;
}

.scroll-down-icon {
    position: absolute;
    width: 20px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 50px;
    z-index: -9;
}
.btn-dul{
    color: #426a5a;
    transition: color 0.2s linear;
}.btn-dul:hover{
    color: #080f31;
}

/*alignments*/

.image-full-width {
    width: 100%;
}

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

.flex-container-2part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-container-2part > div {
    width: 40%;
}

.flex-bullet-text {
    display: flex;
    align-items: flex-start;
}

.flex-bullet-text > img {
    max-width: 30px;
    min-width: 30px;
    margin-right: 10px;
}

.flex-container-3part {
    display: flex;
    
    flex-flow: wrap row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    
}

.flex-container-3part > div {
    width: 31%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 999;
   
}

.flex-container-3part div > img {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

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

.banner-allign-full {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 85vh;
   
}

.banner-allign-half {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 65vh;
    
}


/*Grid*/

.grid-full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.grid-fullwidth {
    grid-column: 1/13;
}

.grid-halfwidth1 {
    grid-column: 1/6;
}

.grid-halfwidth2 {
    grid-column: 7/13;
}


/* sections */

.section-0101 {
    grid-column: 1/7;
    align-self: center;
}

.section-0102 {
    grid-column: 7/13;
    align-self: center;
}

.section-0102 > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-0101 ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.section-0101 ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
}

.section-0101 ul li {
    margin-bottom: 4px;
}

.section-0101 ul {
    float: left;
    width: 49%;
}
.ul-style{
    width: 49%;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.ul-style li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-weight: 300;
}
.ul-style li img {
    height: auto;
    min-width: 20px;
    margin-right: 4px;
    margin-top: 4px;
}

.section-0101 ul {
    padding-left: 5px;
}

.section-0101 ul li img {
    height: auto;
    min-width: 20px;
    margin-right: 4px;
    margin-top: 4px;
}

.blog-flex div {
    height: 30vh;
    position: relative;
}

.blog-flex div div {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
    align-items: flex-start;
}


/*footer*/

.footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-flex > div:nth-child(1) {
    width: 60%;
}

.footer-flex > div:nth-child(2) {
    width: 30%;
}

.form-box {
    padding: 10px 10px;
    border: 1px solid rgba(250, 250, 250, .5);
    width: 100%;
    background-color: transparent;
}

input::placeholder {
    color: rgba(250, 250, 250, .8);
    font-weight: 300;
    font-size: 1em;
}
input {
    color: #fafafa;
    margin-top: 10px;
}
textarea {
    color: #fafafa;
    margin-top: 10px;
    resize: vertical;
}

textarea::placeholder {
    color: rgba(250, 250, 250, .8);
    font-weight: 300;
    font-size: 1em;
    margin-top: 10px;
}


.form-dark{
   
    border: 1px solid rgba(8, 15, 49, .4);
    color: #080F31;
}
.form-dark::placeholder {
   color: rgba(8, 15, 49, .4); 
}



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

.small-type {
    position: absolute;
    margin-left: -130px;
    margin-top: 20px;
}

.worldmap-full {
    margin-top: 50px;
}

.worldmap-full img {
    width: 100%;
}


.collapsible {
  background-color:transparent;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  
}

.collapsible:after {
  content: '\002B';
font-size: 40px;
  float: left;
  margin-right: 30px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-left: 55px;
}
.button-collapse{
    display: flex; 
    flex-direction: row-reverse; 
    justify-content: flex-end; 
    align-items: center;
}


@media (max-width: 1600px) {
    .small-type {
        position: relative;
        ;
        margin-left: 0;
        margin-top: 0;
    }
    .full-gap {
        max-width: 1328px;
        margin: auto;
    }
    .mid-gap {
        max-width: 1328px;
        margin: auto;
    }
    .padding-sides {
    padding: auto 40px;
}
}

@media (max-width: 1250px) {
    .section-0101 ul {
        padding-left: 5px;
    }
    .flex-container-2part > div {
        width: 45%;
    }
}

@media (max-width: 1000px) {
    .full-height {
        height: auto;
        padding: 150px 0;
    }
    .section-0101 {
        grid-column: 1/13;
        align-self: center;
    }
    .section-0102 {
        grid-column: 1/13;
        align-self: center;
        margin-top: 3em;
    }
    .background-pattern-dark {
        position: absolute;
        padding: 40px;
        max-width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: -9;
    }
    .footer-flex > div:nth-child(1) {
        width: 50%;
    }
    .footer-flex > div:nth-child(2) {
        width: 45%;
    }
    .grid-halfwidth3 {
    grid-column: 1/13;
}
}



@media (max-width: 800px) {
    .flex-container-3part {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-container-3part > div {
        width: 48%;
        margin-top: 25px;
    }
    h1 {
    font-size: 2.8rem;
    line-height: normal;
   
}

h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3rem;
    font-weight: 400;
}
}

@media (max-width: 650px) {
    html {
        /* Change default typefaces here */
      
        font-size: 100.5%;
        
    }
    .margin-topbottom-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .menu .navbar-handle {
        position: absolute;
        font-size: 1.2em;
        top: 2.4em;
        right: 20px;
        z-index: 10;
    }
    .dropdown{
        flex-direction: row-reverse;
    }
    .dropdown > img:nth-child(1){
        padding-left: 0;
    }
    .dropdown > img:nth-child(3){
        display: none;
    }

.dropdown > ul {
    margin-top: 1vh !important;
    
   
}
    .dropdown > ul > li {
       padding: 0.5em 0em;
    padding-right: 30px;
    margin-left: 0;
   
}
    .logo-header a img {
        max-width: 150px;
    }
    
    .background-pattern-dark img {
    padding: 20px;
    max-height: 83vh;
        top: 50%;
    transform: translateY(40%);
    width: 100%;
}

.pattern-short img {
    padding: 20px;
    max-height: 54vh;
    width: 100%;
    top: 50%;
    transform: translateY(40%);
}
       .padding-sides {
    padding: 0 20px;
}
    .grid-full {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 0px;
    }
    .flex-container-2part {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-container-2part > div {
        width: 100%;
    }
    .section-0101 ul {
        float: left;
        width: 100%;
    }
    .section-0101 ul:nth-last-child(1) {
        margin-top: 0;
    }
    .section-0101 ul:nth-last-child(2) {
        margin-bottom: 0;
    }
    .flex-container-3part > div {
        width: 100%;
        margin-top: 25px;
    }
    .footer-flex {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .footer-flex > div:nth-child(1) {
        width: 100%;
    }
    .footer-flex > div:nth-child(2) {
        width: 100%;
    }
}