/* Main Styling */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --purpleColor: #7552f6;
}

::-webkit-scrollbar {
    display: none;
}

::selection {
    background: rgb(255, 243, 210);
}

html {
    font-family: "Lato", sans-serif;
}

body {
    color: #2b2a35;
}

@font-face {
    font-family: 'Playfair Display', serif;
    src: url(PlayfairDisplay-Regular.ttf);
}

a {
    text-decoration: none !important;
}

/* Navbar */
#navbarContent {
    background-image: url(images/mine-menu-garnish.jpg);
    background-repeat: no-repeat;
    background-position: 100% 23%;
    background-size: 50%;
}

.navbar-brand img {
    width: 60px;
}

.icon-size {
    font-size: 1.2rem;
}

.ml-navbar {
    margin-left: .95rem;
}

/* Header */
.header-container {
    margin: 0;
    width: 100%;
}

.header-text {    
    font-family: 'Playfair Display', serif;
    font-size: .8rem;
    font-weight: lighter;
    padding-bottom: 0;
}

.header-big-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.35;
    font-size: 2rem;
    width: 270px;
}

.pd-top {
    margin-top: 3rem;
}

.pl-6 {
    padding-top: 0rem;
    margin-left: 0rem;
    width: 100%;
}

.pl-6 > img {
    height: 300px;
}

.ostrich-desktop {
    display: none;
}

.ostrich-tablet {
    display: none;
}

.ostrich-mobile {
    display: block;
}

/* Links Section */
.links {
    margin-top: 7.5rem;
}

.links, .cards-container, .discover {
    text-align: center;
}

.d-breakout {
    display: none;
}

.d-breakout-sm {
    display: none;
}

.press-link:last-child {
    margin-right: 0;
}

.press-link {
    margin-right: 1rem;
}

.press-link:nth-child(3){
    margin-right: 0;
}

.intel {
    width: 60px;
}

.business {
    width: 100px;
}

.venture {
    width: 120px;
}

/* Values Section */
.values {
    width: 300px;
    margin: 0 auto;
}

/* Cards Section */
.cards-container {
    display: flex;
    flex-direction: column;
}

.card-image {
    align-self: center;
    width: 160px;
}

.card-h {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.15rem !important;
}

.card-para {
    margin: 0 auto;
    opacity: .8;
    line-height: 1.6;
    width: 90%;
    font-size: 1rem !important;
}

.card-box {
    width: 300px;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 12px 0 #eaeaea;
}

.side-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-6 {
    padding: 3rem 0;
}

/* How it works section */
.mt-12 {
    margin-top: 15rem;
}

.how-it-works {
    position: relative;
    width: 300px;
}

.garnish-image {
    position: absolute;
    left: 25%;
    top: 7px;
    width: 280px;
}

.garnish-image > img {
    width: 100%;
}

.big-text {
    font-size: 2rem;
    line-height: 1.35;
    width: 300px;
}

.big-text3 {
    font-size: 2rem;
    line-height: 1.35;
    width: 300px;
}

.small-text {
    font-size: 1rem;
}

.opacity {        
    font-size: .8rem;
}

/* Data section */
.border-black {
    border-left: 1px solid #afafaf;
    position: relative;
    opacity: .3;    
    overflow-y: hidden;
}

.border-black::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    left: -1px;
    background-color: var(--purpleColor);
    border-radius: 5px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .3s ease;
}

.padded-bottom {
    padding-bottom: 1.5rem;
}

.padded-top {
    padding-top: 1rem;
}

.padded {
    padding-bottom: 2rem;
}

.changeheight1, .changeheight2, .changeheight3 {
    display: block;
    height: 0;
    overflow: hidden;
    transform-origin: top;
    transition: all .6s ease;
}

.changeheight3 {
    margin-bottom: 0rem;
}

.h7 {
    color: rgba(43,42,53,.8);
}

.hanging {
    position: absolute;
    top: 0;
}

#data1, #data2, #data3 {
    display: none;
}

#data1:checked + .border-black,
#data2:checked + .border-black,
#data3:checked + .border-black {
    opacity: 1;
    padding-bottom: 0;
    padding-top: 0;
    border-left: 0;
}

