@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@300;400;600;700&amp;display=swap");

:root {
    --blue: #02a4f2;
    --dark-blue: #1164b1;
    --dark: #041a3a;
    --white: #fff;
}

.bg-gradient {
    background: linear-gradient(to right, var(--dark-blue), var(--blue)) !important;
}
.bg-dark {
    background: var(--dark) !important;
}
.bg-dark-blue {
    background: var(--dark-blue) !important;
}

.text-blue {
    color: var(--blue) !important;
}
.text-dark {
    color: var(--dark) !important;
}

.btn {
    font-size: 1.124em;
}
.btn-primary {
    background: var(--blue);
    border: 1px solid var(--blue);
}
.btn-primary:hover,
.btn-primary:active {
    background: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}
.btn-light:hover {
    background-color: lightgray;
    border-color: lightgray;
}
.btn-outline-secondary {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
    background: var(--white);
    color: var(--dark);
}

* {
    font-family: "Blinker", sans-serif;
}
i {
    font-size: 1.1em;
    color: var(--white);
    opacity: 0.7;
    margin: 0 0.8rem;
}
i:hover {
    opacity: 1;
}
a {
    text-decoration: none;
}
h2 {
    font-weight: 600;
    font-size: 2.125em;
    line-height: 41px;
    text-align: center;
}
h3 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 23px;
}

#copyright {
    margin: 0 !important;
}

/*================================== HEADER ==================================*/
header {
    padding-top: 86px;
}

nav {
    min-height: 86px;
}
nav p {
    margin: 0 0.5rem;
    width: max-content;
}
nav a {
    font-size: 1em;
    font-weight: 400;
    margin-right: 0rem;
    border-bottom: 2px solid transparent;
}
#pages a:hover,
#pages a:active {
    border-bottom: 2px solid var(--white);
}

.login-button.active,
.register-button.active {
    border: 1px solid #fff !important;
    border-radius: 5px;
}

.languages {
    display: flex;
    order: 1;
}
.language {
    margin-right: 0.5em;
    padding: 8px 0 !important;
}
.navbar .navbar-toggler {
    box-shadow: none;
}
#pages {
    margin-right: 4rem;
}
#login {
    margin-right: 4rem;
}
#login .nav-link {
    margin: 0 0rem;
}

#logo {
    border: none !important;
}

#header-main {
    background: url("../images/main-background.jpg") top/cover;
    min-height: 519px;
    margin-top: calc();
}
.layer {
    background: #041a3add;
    min-height: 519px !important;
}

#person-1 {
    margin-top: 48px !important;
    position: absolute;
}

.h1-1 {
    font-weight: bold;
    font-size: 2.817em;
    line-height: 54px;
}
.h1-2 {
    font-weight: bold;
    font-size: 4.382em;
    line-height: 84px;
}
.icon-text p {
    margin-top: 12px;
    font-weight: 600;
    font-size: 1.05em;
    line-height: 20px;
}

#icons {
    margin-left: -20px;
}

.row > div {
    padding: 0 1em;
}

.primary-buttons {
    margin-top: 1rem !important;
}

.header-paragraph-mini {
    max-width: 480px;
    margin-top: 19.22px;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 300;
    opacity: 0.6;
    margin: 1rem 0;
    order: -1;
}
.header-phone {
    margin-top: 2px !important;
    font-weight: 600;
    font-size: 22.5px;
    line-height: 27px;
}
.header-main-texts {
    max-height: 519px;
}

/*================================== HEADER ==================================*/

/*================================== IMKANLARIMIZ ==================================*/
#imkanlarimiz .container > div {
    margin-top: 6rem;
}

#imkanlarimiz .row .col {
    margin-bottom: 1.5rem;
}

#imkanlarimiz .row .col div {
    width: 287.5px;
}

#imkanlarimiz .row .col div div {
    width: 244.5px;
}

.sec-1-icon {
    height: fit-content;
    margin-right: 1rem;
}

#imkanlarimiz p {
    font-weight: 300;
    font-size: 0.875em;
    line-height: 146%;
    text-align: start;
}

