/* common css ******************************************************************************/




@font-face {
    font-family: "Saira-Regular";
    src: url("../fonts/saira/Saira-Regular.ttf");
}
@font-face {
    font-family: "Saira-Medium";
    src: url("../fonts/saira/Saira-Medium.ttf");
}
@font-face {
    font-family: "Saira-Bold";
    src: url("../fonts/saira/Saira-Bold.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #ffc700;
}

.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;
}

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;
    color: #F39314;
    font-family: "Saira-Medium";
    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;
    font-family: "Saira-Regular";
    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;
    font-family: "Saira-Medium";
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.box-border{
    border: 1px solid #fdf7f729;
    border-radius: 10px;
}
.section-heading h2{
    font-family: "Saira-Medium";
  color: var(--theme-color);
  font-size: 35px;
  display: inline-block;
  border-bottom: 2px solid #FFC41B;
  text-transform: uppercase;
}
.homeBanner-box .sub-text {
    text-align: start;
    margin-bottom: 0;
}
.box-border {
    padding: 20px 35px;
}
.box-border p{
    font-family: "Saira-Regular";
  color: var(--white);
  font-size: 19px;
  text-align: center;
  letter-spacing: 1.3px;
 
}




.btn-common {
    font-size: 20px;
    padding: 12px 40px;
    background: transparent;
    background-color: #F39314;
    color: black;
    border-radius: 10px;
    border: 1px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-common img {
    max-width: 30px;
    margin-right: 10px;
}

.glow-btn {
    font-size: 20px;
}

.glow-btn:hover {
    color: black;
}

section {
    overflow: hidden;
}



.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

img,
video {
    max-width: 100%;
}

.button-box {
    padding-top: 20px;
}

.button-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}



.form-control-common {
    background: var(--white);
    border: 1px solid var(--black);
    font-size: 20px;
    padding: 15px 50px 15px 20px;
    width: 100%;
    appearance: textfield;
    color: var(--black);
    border-radius: 0;
    box-shadow: none;
    resize: none;
    outline: none;
}

.input-group {
    padding-bottom: 30px;
}

.button-box.margin-top {
    margin-top: 20px;
}

.button-box.margin-top {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.button-box.margin-top .glow-btn {
    width: 20%;
}


/* header css start ******************************************************************************/
@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

#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 {
    background-color: #4a0f82;
    transition: 0.5s all;
    position: relative;
    background-image: linear-gradient(266deg, rgb(66 0 124 / 26%) 39%, #d9cbcb87 63%);
}
#header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo-box {
    max-width: 100%;
    width: 70%;
    padding: 25px 0px;
}
#header .logo-box img {
    max-width: 310px;
    width: 100%;
}

#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 .button-box {
    display: flex;
    margin-left: 20px;
    padding-top: 0;
    column-gap: 20px;
}
#header .tele-box {
    max-width: 100%;
}
#header .tele-box img {
    max-width: 100%;
}

#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;
}

#header .glow-btn {
    padding: 8px 40px;
}

/* homeBanner  css start */

#homeBanner {
    background: url("/assets/images/bg-main.png"), linear-gradient(#4C1086, #34014D);
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}
#homeBanner .homeBanner-box h1{
    font-size: 80px;
}
#homeBanner .homeBanner-box p{
    font-size: 25px;
}
#homeBanner .homeBanner-box .text-box {
    margin-bottom: 10px;
}
#homeBanner .homeBanner-box .img-box {
    display: flex;
    justify-content: center;
}


/* section css ******************************************************************************/

/* best css start */
#best{
    margin: 20px 0;
}
#best .best-part .best-box{
    display: flex;
    justify-content: space-around;
    background-color: #EEF1F8;
    padding: 25px 0;
}
#best .best-box .img-box {
    max-width: 100%;
    display: flex;
    height: 65px;
    justify-content: center;
    margin-bottom: 10px;
}

#best .best-box .img-box img{
    max-width: 100%;
}
#best .best-box .text-box p {
    color: blue;
    text-align: center;
}


#best .best-box .line {
    border-right: 2px solid silver;
}

.two-boxes-one {
    display: contents;
}

/* services css start */

#service h2{
    color: #4C1086;
    font-size: 35px;
    
}

#service h4{
    color: #4C1086;
    margin: 20px 0; 
}

#service .text-box{
    display: flex;
    margin-top: 20px;
    column-gap: 35px;
    justify-content: flex-start;

}

#service .img-box {
    max-width: 100%;
    display: flex;
    justify-content: start;
}
#service .img-box img{
    max-width: 90%;
}
#service .text p{
    color: #000;
}

/* poster css */
#poster{
    margin: 30px 0;
}
#poster .img-box {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
#poster .img-box img{
    max-width: 100%;
}

