/*! 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;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
    overflow-x: hidden;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.hidden-thing {
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  opacity: 0;
}

/*
 * 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;
    }
    html::-moz-selection {
        background: yellow;
    }
    html::selection {
        background: yellow;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    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*/


/*! Typebase.less v0.1.0 | MIT License */


/* Setup */

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


/* Copy & Lists */

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

a {
    text-decoration: none;
    font-weight: ;
}

small {
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px
}

ul li {
    list-style: none;
}

.custom-ul {
    padding-left: 0;
    margin-bottom: 50px
}

.custom-ul li::before {
    content: "\25FC";
    color: #0524ff;
    margin-right: 30px;
}

.custom-ul li {
    padding-bottom: 15px;
    line-height: normal;
}


b {
    font-weight: 600
}

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

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

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 */

p::selection {
    background: rgba(5, 36, 255, 0.6);
}

h2::selection {
    background: rgba(5, 36, 255, 0.6);
}

h1::selection {
    background: rgba(5, 36, 255, 0.6);
}

h3::selection {
    background: rgba(5, 36, 255, 0.6);
}

h4::selection {
    background: rgba(5, 36, 255, 0.6);
}

h5::selection {
    background: rgba(5, 36, 255, 0.6);
}

a::selection {
    background: rgba(5, 36, 255, 0.6);
}

li::selection {
    background: rgba(5, 36, 255, 0.6);
}

small::selection {
    background: rgba(5, 36, 255, 0.6);
}

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

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

