@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&family=Clicker+Script&family=DM+Sans:opsz,wght@9..40,700;9..40,900;9..40,1000&family=Plus+Jakarta+Sans:wght@800&family=Poppins:ital,wght@0,500;0,600;0,800;1,400;1,500&family=Prompt:ital,wght@0,300;0,500;0,800;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Aoboshi One', serif;
}

a {
    color: #262525;
    text-decoration: none;
}

p {
    color: #777;
}

.home_title {
    font-size: 70px;
    text-align: center;
}

.explore img {
    width: 100%;
}

.multiple-text {
    margin-top: 100px;
}

.navbar {
    position: fixed;
    width: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
    width: 100px;
}

.btn {
    background: #6c0101;
    padding: 10px 30px;
    color: #fff;
    transition: all .45s ease;
}

.btn i {
    margin-right: 5px;
}

.navbar-nav li a:hover {
    color: #6c0101;
}

.btn:hover {
    background: #6c0101;
    color: #fff;
    transform: scale(0.9);
}

.section-bg {
    background: #f0f0f0;
    padding: 200px 0;
}

.section-title {
    margin-bottom: 25px;
}

.section-title h2 {
    position: relative;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 1;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Aoboshi One', serif;
}

.section-title h2 span {
    color: #6c0101;
}

.section-padding {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-title {
    margin-bottom: 40px;
}

.about {
    color: #262525;
    text-align: center;
    font-family: 'Aoboshi One', serif;
}

.section-title .line {
    width: 60px;
    height: 4px;
    background-color: silver;
    margin: 16px auto 24px auto;
}

.col-lg-6 img {
    width: 80%;
    /* border-radius: 10px; */
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}

.col-lg-7 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}

.col-lg-5 {
    margin-top: 50px;
}

.col-lg-5 h1 {
    font-family: 'Aoboshi One', serif;
    font-size: 70px;
}

.col-lg-5 h3 {
    margin-top: 20px;
}

.col-lg-5 p {
    margin-top: 20px;
}

.col-lg-5 button {
    margin-top: 30px;
}

/* Ceo */
.bg {
    background: #6c0101;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
}

.bg img {
    margin-left: -100px;
}

.bg span {
    color: #777;
}

.bg h1 {
    color: #fff;
}

.bg h2 {
    color: #fff;
    font-family: 'Clicker Script', cursive;
    font-size: 50px;
}

.bg h4 {
    color: #fff;
    /* font-family: 'Clicker Script', cursive; */
}

.bg button {
    background: #fff;
    color: #6c0101;
}

.bg button:hover {
    background: #fff;
    color: #6c0101;
}



.portfolio-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, auto));
    align-items: center;
    gap: 2.5rem;
    margin-top: 5rem;
}


.zoom {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.zoom img {
    width: 100%;
    display: block;
    transition: transform 0.5s;
}

.col-md-4 {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.col-md-4 img {
    width: 100%;
    display: block;
    transition: transform 0.5s;
}

.layer {
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #6c0101);
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    transition: height 0.7s;
}

.layer h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}


.zoom:hover img {
    transform: scale(1.2);
}

.zoom:hover .layer {
    height: 100%;
}







.project {
    position: relative;
    overflow: hidden;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #6c0101);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    
}



.project img {
    width: 100%;
}


.sectio-padding {
    padding: 35px 0;
}

.section_heading {
    margin-bottom: 30px;
}

.section_heading h1 {
    color: #222;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 100px;
    line-height: 30px;
    text-transform: uppercase;
}

.section_heading h1 span {
    color: #6c0101;
}

.section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
}

.single-blog {
    transition: all 0.3s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.single-blog .post-img img {
    max-width: 100%;
    height: auto;
}

.single-blog .post-img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #6c0101);
    transition: all 0.3s ease 0s;
}

.single-blog:hover .post-img::after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 25px 20px 25px;
    background: #fff;
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #333;
    font-family: 'Aoboshi One', serif;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 10px;
}


.btn-area a {
    background: linear-gradient(to right,#6c0101,#e60606);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    margin: 10px 0 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all .2s ease-in-out 0s;
}


/* footer */ 
footer {
    margin-top: 100px;
    width: 100%;
    bottom: 0;
    background-color: #6c0101;
    color: #fff;
    padding: 100px 0 30px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    font-size: 13px;
    line-height: 20px;
    font-family: 'DM Sans', sans-serif;
}


.foot {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'DM Sans', sans-serif;
}

.imgtext {
    margin-top: -40px;
    font-family: 'DM Sans', sans-serif;
}

.col {
    flex-basis: 25%;
    padding: 10px;
}

.col p {
    color: #fff;
    margin-top: -50px;
    font-family: 'DM Sans', sans-serif;
}


.f-book {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.insta {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.twit {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 15%;
    font-family: 'DM Sans', sans-serif;
}

.logo {
    width: 170px;
    margin-bottom: 30px;
    margin-left: -40px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    margin-left: 25px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
}

.col ul li {
    list-style: none;
    margin-bottom: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 200;
}

.col ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 200;
}


.house,
.email,
.telephone,
.phone {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}


.phsps {
    text-align: center;
    width: 95%;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
}



.con-t {
    margin-top: 100px;
    margin-bottom: 100px;
}

.con-t .s-box {
    width: 25%;
    float: left;
}

.con-t .s-box h2 {
    text-align: center;
    color: var(--title-color);
    text-transform: uppercase;
}

.con-t .s-box .chart {
    position: relative;
    /* width: 180px;
     height: 180px; */
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: 550;
    line-height: 100px;
}

.con-t .s-box canvas {
    position: absolute;
    top: 0;
    left: 0;
}



@media screen and (max-width: 700px) {
    .phsps {
        width: 80%;
        margin-left: 20px;
    }

          .foot {
              flex-direction: column;
          }
    
          .social-links {
              margin-bottom: 40px;
          }
    
          .logo {
              margin-left: -50px;
          }
}


.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 24px auto;
}



@media screen and (max-width: 800px) {

    .bg img {
        margin-left: 0px;
    }

    .bg h1 {
        color: #fff;
        font-size: 40px;
    }

    .section-title h2 {
        font-size: 40px;
    }

    .section_heading h1 {
        font-size: 40px;
    }

    .home_title {
        font-size: 40px;
    }

}

@media screen and (max-width: 300px) {
    .bg h1 {
        font-size: 30px;
    }
}
