@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");

body {
    -webkit-font-smoothing: antialiased;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.5;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}

::-webkit-scrollbar {
    height: .5rem;
    width: 1rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

:root {
    --main-color: #74D120;
    --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 30px 0px;
}

div#navbarNav {
    display: flex;
    justify-content: end;
    align-items: center;
}

.navbar-brand img {
    width: 100%;
    max-width: 160px;
}

.our-primary-menu .nav-item .nav-link {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
}

.header {
    background-image: url("../img/banner-img.jpg"), linear-gradient(rgba(0, 0, 0, 0.592), rgba(0, 0, 0, 0.675));
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    scroll-behavior: smooth;
}


.banner-content {
    padding: 100px 0 200px 1px;
}

.banner-heading {
    color: white;
    font-family: Raleway, sans-serif;
    font-weight: bold;
}

.banner-heading span {
    font-weight: bold;
}

.banner-text {
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.btn-1 {
    text-align: center;
    margin: 20px auto auto;
    display: block;
    background: var(--main-color);
    border-radius: 30px;
    transition: all 0.2s ease 0s;
    width: 160px;
    color: rgb(255, 255, 255) !important;
}

.btn-1:hover {
    letter-spacing: 4px;
    opacity: 0.8;
}

.btn-2:hover {
    letter-spacing: 4px;
    opacity: 0.8;
}

.model-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.11);
    transform-origin: center top;
    transform: translateY(-1000px);
    transition: all 0.2s ease 0s;
    z-index: 999;
}

.navbar-shrink {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    transition: all 0.5s ease 0s;
    z-index: 999;
}

.navbar-text {
    color: #000 !important;

}

.navbar-shrink .model-container .model {
    max-width: 350px;
    margin: 0px 10px;
    background: rgb(245, 245, 245);
    border-radius: 5px;
    text-align: center;
    z-index: 999;
}

h1.modal-heading {
    padding: 10px 8px;
    display: block;
    background: var(--main-color);
    color: white;
    font-size: 25px;
}

.btn-2 {
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid transparent;
    background-color: var(--main-color);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    transition: all 0.2s ease-out 0s;
    color: rgb(255, 255, 255) !important;
}

.modal-body {
    position: relative;
    padding: 15px;
    background: #F5F5F5;
}

.modal-body i {
    color: white;
    position: absolute;
    right: 10px;
    top: -30px;
    font-weight: bold;
    cursor: pointer;
}

section.sectond-section {
    background: rgb(245, 245, 245);
}

.card-img-top img {
    width: 100%;
    max-width: 60px;
}

.card-heading {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
}

.card-text {
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.card {
    border: none;
    background: transparent;
}

.card-body {
    padding: 0px;
}

/* ================
THIRD SECTION CSS START
=-============ */
.section-heading {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px
}

.section-heading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background-color: #0cdc10;
    border-radius: 50%;
}


/* ===================
TESTIMONIAL CSS START
=============== */



section.testimonial .testimonial-item {
    margin: 15px;
    padding: 30px;
    box-shadow: var(--shadow-black-100);
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

.testimonial-item .img-box {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
    border: 4px solid var(--main-color);
    border-radius: 50%;
    position: relative;
}

.testimonial-item .img-box img {
    border-radius: 50%;
    width: 100%;

}

.testimonial-item .img-box i {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    left: calc(100% - 15px);
    top: calc(50% - 15px);
}

.testimonial-item p {
    font-size: 16px;
    margin: 0 0 20px;
    color: var(--black-400);
    line-height: 26px;
    font-weight: 300;
}

.testimonial-item h3 {
    font-size: 22px;
    color: var(--black-900);

    margin: 0 0 5px;
    text-transform: capitalize;
    font-weight: 800;
}

.testimonial-item span {
    display: block;
    font-size: 16px;
    color: var(--black-400);
    font-weight: 300;
}

.testimonial-item .ratting {
    margin-top: 10px;
}

.testimonial-item .ratting i {
    display: inline-block;
    font-size: 16px;
    color: #ffc100;
}


.owl-carousel .owl-dots {
    margin: auto;
    align-items: center;
}

.owl-carousel button.owl-dot {
    height: 5px;
    width: 24px;
    background-color: #dddddd;
    display: inline-block;
    margin: 0 4px;
    border-radius: 5px;
}

/* ===============
CONTACT CSS START
============ */
.contact {
    background-color: rgb(245, 245, 245);
}

.conctact-col img {
    width: 100%;
    max-width: 60px;
    margin-bottom: 10px;
}

.conctact-col p a {
    text-decoration: none;
    color: #000;
}


/* =================
FOOTER CSS START
==================== */
footer {
    background: var(--main-color);
    padding: 25px 0;
    padding-bottom: 0;
}

.copyright {
    color: #000;
    font-weight: 600;
}

.social a {
    margin: 0 10px;
    color: #000;
    font-size: 22px;

}

/* ================
BACK TO TOP CSS
============ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 28px;
    width: 50px;
    height: 51px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity 0.2s ease-out;
    border-radius: 50px;
    background: #0cdc10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    opacity: 0.7;
}

.back-to-top i {
    color: white !important;
    font-size: 31px;
    text-decoration: none;
}


/* ====================
Media query
=============== */
@media (min-width:1400px) {
    .header {
        background-image: url(../img/banner-img.jpg), linear-gradient(rgba(0, 0, 0, 0.592), rgba(0, 0, 0, 0.675));
        background-blend-mode: overlay;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        scroll-behavior: smooth;
        height: 200vh;
    }

    .banner-content {
        padding: 400px 0px 200px 49px;
    }
}