/*
Developer : Ahiduzzaman Shanto
Version: 1.0.0
*/
/*   section title css start here  */

.main-title-area.option1 .section-subtitle h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #ff0268;
}

.main-title-area.option1 .section-title-one h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
    margin: 0;
}

.main-title-area.option1 .section-title-two h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
    margin: 0;
}

.main-title-area.option1 span.section-highlight-title {
    color: #ff0268;
    font-size: 60px;
    font-weight: 700;
    transition: 0.4s;
    line-height: 1.2;
}

.main-title-area.option1 .section-description p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 27px 0 25px 0;
    width: 65%;
    margin: auto;
    font-family: "Fira Sans", sans-serif;
}

/*   title option 2 css start here  */
.main-title-area.option2 .section-subtitle h3 {
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #ff0268;
    font-size: 16px;
}

.main-title-area.option2 .section-title-one h1 {
    margin: 15px 0 0 0;
    font-weight: 700;
    color: #101010;
    font-size: 48px;
    line-height: 1.3;
}

.main-title-area.option2 .section-title-two h1 {
    font-weight: 700;
    color: #101010;
    font-size: 48px;
    line-height: 1.3;
    margin: 0;
}

.main-title-area.option2 .section-description p {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 18px 0 0 0;
    width: 57%;
    margin: auto;
}

/*   title option 3 css start here  */
.main-title-area.option3 .section-subtitle h3 {
    letter-spacing: 0;
    margin: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: #ff0268;
    font-size: 16px;
}

.main-title-area.option3 .section-title-one h1 {
    margin: 15px 0 0 0;
    font-weight: 700;
    color: #101010;
    font-size: 48px;
    line-height: 1.3;
}

.main-title-area.option3 .section-title-two h1 {
    font-weight: 700;
    color: #101010;
    font-size: 48px;
    line-height: 1.3;
    margin: 0;
}

.main-title-area.option3 .section-description p {
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 18px 0 0 0;
    width: 100%;
    text-align: left;
}



/*==================    button section css start here  =====================  */
svg {
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    width: auto;
}

/*   single Button css option 1  */
  
.single-button.option1 .button-content a {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    background: #5e35b1;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.single-button.option1 .button-content a:hover {
  color:#fff;
}

.single-button.option1 .button-content a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    background: #ff0268;
    border-radius: 4px;
    transition: 0.6s;
    z-index: -1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-button.option1 .button-content a:hover:before {
    height: 100%;
    width: 135%;
}

.single-button.option1 .button-content a i {
    padding: 0 0 0 10px;
    position: relative;
    top: 0;
    font-size: 13px;
    color: #fff;
    transition: 0.4s;
}

.single-button.option1 .button-content a:hover i {
  color: #fff;
}

.single-button.option1 .button-content a svg {
    font-size: 15px;
    margin-top: 23px;
    margin-left: 8px;
    float: right;
    color: #fff;
}

/*   single Button css option 2  */

.single-button.option2 .button-content a {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    background: #ff0268;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.single-button.option2 .button-content a:hover {
    color:#fff;
}

.single-button.option2 .button-content a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    background: #5e35b1;
    border-radius: 4px;
    transition: 0.6s;
    z-index: -1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-button.option2 .button-content a:hover:before {
    height: 100%;
    width: 135%;
}

/*   service section option 1 css start here  */

.service-section.option1 {
    background: #fff;
    position: relative;
    transition: 0.4s;
    z-index: 1;
}

.service-section.option1 .service-number h5 {
    font-weight: 400;
    color: #5e35b1;
    margin: 20px 0 4px 0;
    font-size: 16px;
}

.service-section.option1 .service-title h1 {
    color: #101010;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.service-section.option1 .service-title h1 a {
    margin: 8px 0 5px 0;
    display: inline-block;
    color: #101010;
    font-size: 20px;
    line-height: 1.3;
    transition: 0.4s;
}

