@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: linear-gradient(to bottom, #00BFFF, #1E90FF, #87CEFA, #E0F7FA);
    font-family: livvic;

}f


.container{
    padding: 0 50px;
}

@media(max-width: 576px){
    .container{
        padding: 0 25px;
    }
}

/* header */

.nav .active{
    color:rgb(0, 242, 255);
}



#main-nav{
    background-color: #004c76;
    position: sticky;
    top: 0;
    z-index: 3;
}

#main-nav .container{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    padding: 1rem;
    align-items: center;
    
}

#main-nav .logo{
    height: 100px;
    width: auto;
    text-align: center;
}

#main-nav .navbar{
    display: flex;
    justify-self: center;
}

#main-nav .navbar li{
    list-style: none;
}

.navbar li a{
    padding: 0.6rem;
    margin: 0 .5rem;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
}


#main-nav .navbar li a:hover{
    color: #00d9ff;
    transition: .3s;
}

#main-nav .social-icons{
    text-align: center;
}

#main-nav .social-icons a{
    color: #fff;
}

#main-nav .social-icons a:hover{
    color: #00d9ff;
    transition: .3s;
}

#mobile-icon{
    color: #fff;
    text-align: center;
    display: none;
    cursor: pointer;
}

.mobile-menu{
    display: none;
    text-align: left;
    padding: 0 20px 10px;
    position: absolute;
    width: 100%;
    background-color: #004c76;
}

.mobile-menu li{
    list-style: none;
    border-bottom: 1px solid #cacaca;
    padding: 8px;
}

.mobile-menu li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.mobile-menu a:hover{
    color: #00d9ff;
    transition: .3s;
}



@media(max-width: 576px){
    #main-nav .navbar, #main-nav .social-icons{
        display: none;
    }
    #main-nav .logo{
        height: 75px;
    }
    #mobile-icon{
        display: block;
    }
    #main-nav .container{
        grid-template-columns: 3fr 1fr;
    }
    

}

/* Mobil Menü Stilleri */


/* bg */
.big{
    padding: 50px;
}

.bg{
    position: relative;
    border-radius: 50px;
    border: 7px solid #fff;
    height: calc(100vh - 120px);
    background-image: url(/assets/img/bg-1.jpg);
    background-attachment: fixed;
}

.bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 59, 87, 0.777);
    border-radius: 50px;
}

