/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?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&display=swap');

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Italic.woff2') format('woff2'),
        url('AktivGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-HairlineItalic';
    src: url('../fonts/AktivGrotesk-HairlineItalic.woff2') format('woff2'),
        url('AktivGrotesk-HairlineItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Black.woff2') format('woff2'),
        url('AktivGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'),
        url('AktivGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-BoldItalic.woff2') format('woff2'),
        url('AktivGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-Hairline';
    src: url('../fonts/AktivGrotesk-Hairline.woff2') format('woff2'),
        url('AktivGrotesk-Hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-BlackItalic.woff2') format('woff2'),
        url('AktivGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-MediumItalic.woff2') format('woff2'),
        url('AktivGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Light.woff2') format('woff2'),
        url('AktivGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Regular.woff2') format('woff2'),
        url('AktivGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-LightItalic.woff2') format('woff2'),
        url('AktivGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Thin.woff2') format('woff2'),
        url('AktivGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-ThinItalic.woff2') format('woff2'),
        url('AktivGrotesk-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-XBold';
    src: url('../fonts/AktivGrotesk-XBold.woff2') format('woff2'),
        url('AktivGrotesk-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Medium.woff2') format('woff2'),
        url('AktivGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-XBoldItalic';
    src: url('../fonts/AktivGrotesk-XBoldItalic.woff2') format('woff2'),
        url('AktivGrotesk-XBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



:root {
    --white: #fff;
    --black: #000;
    --primary: #317393;
    --secondary: #27353C;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: 'AktivGrotesk';
}

section {
    position: relative;
}

h1,
h2,
h3 {
    font-weight: bold;
}

p {
    font-weight: 400;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: capitalize;
    display: inline-block;
    padding: 1.125rem 2em;
    line-height: normal;
    letter-spacing: 0.29px;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}

/* !GLOBAL CSS */

/* Main Sec Css Start */

.mainBanner {
    background: url(https://alpinewindowandgutter.com/wp-content/uploads/2025/10/37520001.jpg)center/cover fixed;
    height: 945px;
    display: flex;
    align-items: center;
}

.mainBanner:before {
    content: "";
    position: absolute;
    background: var(--white);
    inset: 0;
    opacity: 15%;
}

.bannerContent h1 {
    color: var(--secondary);
    font-size: 3.75rem;
}

.bannerContent p {
    color: var(--secondary);
    font-size: 1.25rem;
    width: 90%;
    line-height: 1.75;
    margin: 2.1875rem 0 3.75rem 0;
}

.bannerContent .btn-group {
    gap: 0.625rem;
}

.bannerContent .btn-group .themeBtn {
    width: 200px;
    text-align: center;
    padding: 1.375rem 2em;
}

.themeBtn1 {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.bannerContent {
    margin-top: 4rem;
}

/* Main Sec Css End */

/* About Sec Css Start */

.aboutSec {
    padding: 7.5rem 0 6.25rem 0;
}

.smallHeading {
    color: var(--primary);
    font-size: 1.25rem;
    display: block;
    margin-bottom: 5px;
}

.secHeading {
    color: var(--secondary);
    font-size: 2.6875rem;
}

.aboutContent p,
.aboutContent ul li {
    color: var(--secondary);
    font-size: 1.25rem;
    line-height: 1.75;
}

.aboutContent p {
    margin: 1.5rem 0 1.125rem 0;
}

.aboutContent ul {
    margin-bottom: 1.125rem;
}

.aboutContent .themeBtn1 {
    padding: 1.125rem 3em;
}

.aboutImages {
    text-align: right;
    position: relative;
}

.aboutImages .about2 {
    position: absolute;
    left: 5.75rem;
    bottom: -5.5rem;
}

/* About Sec Css End */

/* Window Sec Css Start */

.windowSec {
    background: url(../images/windowBg.png)center/cover;
    padding: 5rem 0;
}

.windowSec:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    inset: 0;
    opacity: 64%;
}

.windowContent .themeBtn1 {
    border-color: var(--white);
    color: var(--white);
    margin-top: 3.125rem;
}

/* Window Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    background: url(../images/serviceBg.png)center/cover fixed;
    padding: 8.75rem 0;
}

.serviceWraps figure img {
    width: 80%;
}

.serviceWraps {
    text-align: center;
}

.serviceWraps h3 {
    color: var(--white);
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
}

.serviceWraps p {
    color: var(--white);
    margin: 0;
}

.serviceWraps {
    margin: 3.125rem 0 2.5rem 0;
}

/* Service Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    background: #DBE3E6;
    padding: 6.875rem 0;
}

.testimonialBox {
    background: var(--white);
    border-radius: 20px;
    padding: 2.8125rem 2rem 2.8125rem 1.125rem;
    height: 267px;
}

.testimonialBox p {
    color: var(--secondary);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 0;
}

.testimonialBox span {
    color: var(--secondary);
}

.quotes {
    display: flex;
    align-items: center;
    gap: 12rem;
}

.testimonialSlider {
    padding: 5rem 0;
}

/* Testimonial Sec Css End */

/* Difference Sec Css Start */

.differenceSec {
    background: url(../images/differenceBg.png)center/cover fixed;
}

/* Difference Sec Css End */

/* Contact Sec Css Start */

.contactSec {
    background: var(--secondary);
    padding: 14.375rem 0;
}

.contactContent ul li a {
    color: var(--white);
    font-size: 0.9375rem;
}

.contactInfo li+li {
    margin-top: 0.875rem;
}

.contactInfo {
    margin: 2rem 0 1.2rem 0;
}

.contactSocials {
    display: flex;
    gap: 0.75rem;
}

.contactForm label {
    color: var(--white);
    font-size: 0.875rem;
}

.contactForm input {
    height: 50px;
    bottom: unset;
    outline: unset;
    border-radius: unset;
    box-shadow: unset;
}

.contactForm .form-group {
    margin-bottom: 1.25rem;
}

.contactForm .themeBtn {
    border: unset;
    outline: unset;
    padding: 1.125rem 2.5em;
}

/* Contact Sec Css End */

/* Footer Css Start */

footer {
    padding: 3.75rem 0;
}

.links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.links li a {
    color: var(--primary);
    text-transform: capitalize;
}

.links li+li {
    border-left: 1px solid var(--secondary);
    padding-left: 1rem;
}

.copyRight {
    text-align: center;
    margin: 3.75rem 0 0 0;
    color: var(--secondary);
    font-size: 0.875rem;
}

.footerSocials {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.footerSocials li a {
    color: var(--secondary);
    font-size: 1.125rem;
}

/* Footer Css End */

/* Inner Css Start */

.aboutInner {
    padding: 20rem 0 10rem 0;
}

.aboutInner .aboutContent {
    margin-left: 2rem;
}

.aboutInner .aboutContent p {
    width: 90%;
    margin: 1rem 0;
}

.aboutSecTwo {
    background: var(--secondary);
    padding: 8.75rem 0;
}

.aboutSecTwo .aboutContent ul li {
    color: var(--white);
    width: 89%;
}

.aboutSecTwo .aboutContent ul {
    list-style: disc;
    list-style-position: inside;
    margin-top: 2rem;
}

.aboutSecTwo .aboutContent ul li+li {
    margin-top: 0.875rem;
}

.chooseSec {
    padding: 10rem 0;
}

.chooseWraps {
    text-align: center;
}

.chooseWraps h3 {
    color: var(--secondary);
    font-size: 2.1875rem;
    margin: 1.25rem 0 0 0;
}

.chooseWraps {
    margin-top: 3.125rem;
}

.differenceSecTwo:before {
    opacity: 15%;
}

.differenceSecTwo {
    background: url(../images/roomBg.png)center/cover;
}

.serviceBanner {
    height: 832px !important;
    background: url(../images/serviceBanner.png)center/cover fixed;
}

.serviceBanner:Before {
    opacity: 39%;
}

.servicebanContent {
    background: rgb(255 255 255 / 75%);
    border-radius: 30px;
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 10rem;
}

.servicebanContent p {
    color: var(--secondary);
    font-size: 1.25rem;
    line-height: 1.75;
    margin: 1.375rem auto 0;
    width: 90%;
}

.serviceImages {
    text-align: right;
    position: relative;
}

.serviceText p {
    width: 82%;
}

.serviceText .themeBtn {
    text-align: center;
    padding: 0.875rem 3em;
}

.serviceImages:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 600px;
    height: 530px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -49%;
    z-index: -1;
}

.serviceInner {
    padding: 10rem 0 12.5rem 0;
}

.serviceInner .row+.row {
    margin-top: 9.375rem;
}

.serviceInner .flex-row-reverse .serviceImages:before {
    left: initial;
    right: -49%;
}

.aboutContent h3 {
    font-size: 2.125rem;
    color: var(--white);
    margin: 1.3rem 0 0 0;
}

.testimonialInner {
    padding: 18.75rem 0 12.5rem 0;
}

.reviewSlider {
    margin: 0 3.75rem;
    padding: 4.375rem 0;
}

.testimonialWrapss {
    text-align: center;
    background: #DBE3E6;
    padding: 3.4375rem 3.4375rem;
}

.testimonialWrapss h3 {
    color: var(--secondary);
    font-size: 1.5625rem;
    margin: 2.5rem 0 0 0;
    line-height: 1.3;
}

.testimonialWrapss h3 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 10px;
}

.testimonialInner .swiper-button-next:after,
.testimonialInner .swiper-button-prev:after {
    display: none;
}

.testimonialInner .swiper-button-next,
.testimonialInner .swiper-button-prev {
    background: rgb(49 115 147 / 70%);
    width: 60px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50px;
    color: var(--white);
    font-size: 2rem;
    top: inherit;
}

.testimonialInner .swiper-button-prev {
    left: 46%;
}

.testimonialInner .swiper-button-next {
    right: 46%;
}

.contactInner{
    background: unset;
    padding: 21.25rem 0 8.75rem 0 !important;
}

.contactText *{
    color: var(--secondary) !important;
}

.contactText p {
    font-size: 1.25rem;
    width: 90%;
    margin: 1.5rem 0 1.3rem 0;
}

.contactText h3 {
    font-size: 1.3125rem;
}

.contactText .contactInfo {
    margin: 1.3rem 0 3rem 0;
}

.contactInner .contactForm label {
    color: var(--secondary);
}

.contactInner .contactForm .form-control, .contactInner .contactForm select {
    width: 100%;
    height: 50px;
    border: 1px solid #A9A9A9;
    outline: unset;
    box-shadow: unset;
    background: #FAFAFA;
    font-size: 0.875rem;
    color: rgb(0 0 0 / 50%);
    padding-left: 1rem;
    border-radius: unset;
}

.contactInner .contactForm textarea {
    height: 100px !important;
    resize: none;
}

/* Inner Css End */
.pad-top {
    padding-top: 250px;
}


.blogWraps figure img {
    border-radius: 20px;
}

.blogWraps {
    margin-top: 2rem;
}

.blogContent {
    margin-top: 1rem;
}

.blogContent h3 {
    color: var(--black);
    margin-bottom: 12px;
}

.blogContent p {
    color: var(--black);
}

.blogContent a {
    background: var(--primary);
    font-size: 0.875rem;
    color: var(--white);
    text-transform: capitalize;
    display: inline-block;
    padding: 1.110rem 2em;
    line-height: normal;
    letter-spacing: 0.29px;
}
.blogContent a:hover{
    background: var(--secondary);
    color: var(--white);
}

.testimonialInner label {
    color: var(--secondary);
}

.testimonialInner textarea {
    height: 150px;
}

.testimonialInner .row+.row {
    margin-top: 5rem;
}

.blogContent span {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
