@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bayon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orelega+One&display=swap');

/*
	font-family: "Poppins", sans-serif;
	font-family: "Bayon", sans-serif;
	font-family: "Orelega One", serif;
*/

@font-face {
	font-family: 'fontspring_demo_-_juana_altRg';
	src: url('../webfont/fontspring-demo-juanaalt-regular-webfont.woff2') format('woff2'),
		 url('../webfont/fontspring-demo-juanaalt-regular-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;}
@font-face {
	font-family: 'juana_altmedium';
	src: url('../webfont/fontspring-demo-juanaalt-medium-webfont.woff2') format('woff2'),
		 url('../webfont/fontspring-demo-juanaalt-medium-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;}
@font-face {
	font-family: 'juana_altsemibold';
	src: url('../webfont/fontspring-demo-juanaalt-semibold-webfont.woff2') format('woff2'),
		 url('../webfont/fontspring-demo-juanaalt-semibold-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;}
@font-face {
	font-family: 'juana_altbold';
	src: url('../webfont/fontspring-demo-juanaalt-bold-webfont.woff2') format('woff2'),
		 url('../webfont/fontspring-demo-juanaalt-bold-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;}
@font-face {
	font-family: 'juana_altblack';
	src: url('../webfont/fontspring-demo-juanaalt-black-webfont.woff2') format('woff2'),
		 url('../webfont/fontspring-demo-juanaalt-black-webfont.woff') format('woff');
		 font-weight: normal;
		 font-style: normal;}

/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/
* { box-sizing: border-box !important; }
html { scroll-behavior: smooth; }
body { color: #042724; font-size: 14px; font-family: "Poppins", sans-serif; line-height: 1.80857; font-weight: normal; overflow-x: hidden; background: #fff7f0; }
a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
a:hover { color: #c4822f; }
h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0 0 10px 0; font-weight: normal; line-height: normal; color: #042724; margin: 0 }
h1 { font-size: 24px }
h2 { font-size: 22px }
h3 { font-size: 18px }
h4 { font-size: 16px }
h5 { font-size: 14px }
h6 { font-size: 13px }
*, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
::-moz-selection { color: #fff; background: #c4822f; }
::selection { color: #fff; background: #c4822f; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none !important; opacity: 1 }
button:focus { outline: none; }
ul, li, ol { margin: 0px; padding: 0px; list-style: none; }
p { margin: 0px; font-weight: 300; font-size: 15px; line-height: 24px; }
a { color: #222222; text-decoration: none; outline: none !important; }
a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
img { max-width: 100%; height: auto; }
:focus { outline: 0; }
.primary-btn-design { background: #042724; color: #FFF7F0; border-radius: 40px; font-size: 16px; font-weight: 500; padding: 6px; padding-left: 35px; display: inline-block; cursor: pointer; border: none; line-height: 28px; }
.primary-btn-design span { background: #FFF7F0; border-radius: 30px; padding: 6px 20px; display: inline-block; margin-left: 35px; }
.primary-btn-design span img { max-width: 35px; display: inline-block; }
.primary-btn-design:hover { color: #FFF7F0; }
.scrollup { float: right; position: absolute; color: #fff; right: 20px; padding: 0px 5px; text-transform: uppercase; font-weight: 600; background: #38c8a8; position: fixed; bottom: 20px; z-index: 99; text-align: center; color: #fff; cursor: pointer; border-radius: 0px; opacity: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transition: .2s all ease; -moz-transition: .2s all ease; -o-transition: .2s all ease; -webkit-transition: .2s all ease; width: 50px; height: 50px; border-radius: 100%; line-height: 48px; font-size: 16px; }
.scrollup.b-show_scrollBut { opacity: 1; visibility: visible; }

/*---------------------------------------------------------------------
    header area
---------------------------------------------------------------------*/
.logo_section { text-align: center; }
.logo { float: left; }
nav.main-menu { float: right; margin-left: 0; }
.menu-area-main li:hover a, .menu-area-main li:focus a { color: #c4822f; }
.menu-area-main li.active a { color: #c4822f; }
.main-menu { text-align: center; }
.main-menu ul { margin: 0; list-style-type: none; }
.main-menu ul>li { display: inline-block; position: relative; }
.main-menu ul>li a { padding: 0 25px; line-height: 20px; font-size: 16px; display: block; font-weight: 500; color: #042724; }
.sub-down li { background: #ffffff; }
.main-menu ul>li .sub-down li a { color: #114c7d; font-size: 15px; text-transform: capitalize; font-weight: 300; padding: 12px 5px; position: relative; border-bottom: solid #eee 1px; }
.main-menu ul>li .sub-down li a::before { }
.main-menu ul>li .sub-down li a:hover { color: #111111; }
.main-menu ul>li .sub-down li a:hover::before { }
.main-menu ul li:first-child { margin-left: 0; }
.main-menu ul>li>ul { opacity: 0; position: absolute; text-align: left; top: 100%; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; visibility: hidden; width: 240px; z-index: 999; background: #fff; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.main-menu>ul>li:hover>ul { -webkit-transform: scaleY(1); transform: scaleY(1); visibility: visible; opacity: 1; }
.main-menu ul>li>ul>li { margin: 0px; position: relative; display: block; }
.main-menu ul>li>ul>li:hover>ul { -webkit-transform: scaleY(1); transform: scaleY(1); visibility: visible; opacity: 1; left: 100%; top: 10px; }
.main-menu ul>li>ul>li>a { background: none !important; }
.mean-container .mean-nav { margin-top: 0px; position: absolute; top: 100%; }
.main-menu ul>li { position: inherit; display: inline-block; vertical-align: middle; }
.main-menu ul>li:nth-child (6) { padding-right: 0px; }
.nav>li { position: inherit; display: inline-block; vertical-align: middle; }
.megamenu .sub-down { max-width: 1140px; width: 100%; left: 0; margin: 0 auto; right: 0; padding: 15px 0px; }
.sub-full { }
.simple-down { padding: 15px; }
.megamenu-categories { padding: 10px 0px; }
.sub-full.megamenu-categories li { display: block; }
.megamenu .sub-full.megamenu-categories ol li a { padding: 5px 0px; font-size: 15px !important; font-weight: 500; }
.sub-full.megamenu-categories ol li .category-title { padding: 15px 0px; font-size: 16px; font-weight: 600; text-transform: uppercase; }
.sub-full.megamenu-categories ol li .category-box a { padding: 5px 0px; }
.menu-add { padding: 30px 15px; }
.menu-add img { width: 100%; }
.main-w img { width: 100%; }
.women-box { position: relative; }
.women-box::before { content: ""; position: absolute; background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; }
.banner-up-text { position: absolute; bottom: 10px; left: 0px; right: 0px; text-align: center; }
.text-a { color: #fff; text-transform: uppercase; font-size: 40px; line-height: 40px; font-weight: 700; }
.text-b { color: #fff; font-size: 28px; text-transform: uppercase; line-height: 30px; padding: 20px 0px; }
.text-c { color: #ffffff; font-size: 31px; font-weight: 300; text-transform: uppercase; line-height: 30px; padding-bottom: 20px; }
.megamenu .sub-full.megamenu-categories .women-box .banner-up-text a { background: #111111; color: #ffffff !important; display: inline-block; padding: 10px 16px; border-radius: 2px; overflow: hidden; font-size: 16px; }
.sticky-wrapper .sticky-wrapper-header { z-index: 20 !important; background: #ffffff; }
.is-sticky .sticky-wrapper-header .middle-area { padding: 10px 0px }
.sticky-wrapper:not(.is-sticky) { height: auto !important; }
.hover-btn { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; background: #111111; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hover-btn::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #38c8a8; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; display: block !important; }
.hover-btn:hover::before, .hover-btn:focus::before, .hover-btn:active::before { -webkit-transform: scaleX(1); transform: scaleX(1); }
.hover-btn:hover, .hover-btn:focus, .hover-btn:active { color: white; box-shadow: none; }
.btn-secondary.focus, .btn-secondary:focus { box-shadow: none; }
.img-responsive { max-width: 100%; }
.padding_right_15_inner { padding-right: 15px; }
.padding_left_15_inner { padding-left: 15px; }
.dark_bg { background: #114c7d; }
ul.sociel_link { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; float: left; }
.top-box p { float: right; padding-top: 10px; color: #000; }
ul.sociel_link li { display: inline-block; }
ul.sociel_link li a { color: #000; width: 50px; height: 50px; float: left; text-align: center; line-height: 50px; border-radius: 100%; font-size: 18px; }
.header { margin: 30px 0 90px 0; }
.logo a { font-size: 40px; font-weight: bold; text-transform: uppercase; color: #fff; line-height: 40px; }
.relative { position: absolute; top: 50%; transform: translateY(-50%); bottom: auto; text-align: left; }
.banner-main { position: relative; }
.banner-main .carousel-caption h1 { color: #020000; font-size: 85px; line-height: 90px; text-transform: uppercase; }
.banner-main .carousel-caption p { color: #050000; font-weight: 500; line-height: 23px; }
.banner-main .carousel-caption a { width: 250px; background: #c4822f; padding: 9px 0px; color: #fff; font-size: 17px; border-radius: 30px 0px 30px 30px; display: inline-block; text-align: center; margin-top: 20px; }
.banner-main .carousel-caption a:hover { background: #000; }
.yellow_bold { color: #c4822f; }
.brands-section { margin-top: 100px; margin-bottom: 100px; }
.brands-section h3 { border-bottom: 4px solid #042724; font-family: 'juana_altbold'; font-size: 24px; font-style: italic; padding: 0 0 10px 0; }
.brands-section ul li { min-width: 150px; text-align: center; margin: 0 15px; }
.brands-section ul li.brands-seprater { min-width: 45px; }
.about-section { margin-top: 100px; }
.about-section h3 { border-bottom: 4px solid #042724; font-family: 'juana_altbold'; font-size: 24px; font-style: italic; padding: 0 0 10px 0; }
.about-section h2 { font-size: 32px; margin-bottom: 20px; }
.about-section h2 span { font-family: 'juana_altbold'; color: #c4822f; }
.about-section h2 span span { font-family: "Poppins", sans-serif; }
.about-section p { font-size: 20px; line-height: 30px; }
.lets-get-started { overflow: hidden; }
.lets-get-started .lines-circle { position: absolute; left: -120px; max-height: 100%; }
.lets-get-started-text { margin: 40px 0; }
.lets-get-started-text ul { gap: 120px; }
.lets-get-started-text-1 { font-family: "Bayon", sans-serif; font-size: 64px; line-height: 50px; }
.lets-get-started-text-2 { font-size: 20px; line-height: 24px; }
.lets-get-started-text ul li div{ gap: 15px; }
.better-lifestyle h2 { padding: 0; font-family: 'juana_altmedium'; font-size: 50px; margin-bottom: 35px; line-height: 65px; }
.better-lifestyle h2 span { color: #c4822f; }
.better-lifestyle p { font-size: 20px; margin-bottom: 50px; line-height: 32px; }
.services-section { padding: 110px 0 0 0; }
.services-section h2 { text-align: center; padding: 0; font-family: 'juana_altmedium'; font-size: 60px; margin-bottom: 50px; }
.services-section h2 span { color: #c4822f; }
.services-section-box { position: relative; max-width: 380px; margin: auto; }
.services-section-box > img { border-radius: 190px 190px 0 0; }
.services-section-content { background: rgba(4, 39, 36, 0.95); position: relative; z-index: 1; padding: 25px; display: flex; justify-content: space-between; align-items: center; margin: 0 -15px; }
.services-section-content h3 { color: #FFF7F0; font-family: 'juana_altsemibold'; font-size: 24px; display: flex; justify-content: space-between; align-items: center; min-height: 60px; }
.services-section-content p { color: #FFF7F0; font-size: 16px; margin: 0 0 0 0; }
.services-section-content > div{ max-height: 134px; overflow: hidden; }
.portfolio-section { padding: 50px 0 0 0; }
.portfolio-section h2 { text-align: center; padding: 0; font-family: 'juana_altmedium'; font-size: 60px; margin-bottom: 50px; }
.portfolio-section h2 span { color: #c4822f; }
.portfolio-section-box { position: relative; display: block; }
.portfolio-section-box > img { border-radius: 35px; max-height: 670px; width: 100%; }
.portfolio-section-content { background: rgba(4, 39, 36, 0.95); position: absolute; z-index: 1; bottom: 35px; left: 35px; right: 35px; border-radius: 15px; padding: 24px 30px; display: flex; justify-content: space-between; align-items: center; }
.portfolio-section-content h3 { color: #FFF7F0; font-family: 'juana_altsemibold'; font-size: 32px; }
.portfolio-section-content h3 span { font-family: "Poppins", sans-serif; font-size: 32px; }
.portfolio-section-content p { color: #FFF7F0; font-size: 20px; margin: 0; }

.portfolio-images-height{ margin-bottom: 30px; background: #fff; margin-bottom: 30px; text-align: center; border-radius: 30px; }
.portfolio-images-height img{ max-height: 670px; border-radius: 30px; }

/** product section **/
.product { background: #fff; padding-top: 60px; }
.product .title { text-align: left; padding-bottom: 60px; }
.product .title h2 { font-size: 50px; line-height: 55px; color: #c4822f; font-weight: 500; text-transform: uppercase; margin-bottom: 27px; position: relative; padding-bottom: 8px; }
.product .title h2:after { position: absolute; border-bottom: #000 solid 10px; content: ''; top: 100%; width: 110px; }
.product .title span { color: #070500; font-size: 22px; line-height: 28px; margin-top: 20px; }
.product-bg-white { background: #ffffffbd; box-shadow: #00000040 0px 0px 25px 0px; padding-top: 80px; padding-bottom: 60px; }
.product-bg .product-bg-white .product-box { background: #ddd; text-align: center; margin-bottom: 30px; padding: 20px 25px; }
.product-bg .product-bg-white .product-box i img { width: 100%; }
.product-bg .product-bg-white .product-box:hover { background: #fdc24f; }
.product-bg .product-bg-white .product-box  h3 { color: #020000; font-weight: 500; font-size: 17px; line-height: 20px; padding-top: 15px; }
.product-bg .product-bg-white .product-box span { color: #020000; font-weight: 500; font-size: 22px; line-height: 22px; }
.product-bg .product-bg-white .product-box span:hover { color: #fff; }
.Clients_bg_white { padding: 100px 0; }
.Clients_bg_white h2 { text-align: center; padding: 0; font-family: 'juana_altmedium'; font-size: 60px; margin-bottom: 50px; }
.Clients_bg_white h2 span { color: #c4822f; }
.client_slider_arrows { display: flex; justify-content: center; gap: 15px; }
.client_slider_arrows > a { width: 80px; height: 45px; background: #fff7f0; opacity: 1; font-size: 30px; color: #000; border: 2px solid #042724; border-radius: 60px; position: relative; margin-top: 40px; }
.banner_Client { position: relative; max-width: 640px; margin: auto; }
.text-bg { position: inherit; text-align: left; padding: 0; }
.text-bg p { color: #042724; font-size: 17px; line-height: 28px; padding-top: 38px; padding-bottom: 20px; display: inline-block; }
.img_bg i { float: left; display: flex; flex-wrap: wrap; }
.img_bg i img { width: 149px; height: 149px; }
.img_bg  span { font-family: 'juana_altbold'; font-size: 24px; color: #042724; }
.img_bg .date { font-weight: normal; font-size: 16px; }
.carousel-indicators li { width: 25px; height: 25px; border-radius: 30px; }
.carousel-indicators { right: inherit; margin-left: 7px; }
.carousel-indicators .active { background-color: #fdc24f; }
.carousel-indicators li { background: #0c0505; }
.yellow_bg { background: #c4822f; padding: 40px 30px; margin-top: 100px; }
.yellow_bg .yellow-box h3 { color: #fff; font-size: 31px; font-weight: bold; display: inline-block; padding-bottom: 6px; }
.yellow_bg .yellow-box i { padding-bottom: 10px; padding-left: 15px; }
.yellow_bg .yellow-box p { font-size: 22px; line-height: 28px; color: #010101; }
.yellow_bg .yellow-box a { background: #000; border-radius: 30px; max-width: 344px; width: 100%; font-size: 31px; line-height: 33px; color: #fff; padding: 16px 73px; display: inline-block; text-align: center; margin-left: 50px; margin-top: 17px; font-weight: 500; }
.footer { background: #042724; padding: 80px 0 56px 0; color: #FFF7F0; }
.footer-top-text { border-bottom: solid 2px #FFF7F0; margin-bottom: 70px; padding-bottom: 70px; display: flex; justify-content: space-between; align-items: center; }
.footer-top-text h2 { margin: 0; color: #FFF7F0; font-family: 'juana_altbold'; padding: 0; font-size: 54px; width: 300px; }
.footer-top-text .primary-btn-design { background: #FFF7F0; color: #042724; }
.footer-top-text .primary-btn-design span { background: #042724; }
.footer h3 { color: #FFF7F0; font-weight: 500; margin-bottom: 10px; }
ul.sociel { display: flex; gap: 40px; }
ul.sociel li { display: inline-block; }
ul.sociel li a { color: #fff; float: left; font-size: 18px; }
.contact { margin-top: 50px; }
.contact h3 { color: #fff; font-weight: 500; font-size: 28px; line-height: 30px; padding-bottom: 30px; text-transform: uppercase; }
.contact span { color: #fff; font-size: 17px; line-height: 27px; }
ul.lik li a { color: #FFF7F0; font-size: 16px; line-height: 27px; }
ul.lik li a:hover { color: #c4822f; }
.copyright { background-color: #c4822f; padding: 20px 0px; margin-top: 70px; }
.copyright p { color: #023023; font-size: 18px; line-height: 22px; text-align: center; }
.copyright a:hover { color: #fff; }

/** end footer section **/

/** slider arrow **/
#main_slider .carousel-control-prev, #main_slider .carousel-control-next { width: 80px; height: 45px; background: #fff7f0; opacity: 1; font-size: 30px; color: #000; border: 2px solid #042724; border-radius: 60px; z-index: 1; }
#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus { color: #fff; }
#main_slider a.carousel-control-prev { position: absolute; right: 90px; bottom: 12px; top: inherit; margin-left: auto; }
#main_slider a.carousel-control-next { position: absolute; right: 0; top: inherit; bottom: 12px; }
.main-slider-text { font-family: 'juana_altmedium'; font-size: 70px;	/* margin-top: -5px; */ margin-bottom: -85px; z-index: 1; }
.main-slider-text-gold { color: #C4822F; }

/* 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PORTFOLIO PAGE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.portfolio-text h1 { font-family: 'juana_altmedium'; font-size: 50px; margin-top: -60px; padding-top: 10px; }
.portfolio-text p { font-size: 20px; margin-top: 30px; line-height: 35px; }
.portfolio-images { margin-top: 160px; margin-bottom: 150px; }
.img3 { margin-top: 80px; }
.img4 { margin-top: 80px; }


/* 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Contact PAGE start
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.dark-color { height: 700px; width: 100%; position: relative; margin: 50px 0; }
.dark-color::before { background-color: #042724; content: ""; top: -50px; bottom: -50px; left: -50px; width: 58%; position: absolute; z-index: -1; }
.map { margin-top: 55px; margin-left: 70px; }
.get-in-touch { font-size: 60px; font-family: 'juana_altmedium'; }
.get-in-touch span { color: #C4822F; }
.contact-para { padding-top: 20px; font-size: 20px; line-height: 30px; }
.form-control { border-radius: 100px; height: 60px !important; background-color: #FFF7F0; border: 1.5px solid #042724; }
.form-control:focus { background: none; box-shadow: none; border: 1.5px solid black; }
.text-area { height: 200px; background-color: #FFF7F0; border: 1.5px solid #042724; border-radius: 30px;	/* margin-top: 30px; */ padding-top: 20px; }
.submit-button { background-color: #042724; width: 290px; height: 70px; font-size: 20px; border-radius: 30px; }
.submit-button img { margin-left: 18px; }
.submit-button:hover { background-color: #042724; }
.c-form { margin-bottom: 100px; }
.red-asteric { position: relative; }
.red-asteric .form-control { padding-left: 30px; }
.red-asteric span { position: absolute; color: red; top: 20px; left: 23px; font-size: 15px; }


/* service detail page start */
.service-detail-page-hero-section { font-family: 'juana_altmedium'; font-size: 59px; line-height: 80px; }
.brown-color { color: #C4822F; }
.service-detail-page-hero-section-2 { margin-top: 15px; font-family: poppins; font-size: 23px; line-height: 40px; }
.services-count-orelega { font-family: "Orelega One", serif; font-size: 165px; line-height: 100px; padding: 0; margin-bottom: 25px; -webkit-text-stroke: 2px #c4822f; color: #fff7f0; margin-top: 60px; }
.service-detail-page-second-section { margin-top: 30px; font-family: 'juana_altmedium'; font-size: 48px; }
.design-section { color: #C4822F; }
.service-detail-page-second-section-para { margin-top: 8px; font-size: 19px; line-height: 30px; color: #042724; }
.second-hero { margin-top: 100px; }
.down-image img { margin-top: 120px; margin-bottom: 20px; }
.down-image p { font-size: 19px; line-height: 30px; }
.third-section-one p { margin-top: 0px; font-size: 19px; line-height: 30px; }
.third-section-one { margin-top: 100px; }
.third-section-one p { width: 420px; }
.third-section-two { margin-top: 100px; }
.fifth-section img { margin-top: 200px; margin-bottom: 200px; }
.second-hero img, .third-section-two img{ border-radius: 25px; }


.intrest-get-in-touch{ display:flex; justify-content: center; align-items: center; margin: 100px 0 250px 0; }
.intrest-get-in-touch > div{ max-width: 500px; position: relative; }
.intrest-get-in-touch .intrest-div p { font-size: 50px; font-family: 'juana_altmedium'; color: #FFF7F0; position: absolute; top: 195px; width: 200px; line-height: 60px; left: 150px; }
.intrest-get-in-touch .get-in-div { background: #C4822F; border-radius: 30px; padding: 30px; position: relative; top: 230px; left: -120px; }
.intrest-get-in-touch .get-in-div h2{ font-size: 50px; font-family: 'juana_altmedium'; color: #FFF7F0; padding: 0; }
.intrest-get-in-touch .get-in-div h2 span{ color: #042724; }
.intrest-get-in-touch .get-in-div p{ font-size: 20px; color: #FFF7F0; margin: 25px 0; line-height: 30px; }
.intrest-get-in-touch .get-in-div a { background: #FFF7F0; color: #042724; }
.intrest-get-in-touch .get-in-div a span { background: #042724; }