*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
}

/* *:focus{
    outline:none;
} */

button{
    outline: none;
    background:none;
    border:none;
}


ul{
    list-style: none;
}


a{
    text-decoration: inherit;
    color:inherit;
    width: 100%;
    height: 100%;
}

/* Pop navigation styling */


.pop-nav{
    position:fixed;
    top:0px;
    right:0px;
    width: 100vw;
    height: 95vh;
    z-index:20;
    margin-top: 5vh;
    transition:1000ms ease-in-out;
    background-color:rgba(126, 126, 126, 0.356);      
    backdrop-filter: blur(5px);
    display: none;
    padding-bottom: 10vh;
}

.pop-inner{
    width: 100%;
    height: 100%;
}

.pop-nav-trans{
    transform: translateX(150%);
}

.pop-middle{
    padding-top: 20vh;
}

.pop-bottom{
    margin-top: auto;
    padding:10% 0;
}

.pop-bottom li{
    font-size: 2rem;
}

.pop-middle li{
    width: auto;
    margin-left: auto;
    display: block;
}

/* Main navigation styling. */

.stick-to-top{
    position: sticky;
    top: 0px;
    z-index: 30;
    height: 0px;
    transition: ease-in-out 400ms;
}

.stick-to-top:hover{
    transform: translateY(0%);
}

.stick-to-top a{
    display:block;
    margin:15px 5px;
    position:relative;
    overflow: hidden;
}

.stick-to-top a::before{
    content: "";
    position:absolute;
    top:2px;
    left:0;
    width:10px;
    height: 10px;
    border-left:2px solid ;
    border-top:2px solid ;
    border-radius: 2px;
    opacity: 0;
    transform: translate(30%, 30%);
    transition: opacity ease-in-out 150ms,
                transform ease-in-out 400ms;
}

.stick-to-top ul a::after{
    content: "";
    position:absolute;
    bottom:2px;
    left:0px;
    height:20%;
    width: 70%;
    border-bottom:2px solid;
    border-radius: 2px;
    transform:translateX(-120%);
    transition: ease-in-out 400ms;
}

.stick-to-top li:hover a::after{
    transform:translateX(0%);
}

.stick-to-top li:hover a::before{
    transform: translate(0%, 0%);
    opacity: 1;
}


.stick-to-top li:nth-child(2) {
    margin-left: auto;
}

.stick-to-top li:last-child {
    display:none;
    padding:0.4rem;
}

.inner-row-out{
    transform: translateY(-35%);
    transition:ease-in-out 400ms;
}

.inner-row-out:hover{
    transform: translateY(0);
}

.header a{
    transition:200ms ease-in-out;
}

.header a:hover{
    transform: scale(1.2);
}

.com-space{
    width: 100%;
    flex:0 1 25%;
}

.com-space:nth-child(1) i,
.com-space:nth-child(3) i{
    font-size: 1rem;
}