#imkanlarimiz hr {
    margin: 0;
}

#carousel-1 p {
    text-align: justify;
    font-size: 0.875em;
}
/*================================== IMKANLARIMIZ ==================================*/

/*================================== XUSUSI OZELLIKLER ==================================*/
#ozellikler {
    min-height: 545px;
}

#ozellikler h3 {
    line-height: 25px;
}

#ozellikler p {
    font-weight: 300;
    font-size: 0.875em;
    line-height: 18px;
    color: #f2f3f4;
}

hr {
    background: #bdbdbd;
    opacity: 1;
}

.col-img {
    height: fit-content;
    margin-right: 1rem;
}

#person-2 {
    width: max-content;
    position: absolute;
    top: 33px;
    right: -45px;
}
/*================================== XUSUSI OZELLIKLER ==================================*/

/*================================== BİZNESLER ==================================*/
.pt-7 {
    padding-top: 7rem;
}
.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box {
    width: 300px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid var(--dark-blue);
    margin: 20px;
}
.box:hover {
    transition: all 400ms;
    cursor: pointer;
    background-color: var(--dark-blue);
}
.box:hover .default {
    display: none;
}
.box:hover .hover {
    display: flex !important;
}
.box img {
    height: 140px;
}
.box .text {
    font-size: 24px;
    /* line-height: 12px; */
    color: var(--dark-blue);
    font-weight: 600;
}
.box .default,
.box .hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.hover .price {
    font-weight: 600;
    font-size: 1.6em;
}
/* .hover li:hover {
    transition: all 350ms;
    transform: translate(10px);
    text-decoration: underline;
} */
/*================================== BİZNESLER ==================================*/

/*================================== PROQRAMLAR ==================================*/
#pos img {
    /* height: 400px; */
    max-height: 400px;
    max-width: 500px;
}
#mobile img {
    /* height: 450px; */
    max-height: 400px;
    max-width: 500px;
}

#mobile p {
    font-size: 21px !important;
}
#pos li {
    font-size: 19px !important;
}
/*================================== PROQRAMLAR ==================================*/

/*================================== MUSTERILERIMIZ ==================================*/
#musterilerimiz {
    min-height: 1080px;
    background-image: url("../images/section-3-background.jpg");
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center;
}

#musterilerimiz h2,
#carousel h2 {
    margin-top: 4.3rem;
}

#musterilerimiz img,
#carousel-2 .carousel-item img {
    width: 216px;
    padding: 16px;
    border-radius: 50%;
    border: 2px dashed rgba(0, 0, 0, 0.3);
}

.customer {
    width: 216px;
}

.customer h4,
#carousel-1 .carousel-item h4,
#carousel-2 .carousel-item h4 {
    font-weight: 600;
    font-size: 1.375em;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 1rem;
}

#carousel-1 .carousel-item,
#carousel-2 .carousel-item {
    padding: 2rem;
    padding-bottom: 3rem;
}

#section-3-mini-background {
    width: 100%;
    margin-top: 2rem;
}

.carousel-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: var(--dark) !important;
    margin: 0 0.3rem !important;
}

.carousel-control-prev,
.carousel-control-next {
    margin: 1rem;
}

.owl-item {
    display: flex;
    justify-content: center;
}
/*================================== MUSTERILERIMIZ ==================================*/

