/* CSS Document */

html {
    scroll-behavior: smooth;
}
body {
 
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 125%;
    margin: 0;
    padding: 0;
    color: #000;
}

.intro {
    text-align: center;
    padding: 50px;
    background: url(images/background-pg.png);
    background-size: 24%;
    background-color: #2fcfc5;
}

.intro img {
    border-radius: 100%;
    max-width: 350px;
    height: auto;
    border: 10px double #000000;
}

@media only screen and (max-width: 767px) {
    .intro {
        background-size: 40%;
    }
    .intro img {
        max-width: 100%;
}
}

.inner {
    max-width: 1280px;
    margin: auto;
}

.date {
    font-size: 80%;
    text-transform: uppercase;
  
}

p {
    color: #222;
    line-height: 1.5em;
}
a, a:visited {
    color: #2fcfc5;
}

 p a:hover { 
     color: #2222 !important;    
}

.thankyou {
      padding: 50px;
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .thankyou {
        padding: 50px 25px;
    }
}
.achievements .row {
    display: flex;
    background: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 767px) {
.achievements .row {
    display: block;
}
}

.achievements .row > div {
    flex-basis: 50%;
    flex-grow: 1;
    background: #f5edef;
    line-height: 0;
}


.achievements .row:nth-child(even) > div {
     background:#d0f1ef;
    }


.achievements .row:nth-child(even) .content i {
      color: #4fa5a0;
    }

.achievements .content {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
 .achievements .content {
     padding: 40px 0px;
    }
}

.achievements .content i {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    font-size: 240%;
    color: #c97d8a;
}

@media only screen and (max-width: 767px) {
    .achievements .content i {
        font-size: 200%;
    }
}


.achievements .content p {
    max-width: 85%;
    margin: auto;
    font-size: 133%;
    line-height: 150%;
    padding-bottom: 30px;
}

.achievements .row:nth-child(even)  {
    flex-direction: row-reverse;
}

.achievements .row  img {
     object-fit: cover;
     width: 100%;
     height: 100%;
     aspect-ratio: 6/4;
    max-height: 66vh;
}

.whatsnext {
    text-align: center;
    padding: 50px 25px;
    margin-bottom: 40px;
}

.footer {
    background-image: url("/images/footer-products.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    height: 175px;
    background-position: bottom;
}