.wp,.insta,.face{
    font-size:1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.inner-row-marka{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.marka-100{
    width: 80%;
}

.marka{
    top:0px;
    left:0;
    width: 20%;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    box-shadow:0 2px 10px .5px;
}

.marka img{
    width: 70%;
}

.marka-holder{
    width: 100%;
    height: 100%;
}

/* Hamburger menu */

.hamburger{
    width: 100%;
    height: 100%;
    padding:0.5rem;
    margin-bottom: 0.2rem;
}

.hamburger span {
    width: 30px;
    height: 2px;
    margin-top:2px;
    margin-bottom:2px;
}

/* Slider styling. */

.landing-cover{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.photo-holder{
    height: 100%;
    overflow: hidden;
}

#photo-inner{
    height: 100%;
    transition: ease-in-out 600ms;
}

.img-container{
    height: 100%;
    overflow: hidden;
}

.img-container::after{
    content:"";
    width: 100%;
    height: 100%;
    background-color:rgba(88, 88, 88, 0.6);
    position: absolute;
    z-index: 1;
    top:0px;
    left: 0px;
}

.img-container:nth-child(odd) img{
    transform-origin:bottom left;
}

.img-container:nth-child(even) img{
    transform-origin:bottom right;
}

.slider-img{
    transform: scale(1.2); 
    transition:ease-in-out 8000ms;
    z-index: -2;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.text-container{
    width: 100%;
    height: 80vh;
    top:20vh;
    left: 0;
    display: grid;
    place-items: center;
    font-size:1.2rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
}

.text-container-inner{
    transition:800ms ease-in-out;
    transition-delay:opacity 150ms;
    transform: translateX(100%);
    opacity: 0;
    z-index: 10;
}

.text-container-inner-trans{
    transform: translateX(0%);
    opacity: 1;
}

.landing-text-holder{
    top:50%;
    width: 100%;
    height: 50%;
    z-index: 5;
    pointer-events: none;
}

.text-nest{
    margin-bottom: auto;
    pointer-events: none;
}

.left-arrow-btn{
    top:0px;
    left:0px;
}

.right-arrow-btn{
    top:0px;
    right:0px;
}

.arrow{
    width: 50px;
    height: 50px;
    outline: none;
    margin:20px;
    margin-bottom: 100%;
    border:none;
    font-size:1.5rem;
    font-weight: 300;
    pointer-events: all;
}

#landing-navigator{
    height: 10%;
    width: 100%;
    pointer-events: none;
}

.nav-box{
    height: 10px;
    width: 30px;
    opacity:0.8;
    margin:10px;
    border:2px solid rgb(80, 0, 0);
    transition:ease-in-out 600ms;
    pointer-events: all;
}

.outer-row{
    overflow: hidden;
}

.inner-row{
    transition:400ms ease-in-out;
}

/* Cards styling. */

.card-1{
    height: 500px;
    width: 100%;
    overflow: hidden;
    display:grid;
    place-items: center;
}

.card-1:hover .i-box{
    opacity: 1;
}

.card-1:hover h6{
    opacity: 0;
}

.card-1 i:hover{
    color:brown;
}

.card-1:hover::before{
    transform:scale(1.3);
}

.card-1 i{
    font-size: 7rem !important;
}

.card-1::before{
    content: "";
    top:0px;
    bottom: 0px;
    position:absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    transform-origin: bottom;
    transition:1000ms ease-in-out;
    filter: grayscale(0%);
}

.card-1:nth-child(1)::before{
    background-image: url("../assets/photos/traf-tes.jpeg");
    
}

.card-1:nth-child(2)::before{
    background-image: url("../assets/photos/enerji-nakil.jpg");
    
}

.card-1:nth-child(3)::before{
    background-image: url("../assets/photos/panolar.jpg");
    
}

.card-1:nth-child(4)::before{
    background-image: url("../assets/photos/katotik.jpg");
    background-position:75% 0%;
}

.card-1:nth-child(5)::before{
    background-image: url("../assets/photos/jeneretor-tesis.jpg");
}

.card-1:nth-child(6)::before{
    background-image: url("../assets/photos/guneş-enerji-sistemleri.jpg");    
}

.card-1:nth-child(7)::before{
    background-image: url("../assets/photos/porje-2.png");
}

.card-1:nth-child(8)::before{
    background-image: url("../assets/photos/ariza-bakim.jpg");
    
}

.card-1:nth-child(9)::before{
    background-image: url("../assets/photos/pexels-pixabay-414967.jpg");
    
}

.card-1:nth-child(10)::before{
    background-image: url("../assets/photos/ruhsat-projeleri.jpg");
    
}

.card-1 h6{
    margin-top: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition:300ms ease-in-out;
    z-index: 5;
}

.card-1-left{
    top:40%;
    left:1%;
    font-size: 1.4rem;
    padding:1rem;
    opacity: 0;
}

.card-1-right{
    top:40%;
    right:1%;
    padding:1rem;
    font-size: 1.4rem;
}

.i-box{
    width: 100%;
    height:100%;
    display:grid;
    place-items: center;
    top:0px;
    left:0px;
    transition:400ms ease-in-out;
    opacity: 0;
    background-color:rgba(255, 255, 255, 0.5);
}

.card-1:hover .i-box{
   background-color: rgba(255, 255, 255, 0.2);
}

.i-box a{
    display: grid;
    place-items: center;
    height: 50%;
    width: 50%;
}
/* About us styling. */

.img-cover{
    width: 100%;
    flex:1 1 30%;
    display: grid;
    place-items: center;
    z-index: 2;
    position:relative;
    overflow: hidden;
    object-fit: cover;    
    border-radius: 10px;
    
}

.img-cover img{
    height: 100%;
    position:absolute;
    top:0px;
    left: -120%; 
    opacity: 0.7;
}

.p-cover{
    width: 100%;
    flex: 1 1 70%;
    display: grid;
    place-items: center;
    line-height: 1.3rem;
    font-size:1.1rem;
}

.p-cover span{
    font-size: 1.2rem ;
    border-bottom:2px solid;
}

.p-cover p{
    float: right;
}

.p-cover::before{
    content: "";
    width:20%;
    position:absolute;
    top:0px;
    left:20px;
    height:50%;
    border-left:4px solid rgba(124,   0,   5, 1);
    border-top:4px solid rgba(124,   0,   5, 1);
}

.p-cover::after{
    content: "";
    width:20%;
    position:absolute;
    bottom:0px;
    right:20px;
    height:30%;
    border-right:4px solid rgba(124,   0,   5, 1);
    border-bottom:4px solid rgba(124,   0,   5, 1);
}

.p-cover button{
    margin-top: 10px;
    margin-bottom:10px;
}
/* Fixed bg styling. */

.bg-fixed{
    background-color: rgba(223, 223, 223, 0.3);
}

.bg-fixed::after{
    content: "";
    width: 100%;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    background-attachment: fixed;
    background-image: url("../assets/photos/pexels-pixabay-459740.jpg");
    background-position: 50% 40%;
    background-size:cover;
    z-index: -1;
}

.neden-card{
    width: 100%;
    flex:1 1 30%;
    background-color:rgba(175, 175, 175, 0.9) ;
    border-radius: 20px;
}

/* Footer styling. */

footer i {
    width: 30%;
    font-size:1.7rem;
}
footer p {
    width:70%;
    font-size:1.2rem
}


.footer-elements{
    width: 100%;
    flex: 1 1 25%;
    align-self: stretch;
    display: grid;
    place-items: center;
    position:relative;
    
}

.footer-elements::after{
    content:"";
    position:absolute;
    left:0px;
    width: 100%;
    top:30%;
    height: 40%;
    border-left:rgba(124,   0,   5, 1) 2px solid;
    border-right:rgba(124,   0,   5, 1) 2px solid;
    pointer-events: none;
}


/* end of index styling */

/* Hakkımızda styling*/

/* end of Hakkımızda styling*/

/* Hizmetlerimiz styling*/


.hiz-card{
    width: 100%;
    height: 325px;
    border-radius:20px;
    overflow: hidden;
    margin:30px auto;
    box-shadow:  -0.7rem -0.7rem 1.7rem 0 rgba(180, 180, 180, 0.7),
                  0.7rem  0.7rem 1.7rem 0 rgba( 42,  42,  42, 0.5);
    background: linear-gradient(-45deg, rgba(42,42,42,0.5) 0%, rgba(180,180,180,0.7) 70%);
}

.hiz-img{
    width: 30%;
    height: 100%;
    flex:1 1 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hiz-card:nth-child(1) .hiz-img{ 
    background-image: url("../assets/photos/traf-tes.jpeg");
}

.hiz-card:nth-child(2) .hiz-img{ 
    background-image: url("../assets/photos/enerji-nakil.jpg");
}

.hiz-card:nth-child(3) .hiz-img{ 
    background-image: url("../assets/photos/panolar.jpg");
}

.hiz-card:nth-child(4) .hiz-img{ 
    background-image: url("../assets/photos/katotik.jpg");
}

.hiz-card:nth-child(5) .hiz-img{ 
    background-image: url("../assets/photos/jeneretor-tesis.jpg");
}

.hiz-card:nth-child(6) .hiz-img{ 
    background-image: url("../assets/photos/guneş-enerji-sistemleri.jpg");
}

.hiz-card:nth-child(7) .hiz-img{ 
    background-image: url("../assets/photos/porje-2.png");
}

.hiz-card:nth-child(8) .hiz-img{ 
    background-image: url("../assets/photos/ariza-bakim.jpg");
}

.hiz-card:nth-child(9) .hiz-img{ 
    background-image: url("../assets/photos/pexels-pixabay-414967.jpg");
}

.hiz-card:nth-child(10) .hiz-img {
    background-image: url("../assets/photos/ruhsat-projeleri.jpg");
}

.hiz-text{
    width: 100%;
    height: 100%;
    flex: 1 1 70%;
    display: grid;
    place-items: center;
}

/* end of Hizmetlerimiz styling*/

/*Referanslarımız styling*/

.logo-group{
    margin-top: 2rem;
}

.logo-card{
    width: 100%;
    flex:0 0 30%;
    height: 300px;
    border-radius:20px;
    box-shadow:  -0.7rem -0.7rem 1.7rem 0 rgba(180, 180, 180, 0.7),
                  0.7rem  0.7rem 1.7rem 0 rgba( 42,  42,  42, 0.5);
    background: linear-gradient(-45deg, rgba(42,42,42,0.5) 0%, rgba(180,180,180,0.7) 70%);
    transition:200ms ease-in-out;
    overflow: hidden;
}

.logo-card-inner{
    width: 100%;
    height: 100%;
    display:grid;
    place-items: center;
}

.logo-card-inner img{
    width: 70%;
}

.logo-group:nth-child(2) .logo-card:nth-child(1) img{
    width: 50%;
}

.logo-card:hover{
    transform: scale(1.1);
}

/* end of Referanslarımız styling*/

/* İletişim styling*/

.form-box{
    border-radius: 10px;
}

.form-box input{
    width: 100%;
    border-radius: 10px;
    outline: none;
    border: none;
}

.form-box textarea{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.map-box iframe{
    width: 100%;
    height: 100vh;
}

/* end of iletişim styling*/

/* global styling*/

.hide{
    display:none;
}

.gradient{
    padding-top: 0 !important;
    background: linear-gradient(180deg,rgb(129, 128, 128)  0%, rgba(199, 197, 197 ,1) 100%);
}

.gradient-reverse{
    padding-top: 0 !important;
    background: linear-gradient(180deg,rgba(199, 197, 197 ,1) 0%, rgb(129, 128, 128)  100%);
}

.kesfet{
    outline: none;
    border:none;
    font-size:1.1rem;
    transition:800ms ease-in-out 500ms; 
    transition-delay: opacity 500ms;
    transform: translateY(300%);
    opacity: 0;
}

.kesfet-trans{
    transform: translateY(0%);
    opacity: 1;
    z-index: 30;
}

.kesfet-2{
    margin-left: auto;
    outline: none;
    border:none;
    font-size:1.1rem;
}

.col-30{
    width: 100%;
    flex: 1 1 30%;
    height: 100%;
    font-size:3rem;
    display: grid;
    place-items: center;
    
}

.col-70{
    width: 100%;
    flex: 1 1 70%;
    height: 100%;
    display: grid;
    place-items: center;
}

.current-page{
    pointer-events: none;
}

.current-page::after{
    transform:translateX(0%) !important;
}

.current-page::before{
    transform: translate(0%) !important;
    opacity: 1 !important;
}

/* end of global styling */

/*


.logo-holder{
    width: 40%;
}

.pop-upper:nth-child(2){
    margin-left: auto;
}

.logo-holder img{
    width: 100%;
}

.inner-col{
    width: 100%;
    flex-wrap: wrap;
}

.card-arrow-nest{
    width: 100%;
    height: 320px;
    flex-basis: 4%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

#left-card-arrow,
#right-card-arrow{
    display:block;
    font-size:1.5rem;
    height: 100%;
    width: 100%;
    transition:200ms ease-in-out;
}

.left-nest{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.right-nest{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;    
}

.dsp-none{
    display:none;
}

.card{
    height: 300px;
    flex: 1 1 23%;
    overflow: hidden;
    border-radius: 20px;    
    box-shadow: 0 0 10px 2px rgba(37, 37, 37, 0.4);
    background-position: center;
    background-size: cover;
}

.card-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: scale(1.2);
    transition:500ms ease-in-out;
    transform-origin: bottom;
}

.card-inner-container{
    transition:300ms ease-in-out;
}

.card-outer{
    width: 100%;
    flex-basis: 92%;
    overflow: hidden;
}

.card-inner{
    height: 100%;
    border-radius: 20px;
    width: 100%;
    transition: 600ms ease-in-out;
}

.card:hover .card-bg{
    transform: scale(1);
}

.card .waves-dark{
    width: 100%;
    left: 0;
    transform: translateY(20%);
}

.waves-dark{
    left: 0;
    width: 100%;
}

.bottom{
    transform: translateY(7%);
    bottom:0px;
}

.top{
    transform: translateY(-1%);
    top:0px;
    z-index: 1;
}

.hakkimizda{
    margin:200px auto;
    border-radius: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    
}

.hakkimizda p {
    text-indent: 30px;
    margin:20px auto;
    width:95%;
    font-weight: 700;
}
.elements{
    min-width: 350px;
    width: 100%;
    flex: 1 1 30%; 
    margin:40px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: linear-gradient(200deg, rgb(10, 16, 34) 30%, rgba(255,255,255,0) 90%);
    transition:200ms ease-in-out;
    position:relative;
}

.elements::after{
    content:"";
    position:absolute;
    left:5%;
    bottom:-10%;
    width: 90%;
    height: 5%;
    transition:200ms ease-in-out;
    clip-path:ellipse();
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(245,245,245,0) 100%);
}

.elements:hover{
    transform:translateY(-5%) scale(1.05);
}

.elements:hover::after{
    transform:translateY(100%) scale(1.1);
    background: radial-gradient(circle, rgba(17, 17, 17, 0.3) 0%, rgba(245,245,245,0) 100%);
}

*/

/* ###################################################
###############        styles       ##################
######################################################*/

/* container modifications */

.container-60 {width: 60%;}
.container-70 {width: 70%;}
.container-80 {width: 80%;}
.container-90 {width: 90%;}
.container-100 {width: 100%;}





/* text modifications */

.text-alg-center{text-align: center;}
.text-alg-left{text-align: left !important;}
.text-alg-right{text-align: right;}

h1{font-size: 6rem;}
h2{font-size: 5rem;}
h3{font-size: 4rem;}
h4{font-size: 3rem;}
h5{font-size: 2rem;}
h6{font-size:1.2rem;}


.pos-rel{position: relative;}
.pos-absol{position:absolute;}

.box-shadow{box-shadow: 0 0 10px 2px;}



/* Flex modifications */

.y-flex{display:flex;}

.d-flex{
    display:flex;
    flex-direction: column;
}

.alg-cent{align-items: center;}              /* For flex values */
.alg-cent-str{align-items: stretch;}

.just-cont{justify-content: center;}            /* For flex values */
.just-cont-bet{justify-content: space-between;} /* For flex values */
.just-cont-arr{justify-content: space-around;}  /* For flex values */
.flex-wrap{flex-wrap: wrap;}

.p-1{padding:0.8rem;}
.p-2{padding:2.5rem;}
.p-3{padding:4rem;}
.p-4{padding:6rem;}
.p-5{padding:10rem;}

.pl-1{padding-left:0.8rem;}
.pl-2{padding-left:2.5rem;}
.pl-3{padding-left:4rem;}
.pl-4{padding-left:6rem;}
.pl-5{padding-left:10rem;}

.pr-1{padding-right:0.8rem;}
.pr-2{padding-right:2.5rem;}
.pr-3{padding-right:4rem;}
.pr-4{padding-right:6rem;}
.pr-5{padding-right:10rem;}

.pb-1{padding-bottom:0.8rem;}
.pb-2{padding-bottom:2.5rem;}
.pb-3{padding-bottom:4rem;}
.pb-4{padding-bottom:6rem;}
.pb-5{padding-bottom:10rem;}

.pt-1{padding-top:0.8rem;}
.pt-2{padding-top:2.5rem;}
.pt-3{padding-top:4rem;}
.pt-4{padding-top:6rem;}
.pt-5{padding-top:10rem;}

.m-1{margin:0.8rem;}
.m-2{margin:2.5rem;}
.m-3{margin:4rem;}
.m-4{margin:6rem;}
.m-5{margin:10rem;}

.ml-1{margin-left:0.8rem;}
.ml-2{margin-left:2.5rem;}
.ml-3{margin-left:4rem;}
.ml-4{margin-left:6rem;}
.ml-5{margin-left:10rem;}

.mr-1{margin-right:0.8rem;}
.mr-2{margin-right:2.5rem;}
.mr-3{margin-right:4rem;}
.mr-4{margin-right:6rem;}
.mr-5{margin-right:10rem;}

.mb-1{margin-bottom:0.8rem;}
.mb-2{margin-bottom:2.5rem;}
.mb-3{margin-bottom:4rem;}
.mb-4{margin-bottom:6rem;}
.mb-5{margin-bottom:10rem;}

.mt-1{margin-top:0.8rem;}
.mt-2{margin-top:2.5rem;}
.mt-3{margin-top:4rem;}
.mt-4{margin-top:6rem;}
.mt-5{margin-top:10rem;}

.m-auto{margin-left:auto; margin-right: auto;}

.font-10{font-size: 10px;}
.font-20{font-size: 20px;}
.font-30{font-size: 30px;}

/* colors */
.bg-sec-3 { background-color: rgb(129, 128, 128) }
.bg-sec-2 { background-color: rgb(199, 197, 197) }
.bg-sec-1 { background-color: rgb(255, 255, 255) }
.bg-pri-3 { background-color: rgba(124,   0,   5, 1) }
.bg-pri-2 { background-color: rgba(203,   4,   9, 1) }
.bg-pri-1 { background-color: rgba(255,  41,  48, 1) }

.bg-col-w { background-color: rgba(255,255,255, 1)}
.bg-col-b { background-color: rgb(0, 0, 0)}

.sec-3 { color: rgb(129, 128, 128) }
.sec-2 { color: rgb(199, 197, 197) }
.sec-1 { color: rgb(255, 255, 255) }
.pri-3 { color: rgba(124,   0,   5, 1) }
.pri-2 { color: rgba(203,   4,   9, 1) }
.pri-1 { color: rgba(255,  41,  48, 1) }

.col-w { color: rgb(255, 255, 255)}
.col-b { color: rgb(0, 0, 0)}

.bg-tester{background-color: rebeccapurple;}
.border-tester{border:2px solid blue}


/* animations */


 /* media queries */    /* media queries */     /* media queries */
  /* media queries */    /* media queries */     /* media queries */

@media (max-width: 1280px){

    .img-cover img{
        left: -220%;
    }

    .com-space{
        width: 100%;
        flex:0 1 34%;
    }
}

@media (max-width: 1024px){


    .stick-to-top li{
        display: none;
        align-self: stretch;
    }

    .stick-to-top li:last-child{
        display: block;
        margin-left: auto;
    }

    .hide{
        display:block;
        padding:2px;
    }

    .header{
        display: none;
    }

    .inner-row-out{
        transform: translateY(0%);
    }

    .arrow{
        width: 2.1rem;
        height: 2.1rem;
        margin:0px;       
        font-size:1rem;
    }

    .marka {
        width: 35%;
        padding-right: 0.5rem;
        margin:0;
    }

    .marka img{
        width: 80%;
    }

    .landing-cover{
        height: 70vh;
    }

    .kesfet{
        font-size: 0.8rem;
    }
    
    .text-container{
        width: 100%;
        height: 70vh;
        top:0vh;
    }

    .marka-100{
        width: 100% !important;
    }

    .landing-text-holder{
        top:65%;
        height: 35%;
    }

    section{
        padding:0px !important;
    }

    section h4{
        padding:10px !important;
    }

    .gradient .container-60{
        width: 100% !important;
        flex-direction: column;
    }

    .pop-nav{
        display:block;
    }

    .logo-group{
        flex-direction: column;
        width: 48% !important;
        margin-top: 0 !important;
        height:450px;
        white-space: nowrap;
    }

    .logo-group:nth-child(3){
        height: 160px !important; 
    }
    /* Yeni bir logo eklersen .flex-revert'e flex-grow-1 ver */

    .flex-revert{
        flex-direction:row !important;
        flex-grow: 1;
    }

    .logo-card{
        height: 150px;
        flex-grow: 1;
    }

    .img-cover{
        flex:0 0 10%;
        padding:1rem 0;
    }

    .p-cover{
        width: 100%;
        flex: 1 1 90%;
        line-height: 1.2rem;
        padding:2rem !important;
    }

    .footer-elements:nth-child(1),
    .footer-elements:nth-child(2){
        display: none;
    }

    /* styles */
    .container-60 {width: 70%;}
    .container-70 {width: 85%;}
    .container-80 {width: 95%;}
    .container-90 {width: 97%;}
    .container-100 {width: 100%;}

    h1{font-size: 3rem;}
    h2{font-size: 2.5rem;}
    h3{font-size: 1.9rem;}
    h4{font-size: 1.5rem;}
    h5{font-size: 1.2rem;}
    h6{font-size:1rem;}
    p{font-size: 0.8rem;}

    .p-1{padding:0.5rem;}
    .p-2{padding:0.8rem;}
    .p-3{padding:1.5rem;}
    .p-4{padding:2rem;}
    .p-5{padding:3rem;}

    .pl-1{padding-left:0.5rem;}
    .pl-2{padding-left:0.8rem;}
    .pl-3{padding-left:1.5rem;}
    .pl-4{padding-left:2rem;}
    .pl-5{padding-left:3rem;}

    .pr-1{padding-right:0.5rem;}
    .pr-2{padding-right:0.8rem;}
    .pr-3{padding-right:1.5rem;}
    .pr-4{padding-right:2rem;}
    .pr-5{padding-right:3rem;}

    .pb-1{padding-bottom:0.5rem;}
    .pb-2{padding-bottom:0.8rem;}
    .pb-3{padding-bottom:1.5rem;}
    .pb-4{padding-bottom:2rem;}
    .pb-5{padding-bottom:3rem;}

    .pt-1{padding-top:0.5rem;}
    .pt-2{padding-top:0.8rem;}
    .pt-3{padding-top:1.5rem;}
    .pt-4{padding-top:2rem;}
    .pt-5{padding-top:3rem;}

    .m-1{margin:0.5rem;}
    .m-2{margin:0.8rem;}
    .m-3{margin:1.5rem;}
    .m-4{margin:2rem;}
    .m-5{margin:3rem;}

    .ml-1{margin-left:0.5rem;}
    .ml-2{margin-left:0.8rem;}
    .ml-3{margin-left:1.5rem;}
    .ml-4{margin-left:2rem;}
    .ml-5{margin-left:3rem;}

    .mr-1{margin-right:0.5rem;}
    .mr-2{margin-right:0.8rem;}
    .mr-3{margin-right:1.5rem;}
    .mr-4{margin-right:2rem;}
    .mr-5{margin-right:3rem;}

    .mb-1{margin-bottom:0.5rem;}
    .mb-2{margin-bottom:0.8rem;}
    .mb-3{margin-bottom:1.5rem;}
    .mb-4{margin-bottom:2rem;}
    .mb-5{margin-bottom:3rem;}

    .mt-1{margin-top:0.5rem;}
    .mt-2{margin-top:0.8rem;}
    .mt-3{margin-top:1.5rem;}
    .mt-4{margin-top:2rem;}
    .mt-5{margin-top:3rem;}


}