/*================================== PRICE ==================================*/
#price {
    min-height: 420px;
}
#price .row {
    min-height: 390px;
}
#price .row div {
    padding: 0;
}
#price hr {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid var(--dark);
    opacity: 0.7;
}
#packages-slider > div > div > button {
    padding: 0 !important;
}
.price-package {
    height: 715px;
    width: 370px !important;
    transition: height 0.3s;
    margin: auto;
}
.price-package-active {
    height: 360px;
    box-shadow: 0 0 5px #fff;
}
.manat-icon {
    font-size: 2em;
    color: var(--dark);
    opacity: 0.7;
}
.package-price {
    font-size: 3em;
    margin: 0;
}
.package-month-price,
.price-month {
    opacity: 0.8;
}
.price-text {
    font-size: 1.5em;
    color: var(--dark);
    opacity: 0.7;
}
.price-text sub {
    bottom: -1.5em;
    margin-left: 0.4rem;
}
.package-name {
    font-size: 2em;
    font-weight: 600;
}
.price-mini-header {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    word-spacing: 3px;
}
.about-package {
    font-size: 1.2em;
    font-weight: 600;
}
.buy-package {
    font-size: 1em;
    position: absolute;
    bottom: 20px;
}
.red-star {
    color: red;
}
.white-dot {
    width: 10px;
    height: 10px;
}
.popular {
    border: 5px solid red;
}
/*================================== PRICE ==================================*/

/*================================== FOOTER ==================================*/
footer {
    min-height: 358.76px;
}

footer i {
    opacity: 1;
}

footer p {
    font-weight: normal;
    font-size: 1.25em;
    line-height: 24px;
}

footer .footer-phone {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 48px;
}

footer .mail {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 29px;
}

#copyright {
    font-weight: normal;
    font-size: 0.875em;
    line-height: 17px;
}

input {
    margin: 0 1rem 0 0 !important;
    max-width: 337px !important;
    width: 100% !important;
}

.contact {
    order: 0 !important;
    height: calc(100% - 3rem) !important;
}

.form {
    margin-bottom: 5rem;
}

form button {
    width: 145px !important;
}

.footer-cr {
    order: 0 !important;
}

/*================================== FOOTER ==================================*/

/* #ask-question {
    width: 70px;
    height: 70px;
    border-radius: 50%;
} */
.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.whatsapp-float svg {
    width: 38px;
    height: 38px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25d366;
    opacity: 0.7;
    z-index: -1;
    animation: animate-pulse 2s infinite;
}

@keyframes animate-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
/* #onlineSupportContainer {
    height: 487px !important;
    width: 348px !important;
    position: fixed;
    right: 10px;
    bottom: 95px;
    transition: all 400ms;
    z-index: 10;
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #person-1 {
        display: none;
    }
    /* #musterilerimiz { display: none } */
    #imkanlarimiz {
        display: none;
    }
    #musterilerimiz {
        background: url("../images/section-3-mini-background.jpg") bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #musterilerimiz h2 {
        margin: 2rem 0 1.5rem !important;
        font-size: 1.5em;
        line-height: 26px;
    }
    .owl-stage {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .owl-carousel {
        margin-bottom: 21rem !important;
    }
    .owl-carousel-0 {
        margin-bottom: 0 !important;
    }
    .owl-carousel br {
        display: none !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* #musterilerimiz { display: none } */
    #imkanlarimiz {
        display: none;
    }
    #person-1 {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #carousel-1 {
        display: block;
    }
    #carousel-2 {
        display: block;
    }
    #person-2 {
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #person-1 {
        right: -15px;
        display: block;
    }
    #carousel-1 {
        display: none;
    }
    #imkanlarimiz {
        display: block;
    }
    #carousel-2 {
        display: none;
    }
    /* #musterilerimiz { display: block } */
    #person-2 {
        display: none !important;
    }
    #phone,
    #send {
        margin-top: 1rem !important;
    }
    #pages .nav-link {
        margin: 0 1rem;
    }
}

