/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - GENERAL SETTINGS SECTION  */
/*   02 - TYPOGRAPHY SECTION  */
/*   03 - HEADER SECTION  */
/*   04 - NAVIGATION SECTION */
/*   05 - ABOUT SECTION */
/*   07 - SKILLS SECTION */
/*   08 - SERVICES SECTION */
/*   09 - PORTFOLIO SECTION */
/*   10 - ITEM ONE SECTION */
/*   11 - ITEM TWO SECTION */
/*   12 - ITEM THREE SECTION */
/*   13 - ITEM FOUR SECTION */
/*   14 - TESTIMONIALS SECTION */
/*   15 - CONTACT SECTION */
/*   16 - FOOTER SECTION */
/*   17 - CONTACT SECTION */
/*   18 - SINGLE-PROJECT SECTION */
/*   19 - RESPONSIVE SECTION */

/******** GENERAL SETTINGS SECTION START ********/

html,
body {
    height: 100%;
    width: 100%;
}

.main-wrapper {
    border: 20px solid #1e2024;
}

.no-padding {
    padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
}

/******** TYPOGRAPHY SECTION START ********/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Julius Sans One", sans-serif;
    letter-spacing: 1pt;
}

p {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 25px;
    color: #1e2024;
}

a {
    cursor: pointer;
}

/******** HEADER SECTION START ********/

.header {
    /* background: url('../img/banner2.png') no-repeat center center;
  */
    background-color: #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.header-wrapper {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.header-wrapper .sm-title {
    margin: 0;
}
/*
.header-wrapper h1 {
    /* font-size: 30pt;
    letter-spacing: 8pt;
    line-height: 40pt;
    font-weight: 300;
    color: #fff; */
/*
    position: relative;
    font-size: 2em;
    color: #222;
    text-transform: uppercase;
    border-bottom: 16px solid #222;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}
*/
/* h1::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #03a9f4;
    overflow: hidden;
    border-bottom: 16px solid #03a9f4;
    animation: animate 5s linear infinite;
} */
.header-wrapper h1 {
    font-size: 3em;
    color: #4caf50;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    display: inline-block;
    transition: color 0.3s ease-in-out;
    margin: 0;
}
.header-wrapper h2 {
    font-size: 3em;
    color: #4caf50;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    display: inline-block;
    transition: color 0.3s ease-in-out;
}

.header-wrapper h1:hover,
.header-wrapper h2:hover {
    color: #ffffff; /* White color on hover */
}

.header-wrapper h1 span,
.header-wrapper h2 span {
    display: inline-block;
    opacity: 0;
    transform: scale(0.2) rotate(720deg);
    animation: animate 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.header-wrapper .line-break {
    display: block;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: scale(0.2) rotate(720deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.header-wrapper p {
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 8pt;
    color: #fff;
}

/******** NAVIGATION SECTION START ********/

.navbar {
    padding: 30px 0;
    transition: all 0.5s ease-out;
}

.navbar-brand {
    font-family: "Julius Sans One", sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 4pt;
    color: #fff;
    padding-bottom: 15px;
}

.navbar-toggler {
    margin-right: 15px;
}

.fa.fa-navicon {
    font-size: 17pt;
    color: white;
}

button:focus {
    outline: none;
}

.navbar-nav .dropdown-menu {
    background-color: #1b1b1b;
    border-radius: 0px;
}

.navbar-nav .dropdown-menu a {
    font-size: 9pt;
    letter-spacing: 2pt;
    color: #fff;
}

.inbody {
    background-color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.3);
}

.navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 8pt;
    letter-spacing: 3pt;
}

.navbar-light .navbar-nav .nav-link {
    color: #1b1b1b;
}

.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
    border-bottom: 2px solid #fff;
    padding-bottom: 23px;
}

.header .navbar .navbar-brand:hover {
    color: #fff;
}

/******** ABOUT SECTION START ********/

.about {
    margin-top: 0px;
}

.about .text-wrapper {
    padding: 165px 90px 0 90px;
}

.about h3 {
    margin-top: 30px;
    font-size: 26pt;
    font-weight: 400;
    letter-spacing: 2pt;
    color: #000000;
}

