*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

span{
    color: #0051a8;
}

h5{
    color:  #707281;
    font-weight: 700;
    font-size: 1.2rem;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

body {
    background-color: #f0f0f0;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.icon{
    color: #1C81D6;
}

/* .ınfo-bar{
    width:100%;
    background-color: #252B33;
    height: 56px;
    font-size: 15px;
}

.e-mail{
    float: left;
    margin: 17px;
    margin-left: 22rem;
    color: #acadae;
}

.phone{
    float: left;
    color: #acadae;
    margin-top: 17px;
    margin-left: 20px;
}

.for-button{
    float: right;
    margin-top: 15px;
    margin-right: 19rem;
}


.flags{
    width: 30px;
    color:#A2A3A5;
    background-color: #454545;
    border-style: none;
    height: 25px;
    margin: 1px;
    border-radius: 2px;
    font-size: 13px;
}


.flags:nth-child(1):hover{
    background-image: url(img/tr.jpg);
    background-size: cover;
    overflow: hidden;
    text-indent: 0px;
    transition: all 5s ease-in-out;
} */



/* menü */

header{
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 4rem;
    padding: 0 1rem;
    margin:0 auto;
    z-index: 999;
}

.toggle_menu,
.close_menu{
    display: none;
}

.logo {
    display: inline-block; 
    height: 100%; 
    width: auto;
}

.logo img {
    max-height: 100%; 
    width: 6rem; 
}


.nav_list{
    display: flex;
}

.nav_item{
    margin: 0 1.2rem;
    padding: 1rem 0;
}

.nav_link{
    font-weight: 500;
    color:#4d4d4d ;
}

.nav_link:hover{
    color: #1C81D6;
    transition: ease-in-out 250ms;
}

.nav_item:hover{
    color: #1C81D6;
    transition: ease-in-out 250ms;
}

.dropdown_link{
    display: flex;
    align-items: center;
}

.dropdown_menu{
    font-size: 1.2rem;
}

.megamenu{
    display: none;
    position: absolute;
    /* position: fixed; */
    width: 100%;
    top: 2rem;
    left: 0;
    background-color: #fff;
    /* display: flex;
    justify-content: center; */
    border-radius:  0 0 20px 20px;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.25);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}
.megamenu-content{
    position: fixed;
    display: flex;
    justify-content: center; 
    width: 100%;
    top: 2rem;
    left: 0;
    background-color: #fff;
}

.content{
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
    background-color: #fff;
}

.mg-menu{
    color: #143e61;
}


.megamenu_item{
    display: flex;
    align-items: center;
    margin-bottom:1.5rem ;
    margin-right: 1.5rem;
}

.header_megamenu{
    font-weight: 600;
    color: #7092ad;
}

.menu-icon{
    color: #53a5e9;
}




.megamenu_link a{
    font-weight: 500;
    color: black;
}

.megamenu_link a:hover{
    font-weight: 600;
    color: #64a9e2;
    transition: all 0.4 ease;
}

.dropdown:hover .megamenu{
    color: #252f38 ;
    visibility: visible;
    transition: all 0.3s ease;
    opacity:1 ;
    display: block;
}






/* Slider */
.carousel{
    top: 3.5rem;
}

.c-item{
    height: 480px;
}

.c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.carousel-caption{
    text-align: left;
}

.btn{
    background-color: #252B33;
    border-style: none;
    height: 50px;
    margin: 1rem;
    font-weight: 600;
}

.btn:hover{
    background-color: #132941;
}

.silder-text{
    margin-bottom: 0;
}




/* Call Us */
.call-us {
    background-color: #252B33;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 0 20px;
    padding-top: 2.8rem;
}

.call-text {
    color: white;
    font-weight: 400;
    font-size: 1.7rem;
    margin-right: 3rem; 
    padding-top: 1.2rem
}

