@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;
}

li {
    list-style: none;
}

.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: 300px;
    margin-bottom: 300px;
}

.section-title {
    margin-bottom: 40px;
}





.contact {
    background: linear-gradient(rgba(0, 0, 0, 0.1), #6c0101);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2.5rem;
    margin-top: 100px;
    padding: 100px 100px;
}

.contact-text h4 {
    color: #fff;
    margin: 18px 0;
    font-size: 20px;
    font-weight: 600;
}

.contact-text h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

.contact-text p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.list {
    margin-bottom: 2.8rem;
}

.list li {
    margin-bottom: 12px;
}

.list li a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: all .45s ease;
}

.list li a:hover {
    color: #fff;
    transform: translate(5px);
}

.contact-icons i {
    /* height: 45px;
    width: 45px; */
    background: #6c0101;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    transition: all .45s ease;
}

.contact-icons ion-icon:hover {
    background: #fff;
    color: #6c0101;
}

.contact-form form {
    position: relative;
}

.contact-form form input,
form textarea {
    width: 100%;
    padding: 14px;
    background: rgb(219, 214, 214);
    color: #777;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.contact-form textarea {
    resize: none;
    height: 240px;
}

.contact-form .submit {
    display: inline-block;
    font-size: 16px;
    background: #fff;
    color: #6c0101;
    width: 160px;
    transition: all .45s ease;
}

.contact-form .submit:hover {
    transform: scale(1.1);
    cursor: pointer;
}





/* 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;
}

.line {
    width: 80%;
    height: 2px;
    background-color: #fff;
    margin: 16px auto 24px auto;
}

@media screen and (max-width: 700px) {
    .phsps {
        width: 80%;
        margin-left: 20px;
    }
}




@media screen and (max-width: 800px) {

    .section-title h2 {
        font-size: 30px;
    }

    .foot {
        flex-direction: column;
    }

    .social-links {
        margin-bottom: 40px;
    }

    .logo {
        margin-left: -50px;
    }
}



@media screen and (max-width: 768px) {

    .section {
        padding: 110px 3% 60px;
    }
    .contact {
        grid-template-columns: 1fr;
        padding: 30px 30px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}