#data1:checked + .border-black::before,
#data2:checked + .border-black::before,
#data3:checked + .border-black::before {
    transform: scaleY(1);
    left: -1px;
}

#data1:checked + .border-black .changeheight1 {
    height: 55px;
    margin-bottom: 0rem;
}

#data2:checked + .border-black .changeheight2 {
    height: 80px;
    margin-bottom: 0rem;
}
#data3:checked + .border-black .changeheight3 {
    height: 55px;
}

#data1:checked + .border-black .weight,
#data2:checked + .border-black .weight,
#data3:checked + .border-black .weight {
    font-weight: 600;
}

#data1:checked ~ .padded {
    padding-top: 2.5rem;
    padding-bottom: .5rem;
}

#data2:checked ~ .padded-top {
    padding-top: 2.5rem;
}

#data3:checked + .padded-bottom {
    padding-bottom: 0rem;
}

#img1, #img2, #img3 {
    display: none;
}
 
@keyframes imagechanger {
    from {opacity: .7;}
    to {opacity: 1;}
}

#data1:checked ~ .hanging > #img1 {
    display: block;
    opacity: 1;
    animation: imagechanger 1.7s ease;
}

#data2:checked ~ .hanging > #img2 {
    display: block;
    opacity: 1;
    animation: imagechanger 1s ease;
}

#data3:checked ~ .hanging > #img3 {
    display: block;
    opacity: 1;
    animation: imagechanger 1.7s linear;
}

.click-container {
    width: 300px;
    margin: 3rem 0 5rem;    
}

#click1, #click2, #click3 {
    display: none;
}

#purple-text1 {
    margin-left: 0rem;
}

#purple-text1, #purple-text2 {
    margin-right: .7rem;
}

#purple-text1, #purple-text2, #purple-text3 {
    font-size: .7rem;
    width: 90px;
    line-height: 1.8;
    opacity: .3;
    font-weight: 700;
}

.click-para {
    position: relative;
    margin-top: 1.5rem;
    padding-left: 1.3rem;
}

.pick1, .pick2, .pick3 {
    display: none;
    text-align: left;
    width: 225px;
    font-size: .85rem;
}

.pick1::before, .pick2::before, .pick3::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: var(--purpleColor);
    transform: scaleY(1);
    transform-origin: top;
}

#hanged1, #hanged2, #hanged3 {
    display: none;
}
#click1:checked + #purple-text1 {
    color: var(--purpleColor);
    opacity: 1;
}

#click2:checked + #purple-text2 {
    color: var(--purpleColor);
    opacity: 1;
}

#click3:checked + #purple-text3 {
    color: var(--purpleColor);
    opacity: 1;
}

#click1:checked ~ .click-para .pick1 {
    display: block;
}

#click2:checked ~ .click-para .pick2 {
    display: block;
}

#click3:checked ~ .click-para .pick3 {
    display: block;
}

#click1:checked ~ .click-para .pick1::before,
#click2:checked ~ .click-para .pick2::before,
#click3:checked ~ .click-para .pick3::before {
    animation: pickBorder .3s ease;
}

#click1:checked ~ .hanged #hanged1 {
    display: block;
}

#click2:checked ~ .hanged #hanged2 {
    display: block;
}

#click3:checked ~ .hanged #hanged3 {
    display: block;
}

@keyframes pickBorder {
    0% {transform: scaleY(0);}
    100% {transform: scaleY(1);}
}

/* Awards Section */
.discover {
    margin-top: 7rem;
    width: 350px;
    margin: 0 auto;
}

.awards {
    width: 75%;
    margin: 3rem auto;
}

.award {
    padding: .85rem 1.2rem .75rem 1.2rem;
    margin-bottom: 1rem;
}

.award:last-child {
    margin-bottom: 0;
}

/* Statistics Section */
.statistics {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    justify-content: center;
    padding: 3rem 0;
    opacity: .3;
}

.statistics > div {
    margin-right: 2.5rem;
}

.stats {
    flex-direction: column;
    margin-left: 2.5rem;
}

.bold-text {
    font-family: Lora, serif;
    font-size: 2.5rem ;
    margin-bottom: -.3rem;
}

.stats-text {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}