.bg-wrap{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.content-wrap{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-wrap h1, .content .butonlar{
    text-align: center;
}

.content-wrap h1{
    color: #fff;
    font-size: 33px;
}

.content-wrap p{
    font-size: 18px;
    margin: 25px 0;
    color: #fff;
    margin-left: 30px;
}

.content-wrap .butonlar{
    display: flex;
    justify-content: space-around;
}

.content-wrap .butonlar a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.content-wrap .butonlar span{
    font-size: 22px;
    color: #fff;
}

.content-wrap .butonlar i{
    font-size: 40px;
}

.wp{
    background-color: rgb(37, 211, 101);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    border: 2px solid #fff;
}

.wp:hover{
    background-color: rgb(0, 243, 89);
    transition: .3s;
}


.tel{
    color: #fff;
    gap: 50px;
    padding: 8px 16px;
    background-color: #ec1d1d;
    border-radius: 12px;
    border: 2px solid #fff;
}

.tel:hover{
    background-color: #fb0404;
}

.content{
    padding: 25px;
}


@media(max-width: 576px){
    .big{ padding: 0;}
    .content-wrap{width: 100%;}
    .content-wrap .content{padding: 5px;}
    .content-wrap .butonlar i{font-size: 25px;}
    .content-wrap .butonlar span{font-size: 18px;}
    .content-wrap .butonlar{gap: 10px;}
    .bg{
        border: none;
        border-radius: 0;
		background-position: center;}
    .bg::before{
        border-radius: 0;
        height: 100%;}
    .content-wrap .content p{
        margin: 15px 3px 30px;
        font-size: 16px;}
}


/* icerik-1 */

.icerik-1{
    padding: 80px 40px;
}

.icerik-1-wrap{
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

.icerik-1-content{
    padding: 0 35px;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icerik-1-img-wrap{
    height: 500px;
}

.icerik-1-img-wrap img{
    border: 2px solid #fff;
    height: 100%;
    width: auto;
    max-height: 500px;
    border-radius: 10px;
    box-shadow: rgba(10, 122, 226, 0.879) 0px 10px 20px;
}

.icerik-1-content h2{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
}

.icerik-1-content :nth-child(2){
    margin: 20px 0;
    font-size: 30px;
    font-weight: bolder;
}

.icerik-1-content :nth-child(3){
    font-size: 22px;
}

@media(max-width: 576px){
    .icerik-1{padding: 25px 0;}
    .icerik-1-wrap{flex-wrap: wrap;}
    .icerik-1-content{padding: 0;}
    .icerik-1-content :nth-child(3){font-size: 16px;}
    .icerik-1{ width: 100%;}
    .icerik-1-content h2{
        font-size: 24px;
        font-weight: 800;
        text-align: center;}
    .icerik-1-content :nth-child(2){
        font-size: 20px;
        text-align: center;}
    .icerik-1-img-wrap{
        height: 250px;
        text-align: center;}
}

/* icerik-2 */

.icerik-2{
    padding: 80px 0;
}

.icerik-2 .card-wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.icerik-2 .card{
    background-color: #00aaff;
    width: 30%;
    max-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 30px;
    box-shadow: rgba(25, 110, 147, 0.879) 0px 10px 30px;
    color: #252525;
    border-radius: 20px;
    border: 2px solid #fff;
}

.icerik-2 .card-header{font-size: 75px;}
.icerik-2 .card-header-1{ color: #FF2400;}
.icerik-2 .card-header-2{color: #3B7A57;}
.icerik-2 .card-header-3{color: #fff700;}

.icerik-2 .card-title{
    margin: 10px 0 15px;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.icerik-2 .card-body{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

@media(max-width:576px){
    .icerik-2{padding: 30px 0;}
    .icerik-2 .card-wrap{gap: 25px;}
    .icerik-2 .card-header{font-size: 50px; }
    .icerik-2 .card-title{font-size: 25px;}
    .icerik-2 .card-body{font-size: 18px;}
    .icerik-2 .card{
        width: 100%;
        max-height: 100%;
    }
}



/* İCERİK-3 */

.icerik-3{
    margin: 80px 100px;
}

.hizmetler-baslik h2{
    font-size: 35px;
    text-align: center;
}

.hizmetler-baslik p{
    font-size: 22px;
    word-spacing: 3px;
    margin: 40px 0;
}

.hizmetler-content .card-wrap{
    display: flex;
    gap: 25px;
    justify-content: space-around;
    flex-wrap: wrap;

}

.hizmetler-content .card{
    width: 30%;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    box-shadow: rgba(25, 110, 147, 0.879) 0px 10px 30px;
    border-radius: 15px;
}

.hizmetler-content .card-title h4{
    margin-bottom: 20px;
    color: #252525;
    font-size: 20px;
    font-weight: 800;
}


.hizmetler-content .img-wrap{
    height: 250px;
    text-align: center;
}

.hizmetler-content .img-wrap img{
    height: 100%;
    max-height: 250px;
    border-radius: 15px;
    border: 3px solid #fff;
	max-width: 100%;
}

.hizmetler-content .card:hover{
    box-shadow: rgba(8, 70, 97, 0.879) 0px 15px 40px;
    transition: .3s;
}

@media(max-width: 576px){
    .icerik-3{
        margin: 30px 0;
    }
    .hizmetler-baslik h2{
        font-size: 24px;
    }
    .hizmetler-baslik p{
        font-size: 20px;
        word-spacing: 0;
        margin: 10px 0 20px;}
    .hizmetler-content .card{
        width: 100%;
    }
}
/* FOOTER */

#main-footer{
    margin-top: 1rem;
    background-color: rgba(13, 88, 116, 0.34);
    padding: 3rem;
    color: #fff;
}

#main-footer a, #main-footer i{
    color: #fff;
}

#main-footer .footer-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 4fr 1fr;
    gap: 3rem;
}

#main-footer .footer-logo .logo{
    width: 15rem;
}

#main-footer .email{
    width: 100%;
    height: 3rem;
    margin: 1rem 0;
    padding: 1rem;
}

#main-footer .buton{
    width: 100%;
    text-align: center;
}

#main-footer .footer-links ul li{
    border-bottom: 1px dashed #ccc;
    line-height: 1.6;
    margin: 1rem 0;
    list-style: none;
}

#main-footer h3{
    text-align: center;;
}

#main-footer .copyright{
    grid-column-start: 1;
    grid-column-end: 5;
}

#main-footer h4{
    background-color: #4b74d3;
    color: #000;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
}

.buton{
    padding: 8px 0;
    background-color: rgb(100, 117, 245);
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
}

.footer-social{
    text-align: center;
}

#main-footer a{
    text-decoration: none;
}

@media(max-width:576px){
    #main-footer{
        padding: 10px;
    }
    #main-footer .footer-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #main-footer .footer-logo .logo{
        width: 200px;
    }
    .taha{
        display: block;
        width: 100%;
    }
    .renk{
        color: #00ddff;
    }
}


/* iletisim */

.iletisim{
    padding: 75px 0;
}

.iletisim h1{
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.kisi h3{
    font-size: 22px;
    letter-spacing: 3px;
}

.kisi a{
    color: #fff;
    font-size: 25px;
}

.kisi a:hover{
    color: #00d9ff;
    transition: .3s;
}

.kisi p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 5px;
}

.kisi{
    border: 1px solid #fff;
    color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 40px;
    border-radius: 12px;
    background-color: #ffffff36;
    box-shadow: rgb(0, 213, 255) 0px 50px 100px -20px, rgb(0, 225, 255) 0px 30px 60px -30px, rgb(0, 208, 255) 0px -2px 6px 0px inset;
    box-shadow: rgb(0, 221, 255) 0px 30px 60px -12px inset, rgb(0, 250, 237) 0px 18px 36px -18px inset;
}

.kisi:hover{
    background-color: #33b0e1a1;
    transition: .3s;
}

.kisiler{
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.harita-buyuk{
    width: 100%;
    text-align: center;
}

.harita-wrap{
    margin-top: 35px;
    width: 100%;
    padding: 10px;
}

.harita{
    width: 100%;
    text-align: center;
}

@media(max-width: 576px){
    .kisi{
        width: 90%;
    }

    .kisiler{
        gap: 20px;
    }

    .harita{
        max-height: 350px;
    }
}

/* hizmet sayfaları */

.yazi{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 50px 0;
}

.icerik-1-content h1{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;
}