h2 {
    font-size: 2.3rem;
    line-height: 3rem;
    margin-top: 3rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.3rem;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

h6 {
    font-size: 0.3535rem;
}


/* 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;
}

.text-link {
    text-decoration: underline;
    color: #0524ff;
    padding-top: 0px;
}


/*width and height*/

.full-height {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.height-93 {
    min-height: 90vh;
}

.height-70 {
    min-height: 80vh;
}

.full-width {
    width: 100vw;
}

.width-1260 {
    max-width: 1200px;
    margin: auto;
    padding: auto 30px;
}

.width-1800 {
    max-width: 1800px;
    margin: auto;
}

.full-screen-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: right;
}

.auto-screen-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/*gaps*/

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

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

.margin-top-200 {
    margin-top: 200px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-content-200 {
    margin: 50px 0 200px 0;
}

.content-padding-200 {
    padding: 150px 0;
}

.content-padding-150 {
    padding: 150px 0;
}

.content-padding-100 {
    padding: 100px 0;
}

.content-padding-50 {
    padding: 50px 0;
}


/*colors*/

.text-black a {
    color: #151515;
}

.text-black {
    color: #151515;
}

.text-black-white-mobile{
    color: #fafafa;
     
}

.text-white {
    color: #fafafa;
}

.text-white a {
    color: #fafafa;
}

.text-blue {
    color: #0524ff;
}

.background-white {
    background-color: #ffffff;
}

.background-black {
    background-color: #151515;
}

.background-black-95 {
    background: linear-gradient(90deg, #151515 95%, #fff 5%)
}

.background-grey {
    background: linear-gradient(270deg, #f4f4f4 95%, #fff 5%)
}

.background-blue {
    background-color: #0524ff;
}


/*buttons*/

.btn {
    padding: 15px 80px;
}

.btn img {
    margin-left: 30px;
}

.btn-blue {
    background-color: #0524ff;
    color: white;
    font-weight: 600;
    transition: .5s ease;
}

.btn-blue:hover {
    background-color: #00118f;
}

.btn-blue-border {
    background-color: transparent;
    color: #0524ff;
    border: 2px solid #0524ff;
    font-weight: 600;
    transition: .5s ease;
}

.btn-blue-border:hover {
    background-color: none;
    border: 2px solid #fafafa;
    font-weight: 600;
}


/*alignments*/

.vertical-align {
    display: flex;
    flex-direction: column;
    ;
    align-items: flex-start;
    justify-content: center;
}


/*shapes*/

.heading-shape-medium {
    position: absolute;
    top: -20px;
    z-index: 0;
    left: -50px;
}

.heading-shape-large {
    position: absolute;
    bottom: -200px;
    right: 100px;
    z-index: 2;
}

.heading-shape-small {
    position: absolute;
    top: 70px;
    left: -140px;
}

.content-shape-large {
    position: absolute;
    bottom: -100px;
    left: 100px;
    z-index: 2;
}

.content-shape-large70 {
    position: absolute;
    bottom: -100px;
    left: 100px;
    z-index: 2;
    width: 14%;
}

.heading-shape-large70 {
    position: absolute;
    bottom: -40px;
    right: 100px;
    z-index: 2;
    width: 14%;
}

.shape-symbol {
    display: flex;
    justify-content: center;
    position: absolute;
    right: -100px
}

.heading-z {
    position: relative;
    z-index: 1;
}


/*navigation*/

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    height: 10vh;
    box-sizing: border-box;
    font-weight: 400;
}

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

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

.dropdown img {
    max-width: 13px;
    padding: 0 7px;
    margin-bottom: 4px;
    fill: #0524ff;
    box-sizing: content-box !important;
}


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

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

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

.menu li a {
    transition: color 0.1s linear;
}

.menu li a:hover {
    color: #777777;
    text-decoration: none;
}
.black-bg-resposive > li, a{
    color: #fff ;
}

@media (min-width: 851px) {
    .dropdown-style {
        background-color: rgb(5, 36, 255, 1);
        transition: background-color 0.2s linear;
        padding: 20px 10px;
        color: white;
    }
    .dropdown-style li {
        border-bottom: solid #00118f 1px;
    }
    .dropdown-style li:last-of-type {
        border-bottom: none;
    }
    .dropdown-style li a p {
        margin-top: 0;
        color: white;
        text-align: center;
    }
    .menu > ul {
    padding-left: 20px;
}
    .menu li ul {
        position: absolute;
        top: 100%;
        margin-top: 1px;
        left: -10px;
        right: -10px;
    }
    .wide-dropdown {
        left: -35px!important;
        right: -35px !important;
    }
    .menu li ul {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.2s linear;
    }
    .menu li ul li a {}
    .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: 850px) {
    .menu {
        position: absolute;
        top: 200px;
        left: 0;
        right: 0;
    }
    .menu > ul {
        max-height: 0;
        overflow: hidden;
        margin-top: vh;
        padding-left: 3rem;
        background-color: #fff;
    }
    .menu li {
        visibility: hidden;
        display: block;
        padding: 0.5em 0.6em;
        border: none;
    }
    .menu li ul {
        margin-top: 0.5em;
        border-left: 2px solid #000;
    }
    .dropdown-column {
        display: flex;
        flex-direction: column;
    }
    .menu .navbar-handle {
        display: block;
    }
    #navbar-checkbox:checked + .menu ul {
        margin-top: 10vh;
        max-height: 650px;
        padding: 0 10px 0 10px; ;
    }
    #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;
    }
    .black-bg-resposive > li, a{
    color: #000 ;
}
}

.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: 0px;
    z-index: 10;
}

@media (max-width: 850px) {
    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 > ul {
        padding-left: 20px
    }
    .menu .navbar-handle {
        position: absolute;
        font-size: 1.2em;
        top: 1.6;
        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;
        padding-left: 10px;
    }
    .dropdown > ul > li {
        padding: 0.5em 0em;
        padding: 7px 0 7px 20px;
        margin-left: 0;
    }
    .dropdown > ul > li p {
        margin-top: 0;
    }
    .logo-header a img {
        max-width: 250px;
        margin-left: -20px;
    }
}


/*sections*/

.section-row-flex {
    display: flex;
    flex-direction: row;
    gap: 60px 60px;
    align-items: center;
}

.section-row-flex div {
    flex: 1 1 50%;
}

.section-row-flex-start {
    display: flex;
    flex-direction: row;
    gap: 60px 60px;
    align-items: flex-start;
}