.statistics > div:last-child {
    margin-right: 0;
}

/* Frames Section */
.frames {
    flex-direction: column;
    align-items: center;
    margin: 3.5rem 0 5rem;
}

.frame-container {
    width: 300px;
    margin: 0;
}

.frame-container2 {
    width: 300px;
    margin: 0;
}

.frame {
    display: block;
}

.fr1 {
    height: 625px;
    margin-bottom: 2rem;
}

.fr2 {
    height: 235px;
    margin-bottom: 2rem;
}

.fr3 {
    height: 500px;
}

/* Verified Section */
.bold {
    font-size: 1.2rem;
    max-width: 200px;
}

.verify {
    display: grid;
    grid-template-columns: .4fr;
    place-content: center;
    background-color: #f9f9f9;
    padding: 6rem 0;
}

.text-container {
    width: 300px;
    margin: 0 auto;
}

.verified-text {
    max-width: 100%;
    font-size: 1rem;
}

/* Unleash Section */
.unleash {
    width: 300px;
    margin: 0 auto;
    padding: 5rem 0;
}

.unleash-text {
    width: 100%;
}

.big-text2 {        
    font-size: 2rem;
    line-height: 1.35;
    width: 280px;
}

.small-text, .small-text1, .small-text2 {
    font-size: .9rem;
    width: 100%;
}

.mt-8{
    margin-top: 4rem;
}

.mt-8 > img {
    width: 300px;
}

.unleash-image {
    width: 350px;
    padding-left: 6rem;
    padding-top: 3.5rem;
    overflow: hidden;
}

.unleash-breakout {
    display: none;
}

/* Footer */
.footer {
    background-color: #2b2a35;
    color: #fff;
    width: 100%;
}

.footer-container {
    padding: 2.5rem 0;
    width: 300px;
    margin: 0 auto;
}

.footer-title {
    opacity: .5;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2.3rem;
    font-size: 1rem;
}

.footer-links-container {
    margin-top: 3rem;
}

.footer-links li {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: #fff !important;
}

.footer-image img {
    width: 90px;
}

.footer-footer {
    flex-direction: column;
}

.icon-border {
    text-align: center;
    width: 300px;
    border-top: 1px solid #616161;
    border-bottom: 1px solid #616161;
    padding: 3.3rem 0;
}

.footer-icons {
    font-size: 1.3rem;
}

.footer-icons a {
    margin-left: 1rem;
    color: #fff !important;
}

.footer-icons a:first-child {
    margin-left: 0;
}

.mg-y {
    margin: 4.5rem 0 0 0;
}    

.cookie {
    width: 110px;
    text-align: center;
    background-color: black;
    color: #fff;
    margin-left: 3rem;
    font-size: 1rem;
    padding: .5rem .1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cookie:hover {
    text-decoration: underline;
}

/* Utilities */
.border-transparent {
    border: 1px solid transparent;
}

.center {
    margin: auto;
}

.w-90 {
    width: 300px;
    font-size: 1rem;
}

.top-pd {
    margin-top: 3.5rem;
}

.mr-3-5 {
    margin-right: 2rem;
}

.mt-9 {
    margin-top: 9rem;
}

.mt-7 {
    margin-top: 7.5rem !important;
}

.mt-6 {
    margin-top: 6rem; 
}

.mt-4-6 {
    margin-top: 4.6rem;
}

.mt-4-5 {
    margin-top: 2.7rem;
}

.mb-4-5 {
    margin-bottom: 2rem;
}

.mt-2-1 {
    margin-top: 2.1rem;
}

.mt-16 {
    margin-top: 6rem !important;
}

.pt-2-5 {
    padding-top: .8rem;
}

.pl-4-5 {
    padding-left: 2rem;
}

.text-color {
    color: #2b2a35;
    font-weight: 500;
    font-size: 1.5rem;
    font-family: "Playfair Display", serif ;
}

.text-color:hover:not(.purple) {
    text-decoration: none;  
    color: var(--purpleColor);
    opacity: .9;
}

.purple {    
    color: var(--purpleColor);
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Playfair Display", serif;
}

.purple:hover {
    text-decoration: none;
    color: #7552f6;
}

.btn-outline-purple {
    border: 1px solid var(--purpleColor);
    color: var(--purpleColor);
    padding: .7rem 1.7rem .75rem 1.7rem;
    border-radius: 30px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.btn-outline-purple:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--purpleColor);
}

