@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
    --primary-color : #573130;
    --second-color : #FDD18A;
    --text-color: #242B33;
    --boogaloo-family: 'Boogaloo', cursive;
    --overlock-family: 'Overlock', cursive;
    --poppins-family: 'Poppins', sans-serif;
    --roboto-family: 'Roboto', sans-serif;
}

body{
   font-family: var(--poppins-family); 
}
h1,h2{
    font-family: var(--boogaloo-family);
}

/* Top Slider */
.main_brand_img {
    max-width: 136px;
    transition: all 200ms linear;
}
#mainMenuTop li a{
    font-size: 16px;
    font-family: var(--poppins-family);
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 20px;
}
#mainMenuTop li a.active{
    font-weight: 600;
}
#mainMenuTop li a:hover{
   color: white;
}
.primary_navbar .navbar{
    transition: all 200ms linear;
}
.white_bg {
    background: white !important;
    padding: 5px 0px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.11);
    transition: all 200ms linear;
}
.slider_1{
    background:linear-gradient(300deg,#FDD18A,#FFE9C6);
    position: relative;
}
.slider_2{
    background:rgba(255, 232, 195, 0.7);
    position: relative;
}
.slider_text{
    position: relative;
    z-index: 1;
}
.slider_1::after,.slider_2::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../imgs/sliders/bottom_waves.png');
    background-size: contain;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.carousel-control-next, .carousel-control-prev{
    width: 5%;
}
.slider_img {
    object-fit: contain;
    min-height: 90vh;
    max-height: 90vh;
    object-fit: contain;
}
.slider_arrows, .slider_arrows {
    background-color: rgba(86, 49, 48, 1);
    padding: 0;
    width: 25px;
    border-radius: 40px;
    height: 50px;
    font-weight: bold;
    color: var(--second-color);
    line-height: 50px;
    -webkit-text-stroke: 2px;
}
.slider_2,.slider_1{
    padding-top: 70px;
}
.slider_1 .slider_title {
    font-size: 65px;
    line-height: 80px;
    color: var(--primary-color);
}
.slider_1 .content-box_slider:before {
    content: '';
    position: absolute;
    background: url('../imgs/sliders/slider1_bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -100px;
    top: -10px;

}
.slider_1 .slider_title .big_text {
    font-size: 100px;
}
.slider_1 .slider_para {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.content-box_slider {
    padding: 50px;
    position: relative;
}
.slider_para {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
}
#sliders .carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100px !important;
    border: 1px solid transparent !important;
    background: #ededed;
}
#sliders .carousel-indicators button.active{
    width: 20px !important;
    background: var(--second-color);
}
.slider_2 .slider_title {
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.slider_2 .download_button.d-flex img {
    max-width: 203px !important;
    margin-right: 10px;
}

.white_bg .main_brand_img {
    max-width: 96px;
    transition: all 200ms linear;
}

/* About Us */
#about {
    padding: 70px 0px;
}
.center_icon_title {
    font-size: 64px;
    color: var(--primary-color);
    margin-bottom: 51px;
}
.about_info_subtitle {
    font-family: var(--overlock-family);
    font-size:34px;
    color: var(--primary-color);
}
.about_us_img {
    max-width: 450px;
    margin: auto !important;
}
.about_para {
    font-size: 19px;
    margin-bottom: 30px;
}
.center_icon_title {
    position: relative;
}
/* .center_icon_title:after {
    content: '';
    background: url('../imgs/arrow2.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 59%;
    top: 43%;
    transform: rotate(5deg);
    width: 80px;
    height: 100%;
    background-size: contain;
}
.center_icon_title:before {
    content: '';
    background: url('../imgs/arrow.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 34%;
    top: 43%;
    transform: rotate(5deg);
    width: 80px;
    height: 100%;
    background-size: contain;
} */

.arors_content {
    max-width: 80px;
    margin: 0px 10px;
}
#offers {
    padding: 70px 0px;
    background: linear-gradient(180deg, #FFF4E3 0%, rgba(251, 251, 251, 0.00) 100%);
    border: 1px solid rgba(86, 49, 48, 0.36);
    position: relative;
}
#offers::before {
    content: '';
    background: url(../imgs/offer_bg_img.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    left: 0;
    background-position: right;
    background-size: contain;
    background-attachment: fixed;
}
.section_left_title.offer_title {
    color: var(--primary-color);
    font-family: var(--boogaloo-family);
    font-size: 64px;
    margin-bottom: 33px;
}
p.offer_para {
    color: #000;
    font-family: var(--poppins-family);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

.offer_title .arors_content {
    max-width: 130px;
    top: 30px;
    position: relative;
}

/* Team */
#team{
    padding: 70px 0px;
}
.avatar_name {
    color:  #101828;
    font-family: var(--poppins-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0px;
}
.avatar_position {
    color: var(--primary-color);
    font-family: var(--poppins-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 5px 0px;
}
.member_comment {
    color: #000;
    font-family: var(--poppins-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.social_links a {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
}
.social_links a:hover{
    color: var(--second-color);
}
.user_avatar {
    margin-right: 20px;
}
.img-fluid.w-100.team-avartar {
    min-width: 230px !important;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border: 3px solid #cecece;
    border-radius: 250px;
}
.row.sec_team_row {
    margin-top: 50px;
}

/* Partner */
#partner{
    padding: 100px 0px;
    background: url('../imgs/partner_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#partner .section_title {
    color: var(--primary-color);
    font-family: var(--boogaloo-family);
    font-size: 64px;
    margin-bottom: 33px;
}
.form-floating {
    margin-bottom: 20px;
}
#partner .form-control, #partner .form-select {
    background-color: rgba(255,255,255,.9);
}
.form-floating label {
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--poppins-family);
    font-weight: 500;
}
.form-control:focus, .form-control:active , .form-select:focus{
    background: white !important;
    box-shadow: none;
    border-color: var(--primary-color);
}
.form-control:focus label{
    opacity: .2 !important;

}
#partner .arors_content {
    max-width: 110px;
    margin: 0px 10px;
}
textarea#comment {
    height: 130px;
}
input#request_submit {
    border-radius: 5px;
    background: var(--second-color);
    border: none;
    font-size: 20px;
    color: var(--primary-color);
}
input#request_submit:hover{
    background: var(--primary-color);
    color: var(--second-color);
}
/* contact */
#contact{
    padding: 70px 0px;
    background: rgba(252, 238, 213, 0.20);
}
.info_card_content{
    border-radius: 8px;
    border: 1px solid rgba(86, 49, 48, 0.50);
    background: #FFF;
    min-height: 120px;
    padding-top: 30px;
}
.info_card{
    position: relative;
    margin-bottom: 50px;
}
.info_card_icon {
    position: absolute;
    top: -32px;
    background: var(--second-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 500px;
    color: var(--primary-color);
}
p.info_card_title.text-center {
    margin-bottom: 0px;
    font-size: 16px;
    color: var(--primary-color);
    font-family: var(--roboto-family);
    font-weight: 500;
}
.info_card_text.text-center {
    font-size: 14px;
    padding: 10px 5px;
    color: black;
    margin-bottom: 0;
    padding-top: 0;
}
.size_high{
    font-size: 27px;
    line-height: 68px;
}
.links_infomation a {
    font-size: 20px;
    margin: 8px;
    color: var(--primary-color);
}
.links_infomation a:hover {
    color: var(--second-color);
}
#contact_submit_btn  {
    border-radius: 5px;
    min-width: 131px;
    background: var(--primary-color);
    border: none;
    font-size: 20px;
    color: var(--second-color);
    margin-top: 0px !important;
}
#contact_submit_btn:hover{
    background: var(--second-color);
    color: var(--primary-color);
}

