* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Jost", sans-serif;
}


.swiper-slide {
    backface-visibility: hidden;
    height: auto !important;
}

.swiper-wrapper {
    height: auto;
}



a,
a:active,
a:focus {
    color:#333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

button {
    cursor: pointer;
}

a:hover {
    color: inherit;
}

img {
    width: 100%;
    max-width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    font-weight: 400;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #111;
}

h1 {
    font-size: 42px;
    letter-spacing: 0.3px;
}

h2 {
    font-size: 40px;
    letter-spacing: 0.3px;
}

h3 {
    font-size: 30px;
    letter-spacing: 0.3px;
}

h4 {
    font-size: 20px;
    letter-spacing: 0.3px;
}

h5 {
    font-size: 19px;
    letter-spacing: 0.3px;
}

.form-control,
.form-control:focus,
.form-control:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: black;
    opacity: 1;
}

.bg-black {
    background-color: black;
}

.m-15 {
    margin: 15px 0;
}

.pt-20 {
    padding-top: 20px;
}

.m-60 {
    margin: 60px 0;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.margin-main {
    margin: 80px 0;
}

.padding-main {
    padding: 60px 0;
}

.d-flex {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.space-between {
    justify-content: space-between !important;
}

.text-right {
    text-align: right;
}

.row {
    display: flex;
    flex-flow: row wrap;
}

.w-100 {
    width: 100% !important;
}

.col-md,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    width: 100%;
    min-height: 1px;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .col-md {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        width: 83.333%;
        max-width: 83.333%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}


@media (min-width: 1300px) and (max-width: 1500px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
}


/* Responsive Breakpoints */
@media (max-width: 768px) {
    .flex-reverse {
        flex-direction: column-reverse !important;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .padding-main {
        padding: 20px 0;
    }

    .p--0 {
        padding: 0 !important;
    }
}

.container {
    max-width: 1450px;
    margin: auto;
    padding: 0px 15px;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (min-width: 1251px) and (max-width: 1500px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1250px) {
    .container {
        max-width: 980px !important;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .container {
        margin: 0px 20px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.btn{
  position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 14px;
     border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.btn-one {
    color: white !important;
    background: black;
    border: solid 1px black;
}
.btn-one:hover {
    transform: translateY(-3px);
    color: black !important;
    background-color: white;
}
.btn-two {
    color: black;
    background: white;
    border: solid 1px black;
}
.btn-two:hover {
    transform: translateY(-3px);
    color: white;
    background-color: black;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.site-header .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-header .header-actions i{
   width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #e9e9e9;
    border: solid 1px #cacaca;
    color: black;
    padding: 11px;
    font-size: 12px;
}
header .brand img {
    max-width: 150px;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.header-cta {
    text-decoration: none;
    padding: 10px 18px;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

.header-cta:hover {
    background: #000;
    color: #fff;
}

main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    min-height: 79vh;
}

.content {
    max-width: 600px;
}

h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cta-group {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary {
    background: #000;
    color: #fff;
}

.btn-primary:hover {
    background: #333;
}

.btn-outline {
    border: 1px solid #000;
    color: #000;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
}

footer {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #777;
    background: #fff;
    border-top: 1px solid #eee;
}
.hero-copy h1{
    text-transform: uppercase;
}

.hero-copy {
        padding: 125px;
    background-color: aliceblue;
    border-radius: 20px;
}

@media (max-width:768px) {
    .site-header .header-actions span{
        display: none;
    }
    header .brand img {
        max-width: 120px;
    }
    header{
        padding: 12px;
    }
    .hero-copy {
        padding: 20px;
    }

}