/*==== global   =====*/
body {
    overflow-x: hidden;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}
html {
    scroll-behavior: smooth;
}
.grecaptcha-badge{
    display: none;
}
.vertical-center {
    display: block;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.invalid-email{
    color: red;
    display: none;
    float: left;
    font-size: 12px;
}
.form-control:focus{
    border-color: 0px !important;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
}
.form-control{
    -webkit-box-shadow: 0px !important;
    box-shadow: inset 0 1px 0px rgb(0 0 0 / 0%) !important;
    border: 0px !important;
    border-bottom: 1px solid #ededed !important;
    -webkit-box-shadow:0px !important;
    box-shadow:0px !important;
    -webkit-transition: 0px !important;
    -o-transition: 0px !important;

}
.youtube:hover{
    cursor:pointer;
}
.show-for-mobile{
    display: none;
}

.footer-landing-form .iti {
    width: 31%;
    background: transparent;
    height: 40px;
    color: white;
    display: inline-block !important;
    margin: 8px;
    border: 0px;
    border-bottom: 1px solid #fff;
}
#phone2::placeholder{
    color: #001689 !important;
    font-size: 14px;
}
#phone::placeholder{
    color: #001689 !important;
    font-size: 14px;
}
.error-msg{
    float: left;
    margin: 4px 0px 4px 10px;
    font-size: 12px;
    color: red;
}
#error-msg2{
    text-align: center !important;
    width: 100% !important;
}
.current-slide-img{
    border:1px solid #DEE3FF;
    width: 180px !important;
    height: 174px;
    border-radius: 8px;
    object-fit: none;
}
.img-slide{
    border:1px solid #DEE3FF;
    width: 100px !important;
    height: 130px;
    border-radius: 8px;
    object-fit: none;
}
/*===== header ======*/
@media screen and (min-width: 449px) {
    .landing-header {
        width: 100%;
        height: 750px;
    }

    .landing-header-content {
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 3;
        margin-top: -7px;
        position: absolute;
        background-size: cover;
        background-position: center;
        background-image: url('../img/deneme.png');

    }

    .landing-header-content2 {
        width: 100%;
        position: absolute;
        height: 412px;
        z-index: 0;
        margin-top: -88px;
        background-size: cover;
        background-position: center;
        background-image: url(../img/alt.png);
    }
}


