@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.header .phone-alt {
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding:15px;
    background-color:darkorange;
    border-radius:12px;
    max-width:max-content;
}

.dynamic-text {
    text-align: center;
    width: 90%;
    white-space: nowrap; /* Taşmayı önlemek için */
}

.responsive-text {
    font-size: clamp(14px, 5vw, 16px);
    /* Minimum: 12px, Ortalama: 5% viewport genişliği, Maksimum: 36px */
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.responsive-header {
    font-size: clamp(8px, 5vw, 12px);
    /* Minimum: 12px, Ortalama: 5% viewport genişliği, Maksimum: 36px */
    line-height: 1.2;
    text-align: center;
    width: 100%;
    min-width:max-content;
}
    .mapimg {
    width: 35px !important;
    height: 30px !important;
}
.card-img-overlay {
    position: absolute;
    top: 70%;
    width:100%;
    left:1%;
 
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21,52,120, 0.8); /* Başlık çevresinde %30 karartma */
}

.overlay-content {
    background: rgba(252,150, 52, 0.8); /* Başlık çevresinde %30 karartma */
    padding: 10px 30px;
    border-radius: 8px; /* Kenarları yuvarlatma */
    transition: background 0.3s ease;
}

.card-img-overlay:hover {
    background: rgba(252, 150, 52, 0.8); /* Hover durumunda arka plan rengini koyulaştırır */
}

    .overlay-content h5 {
        color: white;
        font-weight:bold;
        margin: 0;
        font-size: 1.2em;
    }
/*==== what client say===== */
.total-client-say {
    margin: auto;
    max-width: 900px;
}

.scs-content p {
    color: #171819;
    font-size: 24px;
    font-style: italic;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: center;
}

.scs-img > img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    width: 80px;
}

.scs-img {
    margin: 25px 0 20px
}

.scs-name > a {
    color: #2395ec
}

.carosule-pagi ul.slick-dots {
    bottom: -50px
}

.carosule-pagi .slick-dots li {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #2395ec;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    position: relative;
    width: 16px;
}

    .carosule-pagi .slick-dots li button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        bottom: 0;
        display: block;
        height: 4px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
        text-indent: -9999px;
        padding: 0;
    }

    .carosule-pagi .slick-dots li:hover button,
    .carosule-pagi .slick-dots li.slick-active button {
        background: #2395ec none repeat scroll 0 0
    }

/* call to action 2 */
.ctaa-2 .section-title.cta-title h1 span {
    color: #fff
}

/** Lang Button*/
.wp-btn {
    height: 60px;
    width: 60px;
    background-color: #68c100;
    border-radius: 30px;
    margin: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    animation: bounce;
    animation-duration: 2s;
    z-index: 999;
}

    .wp-btn img {
        height: 60px;
        width: 60px;
        object-fit: cover;
    }

.konum-btn {
    height: 60px;
    width: 60px;
    background-color: darkorange;
    border-radius: 30px;
    margin: 10px;
    position: fixed;
    bottom: 70px;
    left: 0;
    animation: bounce;
    animation-duration: 2s;
    z-index: 999;
}

    .konum-btn img {
        height: 60px;
        width: 60px;
        object-fit: cover;
    }




/*color
1-#6784c0
2-#3e5c9a
3-#153478*/



.header {
    position: fixed;
    z-index: 99;
    background-color: #153478;
    margin: 0;
    width: 100%;
    top: 0;
}

.header nav {
    background-color: #153478;
}

.second {
    position: relative;
}

.header .header-menu img {
    width: 230px;
}

.header .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    color: white;
}

.header .navbar-toggler:focus {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    color: white;
    box-shadow: none !important;
}

.header .navbar-toggler:active {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    color: white;
}

.header .header-menu .navbar-nav {
    background-color: #153478;
    /* padding: 10px; */
    border-radius: 50px;
}

    .header .header-menu .navbar-nav li a {
        color: white;
        background-color: #153478;
    }

.header .navbar-nav .navbar-nav .navbar-nav li a {
    padding: 5px;
}

.header .header-menu .collapse {
    justify-content: end;
}