.about h5 {
    font-size: 12pt;
    letter-spacing: 1pt;
}

.about p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    text-align: justify;
    margin: 0 auto;
    padding-top: 10px;
    color: #3b3b3b;
}

.about .text-wrapper .owl-theme .owl-dots .owl-dot {
    float: left;
    margin-top: 20px;
}

/******** SKILLS SECTION START ********/

.about .set {
    margin-top: 60px;
    margin-bottom: 60px;
}

.about .exp-wrap p {
    font-size: 12pt;
    font-weight: 400;
    letter-spacing: 1pt;
}

.about .exp-wrap .line {
    width: 20px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
}

.about .single_progress_bar .progress {
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #d5d5d5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.about .single_progress_bar .progress-bar {
    background-color: #000;
}

.about .single_progress_bar h2 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2pt;
    margin-top: 35px;
    margin-bottom: 10px;
}

.about .image-bg {
    /* background: url('../img/ik4.png') no-repeat center center; */
    /* background: url("../img/bart-website3.png") no-repeat center center; */
    background: url("../img/cmd.png") no-repeat center center;
    position: relative;
    background-size: cover;
    height: 900px;
}

/******** SERVICES SECTION START ********/

.service {
    margin-top: 0px;
}

.service .main-text {
    height: auto;
    background-color: #fff;
    padding: 10px 20px;
}

