* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


body {
font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.4;
    color: #000000;
    /* background-color: #fffae6; */
}


img{max-width: 100%; width: auto;}


.logo_wrap {
    width: 200px;
    margin: 0px auto 30px;
}

section{padding: 50px 0px;}

.container{max-width: 1140px; margin: 0px auto;}

.hero_section {
    background-color: #fffae6;
    padding: 50px 0; /* Adjust this value */
}

.hero_section .title_box{text-align: center;}



h1.title {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #202020;
}

h2.title {
    font-size: 22px;
    line-height: 1.3;
    color: #202020;
    font-weight: 300;
}
    .hero_section{background-color: #fffae6;}


    .first_body_section{border-top: 1px solid #00000020; background-color: #fff;}


    h3.title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

h4.title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}


span.title {
display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}


.steps_wrap ul{list-style: none; margin: 0px; padding: 0px;}


.steps_wrap ul li svg{font-size: 30px; margin-right: 10px;}

.steps_wrap ul li {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    justify-content: left;
    margin: 0px 0px 20px;
}

.steps_wrap{margin-bottom: 30px;}


.features_text{padding: 25px;
    background-color: #e0d4a5;
    margin: 50px 0px;}


    .features_text span {
  display: block;
    text-align: center;
    margin: 5px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.features_text span a{color: #000;}

.features_text span span {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    color: #000;
    border-bottom: 5px solid #000;
}

.first_body_section{text-align: center;}


.confirmation-success {
  text-align: center;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #2ecc71; /* Green color for success */
  background-color: #dff0d8; /* Light green background */
  border: 2px solid #2ecc71;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.our_product {
    padding: 100px 0px;
    border-top: 1px solid #00000020;
    background-color: #fff;
}

.our_product .product_item {
   display: flex;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #00000050;
    margin-bottom: 20px;
}

.our_product .description {
    margin-left: 20px;
}

h5.title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.our_product .product_item .product_img{width: 50%;}

.buynowbtn{margin-top: 20px; display: inline-block;}


.buynowbtn a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    min-width: 140px;
    text-align: center;
    padding: 12px 0px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #000;
    transition: all ease 300ms;
}

.buynowbtn a:hover{background-color: #fff; color: #000;}


.single_product {
    width: 25%;
    padding: 15px;
    border: 1px solid #00000050;
    min-height: 600px;
}
.single_product .img_wrap{margin-bottom: 20px;}



.our_product .container{max-width: 70%;}

.product-description p+p{margin-top: 10px;}

.main_single_product {
    display: flex;
    align-items: self-start;
}

.main_single_product .single_product + .single_product{border-left: 0px;}

.single_product h5.title{font-size: 18px;
    line-height: 1.3;}


.our_product    .product_title {
    text-align: center;
    margin: 50px 0px 30px;
}

.our_product .product_title h3.title{margin-bottom: 10px;}

.our_product .product_title h5.title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}



.footer_wrap{padding: 50px 0px; background-color: #000; text-align: center; color: #ffffff;}


.footer_wrap h6{font-size: 24px;
    margin-bottom: 20px;
margin-bottom: 30px;}

.footer_inner span {
    display: flex;
    align-items: center;
    margin: 10px;
    color: #fff;
    font-size: 18px;
    justify-content: center;
}

.footer_inner span svg{color: #fff; font-size: 20px; margin-right: 10px;}

.footer_inner span a{color: #ffffff;}


.social_plugin{margin-top: 30px;}

.social_plugin ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_plugin ul li{margin: 0px 10px;}
.social_plugin ul li a {
    font-size: 24px;
    color: #fff;
    background-color: #ffffff50;
    width: 40px;
    display: flex;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.footer_navbar{text-align: center; margin-top: 100px}

.footer_navbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.footer_navbar ul li a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all ease 500ms;
}

.footer_navbar ul li a:hover{color: #ffffff50;}

.title_wrap h3.title {
  margin: 10px 0px 20px;
  font-size: 42px;
  color: #000000;
  line-height: 1.4;
  font-weight: 800;
}


.checkout_header {
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    align-items: center;
}

.checkout_header img {
    height: 50px;
    margin-right: 20px;
}

.checkout_header .links {
    font-size: 18px;
}

.checkout_header .links a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
}

.checkout_header .links a:hover {
    text-decoration: underline;
}

.checkout_header .links .dropdown {
    position: relative;
    display: inline-block;
}

.checkout_header .links .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.checkout_header .links .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.checkout_header .links .dropdown:hover .dropdown-content {
    display: block;
}

.custom-button {
    display: inline-block;
    background-color: #6772E5; /* Stripe's button color */
    color: white;
    margin-top: 5px; /* Adjust this value as needed */
    width: 100%;
    height: 50px;
    line-height: 50px; /* To vertically center the text */
    border-radius: 8px; /* Rounded corners */
    border: none;
    font-family: 'Google Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    position: relative; /* For the pseudo-element positioning */
    outline: none; /* To remove default browser outline on focus */
    transition: background-color 0.2s ease; 

}

.custom-button:active {
    background-color: #43458B; 
}
.custom-button:hover {
    background-color: #555ABF; /* A bit darker on hover for a subtle effect */
}

.custom-button2 {
    display: inline-block;
    background-color: #6772E5; /* Stripe's button color */
    color: white;
    margin-top: 5px; /* Adjust this value as needed */
    width: 100%;
    /* height: 50px; */ /* Commented out to allow height to adjust automatically */
    /* line-height: 50px; */ /* Commented out to allow natural text alignment */
    padding: 15px 10px; /* Added padding for spacing */
    border-radius: 8px; /* Rounded corners */
    border: none;
    font-family: 'Google Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    position: relative; /* For the pseudo-element positioning */
    outline: none; /* To remove default browser outline on focus */
    transition: background-color 0.2s ease; /* Smooth transition effect */
}

.custom-button2:active {
    background-color: #43458B; 
}
.custom-button2:hover {
    background-color: #555ABF; /* A bit darker on hover for a subtle effect */
}