body {
    background-image: unset;
    background-color: white;
}

/* Generic button styling */

button.pinkBtn {
    color: white;
    background-color: #EB0E8C;
}

button.pinkBtn:hover {
    background-color: #B70E67;
}

button.whiteBtn {
    color: #EB0E8C;
    background-color: white;
}

button.whiteBtn:hover {
    background-color: #FFFFFFE3;
}

button.darkBtn {
    color: white;
    background-color: #484747;
}

button.darkBtn:hover {
    background-color: #232323;
}

button.pinkBtn, button.whiteBtn, button.darkBtn {
    border: unset;
    border-radius: 150px;
    font-weight: bold;
    height: 66px;
    width: max-content;
    padding: 10px 40px;
    font-size: 26px;
}

button.pinkBtn:focus, button.whiteBtn:focus, button.darkBtn:focus {
    outline: unset;
}

div.section button.pinkBtn img, div.section button.whiteBtn img, button.darkBtn img {
    width: 26px;
    height: 30px;
    margin-left: 15px;
}

div.btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Cross section styling rules */

div.section {
    padding: 0 69px;
}

div.section-row, div.section-col {
    display: flex;
    padding-top: 80px;
    align-items: center;
}

div.section-col {
    flex-direction: column;
}

div.section-col h2 {
    font-size: 45px;
    margin-bottom: 40px;
    text-align: center;
}

#map, #pinkBanner {
    padding-bottom: 70px;
}

/* Hero section styling rules  */

#hero {
    height: 680px;
    color: white;
}

#hero div.section {
    padding-top: 100px;
    width: 45%;
}

#hero h1 {
    font-size: 44px;
}

#hero p {
    margin: 32px 0;
    color: white;
    font-size: 28px;
}

#hero button.pinkBtn {
    font-size: 32px;
    width: max-content;
    padding: 10px 40px;
    height: 84px;
}

#hero button.pinkBtn img {
    width: 32px;
    height: 38px;
    margin-left: 15px;
}

/* Feature section styling rules */

div.ct-feature img {
    height: 380px;
    width: 496px;
}

div.ct-feature div.desc {
    margin: 0 12%;
}

div.ct-feature div.desc h2 {
    font-size: 34px;
}

div.ct-feature div.desc p {
    font-size: 18px;
}

/* Map section styling rules */

#map {
    background-color: #EAE8E8;
}

#map img {
    height: 525px;
    margin-top: 20px;
}

#map h3 {
    font-size: 26px;
    margin: 26px 0;
}

#tenderCounter {
    height: 70px;
    font-size: 32px;
    background-color: #19acee;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    color: white;
}

/* Pink Banner styling rule */

#pinkBanner {
    background-color: #e81081;
    color: white;
    font-weight: bold;
}

#pinkBanner h2 {
    max-width: 740px;
    text-align: center;
    font-size: 27px;
    line-height: 54px;
}

/* Testimonial section styling rule */

#testimonials {
    padding-bottom: 80px;
}

#testimonials div.testimonial {
    display: flex;
    justify-content: center;
    align-items: start;
}

#testimonials div.company {
    width: 528px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#testimonials div.company:not(:last-child) {
    margin-right: 58px;
}

#testimonials div.quote {
    padding: 42px 32px;
    background-color: #D6D6D6;
    border-radius: 15px;
    text-align: center;
    height: 308px;
}

#testimonials div.quote p {
    line-height: 32px;
    margin: 0;
}

#testimonials div.quote p:nth-child(2) {
    font-weight: bold;
}

#testimonials div.quote p:nth-child(3) {
    font-style: italic;
}

#testimonials div.logo {
    height: 128px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#testimonials img.multiscreen {
    width: 128px;
    height: 128px;
}

#testimonials img.dominant {
    width: 260px;
    height: 48px;
}

/* Demo video section styling rules */

#demoVideo {
    padding-bottom: 80px;
}

#demoVideo iframe {
    height: 504px;
    width: 100%;
    border: unset;
}

/* Free vs Paid section styling rules */

#plans {
    padding-bottom: 80px;
}

div.planTable {
    border-radius: 20px;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
}

div.planTable div.row:not(:last-child) {
    margin-bottom: 15px;
}

div.planTable div.row i.fas {
    font-size: 30px;
    margin-right: 15px;
}

div.planTable div.row span {
    font-size: 20px;
    vertical-align: super;
}

div.planTable p.planType {
    font-size: 30px;
    font-weight: bold;
}

div.planTable div.row div.col-md-6, div.planTable div.row div.col-md-12 {
    display: flex;
    align-items: center;
}

div.planTable:not(:first-child) div.row:nth-child(8) div.col-md-6:last-child {
    margin-bottom: 0;
}

div.planTable div.planFeatures {
    height: auto;
    margin-bottom: auto;
}

div.planTable button {
    margin-top: 15px;
}

@media (max-width: 1420px) {
    #hero h1 {
        font-size: 38px;
    }

    #hero div.section {
        padding-top: 85px;
    }

    #hero button.pinkBtn, button.pinkBtn, button.whiteBtn, button.darkBtn {
        height: 66px;
        width: max-content;
        padding: 10px 40px;
        font-size: 26px;
    }

    div.planTable p.planType {
        font-size: 28px;
    }

    div.planTable p.planType, div.planTable div.row i.fas {
        font-size: 24px;
    }

    div.planTable div.row span {
        font-size: 20px;
    }
}