.btn-purple, .btn-purple1, .btn-purple2 {
    border: 1px solid var(--purpleColor);
    background-color: var(--purpleColor);
    color: #fff;
    border-radius: 30px;
    transition: opacity 0.15s ease-in-out;
}

.btn-purple1 {
    font-size: 1rem;
    padding: .7rem 2rem .75rem 2rem;
}

.btn-purple {
    padding: .7rem 1.6rem .75rem 1.6rem;
}

.btn-purple2 {
    font-size: 1rem;
    padding: .7rem 2.1rem .75rem 2.1rem;
}
.btn-purple:hover, .btn-purple1:hover, .btn-purple2:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7;
}

.opacity {
    opacity: .4;    
    font-size: .7rem;
    font-family: 'Playfair Display', serif;
}

.big-text, .big-text1, .big-text2, .big-text3  {
    font-family: 'Playfair Display', serif;
    font-weight: 700;    
}

.big-text1 {
    font-size: 1.8rem;
}

.border-purple {
    border-left: 2px solid var(--purpleColor);
}

.weight {
    font-size: 1.28rem;
    font-weight: normal;
    cursor: pointer;
}

.h8 {
    font-size: 1rem;
}

.h7,
.btn-purple,
.btn-outline-purple {
    font-size: 1.1rem;
}

.left-align {
    width: 180px;
    text-align: left;
    margin-left: 1rem;
}

.bg-award {
    color: rgb(227, 193, 1);
    font-size: 1.6rem;
    margin-top: .05rem;    
}

.mini-text {
    font-size: .59rem !important;
}

