/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

    .entertainment_wrap {
        height: 100%;
    }

    .about_right::after {
        content: "";
        position: absolute;
        right: -8%;
        top: -5%;
        width: 386px;
        height: 50%;
    }
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
    .logo {
        width: 90%;
        margin: auto;
    }

    .banner_wrap {
        height: 100%;
        padding: 100px 0px;
        display: block;
    }

    .banner_content {
        width: 100%;
        height: 100%;
        padding: 30px 10px;
        text-align: center;
        border-radius: 0;
        margin: auto;
    }

    .banner_content p {
        font-size: 22px;
        line-height: 35px;
        margin-left: 0;
        padding-right: 0;
    }

    .banner_content h4 {
        font-size: 30px;
    }

    .banner_bottom_content h2 {
        font-size: 30px;
    }

    .banner_bottom p {
        font-size: 24px;
        line-height: 39px;
    }

    .about_left::before {
        display: none;
    }

    .about_left {
        height: 100%;
    }

    .about_left img {
        padding-bottom: 30px;
        width: 100%;
    }

    .entertainment_wrap {
        height: 100%;
        padding-top: 170px;
    }

    .entertainment_content h2 {
        font-size: 30px;
        line-height: 45px;
        padding: 0px 0px;
    }

    .entertainment_content p {
        font-size: 24px;
        line-height: 44px;
        text-align: center;
    }

    .enter_heading2 h4 {
        line-height: 42px;
        color: #7FECF2;
        font-size: 24px;
    }

    .about_right::after {
        display: none;
    }

    .about_right {
        height: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .about_right img {
        width: 100%;
    }

    .join_content {
        text-align: center;
        margin-bottom: 50px;
    }

    .footer_content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
    }

    .footer_content p {
        font-size: 24px;
    }

    .about_wrap::before {
        height: 200px;
    }

    .about_wrap {
        position: relative;
        padding-top: 57px;
        padding-bottom: 0px;
    }


}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {


    .logo {
        width: 90%;
        margin: auto;
    }

    .banner_wrap {
        height: 100%;
        padding: 100px 0px;
        display: block;
    }

    .banner_content {
        width: 100%;
        height: 100%;
        padding: 30px 10px;
        text-align: center;
        border-radius: 0;
        margin: auto;
    }

    .banner_content p {
        font-size: 22px;
        line-height: 35px;
        margin-left: 0;
        padding-right: 0;
    }

    .banner_content h4 {
        font-size: 30px;
    }

    .banner_bottom_content h2 {
        font-size: 24px;
    }

    .banner_bottom p {
        font-size: 20px;
        line-height: 39px;
    }

    .about_left::before {
        display: none;
    }

    .about_left {
        height: 100%;
    }

    .about_left img {
        padding-bottom: 30px;
        width: 100%;
    }

    .about_content h4 {
        font-size: 24px;
    }

    .about_content p {
        font-size: 20px;
    }

    .entertainment_wrap {
        height: 100%;
        padding-top: 170px;
    }

    .entertainment_content h2 {
        font-size: 24px;
        line-height: 45px;
        padding: 0px 0px;
    }

    .entertainment_content p {
        font-size: 20px;
        line-height: 44px;
        text-align: left;
        margin-right: 5%;
        margin-left: 5%;
    }

    .enter_heading2 h4 {
        line-height: 42px;
        color: #7FECF2;
        font-size: 24px;
    }

    .about_right::after {
        display: none;
    }

    .about_right {
        height: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .about_right img {
        width: 100%;
    }

    .join_content {
        text-align: center;
        margin-bottom: 50px;
    }

    .join_content h2{
        display: flex;
        flex-direction: column;
        
    }

    .footer_content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 30px;
    }

    .footer_content p {
        font-size: 24px;
    }

    .about_wrap::before {
        height: 200px;
    }

    .about_wrap {
        position: relative;
        padding-top: 57px;
        padding-bottom: 0px;
    }
}