.section-row-flex-start div {
    flex: 1 1 50%;
}

.section-row-flex-start-blog-single {
    display: flex;
    flex-direction: row;
    gap: 60px 60px;
    align-items: flex-start;
}

.section-row-flex-start div-blog-single {
    flex: 1 1 50%;
}

.sticky-heading {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 150px;
    height: 100%;
}

.sticky-heading > div {
    padding: 0 0 60px 0;
}

.section-row-flex > div > img {
    width: 100%;
    object-fit: cover;
}

.section-row-flex-four {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.section-row-flex-four div {
    flex: 1 1 20%;
}.section-row-flex-four div img {
  width: 100%
}

.vertical-cards div {
    padding-bottom: 60px
}

.team-text {}


/* swiper */

.swiper-main-container {}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide {
    color: white;
}

.swiper-wrapper {
    margin-left: -300px;
    margin-bottom: 100px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

:root {
    --swiper-theme-color: #0524ff;
}

.swiper-pagination-bullet {
    background: #777777;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
}


/* Collapsibles */

.collapsible-btn {
    border: none;
    border-bottom: solid 3px #0524ff;
    cursor: pointer;
    padding: 13px 20px;
    width: 100%;
    outline: none;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.1s ease;
}

.active-btn,
.collapsible-btn:hover {
    background-color: #0524ff;
    color: #fefefe
}

.collapsible-btn:after {
    content: '\002B';
    font-weight: 100;
    font-size: 50px;
    float: right;
    margin-left: 5px;
}

.active-btn:after {
    content: "\2212";
    color: #fefefe;
}

.content-collapsible {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-collapsible > p {
    padding: 20px 20px 0 20px;
}


/* Blog */

.blog-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 60px;
    box-sizing: content-box;
}

.blog-layout > div {
    flex: 1 1 45%;
}

.blog-layout > div > a {
    display: flex;
    flex-direction: column;
    ;
}

.blog-layout > div > a img {
    width: 100%
}

.blog-owner > div {
    margin-bottom: 20px
}


/* Sweep To Bottom */

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: .8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0524ff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* FOOTER */

.footer-info div {
    margin-bottom: 20px;
}

.form-group-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px 20px;
}

.form-group-cont div {
    flex: 1 1 45%;
}

.form-group {}

form input {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fafafa;
    color: #fafafa !important;
    padding: 20px 20px 10px 5px;
    width: 95%
}

form textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fafafa;
    color: #fafafa !important;
    padding: 20px 20px 10px 5px;
    width: 95%
}

form input::placeholder {
    color: #f4f4f4 !important;
}

form textarea::placeholder {
    color: #f4f4f4 !important;
}

.balkavanoz {
    display: none;
}

.form-contact input {
    border-bottom: solid 1px #151515;
    color: #151515 !important;
}

.form-contact textarea {
    border-bottom: solid 1px #151515;
    color: #151515 !important;
    width: 98%
}

.form-contact input::placeholder {
    color: #151515 !important;
}

.form-contact textarea::placeholder {
    color: #151515 !important;
}

.balkavanoz {
    display: none;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #fefefe;
    align-items: baseline;
}

.footer-bottom div {}

.footer-lang-option {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    padding-left: 0;
    width: 200px;
    gap: 10px 1px;
}

