@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}
body p {
    line-height: 1.8;
}
.promotions-top-banner {
    background-image: url('../assets/images/Stock-images/promotions.jpg');
    /* height: 63vh; */
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*------overview section --------*/

.promotions-overview .promotions-wrapper-1 h1 {
    font-size: 2.25rem;
    font-weight: 600;
    padding: 5px 0px 30px 0px !important;
}

.promotions-overview .promotions-wrapper-1 .card .promo-img {
    background-image: url('../assets/images/Stock-images/promo-img.jpg');
    background-size: cover;
    background-position: top center;
    height: 240px;
    padding: 4px;
}

.promotions-overview .card-body-wrapper .card-body {
    font-size: .9rem;
    color: #212121;
    line-height: 36px;
    padding: 0;
}

.promotions-overview .promotions-wrapper-1 .card {
    border: none;
    margin-bottom: 24px;
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
    border-radius: 5px;
}
.promotions-overview .promotions-wrapper-1 a{
    text-decoration: none !important;
}

.promotions-overview .promotions-wrapper-1 .card .card-title {
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.2;
}

.promotions-overview .promotions-wrapper-1 .card .btn {
    font-size: .8rem;
    border-radius: 3px;
    margin-bottom: 16px;
    padding: 5px 30px 5px 30px;
    border-radius: 3px;
}

.promotions-overview .promotions-wrapper-1 .card:hover .card-title {
    /* color: #0056B7; */
    transition: .5s ease;
}

.promotions-overview .promotions-wrapper-1 .card .card-body-wrapper {
    border-top: 5px solid #0056B7;
}

/*.bod-overview .bod-wrapper-1 .card .card-img-top{
    height: 160px;
}
*/

/*------overview section --end------*/

/*---Modal section-----*/
.promotions-overview .modal .modal-content .modal-header {
    padding: 0px 8px 0px 0px !important;
    padding-right: 5px;
}

.promotions-overview .modal .modal-content .modal-header .btn {
    font-size: 22px;
    color: #fff;
    font-weight: 50;
}

.promotions-overview .modal .modal-content .modal-body .modal-title {
    color: #0056B7;
    font-weight: 600;
    padding: 5px 16px 5px 16px;
}

.promotions-overview .modal .modal-content .modal-body {
    padding: 24px;
}

.promotions-overview .modal .modal-content .modal-body img {
    width: 100%;
}



.promotions-overview .modal .modal-content .social-icons a {
    background-color: #bdbdbd;
    border-radius: 50%;
    max-width: 7%;
    min-width: 7%;
    font-size: 1.2rem;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition: all .3s ease-in-out .1s;
    text-decoration: none;
}
.promotions-overview .modal .modal-content .social-icons .padding-r-2 {
    padding-right: 10px;
}
.promotions-overview .modal .modal-content .social-icons  .text-grey-6 {
    color: #616161;
}
.promotions-overview .modal .modal-content .social-icons a i {
    width: 27px;
}
.promotions-overview .modal .modal-content .social-icons a.facebook:hover {
    background-color: #3b5999;
}
.promotions-overview .modal .modal-content .social-icons a.twitter:hover {
    background-color: #55acee;
}
.promotions-overview .modal .modal-content .social-icons a.linkedin:hover {
    background-color: #0077b5;
}

.promotions-overview .modal .modal-content.social-icons a:hover {
    border-radius: 50%;
    max-width: 7%;
    min-width: 7%;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    transition: all .3s ease-in-out .1s;
}
.promotions-overview .modal-wrapper .share-link{
    padding-left: 24px !important;
    margin-bottom: 5px !important;
}


/* .promotions-overview .modal .modal-content .modal-footer .share-link .social-media span {
    font-size: .8rem;
    color: #212121;
    padding-right: 3px;
}

.promotions-overview .modal .modal-content .modal-footer .share-link .social-media a {
    text-decoration: none;
    padding: 0px 3px 0px 3px;
}

.promotions-overview .modal .modal-content .modal-footer .share-link .social-media {
    padding: 0px;
}

.promotions-overview .modal .modal-content .modal-footer .share-link .social-media i {
    font-size: .8rem;
    color: #fff;
    padding: 14px 0px 12px 11px;
    width: 30px;
    height: 30px;
    border-radius: 50%;

    line-height: 3px;
}

.promotions-overview .modal .modal-content .modal-footer .share-link .social-media i:hover {
    color: #fff;
    background: rgb(103, 126, 153);
} */

.promotions-overview .modal .modal-content .modal-footer {
    justify-content: start;
    border-top: none;
    padding-top: 0px;
}


/*---------Media Query------*/
@media (max-width: 600px) {
    /* .promotions-top-banner {
        height: 200px;
    } */

    .promotions-overview .promotions-wrapper-1 h1 {
        font-size: 1.8rem;
    }

    .promotions-overview .card-body-wrapper .card-body p {
        text-align: center;
    }

    .promotions-overview .promotions-wrapper-1 .card .card-title {
        text-align: center;

    }
}


@media (max-width: 768px) {
    .promotions-overview .promotions-wrapper-1 h1 {
        font-size: 1.8rem !important;
        
    }
}