@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "Pipo";
    src: url("../fonts/Pipo/pipo.eot");
    src: url("../fonts/Pipo/pipo.eot?#iefix") format("embedded-opentype"), url("../fonts/Pipo/pipo.woff2") format("woff2"), url("../fonts/Pipo/pipo.woff") format("woff"), url("../fonts/Pipo/pipo.ttf") format("truetype"), url("../fonts/Pipo/pipo.svg#Pipo") format("svg");
}

@font-face {
    font-family: 'gothamultra';
    src: url('../fonts/gothami/GothamUltra.eot');
    src: url('../fonts/gothami/GothamUltra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gothami/GothamUltra.woff2') format('woff2'),
        url('../fonts/gothami/GothamUltra.woff') format('woff'),
        url('../fonts/gothami/GothamUltra.ttf') format('truetype'),
        url('../fonts/gothami/GothamUltra.svg#GothamUltra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-family: 'Baloo Tammudu 2', sans-serif;
}

.mg-90 {
    margin: 90px 0px;
}

.mg-40 {
    margin: 40px 0px;
}

.pd-50 {
    padding: 50px 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'gothamultra';
    margin: 0
}

p {
    font-family: 'Baloo Tammudu 2', sans-serif;
    margin: 0;
}


a, a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0px;
}