@media (max-width: 1199px) {
    #hero {
        height: 700px;
    }

    #hero h1 {
        font-size: 30px;
    }

    #hero div.section {
        padding-top: 140px;
        width: 50%;
    }

    #hero p {
        font-size: 24px;
    }

    #hero button.pinkBtn, button.pinkBtn, button.whiteBtn, button.darkBtn  {
        height: 60px;
        width: max-content;
        padding: 10px 35px;
        font-size: 22px;
    }

    #hero button.pinkBtn img {
        width: 26px;
        height: 30px;
    }

    div.ct-feature img {
        height: 354px;
        width: 420px;
    }

    div.ct-feature:nth-child(odd) div.desc {
        margin: 0 0 0 6%;
    }

    div.ct-feature:nth-child(even) div.desc {
        margin: 0 6% 0 0;
    }

    div.ct-feature div.desc h2, div.section-col h2 {
        font-size: 28px;
    }

    #testimonials div.company {
        width: 398px;
    }

    #testimonials div.quote {
        padding: 28px;
        height: 306px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    div.planTable p.planType {
        font-size: 28px;
    }
    
    div.planFeatures:nth-child(2) div.row div.col-md-6:first-child {
        margin-bottom: 15px;
    }

    div.planTable div.row span {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #hero {
        height: 500px;
    }

    #hero h1 {
        font-size: 26px;
    }

    #hero p {
        font-size: 20px;
    }

    #hero div.section {
        padding-top: 100px;
        width: 70%;
    }

    #hero button.pinkBtn, button.pinkBtn, button.whiteBtn, button.darkBtn {
        height: 56px;
        width: max-content;
        padding: 10px 30px;
        font-size: 20px;
    }

    #hero button.pinkBtn img, div.section button.pinkBtn img,
    div.section button.whiteBtn img, button.darkBtn img {
        width: 24px;
        height: 28px;
    }

    div.ct-feature div.desc {
        margin: 0px!important;
    }

    div.ct-feature div.desc h2,
    div.planTable p.planType, div.planTable div.row i.fas {
        font-size: 24px;
    }

    div.ct-feature button.pinkBtn {
        display: none;
    }

    div.ct-feature img {
        display: none;
    }

    div.section button.pinkBtn img, div.section button.whiteBtn img, button.darkBtn img {
        display: block;
    }

    #testimonials div.testimonial {
        flex-direction: column;
    }

    #testimonials div.company:not(:last-child) {
        margin-right: 0px;
    }

    #testimonials div.company:nth-child(2) {
        margin-top: 60px;
    }

    #testimonials div.logo {
        height: auto;
    }

    #testimonials div.quote {
        height: auto;
    }

    #demoVideo iframe {
        height: 350px;
    }

    #map img {
        height: 350px;
    }

    #map h3 {
        font-size: 20px;
        text-align: center;
    }

    #tenderCounter {
        height: 56px;
        font-size: 24px;
    }

    #plans div.row div.planTable:first-child {
        margin-bottom: 30px;
    }

    #plans div.planTable {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    #hero {
        height: 500px;
    }

    #hero h1 {
        font-size: 24px;
    }

    #hero p {
        font-size: 18px;
    }

    #hero div.section {
        padding-top: 100px;
        width: 80%;
    }

    #hero button.pinkBtn, button.pinkBtn, button.whiteBtn, button.darkBtn {
        height: 50px;
        width: max-content;
        padding: 10px 25px;
        font-size: 18px;
    }

    #hero button.pinkBtn img, div.section button.pinkBtn img,
    div.section button.whiteBtn img, button.darkBtn img {
        width: 20px;
        height: 24px;
    }

    div.ct-feature div.desc h2, div.section-col h2,
    div.planTable p.planType, div.planTable div.row i.fas {
        font-size: 24px;
    }

    div.ct-feature div.desc p {
        font-size: 16px;
    }

    #pinkBanner h2 {
        font-size: 20px;
        line-height: 36px;
    }

    #demoVideo iframe {
        height: 270px;
    }

    #map img {
        height: 270px;
    }

    #map h3, div.planTable div.row span {
        font-size: 16px;
    }

    #tenderCounter {
        height: 50px;
        font-size: 20px;
    }

    div.planFeatures:nth-child(2) div.row div.col-md-6:first-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    #hero h1 {
        font-size: 20px;
    }

    #hero p {
        font-size: 16px;
    }

    #hero button.pinkBtn, button.pinkBtn, button.whiteBtn, button.darkBtn {
        height: 46px;
        width: max-content;
        padding: 10px 20px;
        font-size: 14px;
    }

    #hero button.pinkBtn img, div.section button.pinkBtn img, div.section button.whiteBtn img, button.darkBtn img {
        width: 16px;
        height: 20px;
    }

    #hero div.section {
        width: 100%;
    }

    div.section-row, div.section-col {
        padding-top: 50px;
    }

    div.ct-feature div.desc h2, div.section-col h2,
    div.planTable p.planType, div.planTable div.row i.fas {
        font-size: 18px;
    }

    div.ct-feature div.desc p {
        font-size: 14px;
    }

    div.ct-feature:not(:first-child) {
        padding-top: 30px;
    }

    #testimonials div.company {
        width: 100%;
    }

    #testimonials img.multiscreen {
        width: 70px;
        height: 70px;
    }

    #testimonials img.dominant {
        width: 154px;
        height: 28px;
    }

    #testimonials div.quote {
        font-size: 14px;
        padding: 24px 16px;
    }

    #pinkBanner h2 {
        font-size: 18px;
        line-height: 30px;
    }

    #demoVideo iframe {
        height: 230px;
    }

    #map img {
        height: 230px;
    }

    #map h3, div.planTable div.row span {
        font-size: 14px;
    }

    #tenderCounter {
        height: 42px;
        font-size: 16px;
    }
}


