@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #0d0c22;
    /* color: #bababa; */
    color: #ffffff;
    overflow-x: hidden !important;
}

header {
    /* background-color: #d1ffde; */
    background-color: #83e29f;
    /* background-color: #7dbb3c; */
}

footer {
    background: #6c757d;
}

.footer-title {
    font-size: 20px;
    color: #7dbb3c;
    margin-top: 0;
}

.nav-item a {
    border-bottom: transparent;
    transition: all 0.3s;
}

.submit-button{
    background: #7dbb3c;
    color: #eee;
    transition: all .3s;
}
.submit-button:hover{
    background: #7dbb3c;
    transform: translateY(-7px);
}

.footer-links li a {
    padding: 3px 0;
}

.footer-list a:hover {
    border-bottom: 1px solid gold;
}

.footer-links li {
    margin: 0 0 7px 0;
}

.footer-list a {
    color: #efefef;
    text-decoration: none;
    transition: all .3s ease;
    border-bottom: 1px solid transparent;
}

.small-text {
    font-size: 14px ;
}


.active {
    /* color: white !important; */
}

.search {
    cursor: pointer !important;
}

.right-part {
    position: relative;
    /* border: 1px solid; */
    top: 8.5px;
}

.left-part span {
    font-size: 14px !important;
}

.right-part ul li a i {
 font-size: 20px;
}
.right-part ul li a i.fa-facebook:hover {
    transition: all 0.4s ease-in-out;
    color:#1095f5;
}

.right-part ul li a i.fa-twitter:hover {
    transition: all 0.4s ease-in-out;
    color: #1da1f2;
}
.logo-light {
    width: 200px;
    height: auto;
    max-height: 46px;
    max-width: 100%;
}

.right-part ul li a i.fa-instagram:hover {
    transition: all 0.4s ease-in-out;
    color: #f10ed2;
}

/* .carousel-control-next {
    right: -120px;
}

.carousel-control-prev {
    left: -120px;
} */

.section-title h1 {
    color: #d1ffde;
    text-shadow: 3px 3px green;
}

.color-text {
    color: #73d49e;
}

.space {
    letter-spacing: 2px;
}

.text-gray {
    color: #bababa ;
}

.line {
    border: 1px solid lightgray;
}

.bg-image img {
    box-shadow: 12px 12px 2px 1px rgba(247, 247, 255, 0.979);
}

.readme:hover {
    transition: all 0.4s ease-in-out;
    color: #73d49e !important;
}

i.fa-arrow-right:hover {
    transition: all 0.4s ease-in-out;
    transform: translateX(5px);
}

.product-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s ease;
    background-color: #efefef;
}
.product-box {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 300px;
    /* max-width: 370px; */
    margin: 15px auto;
    overflow: hidden;
    border-radius: 10px;
    transition: .3s;
    background: white;
    box-shadow: -1px 0 20px 0 rgba(0,0,0,0.07), 5px 18px 36px 0 rgba(0,0,0,0.04);
}

.product-box:hover .product-image {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    zoom: 1;
}

.product-box .product-content h3 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-box .product-content {
    display: block;
    padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #ffffff;
    background-color: rgba(62,60,109,0.8);
}

.btn-white {
    border: 1px solid;
    text-decoration: none;
    background-color: #ffffff;
    color: black !important;
}

.features-box {
    position: relative;
    background-color: #f5f4f6 !important;
    margin-bottom: 30px;
    padding: 30px 30px 30px;
    position: relative;
    transition: .3s;
    text-align: center;
    border: 2px solid #efefef;
    border-radius: 10px;
}

.features-box:hover .fb-icon  {
    color: #73d49e !important;
    /* background-color: #ffffff; */
    transform: scale(1.13);
}


.features-box .fb-icon {
    font-size: 38px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #3E3C6D;
    /* background: #73d49e; */
    border-radius: 60px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 5px #3E3C6D;
    /* box-shadow: 0 0 0 5px #73d49e  ; */
    position: relative;
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
    color: #ffffff;
    transition: all .3s ease;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.text-justify {
    text-align: justify !important;
}

.chevron-up {
    /* border: 1px solid; */
    position: fixed;
    /* top: 0; */
    bottom: 10px;
    right: 10px;
    transition: all 0.4s ease-in-out;
    /* padding: 0; */
    /* border: 1px solid ;
    border-radius: 33px;
} */
}

.chevron-up i {
    padding: 0.7rem;
    color: black;
    /* border: 1px solid ; */
    border-radius: 33px;
    background-color: #73d49e;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* media queries */

@media (max-width: 360px ) {
    .carousel-control-next {
        right: 0px;
    }
    .carousel-control-prev {
        left: 0px;
    }

    .left-part span {
        font-size: 12px !important;
    }
}