.header .navbar-nav {
    display: inline-flex;
    position: relative;
}

.header .navbar-nav li {
    margin: 0;
}

.header .navbar-nav li a {
    margin: 0;
    text-align: center;
}
   
.header .navbar-nav .navbar-nav {
    display: none;
}

.header .navbar-nav li:hover .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #153478;
    position: absolute;
    border-radius: 0;
}

.header .navbar-nav .navbar-nav li:hover .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 100%;
    top: 50%;
    position: absolute;
}

.header .navbar-nav .navbar-nav li .navbar-nav {
    display: none;
}

.header .navbar-nav .navbar-nav .navbar-nav li:hover .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 50%;
}

.header .navbar-nav .navbar-nav .navbar-nav li .navbar-nav {
    display: none;
}

.header .navbar-nav a {
    color: white;
    font-size: 1rem;
}

.header .navbar-nav a:hover {
    color: #cacaca !important;
    transition: .5s;
}

.header .navbar-nav a:first-child {
    color: white;
    font-size: 1rem;
}

    .header .navbar-nav .langbtn {
        background-color: transparent;
        color: white;
        font-size: 16px;
       
        font-size: 1.25rem;
    }

/*    .header .navbar-nav .recClass iframe {
        margin: 1rem 0;
    }*/

    .header .navbar-nav .langbtn:focus {
        box-shadow: 0;
        outline: 0;
        border: 0;
        background-color: transparent;
     
        font-size: 16px;
       
    }

    .header .navbar-nav .flag-btn {
       
        justify-content: center;
        align-items: flex-end;
       
    }

        .header .navbar-nav .flag-btn > img {
            width: 32px !important;
            height: 32px !important;
            padding: 0;
            background-color: white;
           /* padding:  var(--bs-nav-link-padding-x);*/
        }



    .header .navbar-nav .flg {
        background-color: #153478;
        object-fit: cover;
        --bs-dropdown-min-width: 30px !important;
        --bs-dropdown-item-padding-x: 0.2rem;
        --bs-dropdown-header-padding-y: 0.2rem;
        position: absolute;
       
        border: 0;
    }

      /*  .header .navbar-nav .flg a:active,
        .header .navbar-nav .flg a:focus,
        .header .navbar-nav .flg a:hover {
            width: 25px !important;
            background-color: #153478;
        }*/

    .header .navbar-nav flg li:hover .navbar-nav flg {
        margin: 0px !important;
        text-align: center;
    }
    .header .navbar-nav .btn.dropdown-toggle.btn-default {
        height: 45px;
    }
    .copyright-text a {
        background: url(../img/temp5/hlogobeyaz.png) no-repeat;
        margin: 5px auto;
        text-align: end;
        height: 70px;
        width: 50px;
        transition: ease-in .5s;
        background-size: 150px 70px;
        display: inline-block;
    }

.copyright-text a:hover {
    height: 70px;
    width: 170px;
    transition: ease-in .5s;
}


/*topmenu*/


/*topmenu*/





/*firstslidecss*/

.owl-carouselslide {
    top: 0;
}

    .owl-carouselslide img {
        width: auto;
        height: 800px;
        object-fit: cover;
       /* opacity: 0.3;*/
    }

    .owl-carouselslide .slide-detail {
        /*position: absolute;
    top: 50%;
    transition: all 1s;
    background-color: rgb(229, 107, 35, 0,63);

    padding: 8rem;*/
        /*  left: 35%;*/
        /*width: 70%;
    color:white;
    align-items:center;*/
        position: absolute;
        top: 50%;
        left: 50%; /* Merkezlemek için eklenebilir */
        transform: translate(-50%, -50%); /* Mutlak merkezleme */
        transition: all 1s ease-in-out;
        background-color: #2128406e ;/* RGBA değerini düzeltildi */
        padding: 8rem;
        width: 70%;
        color: white;
        text-align: center; /* Metni ortalamak için */
        display: flex; /* İçerikleri ortalamak için flex kullanıldı */
        flex-direction: column; /* Dikey hizalama için */
        justify-content: center; /* Dikey ortalama */
        align-items: center; /* Yatay ortalama */
        border-radius: 10px; /* Köşeleri yumuşatmak için */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Hafif gölge efekti */
    }