.border-gray {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

.text-purple {
    color: var(--purpleColor);
    font-size: 1rem;
}

.bold {
    font-weight: bold;
}

/* Responsiveness */
@media screen and (min-width: 576px) {
    .mt-16 {
        margin-top: 6rem !important;
    }

    .mb-4-5 {
        margin-bottom: -.5rem !important;
    }

    .mt-12 {
        margin-top: 15rem !important;
    }
    
    .m-top {
        margin-top: 1rem;
    }

    .mr-3-5 {
        margin-right: 1.5rem;
    }

    .pd-top {
        margin-top: 3rem;
        margin-left: 3rem;
    }

    .w-90 {
        width: 310px;
        font-size: 1rem;
    }
    
    .pt-2-5 {
        padding-top: 0rem;
    }

    .header-container {
        margin-left: 0;
        margin-right: 0rem;
        width: 100%;
    }

    .header-text {
        font-size: .8rem;
        padding-bottom: 0;
    }

    .header-big-text {
        font-size: 2rem;
        width: 270px;
    }

    .top-pd {
        margin-top: 3.5rem;
    }

    .pl-6 {
        padding-top: 1rem;
        width: 100%;
        margin-left: -7.5rem;
    }

    .pl-6 > img {
        height: 300px;
    }

    .ostrich-desktop{ 
        display: none;
    }

    .ostrich-tablet {
        display: block;
    }

    .ostrich-mobile {
        display: none;
    }

    .d-breakout {
        display: none;
    }

    .d-breakout-sm {
        display: none;
    }

    .press-link {
        margin-right: 2rem;
    }
    
    .values {
        width: 350px;
        margin: 0 auto;
    }

    .card-box {
        width: 350px;
    }
        
    .how-it-works {
        width: 350px;
        position: relative;
    }

    .mt-6 {
        margin-top: 6rem;
    }

    .big-text1 {
        font-size: 2rem;
    }

    .frames {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 3.5rem 0;
    }
    
    .frame-container {
        width: 350px;
    }

    .frame-container2 {
        width: 350px;
    }
    
    .fr1 {
        height: 625px;
        margin-bottom: 0rem;
    }

    .fr2 {
        height: 225px;
        margin-bottom: 0rem;
    }

    .mt-8 > img {
        width: 350px;
    }

    .awards {
        width: 75%;
        margin: 3rem auto;
    }

    .award {
        padding: .85rem 2.5rem .75rem 1.2rem; 
    }

    .text-container {
        width: 350px;
        margin: 0 auto;
    }    
    
    .unleash {
        width: 350px;
        margin: 0 auto;
        padding: 5rem 0;
    }
    
    .unleash-image {
        width: 350px;
        padding-left: 6rem;
        padding-top: 3.5rem;
        overflow: hidden;
    }
    
    .small-text, .small-text1, .small-text2 {
        font-size: .9rem;
        width: 300px;
    }
    
    .left-align {
        width: 180px;
    }

    .mini-text {
        font-size: .59rem !important;
    }

    .text-purple {
        font-size: 1rem;
    }

    .d-breakout {
        display: none;
    }

    .d-breakout-sm {
        display: none;
    }

    .bold-text {
        font-family: Lora, serif;
        font-size: 2.3rem;
        margin-bottom: -.3rem;
    }
    
    .stats-text {
        font-size: 1rem;
        font-weight: 700;
        width: 100%;
    }

    .unleash-breakout {
        display: none;
    }    

    .footer-container {
        padding: 2.5rem 0;
        width: 350px;
        margin: 0 auto;
    }
    
    .icon-border {
        text-align: center;
        width: 350px;  
    }

@media screen and (min-width: 768px) {
    .icon-size {
        font-size: 1.65rem;
    }
    
    .navbar-brand img {
        width: 100px;
    }

    .btn-purple2 {
        font-size: 1rem;
    }

    .btn-purple2 {
        padding: .7rem 2.1rem .75rem 2.1rem;
    }

    .mt-16 {
        margin-top: 6rem !important;
    }

    .pd-top {
        margin-top: 3.5rem;
    }
    
    .pt-2-5 {
        padding-top: 0rem;
    }

    .header-container {        
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .header-text {
        font-size: 1.3rem;
        padding-bottom: 0;
    }

    .header-big-text {
        font-size: 2.7rem;
        width: 350px;
    }

    .w-90 {
        width: 370px;
        font-size: .95rem;
    }

    .top-pd {
        margin-top: 4.5rem;
    }

    .pl-6 {        
        padding-top: 0;
        width: 100%;
        margin-left: 0rem;
    }

    .pl-6 > img {
        height: 400px;
    }

    .ostrich-tablet {
        display: block;
    }

    .ostrich-desktop {
        display: none;
    }

    .ostrich-mobile {
        display: none;
    }

    .press-link {
        margin-right: 3.5rem;
    }

    .press-link:nth-child(3){
        margin-right: 3.5rem;
    }

    .intel {
        width: 70px;
    }

    .business {
        width: 110px;
    }

    .venture {
        width: 180px;
    }

    .fast {
        width: 135px;
    }

    .d-breakout {
        display: none;
    }

    .values {
        width: 100%;
        padding-left: 5rem;
    }

    .big-text {
        font-size: 3rem;
        line-height: 1.35;
        width: 500px;
    }

    .big-text3 {        
        font-size: 3rem;
        line-height: 1.35;
        width: 500px;
    }

    .small-text {
        font-size: 1rem;
        width: 450px;
    }

    .small-text1 {
        font-size: 1rem;
        width:  100%;
    }

    .cards-container {
        flex-direction: row;
        height: 440px;
    }

    .side-padding {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .card-box {
        width: 320px;        
    }

    .card-image {
        align-self: center;
        width: 160px;
    }

    .py-6 {
        padding: 1rem 0;
    }

    .card-h {
        font-size: 1.2rem !important;
    }

    .card-para {
        width: 85%;
        font-size: 1rem !important;
    }
    
    .mt-12 {
        margin-top: 15rem;
    }

    .how-it-works {
        position: relative;
        width: 100%;    
        overflow: hidden;
    }

    .garnish-image {
        position: absolute;
        left: 48%;
        top: 0;
        overflow: hidden;
    }

    .garnish-image > img {
        width: 100%;
    }
   
    .opacity {
        font-size: 1.1rem;
    }

    .big-text1 {
        font-size: 2.4rem;
    }

    .discover {
        margin: 0;
        margin-top: 7rem;
        width: 100%;
    }

    .click-container {
        width: 700px;
        margin: 0;
    }

    .awards {
        width: 75%;
        margin: 3rem auto;
    }

    .award {
        padding: .85rem 2rem .75rem 1.2rem; 
    }

    .award:first-child {
        margin-right: .5rem;
    }

    .award:nth-child(2) {
        margin-left: .5rem;
    }

    .left-align {
        width: 100%;
    }

    .bg-award {
        font-size: 1.6rem;
    }

    .mini-text {
        font-size: .59rem !important;
    }

    .text-purple {
        font-size: 1rem;
    }

    .statistics {
        display: grid;
        grid-template-columns: .25fr .25fr .25fr;
        place-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        padding: 3rem 0;
        opacity: 1;
    }

    .statistics > div {
        margin-right: 2.5rem;
    }

    .stats {
        flex-direction: row;
        margin-left: 0;
    }

    .bold-text {
        font-size: 2.2rem;
        margin-top: -1.3rem;
    }

    .stats-text { 
        font-size: .9rem;      
        font-weight: 500;
        width: 8.5rem;
    }

    .frames {
        flex-direction: column;
        align-items: center;
        margin: 3.5rem 0;
    }

    .frame-container {
        width: 500px;
    }

    .frame-container2 {        
        width: 500px;
    }

    .fr1 {
        height: 660px;
    }

    .fr2 {
        height: 230px;
	    margin-bottom: -1rem;
    }

    .fr3 {
        height: 520px;
    }

    .mb-frame {
        margin-bottom: 4.5rem;
    }

    .bold {
        font-size: 1.2rem;
        max-width: 200px
    }
    
    .verified {
        display: grid;
        grid-template-columns: 4fr 4fr;
        place-content: center;    
        background-color: #f9f9f9;
        padding: 6rem 0;
    }

    .verify {
        display: none;
    }

    .verified-text {
        max-width: 238px;
        font-size: 1rem;
    }

    .mb-4-5 {
        margin-bottom: -.5rem !important;
    }

    .m-top {
        margin-top: 2rem;
    }

    .mr-3-5 {
        margin-right: 1.5rem;
    }

    .d-breakout {
        display: none;
    }

    .d-breakout-sm {
        display: block;
    }

    .unleash {
        margin: 0 auto;
    }

    .unleash-text {
        width: 80%;
        margin: 0 auto;
    }

    .big-text2 {        
        font-size: 2.9rem;
        line-height: 1.35;
        width: 400px;
    }
    
    .small-text {
        font-size: 1rem;
        width: 500px;
    }

    .mt-8{
        margin-top: 6rem;
    }

    .mt-8 > img {
        width: 600px;
    }

    .unleash {
        padding: 13rem 0;
        width: 100%;
    }

    .unleash-breakout {
        display: none;
    }
        
    .footer-container {
        padding: 3.5rem 6rem;
        width: 100%;
    }

    .footer-image img {
        width: 85px;
    }

    .footer-f {
        padding: 0;
    }

    .footer-footer {
        flex-direction: row;
        justify-content: center;
        padding: 2.5rem 6rem;
    }

    .footer-footer p {
        font-size: 1rem;
    }

    .footer-icons {
        font-size: 1.3rem;
    }

    .footer-icons a {
        margin-left: 1rem;
    }

    .icon-border {
        width: 20%;
        border: none;
        padding: 0;
    }

    .mr-6 {
        margin-right: 7rem;
    }

    .mg-y {
        margin: 0;
    }

    #purple-text1, #purple-text2, #purple-text3 {
        font-size: .9rem;
    }

    #purple-text1 {
        margin-right: 1rem;
        margin-left: 0.5rem;
        width: 220px;
    }

    #purple-text2 {
        margin-right: 1rem;
        width: 130px;
    }

    #purple-text3 {
        width: 300px;
    }

    .click-para {
        margin-top: 1.5rem;
        margin-left: .5rem;    
        padding-left: 1.3rem;
    }

    .pick1, .pick2, .pick3 {
        width: 360px;
        font-size: .99rem;
    }

    .pick1::before, .pick2::before, .pick3::before {
        left: 1px;
    }
}

