@charset "UTF-8";
/*
Theme Name: beenectar
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0

*/

/* CSS Document */
/*----------------------------------------------------------------------------- */
@font-face { font-family: 'JUST Sans ExBold'; src: url('fonts/JUSTSans-ExBd.eot'); src: url('fonts/JUSTSans-ExBd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-ExBd.woff2') format('woff2'), url('fonts/JUSTSans-ExBd.woff') format('woff'), url('fonts/JUSTSans-ExBd.ttf') format('truetype'), url('fonts/JUSTSans-ExBd.svg#JUSTSans-ExBd') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans'; src: url('fonts/JUSTSans-Rg.eot'); src: url('fonts/JUSTSans-Rg.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Rg.woff2') format('woff2'), url('fonts/JUSTSans-Rg.woff') format('woff'), url('fonts/JUSTSans-Rg.ttf') format('truetype'), url('fonts/JUSTSans-Rg.svg#JUSTSans-Rg') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans SmBd'; src: url('fonts/JUSTSans-SmBd.eot'); src: url('fonts/JUSTSans-SmBd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-SmBd.woff2') format('woff2'), url('fonts/JUSTSans-SmBd.woff') format('woff'), url('fonts/JUSTSans-SmBd.ttf') format('truetype'), url('fonts/JUSTSans-SmBd.svg#JUSTSans-SmBd') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans Bd'; src: url('fonts/JUSTSans-Bd.eot'); src: url('fonts/JUSTSans-Bd.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Bd.woff2') format('woff2'), url('fonts/JUSTSans-Bd.woff') format('woff'), url('fonts/JUSTSans-Bd.ttf') format('truetype'), url('fonts/JUSTSans-Bd.svg#JUSTSans-Bd') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans Md'; src: url('fonts/JUSTSans-Md.eot'); src: url('fonts/JUSTSans-Md.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Md.woff2') format('woff2'), url('fonts/JUSTSans-Md.woff') format('woff'), url('fonts/JUSTSans-Md.ttf') format('truetype'), url('fonts/JUSTSans-Md.svg#JUSTSans-Md') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'JUST Sans lt'; src: url('fonts/JUSTSans-Lt.eot'); src: url('fonts/JUSTSans-Lt.eot?#iefix') format('embedded-opentype'), url('fonts/JUSTSans-Lt.woff2') format('woff2'), url('fonts/JUSTSans-Lt.woff') format('woff'), url('fonts/JUSTSans-Lt.ttf') format('truetype'), url('fonts/JUSTSans-Lt.svg#JUSTSans-Lt') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }

:root{
--body-color: rgb(130, 130, 130);
--header: #000; 
--black-color:rgba(0, 0, 0, 1);
--primary-color:#f9cb0c;
--second-primary-color: #ff0000;
--white-color:rgba(255, 255, 255, 1);

--body-font: 'JUST Sans';
--heading-font: 'JUST Sans SmBd';
--font-semibold:'JUST Sans ExBold';
--font-medium:'JUST Sans Md';
--font-bold:'JUST Sans Bd';
--font-light:'JUST Sans lt';

}

html { scroll-behavior: smooth; }
/* Scrollbar width */
::-webkit-scrollbar { width: 5px; }
/* Scrollbar track */
::-webkit-scrollbar-track { background: #111; }
/* Scrollbar thumb */
::-webkit-scrollbar-thumb { background: #ff0000; border-radius: 10px; }
/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover { background: #ff0000; }

/* ::selection{
color: var(--body-color);
background-color: var(--white-color);
} */
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 16px; color: var(--body-color); line-height: 24px; box-sizing: border-box; overflow-x: hidden;}
*, *:after, *:before {box-sizing: border-box;}

svg path{ transition: all 0.3s; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color: var(--header); line-height:1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:60px;}
h2,.h2 {font-size:34px;}
h3,.h3 {font-size:34px;}
h4,.h4 {font-size:24px;}
h5,.h5 {font-size: 23px;}
h6,.h6 {font-size: 22px;}

/* Create the Default Paragraphs */
p {margin-bottom: 20px; }

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block; color:var(--primary-color); }


/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--heading-font);  font-weight: normal; margin: 0 0 0 0;  padding:14px 35px;  border-radius:0px; background-color:var(--primary-color); border: 1px solid transparent; display: inline-block; vertical-align: middle;  font-size: 16px; color: var(--header); line-height: 1.2; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1;}
.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--primary-color); border: 1px solid var(--primary-color);}