.slide-detail h2 {
    font-size: 3rem;
    font-weight: 700;
    color: white;

}

.slide-detail p {
    font-size: 2rem;
    line-height: 30px;
}

.slide-detail button {
    color: white;
    background-color: darkorange;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    
}
.slide-detail button button_info {
   
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
  
    border: none;
}


/*firstslidecss*/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item h5,
        .header-carousel .owl-carousel-item p {
            font-size: 14px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin: 7px 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 45px;
        font-size: 22px;
        transition: .5s;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
        }


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
   
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owlt-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owlt-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

    .testimonial-carousel .owlt-dot.active {
        background: var(--light);
        border-color: var(--primary);
    }
/*in gen css*/


button {
    box-shadow: none !important;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineheightm {
    line-height: 35px;
}

.w-350 {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    object-fit: cover;
    border: solid 5px darkorange;
}

.default-color1 {
    color: #153478;
}

.default-color2 {
    color: #6784c0;
}

.default-color3 {
    color: #3e5c9a;
}

.default-color4 {
    color: darkorange;
}

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.arrow-down {
    font-size: 28px;
    color: #333;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}
.btn-default {
    background-color: darkorange;
    color: #fff;
}

.btn-default:hover {
    background-color: #eff7fa;
    color: #000;
}

.btn-default2 {
    background-color: darkorange;
    color: #fff;
    padding: 10px;
}

    .btn-default2:hover {
        background-color: #3e5b9a;
    }

.btn-default3 {
    background-color: #153478;
    color: #fff;
    padding: 10px;
}

.btn-default3:hover {
    background-color: #3e5b9a;
}

.btn-purple {
    background-color: #9c27b0;
    color: white;
}

.btn-black-hover:hover {
    background-color: #000;
    color: white;
}

.btn-green {
    background-color: #79c356;
    color: white;
}

.bold {
    font-weight: 600;
}

.btn-padding {
    padding: 30px 0;
}

.padding-xxl {
    padding: 250px 0 50px 0;
}

.padding-xl {
    padding: 100px 0 50px 0;
}

.padding-l {
    padding: 50px 0;
}

.padding-m {
    padding: 20px 0;
}

.paddingtopl {
    padding-top: 150px;
}

.paddingtops {
    padding-top: 50px;
}

.paddingbottomm {
    padding-bottom: 40px;
}

.form-control {
    box-shadow: none !important;
}

.thin {
    font-weight: 300 !important;
}

.btn-black {
    background-color: #000;
    color: white;
}

.btn-black:hover {
    background-color: rgb(78, 78, 78);
    color: white;
}


/*
in gen css
*/


/*third*/

.third img {
    width: 80%;
}

.third p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.third .content-whyus {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*third*/


/*fourth*/

.fourth .card .card-alt-menu {
    display: flex;
    justify-content: space-between;
}

.fourth .card .card-alt-menu .share {
    background-color: #7998aa;
    padding: 10px 15px;
    border-radius: 100%;
    color: white;
}

.fourth .owl-carouselproduct .card {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourth .owl-carouselproduct img {
    object-fit: cover;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: solid 5px orange;
}


/*fourth*/


/*fifth*/

.fifth img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.fifth p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}


/*fifth*/


/*sixth*/

.sixth {
    background-color: white;
}

.sixth .btn-icon1 {
    width: 100%;
    display: block;
    background-color: #153478;
}

.sixth .btn-icon1:hover {
    background-color: darkorange;
    border: 1px solid black;
}

.sixth .btn-icon1:hover i {
    color: white;
}

.sixth .btn-icon1 i {
    color: white;
}


/*sixth*/


/*about and general*/

.title1 {
    font-size: 2.4rem;
}

.img-aboutus img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.image-bg {
    background-image: url('/img/shattered-glass-space-background-with-design-space.jpg');
    background-position: center top;
    background-size: cover;
}

.firstleft {
    background-color: #9ddad9;
    height: 400px;
}

.title-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    text-transform: capitalize;
    display: flex;
    padding-bottom: 4rem;
    align-items: center;
    justify-content: center;
}

.title-l-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    padding: 0px 0 50px 20%;
}

.secondleft p {
    font-weight: bold;
}


/*about and general*/


/*services*/

.firstservices .card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.firstservicedetail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*services*/


/*blog*/

.blog {
    position: relative;
}

.blog img:first-child {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.blogdetail {
    position: absolute;
  
    right: 0px;
    background-color: black;
    padding: 10px 15px;
}

.blogdetail a {
    color: white;
}

.blog .list-group li.active {
    background-color: #153478;
    border: 0px;
    border-radius: 0px;
}

.blog .list-group {
    border-radius: 0px;
}

.blog .list-group li.active a {
    color: white;
}

.blog .list-group a {
    color: black;
}


/*blog*/


/*gallery*/

.galleryarea .card {
    border-radius: 0;
    filter: grayscale(100%);
    transition: transform 0.5s;
    opacity: 0.7;
}

.galleryarea .card:hover {
    transform: scale(0.8);
    filter: grayscale(0%);
    opacity: 1;
}


/*gallery*/


/*
contact css*/

.contact-photo img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.contactpage iframe {
    padding-top: 15px;
}


/*
contact css*/


/*footer*/

.footer {
    background-color: #3e5b9a;
    padding-bottom: 1rem;
    padding-top: 3rem;
}

.btn-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #153478;
    color: white;
    border: none;
}

.btn-top i {
    color: white;
}

.footer .pozitif img {
    animation: flip;
    animation-duration: 2s;
}

.footer-about-text {
    color: white;
}

.iconf {
    color: #153478;
    padding: 7px 10px;
    border-radius: 100%;
    background-color: white;
}

.iconf:hover {
    background-color: #f0f3f7;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    color: white;
}

.footer-menu li a:hover {
    color: #cacaca;
}

.footer-subs .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-subs .btn-icon2 {
    background-color: white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer-subs .btn-icon2 i {
    color: #7998aa;
}

.footer-menu {
    padding: 0;
}

.footer .links {
    padding-bottom: 1rem;
}

.footer-subscribe {
    background-color: #6783c0;
}

.footer-subscribe .form-control {
    width: 60%;
    background-color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.footer-subscribe .btn-icon2 {
    padding-top: 0.7rem;
    background-color: #3e5b9a !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-subscribe .btn-icon2 i {
    color: white;
}


/*footer*/


/*accordion*/

.faq .accordion-button {
    border-radius: 0px !important;
    background-color: #e5eaf9;
    color: #153478;
}

.faq .accordion-item {
    border-radius: 0px;
}

.accordion-button:not(.collapsed) {
    background-color: darkorange;
    color: white;
    font-weight:700;
}


/*accordion*/


/*bg-image*/

.bg-image {
    position: relative;
    -webkit-transform: skewY(6deg);
    margin-top: 5rem;
    height: 500px;
    background-color: #153478;
    overflow: hidden;
}

.bg-image img {
    opacity: 0.3;
}

.bg-img-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: skewY(-6deg);
    position: absolute;
    top: 25%;
    text-align: center;
    left: 15%;
}

.bg-img-text h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
}

.bg-img-text p {
    line-height: 40px;
    padding: 0 1rem;
    font-weight: 300;
}


/*bg-image*/


/*second*/

.second .item {
    margin-top: 7rem;
}

.second {
    background: #153478;
   /* transform: skewY(-3deg);*/
}


/*second*/


/*owl-carousel 2*/

.owl-carousel2 img {
    width: 370px !important;
    height: 370px !important;
    object-fit: cover;
}


/*owl-carousel 2*/

.owl-carousel0 img {
    width: 300px !important;
    height: 300px !important;
    object-fit: cover;
    border-radius: 10%;
}

.owlborderradiusxl img {
    border-radius: 100%;
}

.owlborderradiusl img {
    border-radius: 500px;
}

.owlborderradiusm img {
    border-radius: 300px;
}

.owlborderradiuss img {
    border-radius: 100px;
}

.owlborderradiusxs img {
    border-radius: 50px;
}

.owl-product .card {
    border-radius: 50px;
}