.slogan{
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
.slogan .slogan-text{
    font-weight: 500;
    font-size: 34px;
    margin: 0px;
    padding: 0px;
}
.slogan-text1{
    font-size: 23px !important;
}
.slogan-text2{
    font-size: 30px !important;
}
.slogan-text3{
    font-size: 25px !important;
}
.header-container {
    width: 100%;
    position: absolute;
    top: 0;
    color: white;
    font-size: 14px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.header-container .phone {
    text-align: left;
    width: 16%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 25px;
    padding: 10px;
    margin-right: 50px;
}
.header-container .phone a{
    color: white;
}

.header-container .logo {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    left: -50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.logo img {
    width: 65%;
    margin-bottom:15px;
}
.logo .head-img {
    width: 75%;
    margin-bottom:15px;
}

.header-container .social-media {
    display: inline-block;
    text-align: right;
    width: 20%;
    padding-right: 30px;
}
.social-media:hover{
    cursor: pointer;
}

.landing-header-content2 {
    width: 100%;
    position: absolute;
    height: 412px;
    z-index: 0;
    margin-top: -88px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/alt.png);

}

.landing-header-content {
    width: 100%;
    height: 895px;
    top: 0;
    position: absolute;
    z-index: 3;
    margin-top: -7px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg-fairs.png);
}

.landing-form {
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.landing-form h2 {
    margin-top: 10px;
    color: #001689;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.form-desc {
    font-size: 13px;
    margin-bottom: 30px;
}

.landing-form-decoration {
    width: 530px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: -16px;
    border-radius: 15px;
    background: #ffffff47;
    height: 95%;
    z-index: 5;
}

.landing-form-container {
    width: 100%;
    height: 550px;
    top: 270px;
    position: absolute;
    z-index: 10;
}

.landing-form-container .landing-form {
    width: 400px;
    right: 80px;
    margin: auto;
    position: absolute;
    border-radius: 15px;
    background: white;
    height: 85%;
    z-index: 7;
}
.form-logo{
    position: absolute;
    top: -28%;
    left: 26%;
}
.video-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap:25px;
    text-align: center;
}
.video-button{
    background-color: #0840BB;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    padding: 10px;
    width: 23%;
    height: 65px;
    box-shadow: -1px 3px 16px 0px #95b3ec;
}
.video-button:hover{
    color: white;
    text-decoration: none !important;
    cursor: pointer;
}
.video-container span{
    color: #444F95;
    font-size: 25px;
    font-weight: 600;
    font-family: Montserrat;
}
.img-content{
    width: 400px;

}
.img-text-right{
    color: white;
    font-weight: 500;
    transform: rotate(-7deg);

}
.img-text-left{
    color: white;
    transform: rotate(7deg);
    font-weight: 500;

}
.landing-form .form-input {
    width: 100%;
    border: 0px;
    height: 40px;
    padding: 10px 10px 2px 10px;
    outline: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.landing-form .form-input::placeholder {
    color: #001689;
    font-size: 14px;
}
.landing-form .form-select::placeholder {
    color: #001689;
    font-size: 14px;
}

.landing-form .form-button {
    width: 100%;
    background-color: white;
    border: none;
    border-radius: 25px;
    color: #001689;
    height: 45px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-form .form-select {
    -webkit-appearance: initial;
    width: 100%;
    height: 35px;
    border: 0px;
    background: transparent;
    padding: 10px 10px 2px 10px;
    outline: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    opacity: 80%;
    color: #001689;
}

/*mobile*/

/*===== body ======*/

.landing-body {
    width: 100%;
    margin-top: 130px;
    z-index: 10;
    line-height: 25px;
}
.share-icon{
    position: absolute;
    right: 35px;
    /*margin-top: 5px;*/
    /*display: none;*/
}
.solutions-container{
    background: url(../img/services-bg.png);
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.comments-container{
    background: url(../img/comments-bg.png);
    height: auto;
}
.comments-container .title{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 90%;
    margin-top: -70px;
}
.comments-container .title span{
    font-size: 16px;
}
.comments-container .title h2{
    font-size: 40px;
    font-weight: bold;
}
.comments-logo{
    width: 27%;
    height: 30%;
}
.item-comment{
    height: 400px;
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
    justify-content: center;
    width: 80%;
    display: flex;
    box-shadow: -20px 20px 50px -12px rgb(0 0 0 / 25%);
}
#owl-carousel3 .owl-stage-outer{
    padding-left: 42px;
    padding-bottom: 50px;
}
#owl-carousel3 .owl-carousel{
    padding-left: 30px;
}

.comment-text{
    color: #9B9FB5;
    padding: 30px 20px 20px 20px;
    float: right;
    width: 100%;
    font-weight: 400;
    height: 320px;
    display: inline-block;
}
.owl-comment{
    margin-top: 30px;
    padding: 0 100px;
}
.comment-img{
    display: flex;
    gap: 20px;
    padding: 20px;
}
.adventages-container{
    background: url(../img/services-bg.png);
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}
.solutions-detail-info{
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}
.solutions-detail-info a{
    border-radius: 30px;
    color: #8F9DEB;
    background-color: white;
    border: 0.5px solid;
    box-shadow: 3px 3px 8px #cfd6fc;
    width: 250px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solutions-container .title-cont{
    display: flex;
    flex-direction: column;
    text-align: end;
    color:#1E1C24;
    gap:15px;
    padding-right: 30px
}
.solutions-container .title-cont .title {
    font-size: 30px;
    font-weight: bold;
}
.solutions-container .title-cont .cont {
    font-size: 18px;
    opacity: 0.6;
}
.adventages-detail-info{
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    margin-top: 30px;
}
.adventages-detail-info a{
    border-radius: 30px;
    color: #8F9DEB;
    background-color: white;
    border: 0.5px solid;
    box-shadow: 3px 3px 8px #cfd6fc;
    width: 250px;
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adventages-container .title-cont {
    display: flex;
    flex-direction: column;
    text-align: start;
    color:#1E1C24;
    gap:15px;
    padding-left: 30px;
}
.adventages-container .title-cont .title {
    font-size: 30px;
    font-weight: bold;
}
.adventages-container .title-cont .cont {
    font-size: 18px;
    opacity: 0.6;
}
.adventages-container .cards{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 18px;
    gap: 30px;
}
.adventages-container .cards .card{
    background: #001689 center no-repeat;
    display: flex;justify-content: center;
    align-items: center;
    width: 320px;
    height: 200px;
    border-radius: 14px;
    flex-direction:column;
    gap:20px;
}
.adventages-container .cards .sub-title{
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 1.7rem 3rem;
}
.adventages-container .cards .sub-title span{
    color:#001689;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    max-width: 240px;
    text-transform: uppercase;
}
.adventages-container .cards .card .card-bg-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adventages-container .cards .card .card-bg-img .card-img{
    width: 200px;
    height: 150px;
    margin-top: 25px;
    background-size: cover;
}
.landing-body .landing-fuar-info {
    position: relative;
    width: 60%;
    text-align: center;
    margin: auto;
}
.blog-container{
    width: 95%;
    padding: 0 15px;
    margin: auto;
}
.blog-container h2{
    font-size: 50px;
}
.blog-container p{
    font-size: 16px;
}

.landing-body .features {
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.features .card-img {
    background: #f7f8fa !important;
    display: flex;
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: auto;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.features .landing-row {
    width: calc(80% - 40px);
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 10px;
}

.features-cloumn:hover {
    cursor: pointer;
}

.features-cloumn img {
    width: 35px;
}

.features-cloumn p {
    line-height: 12px;
}

.features-cloumn {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
    border: 1px solid #f1f2f5;
    border-radius: 12px;
}

.intro {
    margin-top: 50px !important;
    font-size: 17px;
}
.mobile-form{
    display: none;
}
.desktop-form{
    display: unset;
}
.features h4 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 1.27em;
    color: #232E46;
    font-weight: 800;
}

.features h4 {
    color: #0062A3;
}

.features p {
    font-size: 14px;
    color: #606A77;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.3em;
}
#owl-carousel2 .owl-dots{
    margin-top: 10px;
}
.img-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    height: 200px;
}
.fuar-pictue{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fuar-pictue .title{
    font-size: 40px;
    text-align: start;
}
.fuar-pictue .desc{
    font-size: 18px;
}
@media( min-width: 600px){
    #owl-carousel2 .owl-nav{
        position: absolute;
        width: 108%;
        display: flex;
        justify-content: space-between;
        margin-top: -129px;
        margin-left: -46px;
    }
}

.fuar-container {
    text-align: center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-group1, .img-group2{
    padding: 0px 70px 0px 70px;

}
.img-group2{
    margin-top: 10px;
}

.img-group2 .fuar-pictue {
    display: inline-block;
    width: 28%;
}

.img-group1 .fuar-pictue {
    display: inline-block;
    width: 33%;
}

.fuar-pictue img {
    width: 100%;
}


.introduction {
    margin-top: 6rem;
}

.introduction p.intro {
    padding: 1rem 6rem;
    text-align: center;
    font-size: 18px;
}

.introduction span {
    font-weight: bold;
}

.introduction p.description {
    padding: 2rem 20rem;
    text-align: center;
    font-size: 18px;
}

.social-media i {
    color: #fff;
    font-size: 18px;
    padding: 4px;
}

.contact p {
    font-size: 16px;
    color: #fff;
}

.formu form input[type=text]:focus {
    box-shadow: 0 1px 0 0 #00F !important;
    content: '';

    background: #fff !important;
    transition: all 5s linear;
    width: 0%;
    bottom: -3px;
}

.fuar-pictures img {
    border-radius: 20px;
    border: 1px solid #A9CADE;
    width: 100%;
}

.fuar-pictures h4 {
    font-weight: bold;
}


.item {
    height: 300px;
    /*height: auto;*/
    border-radius: 6rem;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    justify-content: center;
}

.item h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    color: #333;
    display: inline-block;
}

.owl-theme .item img {
    width: 100%;
    max-width: 100%;
    float: left;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
}

.owl-theme .item p {
    font-size: 14px;
    line-height: 18px;
    color: #948B9A;

}

.blog-slide .owl-carousel.owl-drag .owl-item {
    margin-right: 12px;
}

.owl-item .slide {
    border-radius: 60px;
}

.ico {
    padding: 18px 24px 15px 28px;
    margin-top: 10px;
}

.owl-carousel {
    margin-top: 30px;
}
@media (min-width: 600px) {
    .blog .owl-nav {
        position: absolute;
        width: 106%;
        display: flex;
        justify-content: space-between;
        margin-top: -144px;
        margin-left: -46px;
    }
}

.blog .owl-dots {
    margin-top: 20px;
}

.ico button {
    border: none;
    background-color: #fff;
    color: #948B9A;
    font-size: 12px;
    font-weight: bold;
}

.ico span {
    color: #948B9A;
    font-size: 12px;
}

.ico i {
    float: right;
    color: #948B9A;
    font-size: 18px;
    margin-top: 6px;
}
.text-center{
    font-weight: bold;
    font-size: 20px;
}


.widget-address {
    color: #fff;
}

.widget-contact {
    color: #fff;
    text-align: center;
}

.widget-social {
    color: #fff;
    text-align: center;
}

.widget-social i {
    color: #fff;
    padding: 5px;
}

.features .chat {
    border: 2px solid #eee;
    border-radius: 10px;
}

.features .chat img {
    padding: 0.2rem 5.5rem;
}

.features .chat h4 {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #0C69A7;
}

.features .chat p {
    text-align: center;
    color: #606A77;
}

.blog {
    margin-top: 50px;
}

.fuar-pictures {
    margin-top: 20px;
}

.footer .widgets {
    margin-top: -15rem;
}

.landing-fuar-blog {
    margin: 30px 0;
}

.slide p {
    /*background: white;*/
    /*border-radius: 50px;*/
    padding: 1.7rem 3rem;
    text-align: center;
    /*max-height: 60px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #444F95;
}

.item .landing-row {
    width: 100%;
    height: 100px;
}

.blog-text {
    float: right;
    width: 100%;
    font-weight: 400;
    display: inline-block;
}

.blog-img {
    width: 100%;
    display: inline-block;
    float: left;
}


/*===== footer ======*/

.landing-footer {
    width: 100%;
    background-color: #eef6fc;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    /*z-index: 50;*/
    height: 350px;
    font-family: 'Montserrat', sans-serif;
}

.footer-top-content {
    margin-top: 160px;
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.footer-top-content h2 {
    font-weight: 700;
}

.form-row-1,
.form-row-2,
.form-row-3 {
    text-align: center;
    width: 80%;
    position: relative;
    margin: auto;
}

.form-row-1 .footer-form-input::placeholder,
.form-row-2 .footer-form-input::placeholder,
.form-row-3 .footer-form-input::placeholder {
    color: white;
}

.form-row-1 .footer-form-input:focus,
.form-row-2 .footer-form-input:focus,
.form-row-2 .footer-form-select:focus,
.form-row-3 .footer-form-input:focus {

    outline: 0px;
}

.form-row-1 .footer-form-input,
.form-row-2 .footer-form-input,
.form-row-2 .footer-form-select {
    width: 31%;
    background: transparent;
    height: 45px;
    color: white;
    margin: 8px;
    border: 0px;
    border-bottom: 1px solid #fff;
    opacity: 80%;
    -webkit-appearance: initial;
}

.form-row-3 .footer-form-input {
    width: 45%;
    background: transparent;
    height: 45px;
    color: white;
    margin: 8px;
    border: 0px;
    border-bottom: 1px solid #fff;
    opacity: 80%;
}
.sent-btn:hover{
    cursor: pointer;
}
.form-row-3 .footer-form-button {
    width: 21%;
    margin-top: 20px;
    color: #0063B7;
    font-weight: 700;
    height: 45px;
    border: 0px;
    border-radius: 30px;

}

.footer-info {
    color: white;
    font-size: 14px;
}

.social-media-icon {
    margin: 5px;
    border: 1px solid white;
    border-radius: 50%;
    background: white;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-footer{
    display: none;
}
.fair-area-mobile{
    display: none;
}
.fair-area-desktop{
    display: block;
    margin-top: 35px;
}
.header-container .phone a{
    line-height: 21px;
    height: 21px;
    margin-left: 28px;
}
.mobile-adventages{
    display: none;
}
.desktop-adventages{
    display: unset;
}
.desktop-footer{
    display: flex;
    flex-direction: column;
}
.logo-cont{
    width: 50%;
}
.desktop-logo{
    position:relative;
    left: -30px;
    width: 60%;
}
.desktop-footer .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.social-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.detail-text{
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap:10px;
}
.desktop-footer-button-content{
    width: 100%;
    position: relative;
    right: 70px;
    justify-content: center;
    display: flex;
}
.footer-phone{
    display: flex;
    border: 1px solid white;
    border-radius: 30px;
    padding: 6px 0;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.desktop-footer-button{
    background-color: white;
    border: none;
    border-radius: 25px;
    color: #001689;
    width: 24%;
    height: 45px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-text .title{
    font-size: 24px;
    font-weight: bold;
    text-align: end;
}
.detail-text .content{
    font-size: 18px;
    font-weight: normal;
    text-align: end;
}
.text-content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    gap:10px;
}

#carousel-solutions .owl-nav{
    display: none;
}
#carousel-adventages .owl-nav{
    display: none;
}
#carousel-adventages .owl-item{
    display: flex;
    justify-content: center;
    align-items: center;
}
.copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 20px;
}
.right-img{
    width: 720px;
    height: 700px;
    object-fit: cover;
}
.landing-fuar-area{
    margin-top: 30px;
    background: url('../img/fuar-bg.png');

}
#owl-carousel2 .owl-nav svg {
    fill: #444F95 !important;
}
#owl-carousel2 .owl-prev{
    display: none;
}
#owl-carousel2 .owl-dots{
    display: none;
}
#owl-carousel2 .owl-next{
    position: absolute;
    right: 400px;
    top: -90px;
}
#owl-carousel2 .owl-next svg{
    width: 50px;
    height: 50px;
} #owl-carousel3 .owl-nav{
      position: absolute;
      width: 98%;
      display: flex;
      justify-content: space-between;
      margin-top: -270px;
      margin-left: 21px;
  }
  #owl-carousel3 .owl-item{
      display: flex;
      justify-content: center;
      align-items: center;
  }
