@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*,
::after,
::before {
    box-sizing: border-box
}

body {
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word
}

p {
    margin: 0 0 25px
}

dl,
ol,
ul {
    list-style: none;
    margin-bottom: 25px
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6:last-of-type {
    margin: 0 0 15px 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}
img{
    width: 100%;
    height: 100%;
}
.btn {
    font-size: 18px;
    line-height: 15px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}



/* header start */
header {
    padding: 20px 0;
    padding-left: calc((100% - 1860px) / 2);
    padding-right: calc((100% - 1860px) / 2);
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.header-link ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-link ul li a {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Outfit';
}

.open-menu {
    font-size: 28px;
    display: none;
}

/* header end */
/* hero-banner start */
.hero-banner {
    background-image: url(../images/mobile-banner.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    padding: 80px 0;

}

.treza-elite-text-box h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 100;
    color: #fff;
    font-family: "Outfit", sans-serif;
    margin-bottom: 10px;
}
.treza-elite-text-box h2 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    font-family: "Outfit", sans-serif;
    margin-bottom: 10px;
}

.treza-elite-text-box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    font-family: "Outfit", sans-serif;
}
.hero-banner .treza-elite-section .app-images{
    padding-top: 25px;
    display: flex;
    gap: 25px;
}
.hero-banner .treza-elite-section .app-images img{
    max-width: 268px;
    max-height: 89px;
}
/* hero-banner end */

/* about us start */
.about-us{
    padding: 110px 0;
}
.about-us .about-text-box h2{
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", sans-serif;
    margin-bottom: 10px;
}
.about-us .about-text-box p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    font-family: "Outfit", sans-serif;
    max-width: 90%;
}

  
/* about us end */
.key-points{
    background-image: -moz-linear-gradient( -90deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
}
.key-points-text {
    padding-left: calc((100% - 450px) / 2);
}
.key-points-text ul li{
    list-style: disc;
    color: #033830;
}
.key-points-text ul{
    margin-left: 15px;
}
.key-points .key-points-text h2{
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #033830;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}
.key-points .key-points-text p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #033830;
    font-family: "Outfit", sans-serif;
    max-width: 560px;
    margin-bottom: 15px;
}
.key-points .key-points-text span{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #033830;
    font-family: "Outfit", sans-serif;
}


/* client-testimonials start */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    text-align: center;
    object-fit: cover;
}
.client-testimonials{
    background-color: #f5f7f9;
    padding: 80px 0;
}
.client-testimonials h2{
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}

.client-testimonials .client-testimonials-row{
    margin-bottom: 45px;
}
.client-testimonials .testimonials-icon{
    margin-bottom: 45px;
}
.testimonials-text p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    opacity: .8;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.testimonials-auther-name h6 {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px !important;
    color: #fff !important;
}
.swiper-button-next, .swiper-button-prev{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #033830;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: -20px;
}
.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow: unset;
    overflow-x: clip;
}
.swiper-pagination-bullet-active{
    background-color: #033830 !important;
}
/* client-testimonials end */
/* contact-us start */
.contact-us{
    padding-top: 110px;
    padding-bottom: 70px;
}
.contact-us h2{
    font-size: 42px;
    line-height: 46px;
    color: #033830;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin-bottom: 25px;
}
.feature-box-left-icon-middle{
    display: flex;
    margin-bottom: 25px;
}
.feature-box-icon{
    margin-right: 20px;
}
.feature-box-icon img{
    max-width: 49px;
    max-height: 40px;
}
.feature-box-left-icon-middle .feature-box-content h5{
    font-size: 20px;
    line-height: 24px;
    color: #033830;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin-bottom: 5px;
}
.feature-box-left-icon-middle .feature-box-content a{
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
}
.form-box-one {
    gap: 25px;
}
.form-box input {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    padding: 15px 18px;
    border-radius: 0;
}
.form-box textarea {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    padding: 15px 18px;
    border-radius: 0;
}
.form-btn .btn-1{
        background: -moz-linear-gradient( 0deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
        background: -webkit-linear-gradient( 0deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
        background: -ms-linear-gradient( 0deg, rgb(250,248,160) 0%, rgb(155,113,36) 100%);
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        font-family: "Outfit", sans-serif;
        padding: 15px 22px;
        border-radius: 24px;
        color: #024439;
        display: inline-block;
      
}
  
.contact-us .app-store{
    padding-top: 80px;
}
.app-store span{
    border-top: 1px solid #ccc;
    display: block;
    padding-bottom: 80px;
}
.app-store h2{
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", sans-serif;
    margin-bottom: 15px;
}
.app-store .app-images{
    display: inline-flex;
    gap: 25px;
    text-align: center;
}
.app-store .app-images img{
    max-width: 268px;
    max-height: 89px;
}
/* contact-us end */
/* footer start */
footer{
    background-color: #12443c;
}
footer .footer-logo{
    max-width: 340px;
    /* display: inline-flex; */
    /* padding-top: 80px; */
}
footer .footer-menu ul {
    display: flex;
    justify-content: center;
}
footer .footer-menu ul li {
    display: flex;
    align-items: center;
}
footer .footer-menu ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
footer .footer-menu{
    padding-top: 35px;
    padding-bottom: 15px;
}
footer .dividers {
    width: 2px;
    height: 10px;
    background-color: #fff;
    display: block;
    margin: 0 25px;
}
.treza-elight h6{
  font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    /* text-transform: uppercase; */
}
/* footer end */


body.main {
    overflow: hidden;
}


.our-mobile-app .app-images img {
    max-width: 268px;
    max-height: 89px;
}
.privacy-policy{
    background: #f5f7f9;
    padding: 50px 0;
}
.our-mobile-app{
    padding: 50px 0;
}
.download-app .app-images{
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 15px;
}
.privacy-policy h2{
    margin-bottom: 15px
}
.privacy-policy p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    font-family: "Outfit", sans-serif;
}
.our-mobile-app .download-app h4{
    font-size: 26px;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", sans-serif;
} 

.social-media-icon {
    display: flex;
    gap: 15px;
}

.social-media-icon a {
    font-size: 25px;
    color: #fff;
    background: #a57c2d;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

footer.footer {
    padding: 80px 0 30px 0;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.footer-link ul li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

footer.footer .container {
    max-width: 920px;
}

.feature-box-location-icon {
    background: #033830;
    color: #fff;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 14px;
}

.feature-box-content p {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    max-width: 350px;
    line-height: 24px;
}

.footer-link ul li h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
}

.follow-us h3 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-contant {
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 40px;
    line-height: 20px;
}

section.privacy-policy {
    height: 100%;
    min-height: calc(100vh - 607px);
}
section.contact-us .form-box span {
    font-size: 14px;
}
.part{
    margin-top: 30px;
}
 
.privacy-policy p{
    margin-bottom: 10px;
}
 
.part h3 {
    margin-bottom: 15px;
}
 
section.privacy-policy a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    font-family: "Outfit", sans-serif;
}