/* common css ******************************************************************************/




@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "AG Letterica Compr-Oblique Medium";
    src: url("../fonts/AG\ Letterica\ Compr-Oblique\ Medium.ttf");
}
@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("../fonts/MYRIADPRO-REGULAR.OTF");
}
@font-face {
    font-family: "Barlow-Bold";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Bold.ttf");
  }

  @font-face {
    font-family: "Barlow-Semi-Bold";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-SemiBold.ttf");
  }

  @font-face {
    font-family: "Barlow-Regular";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
  }
  @font-face {
    font-family: "Barlow-Regular";
    src: url("https://api.staging.cricketliveline.co.in/fonts/Barlow-Regular.ttf");
  }


:root {
    --white: #fff;
    --black: #000;
}

.white {
    color: var(--white);
}

.black {
    color: var(--black);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

.common::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #451277;
    /* .background-image: url('../images/banner-bg.png'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body.show {
    position: fixed;
    top: 0;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: normal;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: var(--white);
}

p:last-child {
    margin-bottom: 0;
    /* text-align: left; */
}

.small {
    font-size: 16px;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
    color: inherit;
    font-family: inherit;
}

span {
    display: inline-block;
}









/* header css start ******************************************************************************/
/* @keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
} */


#header .header-part {
   max-width: 90%;
   padding: 50px 0;
   margin: 0 auto;
}
#header .header-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#header .header-box .logo-box{
    max-width: 30%;
}
#header .header-box .logo-box img{
    max-width: 60%;
}


#header .header-box .main-nav a {
    font-size: 25px;
    margin-right: 35px;
    font-family: 'MYRIADPRO-REGULAR';
    color: var(--white);
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 11;
    width: 30px;
    height: 30px;
}

#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
    width: 25px;
    height: 3px;
    background: var(--white);
    transition: 0.5s all ease-in-out;
    position: relative;
    border-radius: 5px;
}

#header .main-nav .cancel-menu span {
    position: absolute;
    height: 4px;
}

#header .main-nav .cancel-menu span:first-child {
    transform: rotate(45deg);
}

#header .main-nav .cancel-menu span:last-child {
    transform: rotate(-45deg);
}

#header .main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
}

#header.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 1000;
    box-shadow: 0 0 10px 2px #000;
}
#header .main-nav nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

#header .main-nav nav ul li a {
    color: var(--white);
    padding: 5px;
    font-size: 18px;
}




#homeBanner .homeBanner-part {
    padding: 0px 0 33px;
    max-width: 84%;
    margin: 0 auto;
}
#homeBanner .homeBanner-box{
    display: flex;
    justify-content: center;
}
#homeBanner .homeBanner-box .img-box{
   max-width: 100%;
}
#homeBanner .homeBanner-box .img-box img{
   max-width: 90%;
}

#homeBanner .homeBanner-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#homeBanner .homeBanner-box .text-box h2 {
    color: #fff212;
    font-size: 100px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 0.9;
    font-family: 'AG Letterica Compr-Oblique Medium';
}
#homeBanner .homeBanner-box .text-box p {
    color: var(--white);
    text-transform: capitalize;
    font-family: 'MYRIADPRO-REGULAR';
    font-size: 30px;
}
#homeBanner .homeBanner-box .text-box .btn-box {
    display: flex;
    column-gap: 10px;
    max-width: 70%;
    margin-top: 35px;
}
#homeBanner .homeBanner-box .text-box .btn-box img {
   max-width: 100%;
   border-radius: 10px;
}



/* ****************************** */

.terms-body {
    /* background-color: #F7F7F7 !important; */
    /* background-color: transparent; */
    /* color: #FFFFFF; */
    
    font-family: 'MYRIADPRO-REGULAR';
/*    font-family: 'Nunito', sans-serif;*/
    font-weight: 200;
    height: auto;
   
  }
  .terms-body .header-box{
    justify-content: space-between !important;
  }
  .terms{
    margin: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

.terms .full-height {
    height: 100vh;
  }

  .terms .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .terms  .position-ref {
    position: relative;
  }

  .terms .top-right {
    position: absolute;
    right: 10px;
    top: 18px;
  }

  .terms  .content {
    text-align: center;
  }

  .terms .title {
    font-size: 64px;
  }

  .terms .links>a {
    color: #002266;
    padding: 0;
    font-weight: 600;
    /* letter-spacing: .1rem; */
    text-decoration: none;
  }

  .terms  .m-b-md {
    margin-bottom: 30px;
  }

  .terms  .privacy-tit {
    color: #002266;
    font-size: 20px;
}

.contect-US.terms .privacy-tit {
    display: block;
    text-align: center;
    font-size: 35px;
}
.contect-US.terms ul li{
    text-align: center;
    font-size: 18px;
}

  .terms p, .terms
  li {
    color: #000;
    font-size: 16px;
    font-family: "Barlow-Regular";
  }

  .terms li {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .terms  h1 h2 h3 {
    color: #002266;
    font-family: "Barlow-Regular";
  }

  .terms .img-box img {
    max-width: 6%;
    display: flex;
    margin: 0 auto;
    background-color: #8a2be259;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 30px;
}




