/* General */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,400&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: white;
    font-size: 15px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all .3s ease;
    color: #4ac4f3;
}

.img-fluid {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev i,
.owl-next i {
    color: white;
    font-size: 30px;
    background-color: #333;
    padding: 15px;
    transition: all .3s ease;
    border-radius: 3px;
}

.owl-prev i:hover,
.owl-next i:hover {
    color: white;
    background-color: #4ac4f3;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: white;
    text-decoration: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.sliderfix .owl-item {
    margin-bottom: 25px;
}

.sliderfix .owl-prev {
    left: -80px;
}

.sliderfix .owl-next {
    right: -80px;
}


/* fly alert */

.fly-alert {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

.alert-danger {
    background-color: #F44336;
}

.alert-success {
    background-color: #2ec4b6;
}

.alert {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #003399;
    z-index: 999;
    text-align: center;
}


.footer-sticky-bar a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}

.footer-sticky-bar a i {
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    font-size: 30px;
}

.fixed-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 999;
}

.header.fixed-header {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.p100{
    padding: 100px 0;
}

.p50{
    padding: 50px 0;
}

.button1 a {
    display: inline-block;
    background-color: white;
    padding: 15px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.button1 a:hover {
    background-color: #333;
    color: white;
}

.button2 {
    text-align: center;
}

.button2 a {
    display: inline-block;
    background-color: #333333;
    padding: 15px 35px;
    border-radius: 3px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.button2 a:hover {
    background-color: #4ac4f3;
}

.section-area {
    margin-bottom: 60px;
    text-align: center;
}

.section-area .section-title {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.lightbg {
    background-color: #F5F7FB;
}

.yes-skew {
    transform: skewY(-7deg);
}

.no-skew {
    transform: skewY(7deg);
}

/* header */

.header {
    background-color: white;
}

.header .row {
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.8px;
}

.logo a img {
    max-height: 40px;
    margin-right: 10px;
}

.logo a span {
    font-weight: 300;
    margin-left: 3px;
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%;
    font-size: 13px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 25px 0px;
    margin-left: 25px;
    transition: all 300ms ease;
    white-space: nowrap;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    padding: 0;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 99%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
    background: #ffffff;
    border: 0;
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}

.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 3px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-top: -45px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    list-style: none;
    background: #ffffff;
    border: 0;
    box-shadow: 0px 5px 20px 0px rgba(51, 51, 51, 0.2);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
}

.main-menu .navigation>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 99%;
    background-color: white;
}

/* hero */

.hero {
    height: 600px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero:before {
    background-color: #4ac4f3;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
}

.hero .col-md-5 {
    height: 600px;
    position: relative;
}

.hero .col-md-7 {
    height: 600px;
    position: relative;
}

.hero .text-abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.hero .text-abs .title {
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px;
}

.hero .text-abs .desc {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
}

.hero .pic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 50;
}

.hero-down {
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 20;
    height: 232px;
    width: 70%;
}

/* sector */

.sector-box {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 50px 30px;
    font-weight: 600;
    background-color: #f5f5f5;
    font-size: 24px;
}

.sector-box:hover {
    background-color: #333;
}

.sector-box:hover a {
    color: white;
}

.sector-box .icon {
    font-size: 35px;
}

.sector-box:hover .icon {
    color: white;
}

/* popular sites */

.site-box {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    display: block;
}

.site-box .title {
    border-top: solid 1px #4ac4f3;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
}
.site-box .title a span {
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
}

.site-box .picture{
    transition: all .3s ease;
}

.site-box .picture:hover {
opacity: 0.8;
}

/* specifications */

.specifications .title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.specifications .front-end {
    text-align: right;
    padding-right: 30px;
}

.specifications .back-end {
    padding-left: 30px;
}

.specifications .item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.specifications .front-end .item {
    justify-content: flex-end;
}

.specifications .item i {
    color: #4ac4f3;
    font-size: 30px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.specifications .front-end .item i {
    margin-left: 10px;
}

.specifications .back-end .item i {
    margin-right: 10px;
}

/* faq */

.faq .area {
    align-items: center;
}

.accordion .sss-title.collapsed:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f0ab";
    margin-right: 3px;
}

.accordion .sss-title:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f0aa";
    margin-right: 3px;
}

.accordion .card {
    margin-bottom: 20px;
    border: none;
}

.accordion .card-header {
    background-color: white;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #f2f2f2;
}

.accordion .card-body {
    padding: 10px;
    line-height: 26px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
    border: 1px solid #f2f2f2;
}

/* footer */

.footer {
    padding: 10px 0;
    background-color: #333;
    color: white;
    text-align: center;
    font-size: 14px;
}

.footer a {
    color: white;
}

.footer a:hover {
    opacity: 0.7;
}

/* bread */

.bread1 {
    padding: 10px 0;
    background-color: #333;
    color: white;
}

.bread1 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.bread1 ul li {
    position: relative;
}

.bread1 ul li:after {
    content: '>';
    margin-right: 5px;
}

.bread1 ul li:last-child:after {
    content: '';
}

.bread1 a {
    color: white;
}

.bread1 a:hover {
    opacity: 0.7;
}

/* text area */

.text-area img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 700;
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 7px;
}


@media only screen and (min-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

}

@media only screen and (max-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;

    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #333;
        width: 75%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: #b5bbc2;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #333;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: white;
        color: white;
    }

    .mobile-nav-menu ul li a {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav-login a {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #b5bbc2;
        padding-left: 25px;
        padding-bottom: 20px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-login a svg {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 40px;
    }

    .fly-alert {
        top: 30px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        text-align: center;
    }

    .sliderfix .owl-prev {
        left: 0px;
    }
    
    .sliderfix .owl-next {
        right: 0px;
    }

    .section-area .section-title {
        font-size: 22px;
    }

    .p100 {
        padding: 50px 0;
    }

    /* header */
    
    .header {
        display: none;
    }

    /* hero */

    .hero {
        height: auto;
    }
    
    .hero .col-md-5 {
        height: auto;
    }
    
    .hero .col-md-7 {
        height: auto;
    }
    
    .hero .text-abs {
        position: relative;
        transform: none;
        margin-top: 40px;
        text-align: center;
    }

    .hero .text-abs .title {
        font-size: 30px;
        line-height: 35px;
    }

    .hero .text-abs .desc {
        font-size: 15px;
    }
    
    .hero .pic {
        position: relative;
        transform: none;
        margin-top: 40px;
    }

    /* specifications */

    .specifications .front-end {
        padding-right: 0;
        text-align: left;
    }

    .specifications .front-end .item {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .specifications .front-end .item i {
        margin-left: 0;
    }

    .specifications .back-end {
        padding-left: 0;
        margin-top: 15px;
    }


}

.site-box .picture {
    width: 100%;
    height: 306px;
    background-size: cover;
    background-position: top;
    transition: ease-in-out 3s;
}

.site-box:hover .picture {
    background-position: bottom;
}

.creative img{
    margin-bottom: 20px;
}
/* BS5 xxl (1400+) container max-width override - BS4 parite (eski site max-width: 1140) */
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* native @keyframes - animate.css yerine (mobile-nav soldan açılış/kapanış) */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