@media only screen and (max-width: 992px) {
    #header-main {
        min-height: 362px;
    }

    .h1-1 {
        font-size: 27.5217px;
        line-height: 33px;
    }
    .h1-2 {
        font-size: 42.8115px;
        line-height: 51px;
    }

    #_1 {
        display: none;
    }

    .main-text {
        justify-content: center;
        order: -1;
    }
    .main-text div {
        margin: 0 !important;
        text-align: center;
    }

    .header-phone {
        display: none;
    }
    .header-main-texts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-social {
        margin-bottom: 0.5rem;
    }
    .header-paragraph-mini {
        text-align: center;
    }

    #icons {
        width: 100%;
        margin: 0;
    }

    .primary-buttons {
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    #logo img {
        height: 1.375em;
    }
    #header-social {
        margin-bottom: 0.5rem;
    }

    nav {
        min-height: 36px;
    }

    header {
        padding-top: 55px;
    }

    .navbar-toggler {
        order: -2;
    }

    #carousel-2-header {
        margin: 0;
        margin-top: 2rem;
        font-size: 1.5em;
        line-height: 26px;
    }

    #carousel-1-header {
        margin: 1rem 0 !important;
        font-size: 1.5em;
        line-height: 26px;
    }

    #carousel-1 .carousel-item {
        padding: 1rem 2rem 3rem;
    }
    #carousel-1 h3 {
        margin: 1rem 0;
    }
    .carousel-image {
        width: 67px;
    }

    #carousel-1 .carousel-control-next,
    #carousel-1 .carousel-control-prev {
        align-items: flex-start;
        top: 30px;
    }

    #carousel-1 .carousel-inner {
        min-height: 411.2px;
    }

    #ozellikler h2 {
        margin: 2rem !important;
        font-size: 1.5em;
    }
    #ozellikler .row {
        margin: 0 !important;
        padding: 0 0.2rem;
    }

    .flex-card {
        flex-direction: column;
        text-align: center;
    }
    .flex-card h3 {
        margin: 1rem 0;
    }
    .flex-card img {
        height: 65px;
        margin: 0;
    }
    .flex-card br {
        display: none;
    }
    .flex-card hr {
        display: block !important;
        margin: 0 0 2.5rem;
    }

    #price #dark-line {
        height: 20px;
        width: 100%;
    }
    #price .col-main {
        flex-direction: column;
    }
    #price .main-icon-text {
        justify-content: center;
        text-align: center;
    }
    #price .icons .row {
        margin: 0;
    }
    #price .icons .row div {
        align-items: center;
    }
    #price .package-main-texts {
        text-align: center;
    }
    #price .about-package p {
        font-size: 1em;
    }
    #price .personal-package {
        font-size: 0.75em;
        margin: 0.5rem;
    }

    #footer-mail-phone {
        flex-direction: column;
    }
    footer .footer-phone {
        font-size: 1.375em;
        line-height: 26px;
        margin: 0.5em 0 !important;
    }
    footer .mail {
        font-size: 1em;
        line-height: 19px;
    }

    form {
        flex-direction: column;
        align-items: center !important;
    }
    form input {
        margin: 0 0 1rem !important;
    }
    .form {
        margin: 0 !important;
    }
    .form p {
        font-size: 1em;
        line-height: 19px;
        text-align: center;
    }
    .form p br {
        display: none;
    }

    #copyright {
        text-align: center;
        margin: 1rem 0 !important;
    }

    .footer-contact-icons div {
        justify-content: center !important;
    }

    .footer-cr {
        flex-direction: column-reverse;
        order: 2 !important;
    }

    .contact {
        order: 1 !important;
        flex-direction: column-reverse;
        margin: 2rem 0 3rem !important;
    }
    .contact div {
        text-align: center;
    }

    footer .container {
        padding-top: 2rem !important;
    }

    #person-2 {
        position: unset;
        margin-bottom: -65px;
        right: 0;
        max-width: 300px;
    }

    #carousel-2 {
        padding-top: 2rem;
    }

    #ozellikler .container .row {
        justify-content: center !important;
    }

    .col-img {
        width: unset;
    }

    .languages {
        order: 0;
    }

    .img-box,
    .img-box img {
        display: none !important;
    }
    .pos > div,
    .mobile > div {
        justify-content: center !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #person-1 {
        right: 95px;
    }
    #person-2 {
        display: block !important;
    }
    #send {
        margin-top: 1rem;
    }
    #phone {
        margin: 0 1rem 0 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    #ozellikler .row {
        margin: 0 3rem;
    }
    .single-col {
        justify-content: end;
    }
}

@media only screen and (min-width: 1400px) {
    #send {
        margin: 0 !important;
    }
}