img {
    position: relative;
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-center {
    margin: 0 auto;
}

.page_title {
    font-size: 100px;
    color: #fff;
    margin-bottom: 50px;
}

.second_page_title {
    font-size: 65px;
    color: #fff;
    margin-bottom: 50px;
}

.banner_small_font {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
}

.page_description {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.page_btn {
    padding: 15px 30px 9px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.hover_btn:hover {
    background: #6f24ff;
    color: #fff;
}

.bg_yellow {
    background: #fdc012;
}

.bg_purple {
    background: #0a72f8;
}

.bg_pink {
    background: #e815a8;
    ;
}

.col_yellow {
    color: #fdc012;
}

.col_purple {
    color: #6f24ff;
}

.title_color_purple {
    color: #0a72f8;
}

.col_black {
    color: #000;
}

.col_white {
    color: #fff;
}

.col_pink {
    color: #e815a8;
}

.inside_title {
    font-size: 38px;
    margin-top: 40px;
    font-weight: 600;
    letter-spacing: -2px;
}

.second_banner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

/* socail-header */

ul.socail-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.socail-menu li {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

ul.socail-menu li a {
    font-size: 18px;
    color: #000;
    position: relative;
}

ul.socail-menu li a img {
    position: relative;
}

#social-header {
    background: #f2f2f2;
    padding: 10px 0px;
}

.login a {
    color: #000;
}

/* End_socail-header */

/* Main-header */

#main-header {

    padding-bottom: 5px;
}

.header-menu {
    background: #fff;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header_logo {
    width: 200px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.modal-bg {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.modal-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.modal-close {
    background: #000 !important;
    opacity: 1;
    color: #f7dcb4;
    text-shadow: none;
}

.modal-close:hover {
    background: #000 !important;
    opacity: 1;
    color: #f7dcb4;
    text-shadow: none;
}

.bg-text {
    position: absolute;
    font-weight: 700;
    font-size: 174px;
    color: #fff;

    right: 105px;
    top: 45px;
    top: 71px;
    z-index: -11;
}

.bg-text h1 {
    font-size: 174px;
    font-weight: 700;
    text-transform: uppercase;
}

.login-div {
    text-align: center;
}

.login-div li {
    display: block;
    width: 50%;
    float: left;
}

.login-div li a {
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #fdc012 !important;
}

.login-form .form-control {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}

.main-div {
    max-width: 100%;
    padding: 10px 50px 50px;
}

.panel h2 {
    font-size: 35px;
    color: #494949;
    text-transform: capitalize;
    margin: 10px 0px 30px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

.login-form .btn.btn-primary {
    background-color: #fdc012;
    border: none;
    color: #000;
    font-size: 20px;
    width: 100%;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
}

.forgot {
    text-align: left;
    margin-bottom: 30px;
}

.botto-text {
    color: #ffffff;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

ul.menu li {
    padding-right: 40px;
    position: relative;
}

ul.menu li a {
    color: #494949;
    font-size: 16px;
    position: relative;
    font-family: 'Baloo Tammudu 2', sans-serif;
    font-weight: 600;
}

ul.menu li:last-child {
    padding-right: 0;
}

ul.menu li a img {
    position: relative;
}

.cart-icon {
    position: absolute;
    right: 9px;
    top: 4px;
}

.cart-icon span {
    color: #000;
    font-size: 12px;
    background: #f7f0c6;
    padding: 0px 5px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-weight: bold;
}

.header_link_btn {
    background: #fdc012;

    color: #000 !important;
    padding: 15px 22px !important;
    border-radius: 50px;


}

ul.menu {
    display: flex;
    align-items: center;
}

/* End_Main-header */


/* banner_1 */
#banner_1 {
    background: linear-gradient(135deg, #e815a8, #c819bf 19%, #b01cd0 34%, #9d1ede 47%, #9120e7 56.5%, #8621ee 65%, #7e22f4 73%, #7823f8 80.2%, #7423fb 86.1%, #7224fd 91%, #7024fe 95.2%, #6f24ff 98.2%, #6f24ff);
}

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: center;
    justify-content: center;
}

/* End_banner_1 */

/* services */
#banner_2 {
    background: linear-gradient(135deg, #fff001, #c6ec44 19%, #9ae976 34%, #78e69e 47%, #61e4b8 56.5%, #4ee3ce 65%, #40e2df 73%, #34e1ec 80.2%, #2de1f4 86.1%, #29e0fa 91%, #26e0fd 95.2%, #24e0fe 98.2%, #24e0ff)
}

#banner_2 {
    padding: 50px 0px;
}

.services {
    padding: 10px 10px 10px 45px;
}

.services::before {
    content: '';
    background: url(../images/page_icon_1.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    left: 0;
    background-size: contain;

}

.services>span {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Baloo Tammudu 2', sans-serif;
    line-height: 8px;
}

/* End_services */

#banner_3 {
    background: linear-gradient(135deg, #e815a8, #ec1481 19%, #f01463 34%, #f3134b 47%, #f4133c 56.5%, #f6132f 65%, #f71225 73%, #f8121d 80.2%, #f81218 86.1%, #f91215 91%, #f91213 95.2%, #f91212 98.2%, #f91212);
}

#banner_4 {
    background: linear-gradient(135deg, #fff001, #ffe201 19%, #ffd801 34%, #ffd000 47%, #ffca00 56.5%, #ffc600 65%, #ffc300 73%, #ffc000 80.2%, #ffbe00 86.1%, #ffbd00 91%, #ffbc00 95.2%, #ffbc00 98.2%, #ffbc00);
}

#banner_4 {
    padding: 65px 0px 60px;
}

#banner_5 {
    background: linear-gradient(135deg, #0a72f8, #445ae3 19%, #7047d3 34%, #9339c7 47%, #aa2fbe 56.5%, #bd27b8 65%, #cc21b2 73%, #d71cae 80.2%, #df19ab 86.1%, #e317aa 91%, #e616a9 95.2%, #e815a8 98.2%, #e815a8);
}

#banner_6 {
    padding: 70px 0px 0px;
}

#banner_6 {
    background: linear-gradient(135deg, #6cba04, #fff001);
}

#banner_7 {
    background: linear-gradient(135deg, #24e0ff, #1dc3fd 19%, #18aefc 34%, #149cfb 47%, #1191fa 56.5%, #0f87f9 65%, #0d80f9 73%, #0c7af9 80.2%, #0b77f8 86.1%, #0b74f8 91%, #0a73f8 95.2%, #0a72f8 98.2%, #0a72f8);
    padding: 70px 0px;
}

#banner_8 {
    background: linear-gradient(135deg, #494949, #3f3f3f 19%, #373737 34%, #313131 47%, #2d2d2d 56.5%, #2a2a2a 65%, #272727 73%, #252525 80.2%, #242424 86.1%, #232323 91%, #222 95.2%, #222 98.2%, #222);
    padding: 70px 0px;
}

.get_banner_description {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.img_position {
    position: absolute;
    top: 0;
    width: 60%;
}

.get_title {
    font-size: 60px;
    font-weight: 700;

}

.img_position_1 {
    position: absolute;
    bottom: 0;
}

#banner_7 .services>span {
    color: #fff;
}

.get_benifits {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.signup_title h1 {
    font-size: 89px;
    font-weight: 900;


}

.signup_description {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}



/** Distribution **/
#banner_9 {
    padding: 80px 0px;
}

.ott_logos {
    width: 100%;
    text-align: center;
}

.ott_logos ul li {
    display: inline-block;
    width: 18%;
    padding: 10px 20px;
    text-align: center;
}

/* aboutus */
.power_logos {
    width: 70%;
    margin: 0 auto;
}

/* join_us*/
#joinus {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: auto;
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
    padding: 150px 0px;
}

.join_title h1 {
    font-size: 90px;
    color: #fff;
}

.role_btn ul li {
    display: inline-block;

    padding-right: 30px;
}

.role_btn ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 9px 20px 0px;
}

.role_btn ul li a:hover {
    background: #fff;
    color: #000;
}

.form_label {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.join_input[type=text] {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.join_input:focus {
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}

#pills-tab .nav-item {
    padding-right: 20px;
}

#pills-tab .nav-link {
    background: transparent;
}
.submit_btn {
   
    padding: 20px 40px 10px;
    border-radius: 50px;
    color: #fff;
    background: #fdc012;
    border: none;
    font-weight: 700;
}

/* join_us*/

/* Footer */
#footer {
    padding: 70px 0px 20px;
}

