@import url('//fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*
    2. Remove default margin
  */
* {
    margin: 0;
}

/*
    3. Allow percentage-based heights in the application
  */
html,
body {
    height: 100% !important;
    scroll-behavior: smooth !important;
}

/*
    Typographic tweaks!
    4. Add accessible line-height
    5. Improve text rendering
  */
body {
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Poppins', sans-serif !important;
}

/*
    6. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/*
    7. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
    font: inherit;
}

/*
    8. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
    isolation: isolate;
}

:focus-visible {
    outline: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    width: 100%;
    overflow: hidden;
    border-top: 10px solid #1bf7fd;
    position: absolute;
    margin-top: -1px;
    top: -1px;
    background-color: transparent;
}

header a.logo img {
    display: block;
    height: 50px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container nav {
    background-color: #1bf7fd;
    position: relative;
    display: flex;
    padding: 17.5px 0;
    margin-right: -1px;
}

header .container nav::before {
    content: "";
    display: block;
    width: 100px;
    height: 200%;
    transform: rotate(-30deg);
    background-color: #1bf7fd;
    position: absolute;
    top: -100%;
    left: -40px;
}

header .container nav::after {
    content: "";
    display: block;
    width: 10000px;
    position: absolute;
    right: -10000px;
    height: calc(100% + 10px);
    background-color: #1bf7fd;
    top: -10px;
}

header .container nav a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgb(32, 32, 32);
    text-decoration: none;
    padding: 2.5px 10px;
    position: relative;
    z-index: 2;
}

header .container nav button::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgb(32, 32, 32);
    position: absolute;
    left: 0;
    top: 0;
}

header .container nav button:first-child::after {
    display: none;
}

header .container nav button:last-child {
    padding-right: 0;
}

.heroSection {
    background-image: url("https://signup-indigg.colexion.io/assets/images/herobackground.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.heroSectionContent {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 80px;
}

.heroSectionContent h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.heroSectionContent h1 strong {
    color: #ff9600;
    font-weight: 500;
}

.heroSectionContent h2 {
    font-size: 80px;
    line-height: 86px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-shadow: 0px 5px 85px rgba(0, 0, 0, 0.39);
    background: -webkit-linear-gradient(#18ebeb, #17b0af);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
}

.heroSectionContent span.highlight {
    font-size: 40px;
    line-height: normal;
    color: rgb(8, 33, 32);
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(205, 211, 29);
    background: linear-gradient(90deg, rgba(205, 211, 29, 0) 0%, rgba(205, 211, 29, 1) 30%, rgba(205, 211, 29, 1) 50%, rgba(205, 211, 29, 1) 70%, rgba(205, 211, 29, 0) 100%);
    padding: 0 80px;
}

.heroSectionContent img {
    margin-top: 40px;
}

.heroSectionContent a {
    display: inline-block;
    background-color: rgb(30, 222, 239);
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #161616;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.8);
}


.uvSection {
    background-color: #a1f1f8;
    background: linear-gradient(#a1f1f8, #fff);
}

.uvSection .row {
    display: flex;
    align-items: center;
}

.uvSection .row>div {
    width: 50%;
    flex: 0 0 50%;
}

.uvSection .row .left h4 {
    font-size: 30px;
    line-height: 35px;
    color: rgb(21, 21, 21);
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
}

.uvSection .row .left svg {
    width: 60%;
    margin-bottom: 40px;
}

.uvSection .row .left h3 {
    font-size: 60px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.uvSection .row .left h3 small {
    font-size: 34px;
    line-height: 10px;
    font-weight: normal;
}

.uvSection .row .left h5 {
    margin: 30px 0 0;
    font-size: 80px;
    line-height: 80px;
    color: #095b79;
    text-transform: uppercase;
}

.uvSection .row .left {
    padding-top: 50px;
    padding-bottom: 50px;
}

.winMore {
    padding: 60px 0;
    background: #61d0d0;
    background: linear-gradient(#fff, #fff, #61d0d0);
}

.winMore .container img {
    width: 100%;
}

.winMore .container h2 {
    font-size: 80px;
    line-height: 80px;
    color: #202121;
    text-align: center;
    text-transform: uppercase;
    margin: -140px 0 50px;
}

.winMore .container h2 strong {
    display: block;
    color: #095b79;
}

.winMore .container .row {
    display: flex;
    align-items: center;
}

.winMore .container .row>div {
    width: 50%;
    flex: 0 0 50%;
}

.winMore .container .row .right {
    padding-left: 20px;
}

.winMore .container .row .right ul {
    margin: 0;
    padding: 0;
}

.winMore .container .row .right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 30px 0;
    position: relative;
}

.winMore .container .row .right ul li img {
    width: 56px;
    margin-right: 20px;
}

.winMore .container .row .right ul li p {
    font-size: 40px;
    font-weight: bold;
    color: rgb(6, 43, 92);
    position: relative;
}

.winMore .container .row .right ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(6, 43, 92), transparent);
}

.winMore .container .row .right ul li:last-child:after {
    display: none;
}

.formSection {
    background-image: url("https://signup-indigg.colexion.io/assets/images/signup-finalbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
}

.formSection form {
    border-width: 1px;
    border-color: rgb(27, 247, 253);
    border-style: solid;
    background-color: rgb(162, 253, 255);
    box-shadow: 0px 14px 61.1px 3.9px rgba(0, 0, 0, 0.26);
    border-radius: 40px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 1024px;
}

.formSection form h2 {
    font-size: 50px;
    color: rgb(32, 32, 32);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.formSection form input {
    border-width: 3px;
    border-color: rgb(104, 233, 232);
    border-style: solid;
    background-color: rgba(242, 242, 242, 0.58);
    display: block;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 20px;
    color: rgb(32, 32, 32);
}

.formSection form .error {
    display: none;
    color: red;
    margin-left: 25px;
    font-weight: 400;
}

.formSection form button {
    border-width: 2px;
    border-color: rgb(0, 111, 127);
    border-style: solid;
    background-color: rgb(27, 247, 253);
    font-size: 24px;
    color: rgb(10, 52, 51);
    text-align: center;
    padding: 10px 50px;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    margin-top: 20px;
}

.formSection form+img {
    max-width: 400px;
    margin: 0 auto;
}

footer {
    background: #222222;
    text-align: center;
}

footer nav {
    width: 100%;
    padding: 40px;
    display: flex;
    justify-content: center;
}

footer nav a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    padding: 0 20px;
    position: relative;
}

.footer-btn-nav {
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 0 20px;
    position: relative;
    z-index: 2;
    border: none;
    background: local;
    cursor: pointer;
}

footer nav button:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #fff;
}


.btn-nav {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgb(32, 32, 32);
    padding: 2.5px 10px;
    position: relative;
    z-index: 2;
    border: none;
    background: local;
    cursor: pointer;
}

footer nav button:last-child:after {
    display: none;
}

.formSection h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(6, 43, 92);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .container {
        padding: 0 16px;
    }

    .heroSectionContent h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .heroSectionContent h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .heroSectionContent span.highlight {
        font-size: 30px;
    }

    .heroSectionContent {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .uvSection .row .left h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .uvSection .row .left h3 {
        font-size: 50px;
        line-height: 40px;
    }

    .uvSection .row .left h5 {
        margin: 20px 0 0;
        font-size: 40px;
        line-height: 40px;
    }

    .uvSection .row .left {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .winMore {
        padding: 40px 0;
    }

    .winMore .container h2 {
        font-size: 50px;
        line-height: 50px;
        margin: -80px 0 10px;
    }

    .winMore .container .row .right ul li {
        padding: 10px 0;
    }

    .winMore .container .row .right ul li img {
        width: 36px;
        margin-right: 10px;
    }

    .winMore .container .row .right ul li p {
        font-size: 28px;
    }

    .formSection {
        padding: 50px 0 50px;
    }

    .formSection form {
        max-width: 550px;
        padding: 20px;
    }

    .formSection form h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .formSection form+img {
        max-width: 300px;
    }

    footer nav {
        padding: 20px;
    }

    header a.logo img {
        height: 40px;
    }

    .popup,
    .popup1 {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    header .container nav {
        padding: 16px 0;
    }

    header .container nav a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .heroSectionContent h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .heroSectionContent h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .heroSectionContent span.highlight {
        font-size: 25px;
        padding: 0 40px;
    }

    .heroSectionContent img {
        margin-top: 20px;
    }

    .heroSectionContent a {
        font-size: 20px;
        padding: 10px 30px;
    }

    .heroSectionContent {
        padding-top: 110px;
    }

    .uvSection .row {
        flex-direction: column;
    }

    .uvSection .row>div {
        width: 100%;
        flex: 0 0 100%;
    }

    .uvSection .row .left {
        order: 1;
        padding-top: 40px;
    }

    .winMore .container h2 {
        font-size: 40px;
        line-height: 40px;
        margin: -60px 0 20px;
    }

    .winMore .container .row {
        flex-direction: column;
    }

    .winMore .container .row>div {
        width: 100%;
        flex: 0 0 100%;
    }

    .winMore .container .row .right {
        padding-left: 0px;
    }

    .formSection form {
        max-width: 450px;
    }

    .winMore .container .row .right ul li p {
        font-size: 20px;
    }

    .winMore .container .row .right ul li {
        padding: 20px 0;
    }

    .winMore .container .left img {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .popup,
    .popup1 {
        width: 90%;
    }
}

@media only screen and (max-width: 577px) {
    .container {
        padding: 0 8px;
    }

    header .container nav {
        padding: 10px 0;
    }

    header .container nav {
        flex-direction: column;
    }

    header .container nav button {
        white-space: nowrap;
        padding: 0 0 5px;
    }

    header .container nav button:last-child {
        padding: 0;
    }

    header .container nav button::after {
        display: none;
    }

    header .container nav {
        padding: 0px 0 5px;
    }

    header .container nav::before {
        left: -23px;
    }

    header a.logo img {
        height: 28px;
    }

    .heroSectionContent h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .heroSectionContent h2 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .heroSectionContent span.highlight {
        font-size: 20px;
        padding: 0 40px;
    }

    .heroSectionContent a {
        font-size: 16px;
        padding: 6px 21px;
        margin-top: 20px;
    }

    .heroSectionContent {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .uvSection .row .left h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .uvSection .row .left h3 small {
        font-size: 24px;
        line-height: 24px;
    }

    .uvSection .row .left h5 {
        margin: 20px 0 0;
        font-size: 30px;
        line-height: 30px;
    }

    .winMore .container h2 {
        font-size: 26px;
        line-height: 26px;
        margin: -36px 0 20px;
    }

    .winMore .container .left img {
        max-width: 260px;
    }

    .winMore .container .row .right ul li img {
        width: 26px;
        margin-right: 8px;
    }

    .winMore .container .row .right ul li p {
        font-size: 18px;
    }

    .winMore .container .row .right ul li::after {
        height: 2px;
    }

    .formSection form {
        max-width: 330px;
        border-radius: 20px;
    }

    .formSection form input {
        padding: 10px 20px;
        margin-bottom: 10px;
    }

    .formSection form button {
        font-size: 16px;
        padding: 10px 40px;
        margin-top: 20px;
    }

    .formSection form+img {
        max-width: 210px;
    }

    footer nav {
        padding: 10px;
    }

    footer nav a {
        font-size: 15px;
        padding: 0 10px;
    }

    .btn-nav {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    .btn-nav {
        font-size: 8px;
    }
}

.uvSection .row .left h5 {
    font-size: 50px;
    line-height: 50px;
}

.uvSection .row .left h5 strong {
    font-size: 93px;
    line-height: 85px;
}

.winMore .container .row .right ul li p {
    font-size: 27px;
}

.winMore .container .row .right ul li p {
    font-weight: 500;
}

.winMore .container .row .right ul li p span {
    font-weight: bold;
}

.winMore .container .row .right ul li p span.gold {
    color: #c79811;
}

.winMore .container .row .right ul li p span.black {
    color: black;
}

.winMore .container .row .right ul li p span.green {
    color: green;
}

.winMore .container .row .right ul li img {
    width: 30px;
}

.formSection h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(6, 43, 92);
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .uvSection .row .left h5 {
        font-size: 32px;
        line-height: 32px;
    }

    .uvSection .row .left h3 small {
        font-size: 33px;
    }

    .uvSection .row .left h5 strong {
        font-size: 60px;
        line-height: 50px;
    }

    .winMore .container .row .right ul li p {
        font-size: 19px;
    }

    header a.indiLogo img{
        padding-right: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .uvSection .row .left {
        padding-left: 11px;

    }   
}


@media only screen and (max-width: 577px) {
    .uvSection .row .left h5 strong {
        font-size: 49px;
        line-height: 47px;
    }

    .uvSection .row .left h5 {
        font-size: 26px;
        line-height: 26px;
    }

    .formSection h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:400px){
    .uvSection .row .left {
         padding-left: 12px; 

    }
}

@media only screen and (max-height:1024px){
    header .container nav{
        margin-right: -4px;
    }
}

header a.indiLogo img{
    display: block;
    height: 60px;
}


@media only screen and (max-width:375px){
    header a.indiLogo img{
        height: 50px;
    }
    
}


@media only screen and (max-width:425px){
    header a.indiLogo img{
        height: 40px;
    }
    
}

@media only screen and (max-width:320px){
    header a.indiLogo img{
        height: 35px;
    }
    
}

.winMore__footer__heading {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(6, 43, 92);
    position: relative;
}

.herosection__communityguidelinesbtn:hover {
    text-decoration: none;
    cursor: pointer;
}