/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway: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=Sacramento&display=swap');

/* Typography */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin-top: 0 !important;
}

body {
    background: var(--nav-bkg);
    color: #373334;
    font-family: 'Raleway', arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/* @media screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
} */

/* Section Titles */
.hero h1.script {
    font-family: 'Sacramento', arial, helvetica, sans-serif;
    color: var(--body-bkg) !important;
    font-size: clamp(4rem, 100px, 6vw) !important;
    font-weight: 400;
    text-transform: none;
    text-shadow: 2px 2px 5px #373334;
    margin-top: 275px;
}

.hero {
    aspect-ratio: 16/5;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin-bottom: 40px;
    color: #191a1a;
}

section h2.script {
    font-family: 'Sacramento', arial, helvetica, sans-serif;
    font-size: clamp(4rem, 100px, 6vw) !important;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
    text-shadow: 2px 2px 5px #373334, 0 0 15px rgb(235, 240, 240), 0 0 18px rgb(235, 240, 240), 0 0 21px rgb(235, 240, 240);
}

section h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

section p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

@media screen and (max-width:1199px) {

    section h1,
    section h2,
    section h3 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    section p {
        font-size: 17px;
    }
}

a {
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2.5px 4px 0 rgba(0, 0, 0, .2), 0 1.5px 5px 0 rgba(0, 0, 0, .19);
}

figure img.no-shadow,
header img,
footer img {
    box-shadow: none;
}

/* Buttons */
.btn {
    background-color: #f18666;
    color: #ece0d1;
    border: 1px solid #f18666;
    outline: none;
    padding: 15px 30px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}

.btn * {
    text-shadow: 0px 0px 8px rgba(21, 21, 21, .1);
}

.btn:hover {
    background-color: transparent;
    color: #f18666;
    outline: none;
    box-shadow: none;
    border: 1px solid #f18666;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 12px 24px;
        font-size: 17px;
    }
}


/* Container */
/* @media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
} */

/* Padding */
section {
    padding-bottom: 80px;
}

@media screen and (max-width:1199px) {
    section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:767px) {
    section {
        padding-bottom: 40px;
    }
}

/* Colors */
.text-pink {
    color: #f18666
}

.text-gray {
    color: #a0a0a0
}


/* Background Color */
section.odd {
    background-color: #ece0d1;
}

section.even {
    background-color: #ebf0f0;
}

/* ## Back to top */
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #f18666;
    cursor: pointer;
    border: 2px solid #ece0d1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 8px;
    opacity: 0.9;
    transition: opacity 200ms linear;
    display: none;
}

.backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    transform: rotate(-45deg);
    height: 0px;
    width: 0px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    padding: 5px;
    border-color: #ece0d1;
}

.backtotop:hover {
    opacity: 1;
    transition: opacity 200ms linear;
}

@media screen and (max-width:767.98px) {
    .backtotop {
        width: 30px;
        height: 30px;
    }
}

/*============================================
            # Homepage
============================================*/
/* ## Header */
header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

header.fixed {
    background-color: #ece0d1;
    border-bottom: 5px solid #94b2b6;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 2%);
    border-bottom: 5px solid #94b2b6;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 2%);
}

/* ## Footer */
footer {
    padding: 40px 0;
    border-top: 3px solid #f18666;
    background-color: #ece0d1;
}

footer .footer_logo:hover {
    opacity: 0.8;
}

footer p,
footer a {
    font-size: 15px;
    line-height: 1.7;
}