.chevron-bubble{
    position: fixed;
    left: 35px;
    bottom: 90px;
    z-index: 3;
}
.chevron-bubble a{
    border-radius: 50%;
    width: 42px;
    height: 42px;
}
.button-container{
    width: 60%;
    background: #00F8FF;
    border-radius: 35px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 19%;
    margin-top: 25px;
    bottom: -4%;
}
.form-button:hover{
    background-color: #001689;
    color: white;
}
.mobile-form-button:hover{
    background-color: #001689;
    color: white;
}
/*.footer-landing-form{*/
/* background-image: linear-gradient( #198ad4, #2369ca );*/
/*}*/
@media screen and (min-width: 1900px) {
    .desktop-logo {
        width: 55% !important;
        left: -40px;
    }
    .desktop-footer-button{
        font-size: 18px;
    }
    .header-container {
        margin-top: 20px;
    }
    .landing-header-content{
        background: url('../img/1920-image.png');
    }
    .desktop-footer-button-content {
        padding: 0;
        right: 25px;
    }
}
@media screen and (min-width: 1200px) {

    .header-container .phone {
       width: 23%;
    }
    .landing-header-content{
        width: 113%;
    }
}
@media screen and (max-width: 1200px) {
    .landing-body .features {
        width: calc(100% - 40px);
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-text {
        float: right;
        width: 100%;
        font-weight: 400;
    }
    .blog-img {
        width: 100%;
        margin: auto;
        position: relative;
    }
    .header-container .social-media {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-right: 30px;
    }
    .header-container .logo {
        display: inline-block;
        width: 60%;
        margin: auto;
        text-align: center;
    }
    .header-container .social-media {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-right: 30px;
    }

}

@media only screen  and (min-width: 1400px) and (max-width: 1440px){
    #owl-carousel2 .owl-next{
        position: absolute;
        right: 400px;
    }
    #owl-carousel2 .owl-next svg{
        width: 50px;
        height: 50px;
    }
    .landing-header-content{
        background: url('../img/bg-fairs.png');
    }

    .desktop-footer-button-content {
        padding: 0;
        right: 125px;
    }
    .comment-text{
        height: 335px;
    }
    .item-comment{
        height: 420px;
    }
}
@media only screen  and (min-width: 991px) and (max-width: 1024px) {
    .landing-header-content {
        width: 144%;
    }

    .desktop-logo {
        width: 90% !important;
    }

    .social-content {
        width: 85%;
    }

    .adventages-container {
        height: 800px;
    }

    .solutions-container {
        height: 800px;
    }

    .header-container .logo {
        width: 50%;
        left: -237px;
    }

    .header-container .phone {
        width: 19%;
    }

    .adventages-container .cards .card {
        width: 190px;
        height: 200px;
    }

    .blog .owl-nav {
        width: 108%;
    }

    #owl-carousel2 .owl-next {
        position: absolute;
        left: 200px;
        top: -500px;
        bottom: 13px;
    }

    .comments-logo {
        width: 40%;
        height: 27%;
    }

    #owl-carousel2 .owl-item img {
        width: 68%;
    }

    .fuar-container {
        height: 835px !important;
    }
    .fuar-pictue{
        height: 780px !important;
    }
    .comment-text{
        height: 335px;
    }
    .item-comment{
        height: 410px;
    }
    #owl-carousel3 .owl-nav{
        margin-top: -300px;
    }
    .right-img{
        width: 720px;
        height: 700px;
        object-fit: cover;
    }
    .desktop-footer-button{
        width: 32%;
    }
    .desktop-footer-button-content{
        padding: 0 0 0 20px;
    }
}
@media (min-width: 1450px) {
    .landing-body{
        margin-top: 170px;
    }
    .features .landing-row
    {
        padding-left: 90px;
    }
    .footer-top-content{
        margin-top: 280px;
    }
    .container desktop-footer{
        margin-top: 190px;
    }
    .desktop-footer{
        width: 100% !important;
        margin-top: 100px;
    }
    .img-content{
        width: 510px;
    }
    .img-text-left{
        margin-top: 16px !important;
        font-size: 20px;
    }
    .img-text-right{
        margin-top: 48px !important;
        font-size: 20px;
    }
    .phone a{
        font-size: 17px !important;
    }
    .desktop-footer .col-md-3{
        font-size: 14px;
    }


}
@media (max-width: 1160px) {
    .features .landing-row {
        width: calc(90% - 40px);
    }
    .hide-for-mobile{
        display: none !important;
    }
    .mobile-buttons-container{
        display: flex !important;
    }
    .mobile-buttons-container{
        width: 100%;
        text-align: center;
        margin-top: 15px;
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }
    .landing-form-container{
        top: 300px;
    }

    .mobile-buttons-container .btn-url{
        width: auto;
        background: white;
        display: inline-block;
        height: 32px;
        border-radius: 20px;
        text-align: center;
        color: #467ac5;
        font-weight: 700;
        line-height: 32px;
        padding:0px 20px !important;
    }
    .fuar-pictue{
        flex-direction: column-reverse;
        height: 755px;
        justify-content: center;
    }
    .fuar-container{
        height: 800px;
    }
}
@media (max-width: 800px) {
    .features .landing-row {
        width: calc(90% - 40px);
        grid-template-columns: 33% 33% 33%;
    }
    .slogan .slogan-text{
        font-size: 20px !important;
    }
    .adventages-container{
        height: 800px;
    }

    .adventages-container .cards .card {
        width: 240px;
        height: 220px;
    }
    .owl-nav button.owl-prev{
        margin: 15px !important;
    }
    .mobile-footer{
        display: block;
    }
    .desktop-footer{
        display: none;
    }
    .landing-footer{
        height: 100%;
    }
    .mobile-logo .logo img {
        position: relative;
        width: 55%;
        left: -210px;
        margin-top: 30px;
    }
    .mobile-logo{
        text-align: center;
        font-size: 11px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .mobile-social{
        text-align: right;
        margin-top:10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-text{
        margin-top: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:10px;
    }
    .text-phone{
        display: flex;
        border: 1px solid white;
        border-radius: 30px;
        padding: 6px 0;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
    .mobile-text .text{
        font-size: 24px;
        font-weight: bold;
        margin-top: 25px;
    }
    .mobile-text .detail{
        font-size: 18px;
        font-weight: normal;
    }
    .apply-now-btn{
        background-color: white;
        border: none;
        border-radius: 25px;
        color: #001689;
        width: 60%;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-copyright{
        border-top: 1px solid white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding-top: 30px;
    }
    .mobile-copyright-cont {
        display: flex;
        flex-direction: column;
    }
    .header-container .phone{
        width: 28%;
    }
    .header-container .logo{
        left: -100px;
    }
    .blog .owl-nav{
        width: 111%;
    }
    .comments-container .title{
        width: 96%;
        text-align: end;
        margin-top: -40px;
    }
    .comments-logo{
        width: 45%;
        height: 17%;
    }
    .fuar-container{
        height: 800px;
    }
    .right-img{
        height: 405px;
    }
    #owl-carousel2 .owl-dots{
        display: none;
    }
    #owl-carousel2 .owl-stage-outer{
        max-height: 800px;
    }
    #owl-carousel2 .owl-next{
        position: absolute;
        left: 70px;
        top: 280px;
    }
    #owl-carousel2 .owl-prev{
        display: none;
    }
    #owl-carousel2 .owl-next svg {
        width: 50px;
        height: 50px;
    }
    .comments-container{
        height: 1000px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 768px){
    #owl-carousel2 .owl-next{
        left: 116px;
        top: -500px;
        bottom: 13px;
    }
    .landing-header-content{
        background: url('../img/tablet-img.jpg') no-repeat;
        background-size: 100% 100%;
    }
    .landing-form-container .landing-form{
        right: 170px;
    }
    .item-comment{
        height: 500px;
    }
    .comment-text{
        height: 420px;
    }
}
@media (max-width: 600px) {
    .landing-header-content{
        background: url('../img/mobile-landing-bg.png') no-repeat;
        background-size: contain;
    }
    .features .landing-row {
        width: calc(95% - 10px);
        grid-template-columns: 50% 50%;
    }
    .mobile-adventages{
        display: unset;
    }
    .desktop-adventages{
        display: none !important;
    }
    .mobile-logo .logo img{
        left: -38px;
        width: 100%;
    }
    .mobile-form{
        display: unset;
    }
    .desktop-form{
        display: none;
    }
    #landing-form-mobile{
        border: 1px solid #9BFCFF;
        border-radius: 18px;
        margin-bottom: 80px;
    }
    .mobile-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blog .owl-nav{
        width: 100%;
    }
    .comments-logo{
        width: 70%;
    }
    .current-slide-img{
        width: 100px !important;
        height: 110px;
        object-fit: contain;
    }
    .img-slide{
        width: 68px !important;
        height: 85px;
        object-fit: contain;
    }
    .right-img{
        width: 50px;
        height: 100%;
        object-fit: cover;
    }
    #owl-carousel3 .owl-nav{
        display: none;
    }
    #owl-carousel .owl-stage-outer{
        height: 500px;
    }
    .item-comment{
        height: 485px;
    }
    .comment-text{
        height: 410px;
    }
    #owl-carousel3 .owl-item{
        width: 575px !important;
    }
}
@media (max-width: 450px) {
    .hide-for-mobile{
        display: none !important;
    }
    .show-for-mobile{
        display: block !important;
    }
    .footer-landing-form .iti{
        width: 100%;
    }
    .landing-body .features {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 25px;
    }
    .blog-text {
        float: right;
        width: 100%;
        font-weight: 400;
        display: inline-block;
    }

    .blog-img {
        width: 100%;
        display: inline-block;
        float: left;
    }
    .slogan{
        width: 100%;
        text-align: center;
    }
    .slogan .slogan-text{
        font-weight: 500;
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }
    .slogan-text1{
        font-size: 16px !important;
    }
    .slogan-text2{
        font-size: 20px !important;
    }
    .slogan-text3{
        font-size: 14px !important;
    }
    .owl-item .item {
        width: 50% !important;
    }
    .form-row-1 .footer-form-input, .form-row-2 .footer-form-input, .form-row-2 .footer-form-select,.form-row-3 .footer-form-input{
        width: 100%;
    }
    .form-row-3 .footer-form-button{
        width: 55%;
        background: white;
    }
    .footer-top-content p{
        padding: 0px 10px 0px 10px;
    }
    .blog-slide .owl-item{
        width: 344px !important;
    }
    .owl-item .item{
        width: 100% !important;
    }
    .owl-item .slide{
        margin-left: 16px;
    }
    .owl-stage{
        width: 5500px;
    }
    .footer-top-content{
        margin-top: 220px;
    }
    .mobile-logo{
        width: 100%;
    }
    .mobile-social{
        float: right;
        text-align: center !important;
    }
    .mobile-contant{
        float: left;
        font-size: 10px !important;
    }
    .mobile-contant,
    .mobile-social{
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
    .landing-form-container{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:20px;
    }

    .landing-form-container,
    .landing-form-decoration{
        width: 100%;
    }
    .landing-form-container .landing-form{
        width: 80%;
        height: 100% !important;
    }
    .landing-form .form-button{
        margin-top:15px;
        width: 55%;
    }
    .header-container .logo{
        width: 100%;
        left: -30px;
    }
    .header-container{
        height: 75px ;
        margin-top: -16px;
    }
    .landing-body .landing-fuar-info{
        width: 90%;
    }
    .features .landing-row{
        grid-template-columns: 100% !important;
        width: 100%;
    }
    .img-group1, .img-group2{
        padding: 0px 20px 0px 20px;
    }
    .header-container .phone{
        display: flex !important;
        text-align: left;
        width: 100%;
        margin-top: -15px !important;
        padding: 7px 7px 7px 0;
        margin-right: 0;
    }
    .header-container .social-media{
        display: none;
    }
    .logo img{
        width: 80%;
        margin-top: 22px;
        margin-bottom: 0px;
    }
    .features .last{
        width: 100%;
    }

    .landing-body{
        margin-top: 645px;
    }
    .form-desc{
        margin-bottom: 10px !important;
    }
    .fair-area-mobile{
        display: block;
    }

    .fair-area-desktop {
        display: none;
    }
    .blog{
        margin-top: 20px;
    }
    .owl-theme .item img{
        width: 100%;
    }
    .solutions-container{
        background: url('../img/mobile-bg.png') center no-repeat;
        background-size: 800px;
    }
    .adventages-container{
        background: url('../img/mobile-bg.png') center no-repeat;
        background-size: 800px;
    }
    .adventages-container .cards{
        display: block;
    }
    .mobile-apply-button{
        width: 100%;
        background-color: white;
        border: none;
        border-radius: 25px;
        color: #001689;
        height: 45px;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .button-content{
        width: 85%;
        background: #00F8FF;
        border-radius: 35px;
        height: 59px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    .logo-content{
        margin-top: 80px;
        z-index: 999999;
    }
    .mobile-form-button{
        width: 99%;
        border: 0px;
        height: 46px;
        font-weight: 700;
        border-radius: 20px;
        background-color: #ffffff;
        color: #001689;
    }
    .mobile-form-btn-cont{
        width: 60%;
        background: #00F8FF;
        border-radius: 35px;
        height: 59px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 19%;
        margin-top: -10px;

    }
    #carousel-solutions .owl-nav{
        top:-35px;
    }
    .blog-container{
        margin: 70px auto auto auto;
    }

}
@media (max-width: 425px) {
    .blog-slide .owl-item{
        width: 375px !important;
    }
    .landing-form h2{
        font-size: 21px !important;
    }
    .footer-top-content h2 {
        font-size: 24px !important;
    }
    .mobile-buttons-container{
        width: 100%;
        text-align: center;
        margin-top: 15px;
        display: block !important;
    }

    .mobile-buttons-container .btn-url{
        width: 25%;
        background: white;
        display: inline-block;
        height: 32px;
        border-radius: 20px;
        text-align: center;
        color: #467ac5;
        font-weight: 700;
        line-height: 32px;
        padding: 0px !important;
    }
    #owl-carousel3 .owl-item{
        width: 425px !important;
    }
    .solutions-container .title-cont {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .img-slide {
        width: 50px !important;
        height: 70px;
    }
    .current-slide-img{
        width: 80px !important;
    }
    #owl-carousel3 .owl-stage-outer{
        padding-left: unset;
        height: 620px;
    }
    .video-button{
        width: 50%!important;
    }
    .item-comment{
        height: 600px;
    }
    .comment-text{
        height: 540px;
    }
    .comment-img{
        padding: 6px 20px;
    }
    .comments-logo{
        width: 75%;
        height: 17%;
    }
    .adventages-container .cards .card{
        width: 365px;
    }

}
@media only screen  and (min-width: 400px) and (max-width: 415px) {
    #owl-carousel3 .owl-item {
        width: 414px !important;

    }

}
@media (max-width: 400px) {
    #owl-carousel3 .owl-item{
        width: 390px !important;
    }
    .comment-text
    {
        height: 556px;
        padding: 10px 20px 20px 20px;
    }
    .item-comment{
        height: 650px;
    }

}
@media (max-width: 375px) {
    .blog-slide .owl-item {
        width: 328px !important;
    }

    .logo-content {
        margin-top: 35px;
    }

    .item-comment {
        width: 100%;
    }
    #owl-carousel3 .owl-item{
        width: 375px !important;
    }
    .comment-text{
        height: 505px;
    }
    .item-comment{
        height: 575px;
    }
    #owl-carousel3 .owl-stage-outer {
        height: unset;
    }
    .comments-logo{
        width: 78%;
        height: 14%;
    }
    .adventages-container .cards .card{
        width: 315px;
    }
}

@media (max-width: 320px) {
    .header-container .phone a {
        margin-left: 0;
    }
    .landing-body{
        margin-top: 500px;
    }

    .logo-content{
        margin-top: -16px;
    }
    .blog-slide .owl-item{
        width: 273px !important;
    }
    #owl-carousel3 .owl-item {
        width: 315px !important;
    }
    .right-img{
        object-fit: contain;
    }
    .fuar-pictue .title {
        font-size: 28px;
    }
    .landing-header-content{
        height: 500px;
    }
    #owl-carousel3 .owl-stage-outer{
        padding-left: 40px;
    }
    .item-comment{
        height: 650px;
    }
    .comment-text{
        height: 570px;
    }
    .comments-container{
        height: 1200px;
    }
    .comments-logo{
        height: 11%;
    }
    .adventages-container .cards .card{
        width: 265px;
    }

}
