@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@font-face {
    font-family: 'Domaine Disp Nar';
    src: url('../fonts/DomaineDispNarMedium.eot');
    src: url('../fonts/DomaineDispNarMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/DomaineDispNarMedium.woff2') format('woff2'), url('../fonts/DomaineDispNarMedium.woff') format('woff'), url('../fonts/DomaineDispNarMedium.ttf') format('truetype'), url('../fonts/DomaineDispNarMedium.svg#DomaineDispNarMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Domaine Disp Nar';
    src: url('../fonts/DomaineDispNarSemibold.eot');
    src: url('../fonts/DomaineDispNarSemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/DomaineDispNarSemibold.woff2') format('woff2'), url('../fonts/DomaineDispNarSemibold.woff') format('woff'), url('../fonts/DomaineDispNarSemibold.ttf') format('truetype'), url('../fonts/DomaineDispNarSemibold.svg#DomaineDispNarSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root{
    --primary: #e30016;
    --secondary: #1b1918;
    --txt: #2b2b2b;
    --white: #ffffff;
    --light: #f8f8f8;
    --black: #000000;
    --fontTitle: 'Domaine Disp Nar';
    --fontBody: "Lato", sans-serif;
}
*{ margin:0; padding:0;}
html{ scrollbar-width: thin; -ms-overflow-style: none; scrollbar-color: var(--primary) var(--light);}
body{ padding:0; margin:0; font-size:16px; color:var(--txt); font-family: var(--fontBody); overflow-x: hidden;}
a, button{outline:none !important; text-decoration:none; box-shadow:none; transition:all .4s ease-in-out;}
a:hover, a:focus, select:focus, button:focus,.btn:focus,btn.focus { outline:none; text-decoration:none; box-shadow:none;}
img { border:none; vertical-align:middle; max-width:100%; height:auto; width: auto;}
li{ list-style:none;}
h1, h2, h3, h4, h5, h6{ outline:none !important;}
input, select, textarea, button{ outline:none !important; box-shadow:none;}
input, textarea, select{ box-shadow:none !important;}

.container{ width:90%; max-width:1300px; margin:0 auto; padding:0;}

h1{ font-size: 65px; line-height: 120%; font-family: var(--fontTitle);}
h2{ font-size: 55px; line-height: 120%; font-family: var(--fontTitle);}
h3{ font-size: 25px; line-height: 140%;}
h4{ font-size: 23px; line-height: 140%;}
h5{ font-size: 20px; line-height: 150%;}
h6{ font-size: 18px; line-height: 150%;}

p{ font-size: 18px; line-height: 28px; color: var(--txt);}
p a{ color: var(--secondary);}
p a:hover{ color: var(--navy);}

.btn-group{ display: flex; flex-wrap: wrap; gap: 10px;}
.btns{ margin: 0; padding: 11px 25px; font-size: 19px; font-weight: 700; display: inline-flex; gap: 10px; align-items: center; border: none; border-radius: 100px; background: var(--primary); color: var(--white); border: none; position: relative; justify-content: center;}
.btns:hover{ background: var(--secondary); color: var(--white);}
.btns.secondary{ background: var(--secondary); color: var(--white);}
.btns.secondary:hover{ background: var(--black); color: var(--white);}
.btns.action{ padding: 8px 8px 8px 20px;}
.btns.action:after{ content: ""; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--white); background: url(../images/action_icon.png) no-repeat 52% 50%; display: inline-block; transition:all .3s ease-in-out;}
.btns.action:hover:after{ background-position: 60% 40%;}

.title{ margin: 0 0 40px; padding: 0 0 6px; font-weight: 400; color: var(--secondary); position: relative; text-transform: uppercase;}
.title::before{ width: 94px; height: 2px; background:var(--primary); content: ""; position: absolute; left: 0; bottom: 0;}
.title.center{ text-align: center;}
.title.center::before{ left: 0; right: 0; margin: auto;}
.title.white{ color: var(--white);}
.title.white::before{ filter: brightness(0) invert(1);}

/*===================
 		HEADER 
===================*/
.header_area{ width:100%; padding:0; margin:0; background: var(--white); position:relative; top:0; z-index:100; transition:all .3s ease-in-out;}

.header_area .navbar{ margin:0; padding:11px 0;}
.header_area .navbar-brand{ width: 150px; margin:0; padding:0;}
.header_area .navbar-brand img{ width: 100%; transition:all .3s ease-in-out;}
.header_area .navbar-nav .nav-item{ margin:0 70px 0 0; transition:all .3s ease-in-out;}
.header_area .navbar-nav .nav-link{ margin:0; padding:5px 0; font-weight: 500; font-size: 18px; color: var(--txt); display: flex !important; align-items: center; position: relative; text-transform: uppercase;}
.header_area .navbar-nav .nav-link::before{ content: ""; width: 0; height: 2px; background: var(--primary); position: absolute; bottom: 0; left: 0; transition: all .3s;}
.header_area .navbar-nav .btns{ text-transform: capitalize;}
.header_area .offcanvas-body{ align-items: center;}

.header_area .navbar-nav .nav-link:hover{ color: var(--primary); border-color: var(--primary);}
.header_area .navbar-nav .nav-link.active, .header_area .navbar-nav .show > .nav-link{ color: var(--primary); border-color: var(--primary);}
.header_area .navbar-nav .nav-link:hover::before{ width: 24px;}
.header_area .navbar-nav .nav-link.active::before, .header_area .navbar-nav .show > .nav-link::before{ width: 24px;}

/* HEADER STICKY */
.header_area.sticky{ position: fixed;}
.header_area.sticky .navbar-brand{ width: 120px;}
.header_area.sticky .navbar-nav .nav-item{ margin-right: 40px;}

/*===================
 		FOOTER 
===================*/
.footer_area{ margin: 0; padding: 0; background: var(--secondary); position: relative;}
.footer_area .left{ padding: 90px 30px 30px 0; height: 100%;}
.footer_area .middle{ padding: 90px 30px; border-left: 1px solid rgba(255,255,255,0.15); border-right: 1px solid rgba(255,255,255,0.15); height: 100%;}
.footer_area .right{ padding: 90px 0 40px 30px; width: 100%; max-width: 300px; margin-left: auto; height: 100%;}
.footer_area h5{ margin: 0 0 20px; padding: 0; color: var(--white); text-transform: uppercase;}
.foot-link{ margin: 0; padding: 0;}
.foot-link li{ margin: 0 0 22px; padding: 0; font-size: 17px; color: #7e7a78;}
.foot-link li a{ color: #7e7a78;}
.foot-link li a:hover{ color: var(--white);}
.footer_area figure{ margin: 0 0 30px; text-align: center;}
.social{ margin: 0; padding: 0; display: flex; justify-content: center; gap: 10px;}
.social li{ margin: 0; padding: 0;}
.social li a{ width: 38px; height: 38px; background: rgba(255,255,255,0.06); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.social li a img{ transition: all .4s;}
.social li a:hover{ background: var(--primary);}
.social li a:hover img{ filter: brightness(0) invert(1);}
.add_info{ margin: 0; padding: 0;}
.add_info li{ margin: 0 0 13px; padding: 0 0 0 24px; font-size: 17px; color: #7e7a78; position: relative;}
.add_info li a{ color: var(--primary);}
.add_info li img{ position: absolute; top: 4px; left: 0;}
.add_info li a:hover{ color: var(--white)}
.copyright{ padding: 40px 0; text-align: center; border-top: 1px solid rgba(255,255,255,0.15);}
.copyright p{ margin: 0; color: #7e7a78;}
.copyright p b{ color: var(--white)}

/* Return To Top */
#return-to-top{ position:fixed; bottom:10px; right:16px; background:var(--secondary); width:38px; height:38px; border-radius:50%; text-decoration: none; text-align:center; display:none; transition: all 0.3s ease; z-index:10; justify-content: center; align-items: center; padding-bottom: 3px;}
#return-to-top svg{ width: 16px; height: auto;}
#return-to-top svg path{ transition: all 0.3s ease;}
#return-to-top:hover { background:var(--primary);}
#return-to-top:hover svg path{ fill: var(--white);}

/*=================================
 		SECTION START HERE 
=================================*/
section{ padding:0; margin:0;}

.hero_area{ padding: 0; background: var(--secondary); position: relative; overflow: hidden;}
.hero_area .bg{ width: 100%; object-fit: cover;}
.hero_area .overly{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--black); opacity: 0.2; z-index: 2;}
.hero_area .cap{ position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); z-index: 3;}
.hero_area .cap_inn{ width: 100%; max-width: 700px;}
.hero_area h1{ margin: 0 0 20px; color: var(--white); text-shadow: 3px 2px 0 var(--secondary); text-transform: uppercase;}
.hero_area p{ margin: 0; font-size: 22px; color: var(--white);}

.hero_area .splide__arrow{ height: 60px; width: 60px; background: var(--white); border:none; opacity: 1; transition:all .4s ease-in-out;}
.hero_area .splide__arrow--prev{ left: -30px; justify-content: flex-end; padding-right: 8px;}
.hero_area .splide__arrow--next{ right: -30px; justify-content: flex-start; padding-left: 8px;}
.hero_area .splide__arrow svg{ transition:all .4s ease-in-out; fill: #a1a1a1;}
.hero_area .splide__arrow:hover{ background: var(--white); border-color: var(--white); margin: 0 5px;}
.hero_area .splide__arrow:hover svg{ fill: var(--primary);}

/* About */
.about_area{ padding: 150px 0 75px;}
.about_area figure{ margin: 0 0 30px;}
.about_area figure img{ width: 100%;}
.about_area .detail{ margin: 0 0 30px;padding-bottom: 123px;}
.about_area p{ margin: 0 0 15px;}
.about_area .block{ margin-top: -123px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.1); display: flex; align-items: flex-end; gap: 10px; flex-direction: row-reverse; justify-content: space-between; min-height:93px;}
.about_area .block i{ display: flex; min-width: 51px; width: 51px;}
.about_area .block p{ margin: 0;}
.about_area .block strong{ font-size: 45px; display: block; font-weight: 700; color: var(--secondary); line-height: 120%;}

/* Featured */
.featured_area{ margin: 0; padding: 75px 0;}
.featured_block figure{ margin: 0 0 18px; padding: 0;}
.featured_block figure img{ width: 100%;}
.featured_block .star{ margin: 0 0 8px; padding: 0; display: flex; align-items: center; gap: 5px;}
.featured_block h4{ margin: 0; font-weight: 600; color: var(--secondary);}
.featured_area .splide__arrow{ height: 55px; width: 55px; background: #F5F5F5; border:none; opacity: 1; transition:all .4s ease-in-out;}
.featured_area .splide__arrow--prev{ left: -115px;}
.featured_area .splide__arrow--next{ right: -115px;}
.featured_area .splide__arrow svg{ transition:all .4s ease-in-out; fill: #a1a1a1;}
.featured_area .splide__arrow:hover{ border-color: var(--white);}
.featured_area .splide__arrow:hover svg{ fill: var(--primary);}

/* New */
.new_area{ margin: 75px 0; padding:0; background: var(--light);}
.new_area figure{ height: 100%; display: flex; margin: 0;}
.new_area figure img{ width: 100%; object-fit: cover;}
.new_area .detail{ padding: 30px; text-align: center;}
.new_area h2 small{ display: block; font-size: 25px; margin-bottom: 40px; line-height: normal;}

/* Contact */
.info_contact{ padding: 75px 0 60px;}
.info_contact .inner{ margin: 0; padding: 70px 80px 80px 80px; background: var(--primary) url(../images/contact.png) no-repeat right bottom; background-size: auto 507px;}
.form_info{ width: 100%; max-width: 568px;}
.form_block{ margin: 0 0 15px;}
.form_block span{ font-size: 14px; color: var(--white);}
.form_block .form-control{ width: 100%; border: none; box-shadow: none; border-radius: 55px; height: 55px; background: var(--white); padding: 0 20px; font-size: 18px; color: var(--txt);}
.form_block textarea.form-control{ height: 95px; border-radius: 20px; padding: 15px 20px;}
.invalid-feedback{ color: #ffc0c6;}
.valid-feedback{ color: #69dba6;}

/* Insta */
.insta_area{ margin-top: 60px; padding: 54px 0 20px; background: var(--light); overflow: hidden;}
.insta_btn{ margin: 0; padding: 13px 30px; font-size: 19px; font-weight: 700; color: var(--primary); border-radius: 55px; background: var(--white); border: 1px solid rgba(0,0,0,0.1); display: inline-flex; align-items: center; gap: 10px;}
