@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Open+Sans:wght@300;400;600;700;800&display=swap');

::-webkit-scrollbar {
    background: #ddd;
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-thumb {
    background: #000;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.header-bg {
    background: linear-gradient(to left, rgba(33, 33, 33, 0.8), rgba(33, 33, 33, .8)), url(../imgs/cloud.jpg);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    background-attachment: fixed;

}

.carousel-control-prev {
    color: #B70808;
}

.navbar {
    background: transparent;
    padding: 1.5rem 0;
}

.navbar-brand {
    font-size: 2rem;
    color: #B70808 !important;
    font-weight: 900;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.nav-link {
    color: #fff !important;
    font-size: .9rem;
    font-weight: 500;
}

.nav-item {
    padding-right: 1rem;
}

.desc-main {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.desc-main h1 {
    font-size: 3.3rem;
    font-weight: 800;
}

.heading-a {
    font-size: 3.3rem;
    font-weight: 600;
    padding-bottom: 30px;
    color: #B70808;
}


.desc-main p {
    padding-top: 3rem;
    font-weight: 500;
}

.desc-main img {
    width: 280px;
    margin: 1.5rem 0;
    border-radius: 10px;
}

.display-3 {
    font-family: 'Comfortaa-light';
}

.s-box {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    transition: .5s;
    height: 400px;
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    margin-bottom: 20px;
}

.s-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(82, 85, 90, .25);
}

.s-box-img {
    height: 150px;
    width: 150px;

}

.s-heading {
    font-weight: 700 !important;
    font-size: 18px;
    color: #B70808;
    padding: 10px 0;
}

.s-box p {
    font-size: 15px;
}

.compoments {
    padding: 5rem 0;
    color: #333;
}

.compoments h5 {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.watch {
    padding-top: 1rem;
    margin: 0 auto;

}

.carousel-item {
    padding: 0 100px;
}

.carousel-indicators li {
    background: rgb(82, 112, 26);
}

.carousel-indicators .active {
    background: #2a2a2a;
}

.sec-oth {
    padding: 5rem 0;
}

.box-ser {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    transition: .5s;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    margin: 30px 0;

}

.box-ser:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(82, 85, 90, .25);
}

.box-ser h3 {
    font-size: 25px;
    font-weight: 500;
    color: #B70808;
    padding: 20px;
}

.box-ser p {
    font-size: 14px;
}

.download-bg {
    background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(33, 33, 33, .8)), url(../imgs/cloud-2.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 5rem 0;
    color: #fff;
}

.img-svg-1 {
    height: 350px;
    width: 350px;
    margin: 0 auto;
}

.heading-b {
    margin-top: 50px;
    margin-bottom: 30px;
}

.link {
    padding: 5rem 0;
}

.para-a {
    font-weight: 300;
    font-size: 16px;
}

.text-right-a {
    margin-top: 150px;
    text-align: right;
}

.link h5,
.link p {
    margin-top: 2rem;
}

.link h5 {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
}

.contact-us {
    background: #333;
    padding: 5rem 0;
    text-align: center;
    color: #ffffff;
}

.contact-us p {
    text-align: justify;
}

.form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 3rem;
}

form {
    margin-top: 5rem;
}

.btn-primary {
    background: #B70808;
    padding: 13px 40px;
    color: #fff;
    border: none;
    border-radius: 0;
}

.footer {
    padding: 2rem 0;
    color: #333;
    text-align: center;
    font-weight: 100;
}

.navbar-toggler {
    background: #fff;
    border: 0;
    border-radius: 0;
}


.desc-main button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.desc-main button.learn-more {
    width: 12rem;
    height: auto;
}

.desc-main button.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #B70808;
    border-radius: 1.625rem;
}

.desc-main button.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.desc-main button.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.desc-main button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.desc-main button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.desc-main button:hover .circle {
    width: 100%;
}

.desc-main button:hover .circle .icon.arrow {
    background: #fff;
    -webkit-transform: translate(1rem, 0);
    transform: translate(1rem, 0);
}

.desc-main button:hover .button-text {
    color: #fff;
}


.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #eee;
    transition: .2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #B70808;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #B70808;
    width: 20px !important;
}

.owl-theme .owl-nav {
    opacity: 1;
    transition: all .2s;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    transition: all .2s;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #B70808;
    color: #ffffff;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0;
}

.owl-theme .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: .8;
    background: #B70808;
}

.sec-info {
    padding: 30px 0;
    text-align: center;
}

.sec-info a {
    color: #B70808;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
}

.sec-info a:hover {
    text-decoration: none;
}

.sec-info a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

button,
button:focus {
    outline: none;
}

.footer{
    background: #B70808;
    color: #fff;
    -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width:786px) {
    .desc-main h1 {
        font-size: 1.9rem;
    }
    .sec-oth {
        padding-bottom: 0;
    }

    .desc-main p {
        text-align: left;
        font-size: 1rem;
    }
    .about-slider{
        display: none;
    }

    .text-footer{
        
        font-size: 14px;
    }
    .navbar {
        padding: 1.5rem 1rem;
    }

    .compoments {
        padding: 5rem 2rem;
    }

    .link {
        padding: 5rem 2rem;
    }

    .link h5,
    .link p {
        margin-top: 2rem;
        text-align: left;
    }

    .img-svg-1 {
        height: 210px;
        width: 210px;
        margin: 0 auto;
    }

    .navbar-brand {
        font-size: 18px;
        color: #B70808 !important;
        font-weight: 900;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        margin: 15px auto;
    }

    .heading-a {
        font-size: 2.3rem;
        font-weight: 600;
        padding-bottom: 30px;
        color: #B70808;
    }

    .img-smc0 {
        text-align: center;
    }

    .box-ser {
        margin: 20px;
    }

    .offset-2 {
        margin-left: 0;
    }
}
@media(max-width:365px){
    
    .navbar-brand {
        font-size: 15px;
        color: #B70808 !important;
        font-weight: 900;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
    }
    .desc-main h1 {
        font-size: 1.6rem;
    }
}
.link-f a{
    color: #B70808;
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    margin: 20px 10px;
    border-radius: 50%;
}