/* --------------------------------------------------------- fonts -------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaisei+HarunoUmi&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=The+Nautigal:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kaisei+HarunoUmi&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=The+Nautigal:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/*------------------------------------------------------ common class -----------------------------------------------------------------*/
.section_heading {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 700;

}

.section_heading::after {
    content: "--------";
    display: block;
    font-weight: 300;
    color: lightgray;
}

.section_text {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #444444;
    padding-bottom: 30px;
}

.section_padding {
    padding: 100px 0;
}

.body_text {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;

}

.body_text2,
.yellow_text {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

/*----------------------------------------------------------- common element -------------------------------------------------------*/
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 29px;
}

ul li.text-white::before {
    content: "";
    background-image: url("../images/circle-check-regular-full.svg");
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

/*------------------------------------------------------------- navbar -------------------------------------------------------------*/
.active {
    color: #24bdf5 !important;
}

.nav_position {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

#navbar_position .shrink {
    background: #fff;
    border-bottom: 1px solid #bab9b9;
}

.navbar i {
    font-size: 30px;
}

.navbar a:hover {
    color: #24bdf5;
}

/*------------------------------------------------------------ banner -------------------------------------------------------*/
.banner {
    height: 100vh;
    background-image: url("../images/banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 150px 0;
    position: relative;
}

.banner h1 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    margin-bottom: 30px;
}

.banner p {
    font-size: 32px;
}

/* ---------------------------------------------------------- services ------------------------------------------------------- */
.cards_content:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transition: transform 1s ease, box-shadow 1s ease;
}

.cards_content i {
    font-size: 50px;
    margin-bottom: 40px;
}

.cards_content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #444444;
}

.cards_content span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #444444;
}

/*------------------------------------------------------------ clients -------------------------------------------------------- */
.clients img {
    opacity: .5;

}

.clients img:hover {
    opacity: 1;

}

.swipper {
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------- gallery --------------------------------------------------------- */
.gallery {
    padding: 120px 50px;
}

.image_effect {
    overflow: hidden;
}

.images_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.images_gallery img:hover {
    transform: scale(1.2);
    transition: transform 1s ease;
}

/* ---------------------------------------------------------- testimonial ------------------------------------------------------- */
.testimonial_content {
    border-radius: 20px 20px 0 20px;
}

.swipper1 {
    width: 100%;
    height: 100%;
}

/* -------------------------------------------------------------- cta ------------------------------------------------------------ */
.cta a:hover {
    background-color: red;
    color: white;
    border: none;
}

/* ------------------------------------------------------------- pricing ---------------------------------------------------------- */
.price {
    font-weight: 700;
    font-size: 37px;
    font-family: "Open Sans", sans-serif;
    position: relative;
}

.price::after {
    content: "/Mon";
    color: #808080;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-left: 10px;
}

.price::before {
    content: "$";
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    right: 92px;
}

.price_card {
    position: relative;
    overflow: hidden;
}

.price_card::before {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #d1d1d1;
    position: absolute;
    left: -40px;
    top: -40px;
}

/* -------------------------------------------------------------- our team ---------------------------------------------- */
.team_icon i {
    font-size: 16px;
    opacity: .5;
    text-align: center;
}

.team_icon i:hover {
    opacity: 1;
    color: black;
}

/* ------------------------------------------------------------- contact us ---------------------------------------------- */
.form_content input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}

.form_content textarea {
    text-align: start;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 0 200px 10px;
}

/* -------------------------------------------------------------- footer -------------------------------------------------- */
.footer p {
    font-size: 14px;
}