:root {
    --primary: #F77D0A;
    --secondary: #2B2E4A;
    --light: #F4F5F8;
    --dark: #1C1E32;
}
body {
    margin: 0;
    font-family: "Rubik",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8486A0;
    text-align: left;
    background-color: #fff;
}
a {
    
    text-decoration: none;
    background-color: transparent;
}
.head{
    box-sizing: border-box;
    height: 7rem;
}
.collapse{
    font-size: calc(1.275rem + .3vw);
    font-weight: 300;
}
 
 
 .btn{
    background-color: #F77D0A !important;
    border: 1px solid #F77D0A!important;
    color: #fff !important;
    font-size: calc(1.275rem + .3vw);
    font-weight: 400;
    border-radius: 40px !important;
 }
 
.bg-secondary{
    background-color: #2B2E4A !important;}
.text-primary{
    color: #F77D0A !important;
    
}
.text-secondary{
    color: #2B2E4A !important;}

.nummer{
    font-size: 6.5rem;
    font-weight: 700;
     
}
.nummer_service{
    font-size: 4rem;
    font-weight: 700;
     
}
.stil-4{
    font-size: 3.5rem;
    font-weight: 700;
    color :#2B2E4A;
}
.stil-3{
    font-size: calc(1.275rem + .3vw);;
    font-weight: 700;
    color :#2B2E4A;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 30, 50, .7);
    z-index: 1;
}
.flex_column{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-top: 2rem
    ;
    
}
.fa{
    color:#2B2E4A ;
}
.flex_row{
    display: flex;
    justify-content: space-between;     
    flex-direction: row;
    align-items: center;    
    margin-top: 1rem;
    gap:2rem;
    
}
.center{   
    display: flex !important;  
    align-items: center;
}
.responsive {
    width: 100%;
    height: auto;
  }
.ikon{
    display: flex;
    align-items: center;
    background-color: var(--primary);
    justify-content: center;
     

}
.card{
height: 320px;
background: #e0e0eb;
transition: .5s;;
}
.welcome{
    margin-top: 3rem;
}
.ikon_container:hover{
    background-color: #1C1E32;
    color: white !important;
}
.d_ikon{
     
    padding: 1rem;
}
.card_text{
    font-size: 16px;
     padding: 0px 24px;
     
    text-align: left;
     
}
.title{
    text-align: center !important;
}
 
.card:hover{
color: white !important;
background-color: #1C1E32 !important;
cursor: pointer;

}
.card:hover .stil-3{
    color:white;

}

.bg-banner {
    background: linear-gradient(
        rgba(28, 30, 50, .9),
        rgba(28, 30, 50, .9)),
        url(https://basrikonuskan.com/car/img/bg-banner.jpg);
    background-attachment:scroll;
}
   
 