.inner-ring-right img {
    max-width: 500px;
}
#description img {
    max-width: 610px;
}
#description .adekstra-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#description .adekstra-info h2 {
    margin-bottom: 50px;
    font-size: 22px;
}
#description .adekstra-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
#description .mobile-view {
    display: none;
}
.navbar-nav li a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
    margin-right: 50px;
    font-weight: 600;
    transition: 1.5s;
}
.navbar-nav li:first-child a:hover {
    transition: 0.5s;
    color: #e41386;
}
.navbar-nav li:nth-child(2) a:hover {
    transition: 0.5s;
    color: #ffc80a;
}
.navbar-nav li:nth-child(3) a:hover {
    transition: 0.5s;
    color: #25e010;
}
.navbar-nav li:nth-child(4) a:hover {
    transition: 0.5s;
    color: #03c2fc;
}
.nav-section {
    background-image: url(../img/nav-background-img.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover;
}
.inner-text-ring h1,
.inner-text-ring p {
    font-family: 'Poppins', sans-serif;
}
.body-wrapper {
    max-width: 1860px;
    margin: 0 auto;
}
.inner-ring-left,
.inner-ring-right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.inner-text-ring h1 {
    font-size: 26px;
    font-weight: 700;
}
.inner-text-ring p {
    font-size: 12px;
    color: #656565;
}
.float-end .discover {
    background-color: #39b3e2;
    color: #fff;
    border-radius: 25px;
    border: none;
    width: 170px;
    height: 50px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.5s;
}
.float-end .discover:hover {
    transition: 0.5s;
    height: 60px;
    width: 180px;
}
.float-end .discover:focus {
    transition: 0.5s;
    background-color: #03c2fc;
}
.social-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
}
.social-tab a {
    margin-right: 10px;
}
.social-tab .fb {
    color: #3b5998;
}
.social-tab .yt {
    color: #dd4b39;
}
.social-tab .ig {
    color: #ac2bac;
}
.social-tab .li {
    color: #3b5998;
}
.discover-div {
    text-align: center;
}
#description h2,
.introduction p {
    font-family: 'Poppins', sans-serif;
}
#description {
    padding: 40px 10px;
    overflow: hidden;
}
#description .introduction {
    padding: 20px 0;
}
#description h2 {
    font-size: 16px;
    font-weight: 700;
}
.introduction p {
    font-size: 13px;
}
#description .details {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
#description .details,
.visual-tv {
    display: -ms-flexbox;
    display: flex;
}
.wrapper {
    background-image: url(../img/rounded-yellow.png);
    height: 604px;
    width: 435px;
    transform: rotate(-9deg);
}
.offers {
    display: -ms-flexbox;
    display: flex;
}
.offers .offer-item {
    margin-top: 20px;
}
.offer-item img {
    margin-right: 20px;
    max-width: 40px;
}
.visual-tv .buried-yellow {
    margin-left: 20px;
}
.visual-tv .buried-yellow img {
    margin-top: 50px;
    transform: rotate(9deg);
}
.addressable-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.addressable-tv {
    margin-top: 50px;
}
.buried-container {
    position: relative;
    margin-bottom: 200px;
}
.buried-pink {
    background-image: url(../img/rounded-pink.png);
    height: 603px;
    width: 436px;
    transform: rotate(-38deg);
    position: absolute;
    right: -440px;
    margin-top: -170px;
}
.addressable-details {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: center;
}
#applications {
    padding: 40px;
}
#applications .examples h4,
#applications h2 {
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}
#applications .examples p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: lighter;
}
#applications .examples a,
#channels h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
#applications .examples a {
    color: #212121;
}
#applications .examples {
    display: -ms-flexbox;
    display: flex;
}
#applications .more-media {
    transition: 1s;
}
#applications .more-media:hover {
    transition: 0.5s;
    color: #ffc80a;
}
#applications .buried-green {
    background-image: url(../img/rounded-green.png);
    height: 433px;
    width: 312px;
    transform: rotate(51deg);
    position: absolute;
    left: -300px;
    margin-top: 200px;
}
#applications iframe {
    border-radius: 27px;
}
#channels {
    margin-top: 100px;
    overflow: hidden;
}
#channels h2 {
    font-weight: 700;
}
#channels .channel-logo,
#channels .partner-logo {
    max-height: 72px;
    width: auto;
    margin: 30px 0;
}
#channels .partners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}
.buried-blue {
    background-image: url(../img/rounded-blue.png);
    height: 603px;
    width: 436px;
    transform: rotate(-38deg);
    position: absolute;
    right: -440px;
    margin-top: 170px;
}
.channel-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
}
#contact {
    margin: 70px 0;
}
#contact h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
#contact .location a,
#contact .location address {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#contact .location a {
    color: #212121;
    transition: 1.5s;
}
#contact .location a:hover {
    transition: 0.5s;
    color: #ffc80a;
}
#contact .contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.form-group .contact-button {
    background-color: #ffc80a;
    color: #fff;
    width: 160px;
    height: 47px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    transition: 0.5s;
}
.form-group .contact-button:hover {
    transition: 0.5s;
    height: 60px;
    width: 180px;
}
.form-group .contact-button:focus {
    background-color: #25e010;
}
.form-group input,
.form-group textarea {
    background-color: #f6f6f6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.form-group textarea {
    margin-top: 30px;
}
footer {
    height: 120px;
    background-color: #434350;
}
.social-footer {
    margin-top: 30px
}
.footer-container {
    padding: 18px;
}
.footer-container .fb {
    background-color: #0082ca;
}
.footer-container .yt {
    background-color: #ed302f;
}
.footer-container .ig {
    background-color: #ac2bac;
}
.footer-container .li {
    background-color: #0082ca;
}
.social-buttons {
    color: #fff;
}
.popup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-message {
    padding: 20px;
    background: #ffc80a;
    border-radius: 40px;
    width: 40%;
    position: fixed;
    bottom: 70px;
    transition: all 2s;
    text-align: center;
    z-index: 1;
}
.contact-message .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 1s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}
.contact-message .content {
    max-height: 30%;
    overflow: auto;
}
.contact-message .close:hover {
    color: #06d85f;
}
.contact-message p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 13px;
}
.contact-disabled {
    background: #d4d9dc !important;
}
#navbar {
    transition: all ease-in 0.6s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #d4d9dc !important;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.nav-wrapper {
    height: 130px;
}

#contact-form input, #contact-form textarea {
    font-family: 'PoppinsRegular', 'Font Awesome 5 Free', sans-serif !important;
}

.messages{
    margin-top: 30px;
}

.alert{
    padding: 0px;
    margin-bottom:0px;
}

.alert-p{
    color: #fff;
    padding: 7px
}