.call-btn {
    border: 2px solid #ffffff;
    background-color: #252B33;
    color: white;
    height: 50px;
    width: 200px;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.call-btn:hover {
    border-color: #252B33;
    background-color: white;
    color: #1C81D6;
}

.call-btn .icon {
    margin-left: 5px;
}


@media screen and (max-width: 768px) {
    .call-us {
        flex-direction: column; 
    }

    .call-text {
        margin-right: 0; 
        margin-bottom: 3rem; 
        text-align: center; 
    }

    .call-btn {
        width: 100%; 
    }
}

 

/* News */

.news-1{
    padding-top: 1.5rem;
    color: #4d4d4d;
    font-weight: 500;
    text-align: center;
}

.news-2{
    padding-top: 1.2rem;
    padding-bottom: 1rem;
    color: #4d4d4d;
    font-weight: 300;
    text-align: center;
}





/* Cards */

.bg-grey{
    background-color: rgb(243, 243, 243);
    padding-bottom: 2rem;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.card {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    height: 420px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.call-text{
    font-size: 1.5rem;
}

.card:hover {
    transform: scale(1.05);
    border-color: #007bff;
}

.card img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    object-fit: fit;
    display: block; 
}

.card p {
    margin: 0;
}

@media (max-width: 768px) {
    .card {
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}












.kap{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.ana-div {
    width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    margin: 20px;
}

.video {
    width: calc(50% - 2rem);
}

.text {
    width: calc(50% - 2rem);
    margin-left: 4rem;
}

.video-header{
    font-weight: 600;
    color: #676869;
}

.text p {
    margin-top: 7rem;
    font-size: 17px;
    line-height: 1.6;
}

@media (max-width: 1120px) {
    .ana-div {
        width: 90%;
    }

    .video, .text {
        width: 100%;
        margin-left: 0;
    }

    .text {
        margin-top: 4rem;
    }
}






.green{
    color: green;
}





.buyuk-div {
    width: 100%;
    background-color: #e6e6e6;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.buyuk-div h3 {
    margin-top: 1.8rem;
    color: #5e5e5e;
    text-align: center; 
    font-weight: 600;
}

.buyuk-div p {
    color: black;
    text-align: center;
}


.kucuk{
    margin-top: 3rem;
}

.ort {
    display: flex;
    justify-content: center;
}


.transparan-div {
    width: 230px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.5); 
    border: 2px solid rgb(255, 255, 255);
    margin: 1rem;
    display:inline-block;
    border-radius: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #454545;
}

@media screen and (max-width: 768px) {
    .buyuk-div {
        flex-direction: column;
        align-items: center;
    }
}





/* SECOND-CARD */
.card-img-top{
    height: 17rem;
    border-radius: 8px;
}
.second-card{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: #ffffff;
}
.second-card-body{
    padding: 25px;
    margin-top: -15px;
}

.second-card-body p {
    text-align: left; /* Metinleri sola yasla */
}


.second-card:hover {
    transform: scale(1.08); 
    transition: all 0.4s ease;
}

.second-card:hover .second-card-title {
    color:#1C81D6 
}



.read-btn {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color:#363535;
    height: 60px;
    width: 200px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    margin-bottom: 1rem;
}

.read-btn:hover {
    background-color: white;
    color: #1C81D6;
}








.text-2{
    text-align: center;
}

 .carousel-2 {
    margin-top: 0.5rem; 
    position: relative;
}

.c-item-2 {
    height: 12rem;
}

.c-img-2 {
    height: 100%;
    object-fit: cover; 
    filter: brightness(0.6);
}


.carousel-control-prev-2,
.carousel-control-next-2 {
    transform: translateY(-10%);
    background:none;
    border-style: none;
    
}

.carousel-control-prev-2 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.carousel-control-next-2 {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}



.kurumsal{
    padding-left: 2rem;
}

.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color:#24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}

.footer-col h4{
	font-size: 21px;
	color:white;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col ul li {
    position: relative;
  }
  
  .footer-col ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }


.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




.form-text{
    color:#a9a9a9;
    font-size: 13px;
}

















@media screen and (max-width:992px) {
    .megamenu{
        justify-content: start;
        flex-wrap: wrap;
    }

    .logo a{
        font-size: 1.40rem;
    }
}


@media screen and (max-width:768px) {
    .megamenu{
     flex-direction: column;
     position: static;
     box-shadow: none;
     border-radius: 0;
     height: 0;
     max-width: 350px;
     overflow: hidden;
    }  

    .dropdown:hover .megamenu{
        height: 100%;
    }

    .nav_list{
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow-x: hidden;
        display: block;
        transition: 0.3s ;
    }

    .toggle_menu,
    .close_menu{
        display: block;
    }

    .toggle_menu i :hover{
        color: #3c85c0;
    }

    .close_menu{
        margin: 1rem 1rem 1rem auto;
        background-color: #252f38;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
    }

    .close_menu:hover{
        color: #252f38;
    }

    .close_menu i{
        line-height: 32px;
        color: white;
    }

    .show_menu{
        left: 0;
    }

}



@media screen and (max-width: 430px) {
    .logo a {
        font-size: 1.30rem; 
    }

    .header{
        width:430px;
    }

    .menu{
        width: 430px;
        margin-left: 0;
        margin-right: 0;
    }

    .content{
        padding: 0;
    }


    .call-text{
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .kucuk{
        width: 430px;
    }

    .transparan-div{
        height: 2rem;
        font-size: 1.1rem;
    }

    .container.py-5{
        margin-top: 0;
        padding-top: 0;
    }
}



@media screen and (max-width: 414px) {

    .header{
        width:414px;
    }

    .menu{
        width: 410px;
        margin-left: 0;
        margin-right: 0;
    }

   

    .kucuk{
        width: 414px;
    }

}


@media screen and (max-width: 390px) {

    .header{
        width:390px;
    }

    .menu{
        width: 390px;
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu_link a{
        font-size: 1rem;
    }

    .megamenu_item{
        margin-bottom: 1rem;
    }

    .kucuk{
        width: 390px;
    }

    .transparan-div{
        height: 2rem;
        font-size: 1rem;
    }
}


@media screen and (max-width: 375px) {

    .header{
        width:375px;
    }

    .menu{
        width: 375px;
        margin-left: 0;
        margin-right: 0;
    }

    
    .kucuk{
        width: 375px;
    }

    .transparan-div{
        height: 1.9rem;
        font-size: 1rem;
    }
}



@media screen and (max-width: 320px) {

    .header{
        width:320px;
    }

    .menu{
        width: 320px;
        margin-left: 0;
        margin-right: 0;
    }

    .kucuk{
        width: 320px;
    }

    .second-card img{
        height: 10rem;
    }

    .second-card{
        height: 20rem;
    }

    .second-card-text{
        font-size: 0.8rem;
    }

    .transparan-div{
        height: 1.9rem;
        font-size: 0.8rem;
    }
}