/*
Theme Name: Fit Landing Pages
Description: Your theme description
Version: 1.0
Author: Your Name
*/
/* Reset some default styles */
/* Reset some default styles */
@import url('https://fonts.googleapis.com/css2?family=Arboria-Book');
@import url('https://fonts.googleapis.com/css2?family=Scandia');

body, h1, h2, h3, p {
    margin: 0; 
    line-height: 28px;
    padding: 0;
    font-family: 'Arboria','Arboria-bold' sans-serif !important;

}
.copy{
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: center;
  }
body {
    font-family: 'Roboto', sans-serif;
}
.logo{
    width: 250px;
}

.fb, .insta{
  width: 40px;
}
.feedback{
    color: rgb(78, 165, 78);
    font-weight: bold;
}

.navbar.navbar-light.bg-light {
    background-color:#fff !important; 
    box-shadow: 0px 0px 0px 4px #fafafa;
}
a.navbar-brand{
    width: 250px;
}

.navbar-light,
.navbar-light .navbar-nav .nav-link {
  
    color: #000 !important; /* White */
    font-weight: bold;
}

/* Toggler Icon Color */
.navbar-light .navbar-toggler-icon {
    background-color: #fff !important; /* White */
}

/* Toggler Icon Color on Hover */


/* Social Media Icons in Navigation Bar */
.navbar-light .navbar-nav.ml-auto .nav-link i {
    color: #000 !important;
}

/* Hover effect for Navigation Bar Links */
.navbar-light .navbar-nav.ml-auto .nav-link:hover {
    color: #233E85 !important; /* Red on hover */
}
.container-fluid{
    padding: 0 !important;
}

.nav-link-insta, .nav-link-fb{
    margin: 5px !important;
}
.navbar{
    border-bottom: 3px solid #fff;

}
#read{
    background-color: #0D1630;
}

/*Fit Banner css*/
.banner{
    display: flex;
    align-items: center;
    background-image: url('./images/banner.webp');
    background-size: cover;
    width: 100%;
    min-height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.banner-content{
    margin-right: auto;
    color: #000;
}
.banner-content p{
    font-weight: 600px;
    font-size: 20px;
    max-width: 500px;
}


.nav-link-insta, .nav-link-fb{
    margin: 5px !important;
}
.navbar{
    border-bottom: 3px solid #fff;

}
#read{
    background-color: #0D1630;
}


/* Footer Section */
footer{
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #2B8FDB;
    color: #fff;
}
.footer-text{
    max-width: 300px;
}
a{
    text-decoration: none;
    color: #fff !important;
}
ul{
    list-style-type: none;
    padding: 0;
}
li{
    padding-top: 10px;
}

.founder{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



 @media only screen and (max-width : 768px) {
    .banner{
        background-position: 45% 150px;
    }
    h1{
        font-size: 28px !important;
    }
    .banner-content{
        font-size: 17px;
        font-weight: 600;
    }
 }
 





/*Privacy section*/
.container {
    max-width: 800px;
    margin: 0 auto;
}

.privacy,.customer-policies, .terms, .shipping, #contact {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.terms,.customer-policies, .shipping, #contact {
   margin: 30px 30px;
}
.privacy{
    margin-top: 180px;
    margin-left: 30px;
    margin-right: 30px;
}
h2 {
    color: #333;
    font-size: 20px !important;
    margin-bottom: 20px;
}

h3 {
    color: #007BFF;
    font-size: 16px !important;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