footer .footer_links {
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

footer .footer_links li {
    padding: 0 7px;
}

footer .footer_links li a {
    color: #4a4a4a;
    font-size: 15px;
    text-decoration: none;
    transition: all 300ms ease;
}

footer .footer_links li a:hover {
    text-decoration: underline;
    color: #f18666;
}

footer .copyright_text {
    font-size: 15px;
}

@media screen and (max-width:767px) {
    footer {
        padding: 30px 0;
    }
}


/* ## Modal Start */
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modal-sub-title {
    font-size: 18px;
    margin-bottom: 30px;
}

/* .form-control{
    font-size: 16px;
}
.form-control.error{
    border-color: #ff0000;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
} */

@media screen and (max-width:767px) {
    .modal-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .modal-sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .modal .btn {
        font-size: 15px;
        padding: 10px 15px;
    }
}

/* ## Hero Banner Section Start */
/* section {
    padding: 250px 0 80px;
} */

.textimage-section h1 {
    font-size: 70px;
    line-height: 1.2;
    text-shadow: 2px 2px 5px #373334, 0 0 15px rgb(235, 240, 240), 0 0 18px rgb(235, 240, 240), 0 0 21px rgb(235, 240, 240);
}

.textimage-section p {
    font-size: 18px;
    line-height: 1.5;
}

.textimage-section figure {
    overflow: hidden;
}

.textimage-section figure::after {
    overflow: hidden;
    background-size: 100% 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
}

.textimage-section.odd figure::after {
    background-image: url('https://tinyartstories.com/wp-content/uploads/2024/02/neutral-frame.png');
}

.textimage-section.even figure::after {
    background-image: url('https: //tinyartstories.com/wp-content/uploads/2024/02/blue-frame.png');
}

@media screen and (max-width:1199px) {
    .textimage-section h1 {
        font-size: 56px;
    }

}

@media screen and (max-width:767px) {
    .textimage-section h1 {
        font-size: 40px;
    }

    section.textimage-section {
        padding: 25px 0 50px;
        text-align: center;
    }

    section.textimage-section ul,
    section.textimage-section ul li {
        text-align: left;
    }
}

/* End Hero Banner Section */

/* ## Our Services Section Start */
.service-section figure {
    border-radius: 5px;
}

.service-section figure img {
    width: 100%;
    box-shadow: 0 2.5px 4px 0 rgba(0, 0, 0, .2), 0 1.5px 5px 0 rgba(0, 0, 0, .19);
}

.service-section h3 {
    font-size: 20px;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .service-section h3 {
        font-size: 18px;
    }
}

/* End Our Services Section */

/* ## About Us Section Start */
.about-us-section h2 {
    font-family: 'Sacramento', arial, helvetica, sans-serif;
    font-size: clamp(4rem, 100px, 6vw);
    font-weight: 400;
    text-transform: none;
    /* font-size: 50px; */
    line-height: 1.2;
    text-shadow: 2px 2px 5px #373334, 0 0 15px rgb(235, 240, 240), 0 0 18px rgb(235, 240, 240), 0 0 21px rgb(235, 240, 240);
}

.about-us-section p {
    font-size: 18px;
    line-height: 1.5;
}

.about-us-section .btn {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .about-us-section h2 {
        font-size: 32px;
    }

    .about-us-section p {
        font-size: 16px;
    }
}

/* End About Us Section */

/* ## Our Work Section Start */
.work-section figure {
    /* overflow: hidden;
    border-radius: 5px; */
}

.work-section figure img {
    width: 100%;
    transform: scale(1.0);
    transition: all 300ms ease;
    box-shadow: 0 2.5px 4px 0 rgba(0, 0, 0, .2), 0 1.5px 5px 0 rgba(0, 0, 0, .19);
}

.work-section figure img:hover {
    transform: scale(1.1);
}

/* End Our Work Section */

/* ## Testimonial Section Start */
.testimonials .card {
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.testimonials .card .fivestar {
    max-width: 107px;
}

.testimonials .card .card-text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}

.testimonials .card .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonials .card img.avatar {
    border-radius: 50%;
}

/* End Testimonial Section */

/* ## Contact Us Section Start */
.contact-us-section .section-title h2 {
    font-size: 20px;
}

.contact-us-section .section-title a {
    font-size: 60px;
    text-decoration: none;
    color: #191a1a;
    line-height: 1;
}

@media screen and (max-width:1199px) {
    .contact-us-section .section-title a {
        font-size: 48px;
    }
}

@media screen and (max-width:767px) {
    .contact-us-section .section-title a {
        font-size: 32px;
    }
}

/* End Contact Us Section */

.paper-odd {
    background-image: url('https://tinyartstories.com/wp-content/uploads/2023/07/nav-bottom-tear.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem;
}

.paper-even {
    background-image: url('https://tinyartstories.com/wp-content/uploads/2023/07/nav-bottom-tear.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem;
    transform: rotate(180deg);
}

.gform_wrapper {
    display: block !important;
    max-width: 100%;
}

.gform_wrapper textarea {
    max-width: 100%;
}