
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    background: #444444;
    color: #fff;
}

/* Navbar */
.navbar{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #353535;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;

}
.navbar-brand{
    padding-top: 5px;
    padding-bottom: 0;

}
.navbar .nav-link{
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 10px;
    font-size: 15px;
}
.navbar .nav-link.active,
.navbar .nav-link:hover{
    background: #3aafd6;
    color: #fff;
    transition: ease-in .3s;
}

.mike{
    margin-top: -10px;
    height: 30px;
    width: 30px;
}
.logo{
    width: 200px;
    height: 40px;
}

/* Slider Section */
.slider-section {
    width: 100%;
    padding: 0;
    padding-top: 53px;
}

.slider-section .carousel-inner {
    height: 100%;
}

.slider-section .carousel-inner img {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    max-height: 500px;
}

.slider-section .carousel-caption {
    background: hsla(0, 0%, 0%, 0.5);
    position: absolute;
    top: 30%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5rem;
    height: fit-content;
    width: 60%;
    border-radius: 10px;
}

.slider-section .carousel-control-prev,
.slider-section .carousel-control-next {
    display: none;
}

.slider-section .text-part {
    width: 70%;
    margin: 0 auto;
}

.slider-section .row>* {
    margin: 0;
    padding: 0;
    height: 100%;
}

.slider-section .text-part h3 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-section .text-part p {
    text-align: justify;
    font-size: 18px;
}

.slider-section .carousel-indicators [data-bs-target] {
    position: relative;
    width: 70px;
    height: 7px;
    border: none;
    border-radius: 24px;
    background: #333;
}

.slider-section .carousel-indicators [data-bs-target] span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #3aafd6;
    border-radius: inherit;
}
.slider-section .carousel-control-prev {
    position: absolute;
    bottom: 0px;
    left: 40%;
    top: 100%;
    padding-bottom: 1rem;
}

.slider-section .carousel-control-next {
    position: absolute;
    bottom: 0px;
    right: 40%;
    top: 100%;
    padding-bottom: 1rem;
    place-items: center;
    color: #3aafd6;
}
/* About Section */
.about-section{
    padding: 5rem 0;
}
.about-section h3{
    text-align: center;
    margin-bottom: 20px;
}
.about-section p{
    text-align: justify;
}

/* Feature Section */
.feature-section{
    background: #4f4f4f;
    padding: 4rem 0;
}
.feature-section h3{
    text-align: center;
    margin-bottom: 20px;
}
.feature-section .card{
    margin: 10px 0;
    background: transparent;
    padding: 10px;
    border: none;
    width: 90%;
}
.feature-section .card h5{
    margin-bottom: 10px;
    text-align: right;
}
.feature-section .card p{
    text-align: justify;
}
.feature-section .card img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-right: 0;
}
.feature-section .right-side .card img{
    margin-left: 0;
}
.feature-section .right-side .card h5{
    text-align: left;
}
.feature-section .image-part{
    height: 650px;
    width: 300px;
    max-height: 650px;
    max-width: 300px;
    margin: 0 auto;
}
.feature-section .image-part-mini{
    display: none;
    height: 650px;
    width: 300px;
    max-height: 650px;
    max-width: 300px;
    margin: 0 auto;
}
.feature-section .image-part img{
    height: 100%;
    width: 100%;
}
.feature-section .card img{
    padding: 3px;
}
.feature-section .card img:hover{
    cursor: pointer;
    transform: scale(1.05);
    transition: all .7s;
    box-shadow: rgba(255, 255, 255, 0.12) 0px 2px 4px 0px, rgba(255, 255, 255, 0.32) 0px 2px 12px 0px;
    border-radius: 10px;
}

.feature-section .icon-part{
    display: none;
}
.feature-section .icon-part img{
    width: 45px;
    height: 45px;
    margin: 5px auto;
}
.feature-section .icon-part h4{
    margin-bottom: 15px;
}
#phoneImage{
    transition: 1s all;
}
.feature-section .row .left-side{
    padding-right: 0px;
    margin-right: 0px;
}

/* Works Section */
.work-section{
    padding: 4rem 0;
}
.work-section h3{
    text-align: center;
    margin-bottom: 2rem;
}
.work-section a{
    text-decoration: none;
}
.work-section .carousel-indicators [data-bs-target] {
    height: 13px;
    width: 13px;
    border-radius: 50%;

}
.work-section .carousel-control-prev i,
.work-section .carousel-control-next i{
    color: #fff;
    font-size: 2rem;
}
.work-section .carousel-control-prev,
.work-section .carousel-control-next{
    width: 7%;
}
.work-section .carousel-control-prev i{
    left: 10px;
}

