@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:700|Roboto:500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@font-face {
    font-family: Mbkaos;
    src: url(../FONT/Mbkaos.ttf);
}

  .kerbanner{
    background-image: url(../images/kerban.jpg);
    background-size:cover;
    width: 100%;
    padding: 27%;
    background-repeat: no-repeat;
}
.kerbox{
    width:80%;
    margin:auto;
}

.kerhead{
text-align: center;
    color: #000;
    font-family: "JetBrains Mono";
    font-size: 2.083vw;
    font-style: normal;
    font-weight: 700;
    padding: 2% 0;
    line-height: normal;   
}

.kerpara{
    color: #000;
text-align: center;
font-family: "JetBrains Mono";
font-size: 1.13vw;
font-style: normal;
font-weight: 400;
line-height: normal;
   padding: 1% 0;
}

.kerdis {
    color: #fff;
    background-color: #0B74BC;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.kerdis:hover {
    color: #000;
    border-color: #0B74BC;
}

.horsiim{
 width:70%;
 margin:auto;
}

.standardpara{
    color: #000;
font-family: "JetBrains Mono";
font-size: 1.20vw;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.custom-list {
    list-style: none; /* Removes default bullets */
    padding: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
font-family: "JetBrains Mono";
font-size: 1.00vw;
font-style: normal;
font-weight: 400;
line-height: normal;/* Adds space between the icon and text */
}

.custom-list li svg {
    flex-shrink: 0;
    margin:2% 0;
}

.nuthors{
 width:75%; 
 margin:auto;
}
.nuthorshead{
color: #0B74BC;

font-family: "JetBrains Mono";
font-size: 1.25vw;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.nuthorstext{
    color: #000;
font-family: "JetBrains Mono";
font-size: 1.00vw;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.horsilast{
    border-radius:10px;
    padding:2% 0;
    background-color:#0B74BC;
}
.horsilastpara{
color: #FFF;
text-align: center;
font-family: "JetBrains Mono";
font-size: 1.00vw;
font-style: normal;
font-weight: 700;
line-height: normal;    
}

.kerdis1 {
    color: #000;
    margin-top:2%;
    background-color: #fff;
    transition: color 0.3s ease, border-color 0.3s ease;
    position: relative; /* Ensures the icon moves relative to the button */
}

.kerdis1 i {
    margin-left: 8px; /* Initial spacing */
    transition: transform 0.3s ease; /* Smooth movement */
}

.kerdis1:hover {
      color: #000;
    background-color: #fff;
}

.kerdis1:hover i {
    transform: translateX(5px); /* Moves the icon to the right */
}
.custom-list svg {
    width: 67px; /* Default size */
    height: 70px; /* Default size */
}

@media only screen and (max-width: 575px){
    .kerbox{
        width:90%;
        margin:auto;
    }
     .custom-list svg {
        width: 40px; /* Further reduction */
        height: 42px;
    }
    .kerhead{
        font-size:4.50vw;
    }
    
    .kerpara {
      font-size:3.13vw;  
    }
    
    .standardpara {
        font-size:3.13vw;
    }
    
    .custom-list li{
        font-size:3.13vw;
    }
    .nuthorshead {
        font-size:4.00vw;
    }
    .nuthorstext{
          font-size:3.13vw;
          padding-left: 3%;
    }
    
    .horsilastpara {
      font-size:3.13vw;  
    }
    .horsilast {
        padding: 1% 5%;
    }
    .kerbanner{
		background-image: url(../images/karbanmob.jpg);
		padding:63% 0;
	}
}