.service-section.option1 .service-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    margin-bottom: 0;
    color: #505050;
}

.home4-service-box {
    -webkit-box-shadow: 0 40px 20px rgba(195, 195, 195, 0.36);
    box-shadow: 0 40px 20px rgba(195, 195, 195, 0.36);
}

/*   service section option 2 css start here  */

.service-section.option2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5E35B1), to(#020507));
    background-image: linear-gradient(to bottom, #5E35B1, #020507);
    padding: 45px 30px;
    text-align: center;
    transition:0.4s;
    position: relative;
    z-index: 1;
}

.service-section.option2:before {
    content: "";
    position:absolute;
    z-index: -1;
    background-image: linear-gradient(to bottom, #020507, #5E35B1 );
    transition: 0.4s;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
}

.service-section.option2:hover:before {
    height: 100%;
}

.service-section.option2 .service-number h5 {
    color: #ff0268;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    padding: 23px 0 13px 0;
    margin: 0;
}

.service-section.option2 .service-title h1 {
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    transition: 0.4s;
}

.service-section.option2 .service-description p {
    color: #D1CECE;
    font-family: "Fira Sans", sans-serif;
    margin: 0;
    padding: 2px 0 10px 0;
}

.service-section.option2 .service-button a {
    margin-top: 10px;
    display: inline-block;
    color: #D1CECE;
    font-size: 16px;
    line-height: 1.3;
    transition: 0.4s;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    position: relative;
}

.service-section.option2 .service-button a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #fff;
    height: 1px;
    width: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-section.option2:hover .service-button a:after {
    width:100%;
}

/*   service section option 3 css start here  */

.service-section.option3 {
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.service-section.option3 .service-icon-img {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.service-section.option3 .service-icon-img:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFEEF5;
    right: -20px;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-section.option3 .service-title h1 {
    margin: 20px 0 0 0;
    display: inline-block;
    color: #ff0268;
    font-size: 20px;
    line-height: 1.3;
    transition: 0.4s;
}

.service-section.option3 .service-description p {
    color: #505050;
    font-family: "Fira Sans", sans-serif;
    margin: 0;
}

/* Subscribe css */
.subscribe-form.home4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.subscribe-form.home4 input {
    height: 60px;
    background: #fff;
    border-radius: 5px;
    color: #101010;
    width: 100%;
    border: 1px solid #DFDEDE;
    padding: 0 20px;
}

.subscribe-form.home4 button {
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #ff0268;
    padding: 0 35px;
    color: #fff;
    font-weight: 700;
    border: none;
    transition: 0.4s;
}

.subscribe-form.home4 button:hover {
    background:#5E35B1;
}

/* testimonial two  */

.testimonial-area-2.addon-two .single-testimonial {
    background: #E6E5E5;
    padding: 60px 40px 30px 40px;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.02);
    margin: 50px 10px 30px 10px;
    text-align: center;
}

.testimonial-area-2.addon-two .thumb {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -50px;
    margin: auto;
    left: 42%;
}

.testimonial-area-2.addon-two .thumb img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    border: 6px solid #ff0268;
    padding: 0;
}

.testimonial-area-2.addon-two .testimonial-title h5 {
    color: #101010;
    font-weight: 700;
    font-size: 16px;
}

.testimonial-area-2.addon-two .testimonial-title h6 {
    font-size: 12px;
    color: #101010;
    padding: 0 0 3px 0;
    font-family: "Fira Sans", sans-serif;
}

.testimonial-area-2.addon-two .testimonial-description p {
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 13px;
    color: #505050;
}

.testimonial-area-2.addon-two .testi-icon {
    display: inline-block;
}

.testimonial-area-2.addon-two .testi-icon img {
    height: 15px;
}

.testimonial-area-2.addon-two .testi-rating {
    color: #FC9016;
    padding: 3px 0 0 0;
}

/* upcoming match css start here*/
.single-upcoming-match {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.4s;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    padding: 20px;
    border-radius: 7px;
}

.play-team-left-content {
    position: absolute;
    top: 20px;
    left: 20px;
}

.play-team-right-content {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
}

.play-team-logo {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    border: 1px solid #F3F3F3;
    margin-right: 7px;
}

.play-team-logo img {
    width: 65%;
}

.play-team-name {
    display: inline-block;
}

.play-team-name h6 {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
}

.vs-match-icon {
    text-align: center;
}

.vs-match-icon img {
    width: 65px;
}

.team-right-content .team-logo {
    margin-left: 7px;
    margin-right: 0;
}

/* upcoming match two css start here*/

.single-upcoming-match-two {
    text-align: center;
    background: #fff;
    margin: 60px 10px 0 10px;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.single-upcoming-match-two .play-logo {
    display: inline-block;
    position: absolute;
    top: -60px;
    margin: auto;
    left: 41%;
}

.single-upcoming-match-two .play-logo img {
    height: 100px;
    width: 100px;
    border: 3px solid #F3F3F3;
    border-radius: 50%;
}

.single-upcoming-match-two .upcoming-match-content {
    background: #ff0268;
    border-radius: 7px;
    padding: 55px 0 15px 0;
}

.single-upcoming-match-two .play-time {
    padding: 17px 0 0 0;
}

.single-upcoming-match-two .play-content h2 {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.single-upcoming-match-two .play-content p {
    margin: 0;
}

.single-upcoming-match-two .play-time h4 {
    color: #101010;
    font-weight: 700;
    font-size: 16px;
}

.single-upcoming-match-two .play-time h3 {
    color: #101010;
    font-weight: 700;
    font-size: 18px;
    padding: 3px 0 7px 0;
}

.single-upcoming-match-two .vs-match-logo {
    text-align: center;
    display: inline-block;
}

.upcoming-team-left-content {
    align-items: center;
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
}

.single-upcoming-match-two .upcoming-play-team-name h6 {
    color: #505050;
    font-size: 15px;
    padding: 0 10px 0 10px;
}

.single-upcoming-match-two .single-upcoming-game {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
    padding: 10px 10px 0 10px;
    border-radius: 7px;
    margin: 0 20px;
}

.single-upcoming-match-two .upcoming-team-right-content {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

.single-upcoming-match-two .play-team-button {
    padding: 25px 0 20px 0;
    line-height: 0;
}

.single-upcoming-match-two .play-team-button a {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    background: #101010;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.single-upcoming-match-two .play-team-button a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -35%;
    top: 0;
    background: #5e35b1;
    border-radius: 4px;
    transition: 0.6s;
    z-index: -1;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.single-upcoming-match-two .play-team-button a:hover:before {
    height: 100%;
    width: 135%;
}

/* blog css */

.blog-two-item.two {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
    box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
    background: #fff;
    padding: 20px;
}

.blog-two-item.two .blog-content {
    padding: 22px 10px 5px 10px;
}

.blog-two-item.two .blog-date span {
    display: inline-block;
    margin-right: 15px;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
}

.blog-two-item.two h4 {
    padding: 3px 0 0 0;
}

.blog-two-item.two h4 a {
    font-size: 20px;
    font-weight: 700;
    color: #101010;
    transition:0.4s;
}

.blog-two-item.two h4 a:hover {
    color: #ff0268;
}

.blog-two-item.two .blog-description p {
    color: #505050;
    font-family: "Fira Sans", sans-serif;
}

.blog-two-item.two .blog-button a {
    color: #505050;
    font-size: 16px;
    display: inline-block;
    transition: 0.4s;
}

.blog-two-item.two:hover .blog-button a {
    color: #ff0268;
}

/* Note : clear css */
.blog-main-item-01 .thumbnail img {
    border-radius: 5px;
    width: 100%;
}