/* Download Section */
.download-section{
    background: #4f4f4f;
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.download-section h3{
    text-align: center;
    margin-bottom: 10px;
}

.download-section .image-part img{
    width: 100%;
    height: 100%;
}
.download-section .image-link{
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}

.download-section .image-link img{
    height: 60px;
    margin-top: 10px;
}

/* Footer */
.footer-section{
    color: #fff;
    background: #353535;
    padding: 5px 0;
}
.footer-section small{
    text-align: right;
    display: block;
    padding-top: 17px;
}
.footer-section .footer-link a{
    color: #fff;
    text-decoration: none;
    padding: 0px 15px;
}
.footer-section .footer-link a:hover{
    color: #3aafd6;
}

/* Social Media */
.social-media {
    padding: .5rem 0;
    font-size: 1.5rem;
    text-align: center;
}

.social-media:hover {
    cursor: pointer;
}

.social-media a {
    padding: 0px 3px;
}

.social-media i {
    font-size: 16px;
    font-weight: bold;
}

.social-media i {
    background-color: #fff;
    color: #333;
    padding-top: 10px;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.social-media i:hover{
    background-color: #3aafd6;
    color: #4e4e4e;
    transition: ease-out .3s;
}

/* Back to top button */
@font-face {
    font-family: 'unicons';
    src: url('../fonts/unicons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.progress-wrap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(6, 6, 6, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #cecece;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    opacity: 0;
    background: #ebebeb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #ebebeb;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Carousels */
#sliderPart{
    display: none;
}
#carousel2 .carousel-item {
    height: 120px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    align-items: center;
}
#carousel2 .carousel-item img {
    width: 50px;
    height: 50px;
}
#carousel2 .slider-card h3{
    font-size: 1.5rem;
}

#carousel2 .carousel-item .row{
    margin: 0;
    padding: 0;
    --bs-gutter-x: 0rem;
}

#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev{
    width: 7%;
    color: #111;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carousel2 .carousel-control-prev i,
#carousel2 .carousel-control-next i{
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #173747;
    padding: 7px;
    border-radius: 50%;
}


#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev{
    width: 7%;
    margin: -6%;
}

#carousel2 .carousel-control-next-icon,
#carousel2 .carousel-control-prev-icon{
    height: 3rem;
    width: 3rem;
}

#carousel2 .carousel-inner .carousel-item.active,
#carousel2 .carousel-inner .carousel-item-next,
#carousel2 .carousel-inner .carousel-item-prev{
    display: flex;
}


/* medium and up screens */

@media (min-width: 768px) {

    #carousel2 .carousel-inner .carousel-item-end.active,
    #carousel2 .carousel-inner .carousel-item-next{
        transform: translateX(25%);
    }

    #carousel2 .carousel-inner .carousel-item-start.active,
    #carousel2 .carousel-inner .carousel-item-prev{
        transform: translateX(-25%);
    }
}


@media (max-width: 767px) {


    #carousel2 .carousel-control-next,
    #carousel2 .carousel-control-prev{
        width: 7%;
        margin: 0%;
    }

    #carousel4 .carousel-item {
        text-align: center;
    }
    #carousel2 .carousel-item,
    #carousel2 .slider-card {
        height: 80px;
    }
}


#carousel2 .carousel-inner .carousel-item-end,
#carousel2 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}


/* Media Query */
@media only screen and (max-width: 1279px) {

    .slider-section .carousel-inner {
        height: 100%;
    }

}
@media only screen and (max-width: 991px) {

    .navbar .nav-link{
        font-size: 14px;
        padding: 15px 5px;
    }
    .logo{
        width: 160px;
        height: 30px;
    }
    .slider-section .carousel-inner {
        height: 100%;
    }

    .slider-section .carousel-inner img {
        height: 100%;
    }

    .slider-section .carousel-caption {
        top: 50%;
    }
    .slider-section .carousel-indicators [data-bs-target]{
        width: 50px;
        height: 6px;
    }
    .feature-section .card
    .work-section .col-lg-6{
        margin-bottom: 2rem;
    }

   .feature-section .right-side .card h5,
    .feature-section .left-side .card h5{
        text-align: center;
    }
    .feature-section .card{
        width: 70%;
        margin: 10px auto;
    }
    .feature-section .card img,
    .feature-section .right-side .card img{
        margin-left: auto;
        margin-right: auto;
    }
    .feature-section .left-side,
    .feature-section .right-side{
        display: none;
    }
    .feature-section .image-part{
        display: none;
    }
    .feature-section .image-part-mini{
        display: block;
    }
    .feature-section .image-part-mini img{
        height: 100%;
        width: 100%;
    }
    .feature-section .icon-part{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .work-section iframe{
        margin-top: 30px;
    }
    #sliderPart{
        display: block;
    }
    .footer-section small{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {

    .navbar{
        padding: 5px 0px;
    }
    .navbar-dark .navbar-toggler{
        border: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar .nav-link{
        text-align: center;
    }
    .slider-section{
        padding-top: 40px;
    }
    .slider-section .carousel-inner {
        height: 100%;
        min-height: 150px;
    }

    .slider-section .carousel-inner img {
        height: 100%;
        min-height: 150px;
    }

    .slider-section .carousel-caption {
        padding: 1rem;
        width: 80%;
    }

    .slider-section .carousel-indicators [data-bs-target] {
        width: 35px;
        height: 5px;
    }
    .carousel-indicators {
        bottom: -10px
    }
    .about-section,
    .feature-section,
    .download-section,
    .work-section{
        padding: 3rem 0;
    }
    .download-section .button-part{
        text-align: center;
    }
    .download-section .button-part a{
        display: block;
        width: 200px;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .download-section h3{
        margin-bottom: 20px;
    }

    .footer-section small{
        text-align: center;
    }

    .feature-section .card
    {
        width: 100%;
    }
    .feature-section .image-part-mini{
        height: 525px;
        width: 250px;
        margin: 0 auto;
    }
    .feature-section .icon-part img{
        width: 35px;
        height: 35px;
    }
    .feature-section .icon-part h4{
        font-size: 17px;
    }
}