@media screen and (min-width: 992px) {
    #navbarContent {
        background-image: none;
    }
       
    .navbar-brand img {
        width: 115px;
    }

    .purple,
    .text-color {
        font-size: 1.1rem;
        font-family: "Lato", sans-serif;
    }

    .btn-purple1 {
        font-size: 1.1rem;
        padding: .7rem 2.4rem .75rem 2.4rem;
    }

    .btn-purple2 {
        padding: .9rem 3rem .9rem 3rem;
        font-size: 1.2rem;
    }

    .mt-16 {
        margin-top: 7.5rem !important;
    }

    .pd-top {
        margin: 0;
    }

    .header-container {
        margin-left: 6rem;
    }

    .header-text {
        font-size: 1.2rem;
    }

    .header-big-text {
        font-family: 'Playfair Display', serif;
        font-size: 2.9rem;
        width: 390px;
    }

    .top-pd {
        margin-top: 2.5rem;
    }

    .pl-6 > img {
        height: 350px; 
    }
    
    .w-90 {
        width: 100%;
        font-size: 1.11rem;
    }
    
    .ostrich-tablet {
        display: block;
    }

    .ostrich-desktop {
        display: none;
    }

    .ostrich-mobile {
        display: none;
    }

    .cards-container {
        height: 450px;
    }

    .side-padding {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .card-box {
        width: 370px;        
    }

    .card-image {
        align-self: center;
        width: 190px;
    }

    .py-6 {
        padding: 1rem 0;
    }

    .card-h {
        font-size: 1.4rem !important;
    }

    .card-para {
        width: 80%;
        font-size: 1.1rem !important;
    }
    
    .values {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        width: 100%;
    }

    .mt-12 {
        margin-top: 15rem;
    }

    .garnish-image {
        position: absolute;
        left: 52%;
        width: 500px;
    }

    .garnish-image > img {
        width: 75%;
    }

    .big-text1 {
        font-size: 2.4rem;
    }

    .awards {
        width: 75%;
        margin: 3rem auto;
    }

    .award {
        padding: .85rem 2rem .75rem 1.2rem; 
    }

    .bg-award {
        font-size: 1.6rem;
    }

    .mini-text {
        font-size: .59rem !important;
    }

    .text-purple {
        font-size: 1rem;
    }

    .border-transparent {
        height: 450px;
    }

    .statistics > div {
        margin-right: 2.5rem;
    }
    
    .bold-text {
        font-size: 2.3rem;   
    }

    .stats-text {
        font-size: 1rem;
        width: 9.5rem;
    }

    .frames {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin: 3.5rem 0;
    }

    .frame-container {
        width: 500px;
    }

    .frame-container2 {        
        width: 500px;
    }
    
    .fr1 {
        height: 680px;
    }

    .fr2 {
        height: 220px;
    }
    
    .fr3 {
        height: 570px;
    }

    .bold {
        font-size: 1.2rem;
        max-width: 200px
    }

    .verified-text {
        max-width: 238px;
        font-size: 1rem;
    }

    .mb-4-5 {
        margin-bottom: -.5rem !important;
    }

    .m-top {
        margin-top: 2rem;
    }

    .mr-3-5 {
        margin-right: 1.5rem;
    }

    .d-breakout {
        display: none;
    }

    .unleash {
        margin: 0 auto;
    }

    .unleash-text {
        width: 270px;
    }

    .small-text2 {
        width: 280px;
    }
    
    .big-text {
        line-height: 1.35;
        width: 200px;
    }

    .big-text2 {        
        font-size: 3rem;
        line-height: 1.35;
        width: 400px;
    }
    
    .unleash-breakout {
        display: block;
    }

    .unleash-breakin {
        display: none;
    }

    .footer-container {
        padding: 5.5rem 8rem;        
        margin: 0;
    }

    .mr-12 {
        margin-right: 9rem;
    }

    .footer-title {
        margin-top: 0;
        margin-bottom: 2.5rem;
        font-size: 1.12rem;
    }

    .footer-links-container {
        margin-top: 0;
    }

    .footer-links li {
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    
    .footer-image img {
        width: 145px;
    }    

    .footer-footer {
        padding: 2.5rem 8rem;
    }

    .footer-footer p {
        font-size: 1.12rem;
    }

    .footer-icons {
        font-size: 1.8rem;
    }

    .footer-icons a {
        margin-left: 2rem;
        color: #fff !important;
    }
}

@media screen and (min-width: 1025px) {
    .mt-16 {
        margin-top: 19.5rem !important;
    }

    .header-container {
        margin-left: 0;
    }

    .header-big-text {
        font-size: 4.7rem;
        width: 100%;        
        max-width: 600px;
        padding-bottom: 0;
    }

    .top-pd {
        margin-top: 2.5rem;
    }

    .w-90 {
        width: 100%;
    }

    .pl-6 {
        padding-top: 1rem;
    }

    .pl-6 > img {
        width: 100%;
        height: 400px;
    }

    .ostrich-desktop {
        display: block;
    }

    .ostrich-tablet {
        display: none;
    }

    .ostrich-mobile {
        display: none;
    }

    .values {
        margin-left: 0;
        width: 100%;
    }

    .d-breakout {
        display: block;
    }

    .press-link {
        margin-right: 3rem;
    }

    .business {
        width: 120px;
    }

    .venture {
        width: 185px;
    }

    .evening {
        width: 180px;
    }

    .fast {
        width: 145px;
    }

    .py-6 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .cards-container {
        height: 650px;
    }

    .card-box {
        width: 500px;        
    }

    .card-h {
        font-size: 2.2rem !important;
    }

    .card-para {
        width: 310px;
    }

    .mt-12 {
        margin-top: 4.6rem;
    }
     
    .garnish-image {
        position: absolute;
        left: 55%;
        width: 600px;
    }

    .garnish-image > img{
        width: 100%;
    }

    .awards {
        width: 60%;
        margin: 3rem auto;
    }

    .award {
        padding: .8rem 2rem .7rem 1.2rem; 
    }

    .bg-award {
        font-size: 1.8rem;
        margin-top: .05rem;    
    }

    .mini-text {
        font-size: .7rem !important;
    }

    .text-purple {
        font-size: 1.1rem;
    }

    .statistics > div {
        margin-right: 2rem;
    }

    .bold-text {
       font-size: 3.3rem;   
    }
    
    .stats-text {
        font-size: 1.1rem;
        width: 10.5rem;
    }

    .frames {
        height: 700px;
        padding: 2rem 0 2rem 0;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    
    .fr1 {
        height: 680px;
    }    

    .border-transparent {
        height: 620px;
    }

    .discover {
        margin-top: 7rem;
        margin-bottom: 5rem;
    }

    .big-text1 {
        font-size: 3.3rem;
    }

    .frames {
        height: 780px;
    }

    .frame-container {
        width: 550px;
        height: 700px;
    }
    
    .frame-container2 {
        width: 550px;
        height: 730px;
    }

    .fr2 {
        height: 250px;
    }
    
    .verified-text {
        max-width: 330px !important;
        font-size: 1.1rem;
    }

    .bold {
        font-size: 1.5rem;
        max-width: 100% !important;
    }

    .mb-4-5 {
        margin-bottom: 0rem !important;
    }

    .m-top {
        margin-top: 2rem;
    }

    .small-text2 {
        width: 100%;
        font-size: 1rem;
    }

    .small-text {
        font-size: 1rem;
        width: 500px;
    }
    
    .unleash-text {
        width: 400px;
    }

    .big-text {
        line-height: 1.35;
        width: 100%;
    }

    .footer-container {
        padding: 5.5rem 8rem;
    }

    .mr-12 {
        margin-right: 11rem;
    }

    .footer-title {
        margin-top: 0;
        margin-bottom: 2.5rem;
        font-size: 1.12rem;
    }

    .footer-links-container {
        margin-top: 0;
    }

    .footer-links li {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }
}

@media screen and (min-width: 1440px) {
    .container-fluid {
        width: 1440px !important;
    }
    
    .top-pd {
        margin-top: 3rem;
    }

    .cards-container {
        height: 650px;
        }
    
    .border-transparent {
        height: 620px;
    }

    .discover {
        margin-top: 5rem;
        margin-bottom: 0;
    }

    .unleash-text {
        width: 410px;
    }

    .mt-12 {
        margin-top: 4.6rem;
        margin-left: 7rem;
    }
}