.footer-lang-option li {}
.footer-info div a{
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    html {
        /* Change default typefaces here */
        font-family: 'Raleway', sans-serif;
        font-size: 100%;
        -webkit-font-smoothing: antialiased;
    }
    .width-1260 {
        max-width: 1080px;
        margin: auto;
        padding: 25px;
    }
    .width-1800 {
        max-width: 1600px;
        margin: auto;
        padding: 15px 25px;
    }
    .heading-shape-large {
        position: absolute;
        width: 20%;
        bottom: -150px;
        right: 50px;
        z-index: 2;
    }
    .content-shape-large {
        width: 50%;
        bottom: -100px;
        left: 50px;
        width: 20%;
    }
    h1 {
        font-size: 2.7rem;
    }
    .logo-header a img {
        width: 200px;
        
    }
    .menu > ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 1280px) {
    .width-1260 {
        max-width: 960px;
        margin: auto;
    }
    .width-1800 {
        max-width: 1600px;
        margin: auto;
    }
    .swiper-wrapper {
        margin-left: -300px;
        margin-bottom: 100px;
    }
    .shape-symbol {
        right: 0px;
        opacity: .3
    }
    .vier-symbol-large {
        width: 80% !important;
    }
    .heading-shape-small {
        position: absolute;
        top: 150px;
        left: -60px;
    }
}@media screen and (max-width: 1000px){
    html{
        overflow-x: hidden;
    }
     .swiper-wrapper {
    margin-left: -220px;
         
    
}
}

@media screen and (max-width: 900px) {
    .text-black-white-mobile{
     color: #151515;
}
    .section-row-flex {
        display: flex;
        flex-direction: column;
        gap: 60px 60px;
        align-items: center;
    }
    .section-row-flex-start {
        display: flex;
        flex-direction: column;
        gap: 60px 60px;
        align-items: flex-start;
    }
        .sticky-heading {
    position: -webkit-sticky;
    position: relative;
    top: 0px;
  
}
    .sticky-heading > div {
    padding: 0 0 0px 0;
}
    .shape-symbol {
        right: 0px;
        opacity: .3
    }
    .content-shape-large {
        width: 20%;
        bottom: -100px;
        left: auto;
        right: 20px;
    }
    .vier-symbol-large {
        width: 60% !important;
    }
     .swiper-wrapper {
    margin-left: -200px;
    
}
}

@media screen and (max-width: 650px) {
     html{
        overflow-x: hidden !important;
    }
    .width-1800 {
        max-width: 1600px;
        margin: auto;
        padding: 15px 0px;
    }
    h1 {
        font-size: 2.0rem;
        line-height: 1.5
    }
    h2 {
        font-size: 1.4rem;
        line-height: 1.4
    }h3 {
        font-size: 1.2rem;
        line-height: 1.3
    }
    p {
    margin-top: 1.3rem;
 
}
    .width-1260 {
        padding: 15px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .height-93 {
        min-height: 100%;
    }
     /* home mobil */
    .heading-shape-large {
        position: absolute;
        width: 20%;
        bottom: -10px;
        right: 15px;
        z-index: 2;
    }
    .full-screen-image {
        width: 100%;
        height: 30vh;
        object-fit: cover;
    }
    .btn {
        padding: 15px 30px;
    }
    .swiper-wrapper {
    margin-left: -0px;
    margin-bottom: 20px;
}
    .content-padding-100 {
    padding-top: 40px;
    padding-bottom: 40px;
        
}
    .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #fefefe;
    align-items: baseline;
}
    /* about mobil */
    
    .section-row-flex {
  gap: 30px 30px;
 
}
    .vertical-cards div {
    padding-bottom: 30px;
        
}
    .content-shape-large {
    width: 20%;
    bottom: -50px;
    left: auto;
    right: 5px;
}
    .section-row-flex-four {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 15px;
}
    .section-row-flex-four div {
    flex: 1 1 40%;
       
}
    .background-black-95 {
    background: linear-gradient(
90deg
, #151515 100%, #fff 0%);
}
    .section-row-flex-start {
    gap: 30px 30px;
}.section-row-flex-start-reverse {
    flex-direction: column-reverse;
}

    .padding-heading-mobil {
    padding-top: 60px;
}
    .margin-content-200 {
    margin: 50px 0 50px 0;
}
    .background-grey {
    background: linear-gradient(
270deg
, #f4f4f4 100%, #fff 0%);
}
    .section-row-flex {
   
    gap: 30px 30px;
    align-items: flex-start;
}
    /* services mobil */
    .heading-shape-large70 {
 bottom: 10px;
    right: 20px;
    width: 20%;
}
     .swiper-wrapper {
    margin-left: 0px;
         padding: 15px
    
}
}