.button.button-border:after, a.button.button-border:after{border-radius:0; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary-color); z-index: -2; transition: all .35s}
.button.button-border:hover:after, a.button.button-border:hover:after{width: 0%;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: var(--primary-color); border-color: var(--header); background-color: var(--header); color: var(--white-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:18px 24px; font-family: var(--body-font);  font-size: 18px; background-color:#fff; letter-spacing: 0;width: 100%; color:var(--body-color); text-transform: none; filter: alpha(opacity=100); border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius:0px; line-height:18px; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color:  #777777;opacity:1;} 
input:-moz-placeholder {color: #777777; opacity:1;} 
input::-moz-placeholder {color:  #777777; opacity:1; } 
input:-ms-input-placeholder {color:  #777777;opacity:1;} 
textarea::-webkit-input-placeholder {color:  #777777; opacity:1; } 
textarea:-moz-placeholder {color: #777777; opacity:1; } 
textarea::-moz-placeholder {color:  #777777; opacity:1; } 
textarea:-ms-input-placeholder {color:  #777777;opacity:1; }

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

textarea{ min-height: 120px; }
/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1620px; width: 100%; padding-left: 50px; padding-right: 50px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }


.col-4 {max-width: 35%;}
.col-6{max-width: 65%;}
.col-3 {max-width: 33.33%;}
.col-2 {max-width: 50%;}
.col-1 {max-width: 100%;}


.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}

.common_color{ color: #d6b035; }

/* header */
.header_top{ background-color: var(--primary-color); text-align: center; color: var(--header); padding: 10px 0; font-size: 12px; }
.header_top span{ display: inline; padding: 0 12px; }
.header_bottom{ padding: 15px 0; }
.header_bottom_inr{ display: flex; align-items: center; justify-content: flex-start; padding: 0 0px 0 0px; gap: 50px; }
.header_logo{ max-width: 12%; width: 100%; line-height: 0; }
.header_logo a{ line-height: 0; width: 100%; }
.header_list{ max-width: 70%; width: 100%; }
.header_list ul{ align-items: center; justify-content: flex-start; gap: 25px; }
.header_list ul li a{ color: var(--header); font-family: var(--heading-font); position: relative; font-size: 14px; }
.header_list ul li > a:hover{ color: var(--second-primary-color); }
.header_list ul li > a::before{ content: ''; position: absolute; left: 0; bottom: -2px; border-bottom: 2px solid var(--primary-color); width: 0; transition: all 0.3s; }
.header_list ul li > a:hover:before{ width: 100%; }
.header_user ul{ justify-content: flex-end; align-items: center; gap: 5px; }
.header_user ul li a{ position: relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.header_user ul li a img{ text-align: center; position: relative; }
.header_user ul li a::before { content: ""; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: var(--primary-color); border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.4s ease; z-index: 0; }
.header_user ul li a:hover::before { transform: translate(-50%, -50%) scale(1); }
.header_user { max-width: 17%; width: 100%; line-height: 0; }

/* Sub_menu */
  ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
  ul li:hover > ul.sub-menu { transform: scaleY(1); }
  ul li ul.sub-menu li{ padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
    ul li ul.sub-menu li:last-child{ border-bottom: 0; }
  ul li ul.sub-menu li a{ color: var(--header); text-align: left; display: block; }
    ul li ul.sub-menu li a:hover{ color: var(--white-color); }
    ul li ul.sub-menu li a::before{ display: none; }
/* banner */

.banner{ position: relative; width: 100%; line-height: 0; max-height: 522px; height: 100%; overflow: hidden; }
.banner_img{ line-height: 0; width: 100%; height: 100%; }
.banner_img img{ width: 100%; height: 100%; object-fit: cover; }

/* service */
.service{ position: relative; padding: 20px 0; }
.service_inr{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 30px 0;}
.service_item{ max-width: 20%; width: 100%; }
.service_item .service_item_box{ width: 100%; text-align: left; display: flex; justify-content: flex-start; align-items: flex-start; gap: 13px; }
.service_item .service_item_box .service_content{ font-family: var(--body-font);  }
.service_item .service_item_box img{ width: 45px; object-fit: contain; }
.service_item .service_item_box .service_content strong{ display: block; padding: 0 0 2px; font-family: var(--heading-font); color: var(--header); }

/* common */
.common{ position: relative; padding: 20px 0; text-align: center; }
.common h2{ text-transform: uppercase; position: relative; width: fit-content; margin: 0 auto; padding: 0 0 8px; }
.section-title { display: flex; align-items: center; justify-content: center; gap: 24px;}
.section-title::before, .section-title::after { content: ""; width: 102px; height: 2px; background-color: var(--primary-color); flex-shrink: 0; }

.common_inr{ display: flex; justify-content: center; flex-wrap: wrap; gap: 40px 0; margin: 0 -20px;  }
.common_item{ max-width: 25%; width: 100%; padding: 0 20px; }
.common_box{ text-align: left; position: relative; }
.common_box p{ margin-bottom: 13px; }
.common_img{ width: 100%; height: 250px; line-height: 0; margin-bottom: 20px; position: relative; }
.common_img img{ width: 100%; height: 100%; object-fit: cover; }
.common_box span{ font-size: 22px; display: flex; align-items: center; gap: 8px; justify-content: flex-start; }
.common_box span ins{ color: var(--second-primary-color); font-family: var(--heading-font); text-decoration: none; }
a.common_img::before{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.2); transition: all 0.5s; transform-origin: center; }
a.common_img:hover:before{ opacity: 1; }

/* all_banners */
.all_banners{ padding:40px 0 20px; position: relative; }
.all_banners_inr{ display: flex; justify-content: center; margin: 0 -20px;  flex-wrap: wrap; }
.all_banners_left{ max-width: 38.1%; width: 100%; padding: 0 20px; }
.all_banners_right{ max-width: 61.9%; width: 100%; padding: 0 20px; }
.all_banners_box{ height: 100%; position: relative; line-height: 0; }
.all_banners_box img{ width: 100%; height: 100%; object-fit: cover; }
.all_banners_box_content{ line-height: 24px; padding: 30px 45px; position: absolute; width: 100%; height: 100%; left: 0; top: 0;display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.all_banners_box_content p{ margin-bottom: 2px; }
.all_banners_box_content h2{ line-height: 1.2; padding: 0 0 5px; }
.all_banners_box_content span{ font-family: var(--font-light);  color: rgb(180, 180, 180);  }
.all_banners_box_content span strong{ font-family: var(--heading-font); color: var(--second-primary-color); display: inline-block; padding-left: 5px; }
.all_banners_right_inr{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 40px 0; margin: 0 -20px; }
.all_banners_right_item{ width: 100%; padding: 0 20px; }
.all_banners_right_item .all_banners_box{ height: 300px; }
.all_banners_right_item .all_banners_box .all_banners_box_content{  padding: 22px 35px; }

.new_banner{ margin: 20px 0; max-height: 469px; position: relative; overflow: hidden; }
.five_common{ padding: 40px 0; }
.five_common .common_inr{ margin: 0 -15px; gap: 30px 0; }
.five_common .common_item{ max-width: 20%; padding: 0 15px; }

.brand_logo{ padding: 10px 0 50px; position: relative; text-align: center; }
.brand_logo_inr{ display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 0; margin: 0 -12px; }
.brand_logo_item{ max-width: 16.66%; width: 100%; padding: 0 12px; }
.brand_logo_item .brand_logo_box{ width: 100%; height: 100%; line-height: 0;  }
.brand_logo_item .brand_logo_box img{ width: 100%; height: 100%; object-fit: cover; }

.testimonial{ position: relative; text-align: center; padding: 10px 0 50px; }
.testimonial_item{ padding: 0 12px; position: relative; width: 100%; }
.testimonial_item .testimonial_box{ width: 100%; height: 468px; overflow: hidden; line-height: 0; }
.testimonial_item .testimonial_box img{ width: 100%; height: 100%; object-fit: cover; }

.featured{ padding: 10px 0 40px; position: relative; }
.featured .common_box p strong{ display: block; color: var(--header); font-family: var(--heading-font); font-weight: normal; }
.featured .common_box a:hover{ color: var(--second-primary-color); }

footer{ background-color: var(--black-color); position: relative; padding: 34px 0 10px; color: var(--white-color); overflow: hidden; }
footer::before{ content: ''; position: absolute; right: -10px; top: -40px; width: 622px; height: 555px; background-image: url(images/logo_main.png); background-repeat: no-repeat; opacity: 11%; } 
footer>*{ position: relative; }
.footer_inr{ display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; padding: 0 0 40px; }
.footer_logo{ max-width: 27%; width: 100%; }
.footer-right { max-width: 73%; width: 100%;     display: flex; justify-content: flex-start; gap: 50px;}
.footer_logo a.footer_img{ line-height: 0; width: 212px; margin-bottom: 20px; }
.footer_logo ul{ display: flex; align-items: center; justify-content: flex-start; gap: 10px; }
.footer_logo ul li a{ line-height: 0; }
.footer_logo ul li a svg{ width: 47px; height: 47px; }
.footer_logo ul li a svg path{ fill: var(--primary-color);transition: all 0.3s; }
.footer_logo ul li a:hover svg path{ fill: var(--second-primary-color); }
.footer-right ul li a{color: var(--white-color); }
.footer-right ul li{ padding: 0 0 8px; }
.footer-right ul li a:hover{ color: var(--primary-color); }
.footer-right h3{ font-size: 22px; line-height: 24px; color: var(--primary-color); font-family: var(--font-medium); padding: 0 0 15px; }
.footer-right .footer-right-box{ width: 18%; }
.footer-right .footer-right-box:last-child{ width: 82%; }
.footer-right .footer-right-box:last-child ul{ column-count: 4; column-gap: 50px; }
.footer-address{ position: relative; padding: 15px 0; border-top: 1px solid rgb(46, 46, 46); border-bottom: 1px solid rgb(46, 46, 46); }
.footer-address ul{ max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 5px 50px; flex-wrap: wrap; }
.footer-address ul li{ width: fit-content; display: flex; align-items: center; justify-content:center; gap: 5px; }
.footer-address ul li:last-child{ width: 100%; text-align:center; }
.footer-address ul li a:hover{ color: var(--second-primary-color); }
.copyright{ padding: 20px 0 10px; display: flex; align-items: center; justify-content: space-between;  }
.copyright p{ margin-bottom: 0; }

/* inner_banner */
.inner_banner{ min-height: 125px; background-color: #e8e8e8; }
.breadcrums{ padding: 15px 0 0; position: relative; }
.breadcrums ul{ display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 0 0 12px; }
.breadcrums ul li{ position: relative; }
.breadcrums ul li::after{ content: '>'; font-family: var(--body-font); color: var(--body-color); font-size: 16px; position: relative; right: -5px;  }
.breadcrums ul li a{ color: var(--body-color); position: relative; }
.breadcrums ul li:last-child:after{ display: none; }
.breadcrums ul li a:hover{ color: var(--second-primary-color); }
.breadcrums ul li:last-child a{ pointer-events: none; }
.search-categroies{ display: flex; align-items: center; justify-content: space-between; }
.search-box{ display: flex; align-items: center; gap: 8px;  }
.search-box input{ width: 174px; height: 42px; border-radius: 0; padding: 10px 15px; }
.product_listing{ padding: 30px 0 40px; }

.product_detail{ border-top:1px solid rgb(232, 232, 232); padding-bottom: 10px; }
.product_details{ padding-bottom: 60px; position: relative; }
.product_details_left{ max-width: 55%; width: 100%; }
.product_details_left .product_details_box{ display: flex; justify-content: space-between; gap: 20px; height: 100%; }
.product_details_left .product_details_box .slider-nav{ width: 20%; margin-bottom: -20px; }
.product_details_left .product_details_box .slider-nav .slider_nav_box{ width: 100%; height: 170px; line-height: 0; padding-bottom: 10px; }
.product_details_left img{ width: 100%; height: 100%; object-fit: cover; }
.product_details_left .product_details_box .slider-for{ max-width: 80%; width: 100%; }
.product_details_left .product_details_box .slider-for div{ width: 100%; height: 100%; line-height: 0; }
.product_details_inr { display: flex; gap: 50px; justify-content: space-between; }
.product_details_right{ max-width: 45%; width: 100%; }
.product_details_right h2{ font-size: 26px; padding: 0 0 22px; }
.product_details_right .product_details_box .avileble{ padding: 0 0 14px; }
.product_details_right .product_details_box .avileble span{ color: var(--header); line-height: 26px; }
.product_details_right .product_details_box .avileble span:last-child{ display: block; }
.product_details_right .product_details_box .avileble strong{ font-weight: normal; font-family: var(--body-font); color: green; }
.product_details_right .product_details_box .price{ font-size: 22px; color: rgb(194, 194, 194); display: flex; align-items: center; gap: 8px; justify-content: flex-start; padding: 0 0 8px; }
.product_details_right .product_details_box .price ins{ color: var(--second-primary-color); font-family: var(--heading-font); text-decoration: none;}

.bottom_accordion .accordion{ position: relative; padding: 15px 0; border-top: 1px solid rgb(194, 193, 193); font-size: 16px; font-family: var(--body-color); color: var(--header); }
.accordion::before{ content: ''; position: absolute; right: 5px; top: 50%; transform: translateY(-50%) rotate(90deg); width: 10px; height: 10px; background-image: url(images/arrow.png); background-repeat: no-repeat; transition: all 0.5s; }
.accordion.active::before{transform: translateY(-50%) rotate(0deg);  }
.accordion-content{ font-size: 12px; font-family: var(--body-font); }
.accordion-content strong{ font-weight: normal; font-size: 12px; color: var(--header); }
.select_out { padding: 20px 0 0; border-top: 1px solid #e8e8e8;}
.select_out label{ color: var(--header); display: block; padding: 0 0 8px;  }
.select_out_label input{ width: 200px; height: 44px; padding: 15px; }
.btn { padding: 16px 0; display: flex; align-items: center; gap: 20px; justify-content: center; }
.btn a.button{ width: 50%; }
.btn a.button:first-of-type{ border-width: 1px; background-color: rgb(245, 245, 245);  border-color: rgb(210, 210, 210);
  border-style: solid;}
.btn a.button:first-of-type:hover{ background-color: var(--header); }
.scroll-animate { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.scroll-animate.active { opacity: 1; transform: translateY(0); }