@charset "utf-8";


@media(max-width: 1919.98px) {
  nav#global_nav {
    position: absolute;
    z-index: 30;
    top: 0%;
    /* left: 34.6%; */
    right: 0%;
    width: 65.4%;
    height: 10.5vw;
    display: block;
    padding: 0 !important;
  }
}

@media(min-width: 1920px) {
  nav#global_nav {
    position: absolute;
    z-index: 30;
    top: 0%;
    /* left: 665px; */
    right: 0px;
    width: 1255px;
    height: 198px;
    display: block;
    padding: 0 !important;
  }
}





@media(max-width: 1919.98px) {
  div#cricket_title {
    position: relative;
    /* float: left; */
    width: 100%;
    /* left: 4%; */
    background-color: #bb5e64;
    height: 100%;
  }
}

@media(min-width: 1920px) {
  div#cricket_title {
    position: relative;
    /* float: left; */
    width: 1255px;
    /* left: 0; */
    background-color: #bb5e64;
    height: 100%;
  }
}



/***** Menu *****/








@media(max-width: 1919.98px) {
  div#cricket_title_title {
    float: left;
    background-color: #bb5e64;
    height: 100%;
    padding: 0;
    width: 55%;
  }
}
@media(min-width: 1920px) {
  div#cricket_title_title {
    float: left;
    background-color: #bb5e64;
    height: 100%;
    padding: 0;
    width: 690px;
  }
}


@media(max-width: 1919.98px) {
  h1#circket_title_name {
    margin: 0;
    margin-top: 10%;
    margin-left: 20%;
    /* background-color: #bb5e64; */
    color: white;
    /* font-size: 2rem; */
    font-size: 2.5vw !important;
    /* float: left; */
    /* height: 100%; */
  }
}
@media(min-width: 1920px) {
  h1#circket_title_name {
    margin: 0;
    margin-top: 10%;
    margin-left: 20%;
    /* background-color: #bb5e64; */
    color: white;
    font-size: 3rem;
    /* font-size: 2vw !important; */
    /* float: left; */
    /* height: 100%; */
  }
}

@media(max-width: 1919.98px) {
  div#cricket_title_body {
    float: left;
    border-left: 1vw solid #1b5293;
    background-color: #bb5e64;
    margin-right: 0;
    height: 100%;
    width: 30%;
    padding-top: 3% !important;
  }
}
@media(min-width: 1920px) {
  div#cricket_title_body {
    float: left;
    border-left: 19px solid #1b5293;
    background-color: #bb5e64;
    margin-right: 0;
    height: 100%;
    width: 377px;
    padding-top: 2.5rem !important;
  }
}





@media(max-width: 767.98px) {
  div#cricket_title_body h2 {
    color: white;
    font-size: 1.1vw !important;
    line-height: 0.5vw !important;
  }
}
@media(min-width:768px) and (max-width:1919.98px) {
  div#cricket_title_body h2 {
    color: white;
    font-size: 1.6vw !important;
    line-height: 1.2vw !important;
  }
}
@media(min-width: 1920px) {
  div#cricket_title_body h2 {
    color: white;
    font-size: 1.8rem;
    line-height:1.5rem;
  }
}

ul#global_nav_ul {
  /* margin-right: 6vw !important; */
  background-color: #bb5e64 !important;
  font-size: 3rem;
  /* color:#A31C25; */
}

a.nav-link {
  color: white !important;
  float: right !important;
  /* font-size: 2rem; */
  margin-right: 1rem;
}

@media(max-width: 1919.98px) {
  button.navbar-toggler {
    background-color: #bb5e64;
    float: left;
    height: 100%;
    width: 15%;
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media(min-width: 1920px) {
  button.navbar-toggler {
    background-color: #bb5e64;
    float: left;
    height: 100%;
    width: 188px;
    padding: 0 !important;
    margin: 0 !important;
  }
}

i#button_icon {
  /*  style="color:#fff; font-size:28px;" */
  /* color:rgb(177, 58, 58); */
  color: #fcbebe;
  font-size: 4rem;
}