.footer-left-side {
    width: 35%;
}

.footer_copyright {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #9a9b9b;
}

.footer_links {
    display: flex;
    justify-content: end;
    align-content: end;
    text-align: right;
}

.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_links ul li {
    padding-bottom: 5px;
}

.footer_links ul li a {
    color: #494949;
    font-size: 16px;
    font-weight: 600;
}


/* End_Footer */

/** ------ PHONE-MEDIA ----- **/

@media (min-width:320px) and (max-width:767px) {

    .banner_set_1 {
        padding: 50px 0px 0px;
    }

    .page_title {
        font-size: 55px;
    }

    .banner_text {
        text-align: center;
        align-items: center;
    }

    .page_title_same {
        line-height: 60px;
    }

    img {
        max-width: 100%;
    }

    .menu-icons {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu-icons li {
        display: inline-block;
        padding-right: 15px;
        position: relative;
    }

    .menu-icons li a {
        font-size: 20px;
        color: #f7dcb4;
        vertical-align: middle;
        position: relative;
        padding: 0;
    }


    ul.menu li {
        position: relative;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #f7f0c6;
    }


    .footer-col-1 {
        text-align: center;
    }

    .footer-col-1 p {
        font-size: 12px;
    }

    .footer-col-2 h6 {
        font-size: 12px;
        text-align: center;
    }

    .footer-col-2 ul {
        margin-top: 10px;
    }

    .footer-col-2 ul li {
        display: block;
        text-align: center;
    }

    .footer-col-2 ul li a {
        font-size: 12px;
    }

    .img_position, .img_position_1 {
        display: none;
    }

    .signup_title h1 {
        font-size: 62px;

    }

    .footer-left-side {
        width: 65%;
        margin: 0 auto;
        text-align: center;
    }

    .footer_links {

        justify-content: center;
        align-content: center;
        text-align: center;
        margin-top: 30px;
    }

    .footer_copyright {
        text-align: center;
    }

    ul.socail-menu {
        text-align: center;
    }

    #banner_3 .banner_text,
    #banner_5 .banner_text {
        text-align: left;
        align-items: flex-start;
    }
    #joinus {
        padding: 150px 0px 60px; 
    }
    .join_title h1 {
        font-size: 45px;
       
        margin-bottom: 50px;
    }
    .ott_logos ul li {
       
        width: 45%;
       
    }

}

/** ------ END-PHONE-MEDIA ----- **/

/** ------ IPAD-MEDIA ----- **/

@media (min-width:768px) and (max-width:1024px) {
    ul.menu li {
        position: relative;
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #f7f0c6;
    }

    .menu-icons {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu-icons li {
        display: inline-block;
        padding-right: 15px;
        position: relative;
    }

    .menu-icons li a {
        font-size: 20px;
        color: #f7dcb4;
        vertical-align: middle;
        position: relative;
        padding: 0;
    }


}

/** ------ END-IPAD-MEDIA ----- **/