@font-face{
    font-family: Raleway-ExtraBoldItalic;
    src: url(../font/Raleway-ExtraBoldItalic.ttf);
}
@font-face{
    font-family: Raleway-BoldItalic;
    src: url(../font/Raleway-BoldItalic.ttf);
}
@font-face{
    font-family: Raleway-Medium;
    src: url(../font/Raleway-Medium.ttf);
}
@font-face{
    font-family:  Raleway Bold;
    src: url(../font/Raleway-Bold.ttf);
}
@font-face{
    font-family:  Raleway Bold_0;
    src: url(../font/Roboto-Bold_0.ttf);
}
body{
    background-color:#FFFFFF;
}
header {
    display: flex;
    width: 100%;
    height: 189px;
    background-color: #50504F;
    justify-content: center;
    align-items: center;
}
h1 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #1F282E;
    margin: 4% 10%;
    font-family: Raleway-BoldItalic,serif;
}
h3 {
    font-size: 35px;
    font-weight: bold;
    font-family: Raleway Bold,serif;
    color: #50504F;
}

.item-left a{
    color:#8ABCDF;
}
.item-left-a a {
    border: 1px solid #8ABCDF;
    font-size: 15px;
    padding: 2%;
    display: flex;
    background-color:#8ABCDF;
    height: 7%;
    width: 15%;
    max-height: 50px;
    min-width: 150px;
    justify-content: center;
    align-items: center;
    color: #000000;
}

h2 {
    font-size: 42px;
    font-weight: bold;
    font-family: Raleway Bold,serif;
    line-height:1.2;
    color: #50504F;
}

form.search00{
    display: none;
}
li {
    width: 100%;
}

.item-right a{
    color: #8ABCDF;
    font-size: 15px;
}

p {
    margin: 10px 0;
    font-size: 17px;
    font-weight: normal;
    font-family: Raleway-Medium,serif;
    color: #000000;
}
.item-right .sec a{
    font-size: 23px;
    font-family: Raleway Bold,serif;
    padding-left: 20px;
    color: #000000;
}
li{
    border-top: 1px solid #1F282E;
    padding: 10px 0;
}

.menu,label,header input{
    display: none;
    color: #1F282E;
    font-size: 55px;
}
.item-right-search {
    border-width: 2px;
    border-style: solid;
    border-color: #1F282E;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1% 0;
    font-size: 17px;
}

.item-right-search input {
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #FFFFFF;
}

#submit {
    background-image: url(../img/ic_search_eoncricket.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 32px;
    height: 30px;
}
.item-left hr{
    margin: 20px 0;
    border: 1px solid #8ABCD4;
}
footer {
    width: 100%;
    padding: 1% 0;
    margin: 40px 0 0 0;
    background-color: #50504F;
    text-align: center;
}
footer p{
    color: white;
}




header img {
    width: 250px;
    height: auto;
}

.item {
    padding: 0 18% 5%;
    display: flex;
}

.item-left {
    width: 58%;
    padding-right: 3%;
}

.item-left-a {
    text-align: right;
    margin:5% 0;
}

.item-left p {
    white-space: break-spaces;
    line-height: 1.8;
}

.item-left img {
    width: 100%;
}

.item-right {
    width: 42%;
    height: auto;
    padding-left: 3%;
}
.item-right ul{
    padding-top:25px;
}
.item-right form{
    border: #000000 2px;
}

.item-right .fir a{
    font-size: 17px;
    font-family: Raleway-Medium,serif;
}

.goback {
    position: fixed;
    right: 2%;
    bottom: 0;
}

.goback img {
    width: 30px;
    height: auto;
}


@media(max-width:800px) {
    header {
        display:block;
        width: 100%;
        height: 100px;
        background-color: #50504F;
        position: relative;
    }
    h4{
        margin: 0 5px;
        font-size: 35px;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        color: #F5F9F8;
    }
    li{
        border-top: none;
        border-bottom: 1px solid #8ABCDF;
        padding: 10px 0;
    }
    .menu{
        display: block;
        width: 100%;
        position: absolute;
        top: 100px;
        background-color: #50504F;
        max-height: 0px;
        overflow: hidden;
        text-align:center;
        transition: .5s;
    }
    .switch{
        color: #FFFFFF;
    }
    #switch{
        position: absolute;
        opacity: 0;
        color:#FFFFFF ;
    }
    #switch:checked ~ label {
        background-color:#F5F9F8;
        color: #50504F;
    }
    header a{
        display: block;
        color: #FFFFFF;
        font-size: 17px;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    a {
        padding: 10px 0;
        color: #8ABCD4;
    }


    h1 {
        margin: 4% 20px;
        font-size: 20px;
        white-space: normal; 
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2{
        margin: 4% 10px;
        font-size: 27px;
        white-space: normal; 
        overflow: hidden;
        text-overflow: ellipsis;
    }
  
   
    header img {
        width: 175px;
        position: absolute;
        top: 25px;
        left: 10px;
        margin: 10px;
    }
    form.search00{
        display: flex;
        justify-content: center;
    }
    .item-right-search00 {
        border-width: 2px;
        width: 80%;
        border-style: solid;
        border-color: #000000;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 2% 0;
        font-size: 17px;
    }
    .item-right-search00 input {
        width: 100%;
        border-radius: 0;
       border: none;
        background-color: #FFFFFF;
        
    }
    label{
        display: block;
        position: absolute;
        width: 100px;
        line-height: 104px;
        height: 100px;
        text-align: center;
        top: 0;
        right: 0px;
    }


    #switch:checked ~ .menu {
        max-height: 2000px;
    }
   
    .item {
        flex-direction: column;
        align-items: center;
        padding:6% ;
    }
    .item-left{
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .item-left-a a{
        margin: auto;
        height: 50px;
        width: 60%;
        min-width: 0px;
        font-size: 24px;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .item-right {
        display: none;
    }
}
@media (max-width:375px) {
    .item-left-a a{
        width: 55%;
        font-size: 18px;
    }
    
}