#poster .poster-box{
    background-image: url("/assets/images/poster-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

/* trophy css start */
#trophy .trophy-part{
    background-color: #EEF1F8; 

}

#trophy .trophy-box{
    display: flex;
    flex-direction: column;
   padding: 30px 0;
}

#trophy .trophy-box .img-box {
    display: flex;
    justify-content: center;
    max-width: 100%;
}
#trophy .trophy-box .img-box img{
    max-width: 70%;
}

#trophy .trophy-box .boxes{
    display: flex;
    justify-content: center;
    column-gap: 30px;
    height: auto;
    margin: 25px auto;
}
#trophy .trophy-box .text-box{
    background-color: white;
    padding: 20px 15px;
    border-radius: 10px;
}
#trophy .trophy-box .text-box p{
    color: #000;
    font-size: 20px;
    padding: 15px 0;
}
#trophy .trophy-box .text-box h5{
    color:#4C1086;
    font-weight: 500;
    font-size: 22px;
}



/* cricketer css start */

#cricketer .cricketer-box{
    margin: 30px 0;
}
#cricketer .img-box {
    max-width: 100%;
    display: flex;
    justify-content: center;
    
}
#cricketer .img-box img {
    max-width: 50%;

}






/* FAQ css ******************************************************************************/
#FAQ .FAQ-part .FAQ-box .accordion-item{
    background-color: transparent !important;
    margin-bottom: 20px;
}
#FAQ .FAQ-part .FAQ-box .row{
    border-radius: 10px;
    padding: 20px 20px  0;
}
#FAQ .FAQ-part .FAQ-box {
    padding: 30px 0;
    background-color: #000;
}
#FAQ .FAQ-part .FAQ-box .section-heading h2 {
    border: none;
    color: #E6D570;
    font-family: 'Saira-Bold';
}


#FAQ .FAQ-part .FAQ-box .accordion-item .accordion-button {
    background-color: white;
    color: black;
    /* font-family: "Poppins-SemiBold"; */
    border-radius: 10px;
    font-size: 20px;
}

#FAQ .FAQ-part .FAQ-box .accordion-body {
    padding: 10px 35px 10px 20px;
    background-color: white;
    color: black;
    font-size: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#FAQ .FAQ-part .FAQ-box .accordion-button:focus{
    box-shadow: none !important;
}

#FAQ .FAQ-part .FAQ-box .accordion-button:not(.collapsed) {
    color: var(--black) !important;
    background-color: white !important;
    box-shadow: none !important;
    /* display: flex; */
    /* flex-direction: column; */
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    padding-bottom: 0;
}

#FAQ .FAQ-part .FAQ-box .accordion-flush .accordion-collapse{
    color: var(--white);

}

#FAQ .FAQ-part .FAQ-box .accordion-button::after {
    content: "";
    background-image: url("../images/Vector\ \(1\).webp");
    background-repeat: no-repeat;
    background-size: auto;
}
#FAQ .FAQ-part .FAQ-box .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
	background-image: url("../images/Vector.webp");
}

#FAQ .FAQ-part .FAQ-box .img-box{
    max-width: 100%;
    display: flex;
    justify-content: end;
    
}
#FAQ .FAQ-part .FAQ-box .img-box img{
    max-width: 65%;

}
#FAQ .FAQ-part .FAQ-box .col-md-7 {    
        width: 50%;
    }
#FAQ .FAQ-part .FAQ-box .button-box{
    display: flex;
    justify-content: center;
}
#FAQ .FAQ-part .FAQ-box  .button-box  .glow-btn{    
        border-radius: 50px;
        background: linear-gradient(#E6D570, #D8B34E);
    }



#hate-cross .img-box {
    max-width: 100%;
}
#hate-cross .img-box img {
    max-width: 100%;
}

/* footer css ******************************************************************************/
#footer .footer-part {
    background: url("/assets/images/bg1.webp");
    background-size: cover;
   
}

#footer .footer-part .footer-box .top-box h5 {
    text-align: center;
    padding: 30px 0px;
    font-family: 'Saira-Bold';
}
#footer .footer-part .footer-box .top-box {
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
#footer .end-box {
    background: url("/assets/images/footer-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    min-height: 50vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer .end-box .tips p {
    text-align: center;
    margin: 30px  0;
}

#footer .end-box .link-box {
    display: flex;
    background-color: white;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
    border-radius: 10px;
    padding: 18px 20px;
}
#footer .end-box .btn {
    display: flex;
    column-gap: 25px;
    align-items: center;
}
#footer .end-box .text{
    display: flex;
    width: 70%;
    margin:  15px auto;
    justify-content: space-between;
}
#footer .end-box .links{
    display: flex;
    column-gap: 20px;
}