.service h3 {
    margin: 0 auto;
    margin-left: 70px;
    padding-top: 130px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.service h4 {
    margin-left: 50px;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.service .service-wrap {
    margin-top: 70px;
    margin-left: 70px;
    margin-right: 70px;
}

.service .service-wrap .fa {
    float: left;
    font-size: 20pt;
    color: #455a64;
}

.service p {
    margin-left: 50px;
    font-size: 11pt;
    letter-spacing: 1pt;
    line-height: 17pt;
    text-align: justify;
    color: #3b3b3b;
}

.service .image-bg {
    background: url("../img/print/service.jpeg") no-repeat center center;
    /* background-color: #000; */
    position: relative;
    background-size: cover;
    /* background-color: #fbf9f4; */
    height: 800px;
}

/******** SKILLS SECTION START ********/

.set {
    padding: 10px 20px;
    margin-left: 70px;
    margin-right: 70px;
}

.set h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.single_progress_bar .progress {
    height: 2px;
    overflow: hidden;
    background-color: #9e9e9e;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.single_progress_bar .progress-bar {
    background-color: #fff;
}

.single_progress_bar h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1pt;
    margin-top: 80px;
    margin-bottom: 10px;
    margin-left: 0px;
}

/******** PROTFOLIO SECTION START ********/

.work {
    margin-top: 0px;
}

.work .main-text {
    height: auto;
    background-color: #fff;
    margin-bottom: 250px;
    margin-left: 90px;
    margin-right: 90px;
    text-align: justify;
}

.work h3 {
    margin: 0 auto;
    padding-top: 260px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.work h5 {
    margin: 0 auto;
    padding-top: 30px;
    color: #1b1b1b;
    font-size: 12pt;
    letter-spacing: 3pt;
}

.work p {
    font-size: 12pt;
    letter-spacing: 1pt;
    line-height: 20pt;
    margin: 0 auto;
    padding-top: 30px;
    color: #3b3b3b;
}

/******** ITEM ONE SECTION START ********/
/* capgemini */
.item-one .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-one .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-one .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-one .overlay:hover {
    opacity: 0.7;
}

.item-one .overlay a {
    text-decoration: none;
}

.work .item-one {
    background: url("../img/capgemini.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM TWO SECTION START ********/
/* responsible it */
.item-two .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-two .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-two .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-two .overlay:hover {
    opacity: 0.7;
}

.item-two .overlay a {
    text-decoration: none;
}

.work .item-two {
    background: url("../img/sns2.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM THREE SECTION START ********/
/* thuysvers */
.item-three .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-three .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-three .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-three .overlay:hover {
    opacity: 0.7;
}

.item-three .overlay a {
    text-decoration: none;
}

.work .item-three {
    background: url("../img/tv3.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM FOUR SECTION START ********/
/* ontheroofs */
.item-four .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-four .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-four .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-four .overlay:hover {
    opacity: 0.7;
}

.item-four .overlay a {
    text-decoration: none;
}

.work .item-four {
    background: url("../img/dank.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** ITEM FOUR SECTION START ********/
/* femly */
.item-five .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-five .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-five .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-five .overlay:hover {
    opacity: 0.7;
}

.item-five .overlay a {
    text-decoration: none;
}

.work .item-five {
    background: url("../img/thuysv2.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/* item six */
/* minli */
.item-six .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-six .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-six .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-six .overlay:hover {
    opacity: 0.7;
}

.item-six .overlay a {
    text-decoration: none;
}

.work .item-six {
    background: url("../img/minli.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/* item seven */
/* css day */
.item-seven .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-seven .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-seven .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.item-seven .overlay:hover {
    opacity: 0.7;
}

.item-seven .overlay a {
    text-decoration: none;
}

.work .item-seven {
    background: url("../img/css-day.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/* item eight */
/* print */
.item-eight .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}
.item-eight .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}
.item-eight .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.item-eight .overlay:hover {
    opacity: 0.7;
}
.item-eight .overlay a {
    text-decoration: none;
}
.work .item-eight {
    background: url("../img/ender7.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/* item nine */
/* hengeleere */
.item-nine .overlay h4 {
    top: 10%;
    left: 10%;
    position: absolute;
    color: #fff;
    font-size: 16pt;
    letter-spacing: 2pt;
}

.item-nine .overlay h4:hover {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    color: #707070;
}

.item-nine .overlay {
    position: relative;
    background: #222;
    color: #ffffff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.item-nine .overlay:hover {
    opacity: 0.7;
}

.item-nine .overlay a {
    text-decoration: none;
}

.work .item-nine {
    background: url("../img/cv-sticker2.png") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** TESTIMONIALS SECTION START ********/

.work .owl-item img {
    border-radius: 360px;
    width: 15%;
    margin: 0 auto;
}

.work .review .item {
    margin-bottom: 10px;
}

.work {
    margin-top: 0px;
}

.work .item {
    margin-top: 220px;
    margin-left: 90px;
    margin-right: 90px;
}

/******** CONTACT SECTION START ********/

.contact {
    margin-top: 0px;
}

.contact .main-text {
    height: 700px;
    background-color: #fff;
}

.contact h3 {
    margin: 0 auto;
    margin-left: 90px;
    padding-top: 150px;
    color: #1b1b1b;
    font-size: 24pt;
    letter-spacing: 3pt;
}

.contact h4 {
    margin-left: 50px;
    font-size: 12pt;
    letter-spacing: 1pt;
}

.contact p {
    font-size: 11pt;
    letter-spacing: 2pt;
    line-height: 16pt;
    text-align: justify;
    margin: 0;
    margin-left: 50px;
    color: #3b3b3b;
}

.contact a {
    text-decoration: none;
}

.contact .contact-wrap {
    margin-top: 70px;
    margin-left: 90px;
    margin-right: 70px;
}

.contact .contact-wrap .fa {
    font-size: 20pt;
    float: left;
}

.contact .image-bg {
    background: url("../img/contact.jpeg") no-repeat center center;
    background-size: cover;
    height: 800px;
}

/******** FOOTER SECTION START ********/

footer {
    background-color: #000000;
}

footer h4 {
    font-size: 8pt;
    letter-spacing: 2pt;
    margin: 50px auto;
    color: #fff;
}

/******** PROJECT SECTION START ********/

.header-wrapper-two {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.header-wrapper-two h3 {
    font-size: 22pt;
    letter-spacing: 8pt;
    line-height: 30pt;
    font-weight: 700;
    color: #fff;
}

.header-wrapper-two p {
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 6pt;
    color: #b68e52;
}

.fact {
    margin-top: 100px;
    width: auto;
    height: auto;
}

.fact h4 {
    margin-top: 110px;
    font-size: 30pt;
    letter-spacing: 2pt;
    color: #1b1b1b;
}

.fact p {
    color: #1b1b1b;
    font-size: 10pt;
    letter-spacing: 2pt;
    margin-top: -40px;
    margin-bottom: 100px;
}

.visit-btn .btn-default {
    border-radius: 0px;
    padding: 14px 36px;
    border: 0px;
    background-color: #1b1b1b;
    color: #fff;
    text-transform: uppercase;
    font-size: 8pt;
    letter-spacing: 1.5pt;
    margin-top: 85px;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.2);
}

.gallery .col-md-4 {
    margin-top: 30px;
}

img {
    width: 100%;
}

.project {
    margin-top: 180px;
    margin-bottom: 180px;
}

.project h4 {
    font-size: 14pt;
    letter-spacing: 2pt;
    font-weight: 700;
}

.project p {
    margin-top: 10px;
    font-size: 12pt;
    font-weight: 300;
    color: #455a64;
    letter-spacing: 1px;
    line-height: 15pt;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.home,
.next {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #111111;
}

.button {
    margin-top: 100px;
}

.button h3 {
    font-size: 10pt;
    letter-spacing: 2pt;
    color: #fff;
}

.button a {
    text-decoration: none;
}

.button .home,
.next {
    width: auto;
    height: auto;
}

.ft-project {
    margin-top: 0px;
}

/* part of */
/* Section styling */ /* Section styling */
/* Section styling */
.community-section {
    background: linear-gradient(to bottom, #f7f7f7, #e5e5e5);
    padding: 6rem 2rem;
    text-align: center;
}

/* Titel styling */
.community-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
    color: #222;
}

/* Grid layout */
.community-grid {
    display: flex;
    justify-content: center;
    gap: 6rem;
    flex-wrap: wrap;
}

/* Card styling */
.community-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    flex: 1 1 280px;
    max-width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fade-up linear both;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.community-card a {
    text-decoration: none;
    color: inherit;
}

.community-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    /* scale */
    scale: 1.02;
    transition: transform 1s ease, box-shadow 1s ease;
}

/* Scroll animation */
@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Logo alignment */
.logo-wrapper {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.logo-wrapper img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

/* Text styles */
.community-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
}

.community-role {
    font-size: 0.95rem;
    color: #555;
}

/* Responsive styles */
@media (max-width: 900px) {
    .community-grid {
        justify-content: center;
        gap: 3rem;
    }
}

@media (max-width: 600px) {
    .community-card {
        max-width: 100%;
    }
}

/* information section  */

.info-section {
    /* background-color: #f9f9f9; */
    padding: 4rem 2rem;
    text-align: left;
}

.info-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    margin: 2rem;
}

.info-section p {
    max-width: 850px;
    /* margin: 0 auto; */
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin: 2rem;
    text-align: left;
}

.project {
    margin-top: 2rem;
    margin-bottom: 8rem;
}

/******** RESPONSIVE SECTION START ********/

@media only screen and (min-width: 1920px) {
    .work h3,
    .contact h3 {
        font-size: 34pt;
        margin-top: 50px;
    }
    .work .item {
        margin-top: 280px;
    }
    .about p {
        font-size: 14pt;
        line-height: 22pt;
    }
    .work p {
        font-size: 14pt;
        line-height: 22pt;
    }
    .about .text-wrapper {
        padding: 230px 120px 0 120px;
    }
    .about .image-bg,
    .service .image-bg,
    .work .item-one,
    .work .item-two,
    .work .item-three,
    .work .item-four,
    .contact .image-bg {
        height: 900px;
    }
    .set {
        padding: 30px 50px;
    }
    .set h2 {
        margin-top: 90px;
    }
    .service .main-text {
        padding: 30px 50px;
    }
    .contact .main-text {
        margin-top: 20px;
        margin-left: 70px;
        margin-right: 70px;
    }
}

@media only screen and (max-width: 1200px) {
    .img-wrap-three .col-xs-12 {
        margin-bottom: 40px;
    }
    .info-three .col-xs-12 {
        margin-bottom: 40px;
    }
    .service h3 {
        padding-top: 60px;
    }
    .review .main-text {
        margin-bottom: 60px;
    }
    .set {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .about .image-bg,
    .service .image-bg,
    .work .item-one,
    .work .item-two,
    .work .item-three,
    .work .item-four,
    .work .item-five,
    .contact .image-bg {
        height: 800px;
    }
    .set {
        padding-top: 80px;
    }
    .navbar .navbar-nav > li > a {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .navbar-nav .active > .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show > .nav-link {
        border-bottom: 2px solid #fff;
        width: 15px;
        padding-bottom: 20px;
    }
    .inbody {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar .navbar-nav > li > a {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .navbar-nav .active > .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show > .nav-link {
        border-bottom: 2px solid #fff;
        width: 15px;
        padding-bottom: 20px;
    }
    .inbody {
        padding-bottom: 10px;
    }
    .service .main-text {
        margin-top: 70px;
    }
    .about .text-wrapper {
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 50px;
        padding: 165px 35px;
    }
    .work .main-text {
        margin-left: 90px;
        margin-right: 90px;
    }
    .work .col-md-4 {
        margin-top: 30px;
    }
    .photos .col-md-4 {
        padding-right: 35px;
    }
    .text {
        margin: 180px 20px;
    }
    .set {
        padding-top: 90px;
    }
    .work .owl-item img {
        width: 20%;
    }
    .contact .main-text {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar .navbar-nav > li > a {
        margin-left: 30px;
        margin-bottom: 15px;
    }
    .navbar-nav .active > .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show > .nav-link {
        border-bottom: 2px solid #fff;
        width: 15px;
        padding-bottom: 20px;
    }
    .inbody {
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding-left: 15px;
        padding-bottom: 5px;
    }
    .navbar-toggler {
    }
    .about .image-bg,
    .service .image-bg,
    .work .item-one,
    .work .item-two,
    .work .item-three,
    .work .item-four,
    .work .item-five,
    .work .item-six,
    .work .item-seven,
    .work .item-eight,
    .work .item-nine,
    .contact .image-bg {
        height: 800px;
        background-size: contain;
    }

    .work .item-one,
    .work .item-two,
    .work .item-three,
    .work .item-four,
    .work .item-five,
    .work .item-six,
    .work .item-seven,
    .work .item-eight,
    .work .item-nine {
        height: 280px;
    }

    .about .image-bg {
        height: 32em;
    }

    .contact .image-bg,
    .service .image-bg {
        background-size: cover;
    }

    .set h3 {
        margin-top: 80px;
    }
    .main-text h3 {
        margin-top: 50px;
    }
    .main-text h3,
    .review h3,
    .work h3,
    .contact h3 {
        margin-left: 30px;
    }
    .set,
    .service .service-wrap,
    .work p,
    .review .user-wrap,
    .contact .contact-wrap {
        margin-left: 30px;
        margin-right: 30px;
    }
    .about .text-wrapper {
        margin-left: 30px;
        margin-right: 30px;
        padding: 165px 15px;
    }
    .work .main-text {
        margin-right: 20px;
        margin-left: 20px;
    }
    .work .main-text h5 {
        margin-left: 30px;
    }
    .work .col-md-4 {
        margin-top: 30px;
    }
    .photos .col-md-4 {
        padding-right: 15px;
    }
    .work .owl-item img {
        width: 40%;
    }
    .work .item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .text {
        margin: 180px 20px;
    }
    .set {
        padding-top: 30px;
    }
    .contact .main-text {
        margin-top: 100px;
        margin-bottom: 100px;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .navbar .navbar-nav > li > a {
        margin-left: 30px;
    }
    .navbar-nav .active > .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .show > .nav-link {
        width: 80px;
        padding-bottom: 10px;
    }
    .navbar-brand {
        padding-left: 15px;
    }
    .about .image-bg,
    .service .image-bg,
    .work .item-one,
    .work .item-two,
    .work .item-three,
    .work .item-four,
    .work .item-five,
    .contact .image-bg {
        height: 700px;
    }
    .about h3,
    .service h3,
    .review h3,
    .work h3,
    .contact h3 {
        margin-left: 30px;
    }
    .set,
    .service .service-wrap,
    .work p,
    .review .user-wrap,
    .contact .contact-wrap {
        margin-left: 30px;
        margin-right: 30px;
    }
    .work .col-md-4 {
        margin-top: 30px;
    }
    .text {
        margin: 180px 20px;
    }
    .set {
        padding-top: 80px;
    }
    .contact .main-text {
        margin-top: 100px;
    }
}