/* locations_store */
#locations_store{
    padding: 70px 0px;
    background: #F7E7CC;
}
.icon_search_field {
    position: absolute;
    top: 29%;
    right: 17px;
    color: black;
}
.location_store {
    background: rgba(255,255,255,.5);
    padding: 20px 20px 0px 20px;
    border-radius: 5px;
}
.location_store .form-select {
    background: transparent;
    border: none;
    border-right: 2px solid #D0D5DD;
    border-radius: 0;
}
.form-floating>.form-select~label{
    opacity: 1;
    color: black;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
 background: transparent;
}
.location_store .form-floating>.form-select ,.location_store .form-floating>.form-control{
    padding-top: 30px;
    padding-bottom: 0.625rem;
    min-height: 70px;
    background: transparent;
    
}
.location_store .form-floating>.form-control{
    border: none;
}
.location_store label{
    font-size: 20px;
    color: #000 !important;
}
input#submit_filter{
    min-height: 70px;
    border-radius: 5px;
    min-width: 131px;
    background: var(--primary-color);
    border: none;
    font-size: 20px;
    color: white;
    margin-top: 0px !important;
}
input#submit_filter:hover{
    background: var(--second-color);
    color: var(--primary-color);
}

/* Footer */
.main_footer {
    background: var(--primary-color);
    padding: 30px 0px;
}
.footer_logo {
    max-width: 136px;
}
.footer_text , .footer_nav a{
    margin: 0;
    color: var(--second-color);
    font-size: 14px;
    font-family: var(--roboto-family);
}
.footer_nav a:hover{
    text-decoration: underline;
    color: var(--second-color);
}
.success_msg {
    background: #0ee263;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    z-index: 5555;
    padding: 10px;
    box-shadow: 0px 0px 10px #56ff9ac9;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
}
.not_success_msg {
    background: #e21e0e;
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin: auto;
    position: fixed;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    z-index: 5555;
    padding: 10px;
    box-shadow: 0px 0px 10px #e21e0e82;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
}
.top_section_heading {
    background: linear-gradient(45deg, #FFEA9F, #FEF9F3);
    padding: 160px 10px 70px;
}
.all_content_pl {
    padding: 70px;
    background: #fcfcfc;
}
.all_content_pl p strong{
    font-family: var(--boogaloo-family);
    font-size: 30px;
    color: var(--primary-color);
    display: block;
    margin: 30px 0px;
}
.all_content_pl p {
    font-size: 16px;
    line-height: 25px;
    color: var(--text-color);
}
.all_content_pl a {
    color: #000;
    font-weight: 500;
    word-break: break-all;
}
.all_wrap{
    background: white;
    padding: 20px;
    border: 1px solid #e9e9e9;
}
.all_content_pl a:hover{
    color: var(--primary-color);
}
.btn_to_top {
    position: fixed;
    z-index: 11;
    right: 10px;
    bottom: 10px;
}
.btn_to_top .scrollTop {
    background: white;
    border: 2px solid var(--primary-color);
    border-radius: 43px;
    height: 32px;
    color: var(--primary-color);
}
.info_card_text.text-center a {
    color: black;
    text-decoration: none;
}
.info_card_text.text-center a:hover{
    text-decoration: none;
    color: var(--second-color);
}