/*  RESET browser defaults (Eric Meyer Global Reset)*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.mobile{
	display:none;
}

@media (max-width:900px){
    .image-title{
        width:50vw;	
    }
}

@media (max-width:440px){
    .image-title{
        width:65vw;	
    }
}
/* END RESET browser defaults */


/* FONTS */

@font-face {
  font-family: "Poppins-regular";
  src: url("fonts/poppins/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/poppins/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/poppins/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/poppins/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/poppins/Poppins-Medium.ttf") format("truetype");
}

/* GLOBAL */

.centered {
    text-align: center;
}

.bold {
    font-family:Poppins-Bold;
}

strong{
	font-family:Poppins-Bold;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

h1 {
    color: white;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 38px;
	font-family: Roboto-Bold;
}

h1.ufirst {
    text-transform: none;
}

h2 {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
	font-family: Roboto-Bold;
}

h2.ufirst {
    text-transform: none;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000000;
}

input,
select {
    height: auto;
}

input.checkbox {
    width: 15px !important;
}

/* CUSTOM STYLE */

body {
    line-height: 1.2;
    font-family: Poppins-Medium;
    font-size: 16px;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
	color:white;
}
html{
	font-family: Poppins-Medium;
	scroll-behavior: smooth;
}

.kRGJuu {
    display: none !important;
}

/* SECTION */


.section{
	width:100%;
	float:left;
}

.full{
	max-width:100% !important;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.partial{
	max-width: 1300px;
}

.section-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
	position:relative;
}

.section-title{
	padding: 70px 0px 40px 0px;
	color:#CDA43B;
	font-size:41px;
	text-align:left;
	font-family:Poppins-Bold;
	position:relative;
}

.dark-brown{
	color:#9C7E36;
}

.btn{
	background:#CDA43B;
	border-radius:29px;
	padding:30px;
    color:white !important;	
	display: inline-block;
	width: max-content;
	filter: brightness(0.9);
}

.btn:hover{
	background:#9C7E36;
}

.inline{ 
    display: inline-block;
}

#okmsg- {
    color: green;
    float: left;
    text-align: center;
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
}

#okmsg-custom{
    color: green;
    float: left;
    text-align: center;
    position: absolute;
    bottom: -39px;
    left: 0;
    width: 100%;
}

#errormsg {
    color: red;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
}

#errormsg-custom{
    color: red;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
	bottom: -40px;
    width: 100%;
}

#homepage {
	
}

@media(max-width:1350px){
	.partial{
		width:90% !important;
	}
}

@media (max-width:440px){
	.section-title {
        font-size: 30px;
    }
}

/*
============================================================================
    HEADER 
============================================================================
*/

#header {
	backdrop-filter: blur(27px);
	-webkit-backdrop-filter: blur(27px);
	z-index:100;
	position:fixed;
	filter: brightness(1.15);
	FILL-OPACITY: 0;
    background: rgba(255, 255, 255, 0.2);
	transition: backdrop-filter 0.3s ease, background 0.3s ease;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 150px;
	transition: all 0.3s ease;
}

.logo {
    height: 78px;
	transition: all 0.3s ease;
}

.header.shrink {
    height: 70px; 
	transition: all 0.3s ease;
}

.header.shrink .logo{
    height: 50px; 
    transition: all 0.3s ease;
}

.header .logo img{
	height:100%;
}

.nav .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 65px;
    margin: 0;
    padding: 0;
}

.menu a {
    text-decoration: none;
    color:#9C7E36;
    position: relative;
    transition: color 0.3s ease;
}

.menu a:hover {
    color: #CDA43B;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #CDA43B; /* underline color */
    transition: width 0.3s ease-out;
}

/* Hover animation */
.menu a:hover::after {
    width: 100%;
}

.dropdown {
    position: relative;
}

.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px; 
    background: transparent;
}

.dropdown-menu {
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    list-style: none;
	padding:8.5px 0;
    min-width: 160px;
	margin:0;
	opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    padding: 8.5px 26px;
    white-space: nowrap;
}

.dropdown-menu li a {
    color: black;
    display: block;
    transition: color 0.2s ease;
}

.dropdown-menu li a:hover {
    color: #6D7D5A;
}

.header-btn{
    padding:15px;
}

.header-btn::after{
    background: transparent !important;
}

.burger {
    width: 30px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
	z-index:101;
}

.burger span {
    width: 100%;
    height: 4px;
    background: #9C7E36;
    border-radius: 3px;
    transition: 0.3s;
}

.burger.open span:nth-child(1) {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.burger.open span:nth-child(2) {
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear,
        -webkit-transform 0.3s linear;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    opacity: 0;
}

.burger.open span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.burger-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
	backdrop-filter: blur(27px);
	-webkit-backdrop-filter: blur(27px);
	FILL-OPACITY: 0;
    background: rgba(255, 255, 255, 0.4);
	
}

.burger-menu ul {
    margin-top: 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.burger-menu li a {
    color: #9C7E36;
    font-size: 17px;
}

.burger-menu li a:hover {
    text-decoration: none;
}

@media (max-width:1350px){
	.header{
		width:90%;
		justify-content: center;
	}
	
	.logo {
        position: absolute;
        left: 0;
    }
	
	.nav .menu {
        gap: 30px;
        margin-right: 90px;
    }
	
	.nav .menu .menu-btn{
        position:absolute;
        right:0;;
    }
}

@media (max-width:1160px){
	.header {
        justify-content: end;
	}
	
	.burger {
        display: flex;
    }
	
	.nav{
		display:none;
	}
}

/*
============================================================================
    HOMEPAGE BANNER
============================================================================
*/

#homepage .banner{
	background: linear-gradient(92deg, #ECE7DE 43%, #CDA43B 100%, #CDA43B 100%);
	height: 920px;
    position: relative;
    display: flex;
    justify-content: center;
}

#homepage .banner .watermark{
	position:absolute;
	left:0;
	bottom:0;
	width:800px;
	
}

#homepage .banner .owners{
	position:absolute;
	right:0;
	bottom:0;
	width: 900px;
}

#homepage .banner .owners-mobile{
	display:none;
}

.banner .section-content{
	top: 150px;
    position: absolute;
    height: 100%;
}

#homepage .banner .section-content .slogan{
	width: 50%;
    top: 160px;
    position: absolute;
	font-family: Poppins-Bold;
	font-size:60px;
	color:#CDA43B;
	line-height:1;
	display: flex;
    flex-direction: column;
    gap: 40px;
}

#homepage .banner .section-content .slogan .slogan-column{
	display:flex;
	flex-direction:column;
	gap:10px;
}

.slogan-small{
	font-size:35px;
	font-family:Poppins-Medium;
	display: inline-block;
}

#homepage .banner .meeting{
	font-size:30px;
	border-radius:45px;
}


#homepage .banner .section-content .meeting-header{
    font-size:30px;	
}

@media(max-width:1465px){
	#homepage .banner .watermark {
        width: 50%;
    }
	
	#homepage .banner .owners {
        width: 60%;
    }
}

@media(max-width:1350px){
	#homepage .banner{
	    height: 70vw;
    }
	
	.banner .section-content{
        height: calc(100% - 150px);
    }
	
	#homepage .banner .section-content .slogan {
        width: 50%;
        top: 10vw;
        font-size: 3vw;
        gap: 3vw;
    }
	
	#homepage .banner .section-content .slogan .slogan-column {
        gap: 0.5vw;
    }

    .slogan-small {
        font-size: 2.5vw;
    }
    
    #homepage .banner .meeting{
	    font-size:2.5vw;
	    border-radius:3.5vw;
		padding:2vw;
    }	
}

@media(max-width:768px){
	#homepage .banner {
        height: 820px;
    }
	
	#homepage .banner .section-content{
	    display:flex;
        flex-direction:column;
        gap:40px;
        position:relative;	
	}
	
	#homepage .banner .section-content .slogan {
        width: auto;
        top: 70px;
        font-size: 39px;
        gap: 25px;
    }
	
	#homepage .banner .section-content .slogan .slogan-column {
        gap: 6px;
    }

    .slogan-small {
        font-size: 25px;
    }
    
    #homepage .banner .meeting{
	    font-size:21px;
	    border-radius:35px;
		padding:20px;
    }
	
	#homepage .banner .owners{
        width: 63%;
    }
}

@media(max-width:520px){
	#homepage .banner .owners{
        width: 340px;
    }
}

@media(max-width:470px){
	#homepage .banner .section-content .slogan {
        width: auto;
        top: 70px;
        font-size: 30px;
        gap: 25px;
    }
	
	#homepage .banner .section-content .slogan .slogan-column {
        gap: 6px;
    }

    .slogan-small {
        font-size: 19px;
    }
    
    #homepage .banner .meeting{
	    font-size:21px;
	    border-radius:35px;
		padding:20px;
    }
	
	#homepage .banner .owners {
        width: 390px;
    }
}


/*
============================================================================
    HOMEPAGE SERVICES
============================================================================
*/

#homepage .services{
	background:#ECE7DE;
}

#homepage .services-arrow{
	position:absolute;
	display:flex;
	gap:20px;
	right:0;
	color:#CDA43B;
	font-size:20px;
	font-family:Poppins-Medium;
	align-items: center;
    bottom: 45px;
}

#homepage .services-arrow:hover{
	color:#9C7E36;
}

#homepage .services .myServices{
	width: calc(100% - 40px);
	height:425px;
    padding-bottom: 70px;	
}

#homepage .services .myServices .swiper-slide{
	border-radius:30px;
	background:white;
	color:#CDA43B;
}

#homepage .services .myServices .swiper-slide .slide-content{
	display: flex;
    flex-direction: column;
	height: 375px;
    padding: 25px;
	gap: 40px;
}

#homepage .services .myServices .swiper-slide .slide-content .top{
	display: flex;
    flex-direction: column;
	gap: 10px;
}

#homepage .services .myServices .swiper-slide .slide-content .top .icons{
    display: flex;
    justify-content:space-between;
}

#homepage .services .myServices .swiper-slide .slide-content .top .number{
	font-family:Poppins-Bold;
	font-size: 20px;
}

#homepage .services .myServices .swiper-slide .slide-content .text{
	display:flex;
	flex-direction: column;
    gap: 15px;
	overflow: hidden;
}

#homepage .services .myServices .swiper-slide .slide-content .text .title{
	color:#9C7E36;
	font-family:Poppins-Bold;
	font-size: 20px;
}

#homepage .services .myServices .swiper-slide .slide-content .text .description{
	
}

@media(max-width:440px){
	#homepage .services-arrow{
        font-size: 17px;
        bottom: 39px;
    }
}



/*
============================================================================
    HOMEPAGE SECTION BUDGET
============================================================================
*/

.budget{
	padding: 100px 0 70px;
	font-family:Poppins-Medium;
}

.budget .form{
    border-radius: 71px;
    border: 1px solid #CDA43B;
	color:#CDA43B;
	padding: 50px;
	display:flex;
	flex-direction:column;
	gap:50px;
}

.budget .form .info{
	display:flex;
	gap:28px;
}

.budget .form .info .title{
	font-size:41px;
	font-family:Poppins-Bold;
	width:40%;
	width:520px;
}

.budget .form .info .description{
	color:#9C7E36;
	width:650px;
	line-height: 1.5;
}

.budget .form form{
	width:100%;
	display:flex;
    flex-wrap: wrap;
    gap: 40px;
}

.budget .form form input,
.budget .form form select{
	width: 327px;
    padding: 20px 20px 20px 25px;
    border: 0;
    background: #ECE7DE;
    border-radius: 71px;
	font-size:16px;
}

.budget .form form select{
	width: 372px !important;
	font-family:Poppins-Medium;
	color:#9C7E36;
	height: 58px;
}

.budget .form form input::placeholder,
.budget .form form select::placeholder{
	color:#9C7E36;
	font-family:Poppins-Medium;
}

.budget .form form img{
	width:177px;
	padding-right:195px;
}

.budget .form form .row{
	width:100%;
	display:flex;
	justify-content:end;
	position: relative;
}

.budget .form form .row #contact_submit_form{
	background:#CDA43B;
	font-family:Poppins-Medium;
	color:white;
	width:372px;
	cursor:pointer;
}

.budget .form form .row #contact_submit_form:hover{
	background: #9C7E36;
}

@media (max-width:1350px){
	#homepage-budget .section-content {
        width: 90%;
    }
	
	.budget .form {
        padding: 50px;
    }
	
	.budget .form form {
        gap: 2%;
        row-gap: 20px;
        box-sizing: border-box;
    }
	
	.budget .form form input,
    .budget .form form select{
	    width: 32%;
	    font-size:16px;
		box-sizing: border-box;
    }

    .budget .form form select,
	.budget .form form .row #contact_submit_form{
	    width: 32%!important;
    }
	
	
	
	.budget .form form img{
        width: 177px;
		padding-right:unset;
    }
}

@media (max-width:1000px){
	.budget .form form {
        gap: 4%;
        row-gap: 20px;
        box-sizing: border-box;
    }
	
	.budget .form form input,
    .budget .form form select{
	    width: 48%;
    }

    .budget .form form select,
	.budget .form form .row #contact_submit_form{
	    width: 48% !important;
    }
	
	#contact_invoices_receive_form{
		width:100%;
	}
}

@media (max-width:768px){
	.budget .form .info {
        flex-direction: column;
    }
	
	.budget .form form {
        flex-direction: column;
    }
	
	.budget .form .info .title {
		width:100%;
	}
	
	.budget .form .info .description {
		width:100%;
	}
	
	.budget .form form input,
    .budget .form form select{
	    width: 100% !important;
    }
	
	#contact_captcha_answer{
		width:170px !important;
		
	}
	
	.budget .form form .row #contact_submit_form{
        width: 100% !important;
    }
	
	.budget .form form img {
        width: 154px;
        padding-right: unset;
        position: absolute;
        bottom: 137px;
        right: 62px;
        height: 58px;
    }
}

@media (max-width:550px){
	.budget .form .info .title {
		text-align:center;
	}
	
	.budget .form .info .description {
		text-align:center;
	}
}

@media (max-width:500px){
	.budget .form {
        padding: 25px;
    }
	
    #contact_captcha_answer{
		width:100% !important;
		
	}
	
	.budget .form form img {
        position: unset;
    }
}

@media (max-width:440px){
    .budget .form form input,
    .budget .form form select{
	    font-size:13px;
    }
}


/*
============================================================================
    HOMEPAGE SECTION ABOUT US
============================================================================
*/

.aboutus{
	padding-top: 100px;
    padding-bottom: 100px;
}

.aboutus .box-content{
	background: #ECE7DE;
    border-radius: 71px;
    display: flex;
    gap: 30px;
    position: relative;
    bottom: 0;
    flex-direction: column;
    height: 591px;
}

.aboutus .box-content .trophy-img{
	position: absolute;
    width: 700px;
    bottom: 0;
    left: -22px;
}

.aboutus .box-content .text{
	width: 500px;
    position: absolute;
    right: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 30px;
	font-family:Poppins-Bold;
}

.aboutus .box-content .text .title{
	color:#CDA43B;
	font-size:41px;
}

.aboutus .box-content .text .subtitle{
	color:#9C7E36;
	font-size:20px;
	
}

.aboutus .box-content .text .description{
	color:#CDA43B;
	font-family:Poppins-Medium;
}

.aboutus .box-content .seemore{
	color:#9C7E36;
	display: flex;
    gap: 20px;
}

@media (max-width:1350px){
	.aboutus{
        padding-top: 25px;
    }
	
	.aboutus .section-content{
		width:800px;
	}
	
	.aboutus .box-content .trophy-img {
        width: 600px;
        bottom: unset;
        left: unset;
        position: unset;
    }
	
	.aboutus .box-content{
        height: unset;
		flex-direction:column-reverse;
		justify-content:center;
		align-items:center;
    }
	
	.aboutus .box-content .text {
        width: 60%;
        right: unset;
        display: flex;
        flex-direction: column;
        height: 100%;
	    position:relative;
	    padding-top: 70px;
    }
}

@media (max-width:900px){
	.aboutus .section-content {
        width: 90%;
    }
	
	.aboutus .box-content .trophy-img{
        width: 75%;
    }
	
	.aboutus .box-content .text {
        width: 80%;
    }
}

@media (max-width:500px){
	.aboutus .box-content .trophy-img{
        width: 64%;
    }
}

/*
============================================================================
    HOMEPAGE FAQS
============================================================================
*/

.faqs {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-container {
    text-align: center;
    overflow: hidden;
	width:calc(100%);
	font-family:Poppins-Bold;
}

.title-container span {
    display: block;
    font-size: 200px;
    color: #CDA43B;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 3px;
}

.word-left{
	color: transparent !important;
    -webkit-text-stroke: 2px #CDA43B;
}

.faq-content {
    padding: 80px 0 0 0;
    display: flex;
    gap:36px;
}

.faq-content .side{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.faq {
    cursor: pointer;
    border:1px solid #CDA43B;
    border-radius:36px;
    width:550px;
    padding:25px 40px;
	transition: all 0.4s ease;
	position:relative;
	z-index: 1;
}

.question {
    color: #9C7E36;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family:Poppins-Bold;
	text-transform: uppercase;
}

.faq-arrow {
  width: 20px;
  transition: transform 0.4s ease;
}

.answer {
    color: #CDA43B;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    line-height: 1.5;
    margin-top: 0;
    transition: all 0.4s ease;
    font-style:italic;
	position: relative;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #CDA43B;
  margin: 10px 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.faq.active .answer {
    max-height: 1000px; 
    opacity: 1;
    margin-top: 10px;
}

.faq.active .separator {
  opacity: 1;
}

.faq.active .faq-arrow {
  transform: rotate(180deg);
}

@media (max-width:1350px){
	
	.title-container span {
        font-size: 135px;
	}
	
	#faqs .section-content{
		width:90%;
	}
	
	.faq {
	    width: auto;
	}
}

@media(max-width:1000px){
	.faq-content{
        gap: 36px;
        flex-direction: column;
    }
	
	.faq {
	    width: auto%;
	}
}

@media (max-width:950px){
	.title-container span {
        font-size: 85px;
	}
}

@media (max-width:630px){
	.title-container span {
        font-size: 50px;
	}
}

/*
============================================================================
    HOMEPAGE FEEDBACK
============================================================================
*/

.feedback{
	padding-bottom:70px;
}

.section-content .section-title .arrows{
	display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    bottom: 34px;
    width: 130px;
    justify-content: space-between;
    height: 50px;
}

.section-content .section-title .arrows .hp-feedback-button-next,
.section-content .section-title .arrows .hp-feedback-button-prev{
	cursor:pointer;
}

.feedback .myFeedbacks{
	
}

.feedback .myFeedbacks .swiper-slide{
    background:#ECE7DE;
    border-radius:71px;
    position:relative;
    height:350px;	
}

.feedback .myFeedbacks .swiper-slide .slide-content{
    padding: 45px;
    display:flex;
    flex-direction:column;
    gap:25px;	
}

.feedback .myFeedbacks .swiper-slide .slide-content .comma{
	position:absolute;
	bottom:45px;
	right:45px;
}

.feedback .myFeedbacks .swiper-slide .slide-content .stars{
    display:flex;
    gap:10px;	
}

.feedback .myFeedbacks .swiper-slide .slide-content .title{
    color:#9C7E36;
    font-family:Poppins-Bold;	
}

.feedback .myFeedbacks .swiper-slide .slide-content .description{
    font-style:italic;
    color:#CDA43B;	
}

.feedback .myFeedbacks .swiper-slide .slide-content .name{
    color:#9C7E36;
    position: absolute;
    left: 45px;
    bottom: 45px;	
}

@media (max-width:1350px){
	.feedback .section-content{
		width:90%;
	}
}

@media (max-width:950px){
	.feedback .section-content .section-title {
		font-size:30px;
	}
	
	.feedback .section-content .section-title p{
	    width: 69%;
	}
	
	.feedback .section-content .section-title .arrows {
        bottom: 27px;
	}
}



/*
============================================================================
    HOMEPAGE BLOG
============================================================================
*/

.blog{
	padding-bottom:70px;
}

.section-content .section-title .arrows{
	display: flex;
    flex-direction: row-reverse;
    position: absolute;
    right: 0;
    bottom: 34px;
    width: 130px;
    justify-content: space-between;
    height: 50px;
}

.section-content .section-title .arrows .hp-blog-button-next,
.section-content .section-title .arrows .hp-blog-button-prev{
	cursor:pointer;
}

.blog .myBlog{
	
}

.blog .myBlog .swiper-slide{
    border-radius:71px;
    position:relative;
}

.blog .myBlog .swiper-slide .slide-content{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding-top: 23px;	
}

.blog .myBlog .swiper-slide .slide-content .image{
	height:450px;
	object-fit:cover;
	width: 100%;
	
}

.blog .myBlog .swiper-slide .slide-content .image img{
	width: 100%;
    height: 100%;
	border-radius:71px;
	object-fit: cover;
}

.blog .myBlog .swiper-slide .slide-content .category{
    background:#CDA43B;
	color:white;
	border:3px solid white;
	border-radius:23px;
	position:absolute;
	top:0px;
	padding: 10px 15px;
	left:50px;
}

.blog .myBlog .swiper-slide .slide-content .title{
	font-family:Poppins-Bold;
	color:#9C7E36;
}

.blog .myBlog .swiper-slide .slide-content .description{
	font-style:italic;
	color:#CDA43B;
	font-family:Poppins-Light;
}

@media (max-width:1350px){
	.blog .section-content{
		width:90%;
	}
}


/*
============================================================================
    SERVICES PAGE START
============================================================================
*/

#servicespage{
    
}

#servicespage .services{
	position:relative;
	margin-top:150px;
	background:#ECE7DE;
	display:flex;
	flex-direction:column;
	gap:50px;
}

#servicespage .services .services-column{
	display:flex;
	flex-direction:column;
	gap:100px;
	padding-bottom: 100px;
}

#servicespage .services .service{
    display:flex;
	position:relative;
	height:550px;
	flex-direction: row;
}

#servicespage .services .spinner{
	position: absolute;
    right: -84px;
    z-index: 2;
    width: 180px;
    top: 240px;
	animation: spin 10s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

#servicespage .services .title{
	padding-top:50px;
	-webkit-text-stroke: 2px #CDA43B;
	font-size:200px;
	padding-bottom:30px;
	text-align:center;
	color:transparent;
	font-family:Poppins-Bold;
}

#servicespage .services .service .info{
	background:white;
	height:380px;
	border-radius:71px;
	width:630px;
    display:flex;
	flex-direction:column;
	gap:30px;
	padding:60px;
	position:absolute;
	left:0;
	z-index:1;
	top:50px;
}

#servicespage .services .service .info .top{
	display:flex;
	justify-content:space-between;
}

#servicespage .services .service .info .top .number{
	font-size:60px;
	color:#CDA43B;
	opacity:0.2;
	line-height: 1;
	font-family:Poppins-Bold;
}

#servicespage .services .service .info .top img{
	object-fit: contain;
    height:60px;
}

#servicespage .services .service .info .bottom{
	display:flex;
	flex-direction:column;
	gap:30px;
}

#servicespage .services .service .info .bottom .info-title{
	color:#9C7E36;
	font-size:41px;
	font-family:Poppins-Bold;
}

#servicespage .services .service .info .description{
	color:#CDA43B;
	font-size: 18px;
}

#servicespage .services .service .images-button{
	height:500px;
	width:750px;
	position:absolute;
	right:0;
	z-index:0;
	border-radius: 71px;
}

#servicespage .services .service .images-button img{
  	height:100%;
	width:100%;
	border-radius: 71px;
}

#servicespage .services .service .images-button .services-btn{
	position:absolute;
	right:0;
	bottom:-50px;
	border-radius:45px;
	font-size: 25px;
	font-family:Poppins-Bold;
}

/* reversed services */

#servicespage .services .right .images-button {
    left: 0;
}

#servicespage .services .right .info {
    right: 0;
	left:unset;
}

#servicespage .services .right .images-button .services-btn {
    left: 0;
	right:unset;
}

@media (max-width:1530px){
	#servicespage .services .spinner {
		display:none;
	}
}

@media (max-width:1350px){
	#servicespage .services .services-column{
    justify-content: center;
    align-items: center;
    }
	
    #servicespage .services .title {
        font-size: 16vw;
    }
	
	#servicespage .services .service{
        height: auto;
        flex-direction: column;
    }
	
	#servicespage .services .service .info {
        position: relative;
		left: -50px;
    }
	
	#servicespage .services .service .images-button {
        position: relative;
		right:-50px;
    }
	
	#servicespage .services .right .info {
        position: relative;
		left: 50px;
    }
	
	#servicespage .services .right .images-button {
        position: relative;
		left:-50px;
    }
}

@media (max-width:950px){
	#servicespage .services .service .info {
		left: 0px;
    }
	
	#servicespage .services .service .images-button {
		right:0px;
    }
	
	#servicespage .services .right .info {
		left: 0px;
    }
	
	#servicespage .services .right .images-button {
		left:0px;
    }
}

@media (max-width:800px){
	.services .section-content{
		width:90%;
	}
	
	#servicespage .services .service{
		width:100%;
	}
	
	#servicespage .services .service .info {
        background: white;
        height: auto;
        border-radius: 71px 71px 0px 0px;
        width: 100%;
        padding: 60px;
        left: 0;
        top: 0px;
	    box-sizing: border-box;
    }
	
	#servicespage .services .service .images-button {
        height: auto;
        width: 100%;
        right: 0;
        z-index: 0;
        border-radius:0 0 71px 71px;
    }
	
	#servicespage .services .service .images-button img {
        border-radius:0 0 71px 71px;
    }
}

@media (max-width:440px){
	#servicespage .services .service .info .bottom .info-title{
        font-size: 25px;
    } 
	
	#servicespage .services .service .info .description{
        font-size: 16px;
    }
	
	#servicespage .services .service .info {
	    padding: 40px;
	}
	
	#servicespage .services .service .images-button .services-btn {
    bottom: -20px;
    border-radius: 45px;
    font-size: 16px;
    padding: 15px;
    }
}


/*
============================================================================
    BLOG PAGE
============================================================================
*/

:root {
	
  --gold-color: #CDA43B;
  --text-color: #CDA43B;
  --bg-hover: #CDA43B;
}

#blog .blog-list {
    margin-top: 150px;
}

/* blog categories */

#blog .blog-list .categories-arrows {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--gold-color);
    padding-top: 35px;
    padding-bottom: 60px;
    position: relative;
}

#blog .blog-list .categories-arrows .categories-container {
    flex-grow: 1; 
    margin-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory; 
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE */
}

.categories-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

#blog .blog-list .categories-arrows .categories-container .categories-list {
    display: flex;
    gap: 15px; 
}

.categories-list .category {
    scroll-snap-align: start; 
    flex-shrink: 0; 
    transition: opacity 0.2s ease-out;
    opacity: 1; 
}

.categories-list .category.not-fully-visible {
    opacity: 0;
    pointer-events: none; 
}

#blog .blog-list .categories-arrows .categories-container .categories-list .category a {
    display: block;
    color: var(--text-color);
    padding: 10px 20px; 
    font-size: 16px;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease; 
    border: 1px solid transparent; 
}

#blog .blog-list .categories-arrows .categories-container .categories-list .category a:hover,
#blog .blog-list .categories-arrows .categories-container .categories-list .category a.selected {
    color: white;
    background: var(--bg-hover);
}

#blog .blog-list .categories-arrows .arrows-blog {
    display: flex;
    gap: 20px;
    flex-shrink: 0; 
    width: auto;
    flex-direction: row-reverse;
}

#blog .blog-list .categories-arrows .arrows-blog div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#blog .blog-list .categories-arrows .arrows-blog div:hover {
    background: rgba(205, 164, 59, 0.1);
}

#blog .blog-list .categories-arrows .arrows-blog div img {
    width: 30px; 
    height: auto;
}

#blog .section-content{
	width:90%;
}

@media (max-width: 800px) {
    #blog .blog-list .categories-arrows .categories-container {
        overflow: visible !important;
        white-space: normal !important;
    }

    #blog .blog-list .categories-arrows .categories-container .categories-list {
        flex-wrap: wrap !important;
    }

    .categories-list .category {
        opacity: 1 !important; /* ensures hidden-on-scroll rule is disabled */
        pointer-events: auto !important;
    }
	
	#blog .blog-list .categories-arrows .arrows-blog {
		display:none !important;
	}
}


/* blog posts */

.blog-posts{
	width: 100%;
    position: relative;
    display: flex;
	flex-wrap:wrap;
	gap:50px;
	padding-bottom: 75px;
}

.blog-post {
	width:400px;
	cursor:pointer;
}

.blog-post .content{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding-top: 23px;
    position:relative;	
}

.blog-post .content .image{
	height:450px;
	object-fit:cover;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.blog-post .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(205, 164, 59, 0.5); 
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    transition: opacity 0.3s ease;
    pointer-events: none; 
	border-radius: 71px;
	font-family:ExtraLight;
}

.blog-post:hover .image .overlay {
    opacity: 1;
}

.blog-post .image .overlay::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white; 
    pointer-events: none;
	font-family:ExtraLight;
}

.blog-post .content .image img{
	width: 100%;
    height: 100%;
	border-radius:71px;
	object-fit: cover;
}

.blog-post .content .category{
    background:#CDA43B;
	color:white;
	border:3px solid white;
	border-radius:23px;
	position:absolute;
	top:0px;
	padding: 10px 15px;
	left:50px;
}

.blog-post .content .title{
	font-family:Poppins-Bold;
	color:#9C7E36;
}

.blog-post .content .resume{
	font-style:italic;
	color:#CDA43B;
	font-family:Poppins-Light;
}

.blog-post .content .date{
	display:flex;
	gap:10px;
	align-items:center;
	font-family:Poppins-ExtraLight;
	color:#CDA43B;
}

.blog-none{
	color:#CDA43B;
	padding-bottom: 50px;
}

.pager{
	display: flex;
    gap: 25px;
    justify-content: center;
	padding-bottom: 50px;
	font-size: 24px;
}

.pager .page{
	color:#CDA43B;
}

.pager .selectedpage{
	color:#9C7E36;
}

.pager .arrow{
	color:#CDA43B;
}

@media (max-width:1350px){
	.blog-posts{
        gap: 2%;
        row-gap: 25px;
    }
	
	.blog-post {
        width: 32%;
    }
}

@media (max-width:1000px){
	.blog-posts{
        gap: 4%;
        row-gap: 25px;
    }
	
	.blog-post {
        width: 48%;
    }
}

@media (max-width:700px){
	.blog-posts{
        gap: 0%;
        row-gap: 25px;
    }
	
	.blog-post {
        width: 100%;
    }
}

/* MOST SEEN BLOG POSTS */

.most-seen{
	padding-top: 100px;
}

.most-seen .most-viewed{
	display:flex;
	flex-direction:column;
	gap:100px;
}

.most-seen .top{
	width: 100%;
    position: relative;
    display: flex;
	flex-wrap:wrap;
	gap:50px;
}

.most-seen .top{
	height: 746px;
}

.most-seen .top .blog-post {
	width:500px;
	height:746px;
}

.most-seen .top .blog-post .content{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding-top: 23px;
    position:relative;	
}

.most-seen .top .blog-post .content .image{
	height:480px;
	object-fit:cover;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.most-seen .top .blog-post .image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(205, 164, 59, 0.5); 
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    transition: opacity 0.3s ease;
    pointer-events: none; 
	border-radius: 71px;
	font-family:ExtraLight;
}

.most-seen .top .blog-post:hover .image .overlay {
    opacity: 1;
}

.most-seen .top .blog-post .image .overlay::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white; 
    pointer-events: none;
	font-family:ExtraLight;
}

.most-seen .top .blog-post .content .image img{
	width: 100%;
    height: 100%;
	border-radius:71px;
	object-fit: cover;
}

.most-seen .top .blog-post .content .category{
    background:#CDA43B;
	color:white;
	border:3px solid white;
	border-radius:23px;
	position:absolute;
	top:0px;
	padding: 10px 15px;
	left:50px;
}

.most-seen .top .blog-post .content .title{
	font-family:Poppins-Bold;
	color:#9C7E36;
}

.most-seen .top .blog-post .content .resume{
	font-style:italic;
	color:#CDA43B;
	font-family:Poppins-Light;
}

.most-seen .top .blog-post .content .date{
	display:flex;
	gap:10px;
	align-items:center;
	font-family:Poppins-ExtraLight;
	color:#CDA43B;
}


/* MOST VIEWED RANK 1 */

.most-seen .top .first {
    width: 775px;
}

.most-seen .top .first .content{
	height: 700px;
}

.most-seen .top .first .content .image{
	height: 700px;
	object-fit:cover;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index:-1;
}

.most-seen .top .first .content .image img{
	width: 100%;
    height: 100%;
    border-radius: 71px;
    object-fit: cover;
}

.most-seen .top .first .content .category{
    font-size:25px;
}

.most-seen .top .first .content .bg-golden{
	position:absolute;
	bottom:0;
	padding: 300px 40px 40px 40px;
	display:flex;
	flex-direction:column;
	gap:25px;
	background: linear-gradient(180deg, #CDA43B00 13%, #CDA43B 100%) !important;
	border-bottom-left-radius:71px;
	border-bottom-right-radius:71px;
}

.most-seen .top .first .content .bg-golden .title {
    color: white;
	font-size:36px;
}

.most-seen .top .first .content .bg-golden .resume {
    color: white;
	font-family:Poppins-regular;
	font-style:italic;
	font-size:20px;
}

.most-seen .top .first .content .bg-golden .date {
    color: white;
}

.most-seen .top .first .content .bg-golden .date img{
	display:none;
}

.most-seen .top .first .content .bg-golden .date .white-calendar{
	display:block;
}

/* MOST VIEWED RANK 2 */

.most-seen .top .second {
    width: 475px;
}

.most-seen .top .second .content{
	height:700px;
}

.most-seen .top .second .content .bg-golden{
	display:flex;
    flex-direction:column;
	gap: 20px;
}

.most-seen .top .second .content .bg-golden .title {
	font-size:21px;
}

.most-seen .top .second .content .bg-golden .resume {
	font-family:Poppins-regular;
	font-style:italic;
	font-size:18px;
}

.most-seen .top .second .content .bg-golden .date .white-calendar{
	display:none;
}

/* MOST VIEWED TRIPLETE */

.most-seen .bottom {
	width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
	padding-bottom:75px;
}

@media (max-width:1350px){
	.most-seen .most-viewed{
		width:90%;
	}
	
	.most-seen .top {
        gap: 5%;
    }
	
	.most-seen .bottom {
        gap: 4%;
		row-gap:25px;
	}
	
	.most-seen .top .first {
        width: 55%;
    }
	
	.most-seen .top .second {
        width: 40%;
    }
}

@media (max-width:900px){
	
	.most-seen .top {
        gap: 0%;
		flex-direction:column;
		height:auto;
    }
	
	.most-seen .top .first {
        width: 100%;
    }
	
	.most-seen .top .second {
        width: 100%;
    }
}

@media (max-width:768px){
    .bottom .blog-post {
        width: 100%;
    }
	
	.most-seen .top .first .content .bg-golden .title {
        font-size: 24px;
    }
	
	.most-seen .top .first .content .bg-golden .resume {
        font-size: 18px;
    }
	
	.most-seen .most-viewed {
        gap: 0px;
    }
}

/* BLOG VIEW PAGE */

#blog-view{
	
}

.blog-view{
	display:flex;
	gap:50px;
	margin-top: 250px;
}

.blog-view .post-content{
	display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-view .post-content .post-header {
    width: 775px;
	position:relative;
}


.blog-view .post-content .post-header .content{
	height: 700px;
}

.blog-view .post-content .post-header .content .socialmedia-share{
	display: flex;
    position: absolute;
    right: 40px;
    top: 40px;
	z-index: 1;
}

.blog-view .post-content .post-header .category{
	background: #CDA43B;
    color: white;
    border: 3px solid white;
    border-radius: 23px;
    position: absolute;
    top: -23px;
    padding: 10px 15px;
    left: 60px;
	font-size: 25px;
}


.blog-view .post-content .post-header .image{
	height: 700px;
	object-fit:cover;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index:-1;
}

.blog-view .post-content .post-header .image img{
	width: 100%;
    height: 100%;
    border-radius: 71px;
    object-fit: cover;
}


.blog-view .post-content .post-header .bg-golden{
	position:absolute;
	bottom:0;
	padding: 300px 40px 40px 40px;
	display:flex;
	flex-direction:column;
	gap:25px;
	background: linear-gradient(180deg, #CDA43B00 13%, #CDA43B 100%) !important;
	border-bottom-left-radius:71px;
	border-bottom-right-radius:71px;
	width: 696px;
}


.blog-view .post-content .post-header .bg-golden .title {
    color: white;
	font-size: 22px;
	font-family:Poppins-Bold;
}

.blog-view .post-content .post-header .bg-golden .resume {
    color: white;
	font-family:Poppins-regular;
	font-style:italic;
	font-size:18px;
}

.blog-view .post-content .post-header .content .bg-golden .date {
    color: white;
	display: flex;
    gap: 15px;
    align-items: center;
}

.blog-view .post-content .post-body{
	color:#9C7E36;
	font-family:Poppins-regular;
}

.blog-view .post-content .button-back{
	border-top: 1px solid #CDA43B;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* RELATED */

.blog-view .related{
	display:flex;
	flex-direction:column;
	gap: 40px;
}

.blog-view .related .related-title{
	font-family:Poppins-Bold;
	font-size:24px;
	color:#9C7E36;
}

.blog-view .related .related-list{
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 80px;
}

@media (max-width:1350px){
	#blog-view .blog-view{
		width:90%;
		gap:4%;
	}
	
	.blog-view .post-content{
        width: 64%;
    }
	
	.blog-view .related {
        width: 32%;
    }
	
	.blog-view .related .blog-post{
        width: 100%;
    }
	
	.blog-view .post-content .post-header{
        width: 100%;
    }
	
	.blog-view .post-content .post-header .bg-golden{
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width:950px){
	#blog-view .blog-view {
        flex-direction: column;
    }
	
	.blog-view .post-content {
        width: 100%;
    }
	
	.blog-view .related{
        width: 100%;
    }
	
	.blog-view .post-content .post-header .bg-golden {
        padding: 200px 40px 40px 40px;
    }
	
	.blog-view .post-content .post-header .content {
        height: 600px;
    }
	
	.blog-view .post-content .post-header .image {
        height: 600px;
    }
}

/*
============================================================================
    FOOTER
============================================================================
*/


#footer{
	background:#ECE7DE;
}

#goup{
	position:absolute;
	right:0;
	bottom:21px;
}

.footer{
	display:flex;
	padding: 80px 0;
	color:#9C7E36;
	gap: 70px;
	
}

.footer .top{
	display:flex;
	gap: 70px;	
}

.footer .column{
	display:flex;
	flex-direction:column;
	gap:25px;
}

.footer .column .logo-footer{
	width: fit-content;
}

.footer .column .socials{ 
	display:flex;
	gap:20px;
}

.footer .column .contacts{
	display:flex;
	flex-direction:column;
	gap: 30px;
}

.footer .column .contacts .contact{
	display:flex;
	gap:10px;
	align-items: baseline;
}

.footer .column .contacts .contact a{
	color:#9C7E36;
}

.footer #middle{
	gap:50px;
}

.footer #middle a{
	color:#9C7E36;
}

.footer #middle a:hover{
	color:#CDA43B;
}

.footer #middle .btn-footer{ 
	padding:15px;
}

.footer .column .footer-nav{
	display:flex;
	flex-direction:column;
	gap:50px;
}

.footer #right .form{
	display:flex;
	flex-direction:column;
	gap:40px;
}

.footer #right .form .info{
	display:flex;
	flex-direction:column;
	gap:15px;
}

.footer #right .form form{
    display:flex;
    flex-wrap:wrap;
    gap:10px;	
}

.footer #right .form form input,
.footer #right .form form select{
	width: 308px;
    padding: 12px 20px 12px 25px;
    border: 0;
    background: #F5F5F5;
    border-radius: 71px;
	font-size:14px;
}

.footer #right .form form select{
	width:353px;
	font-family:Poppins-Medium;
	color:#9C7E36;
	height: 40px;
}

.footer #right .form form #security_code{
	width:122px;
}

.footer #right .form form .img-captcha{
	height:40px;
}


.footer #right form input::placeholder,
.footer #right form select::placeholder{
	color:#9C7E36;
	font-family:Poppins-Medium;
	opacity.0.6;
}

.footer #right .form form .row{
	width:100%;
	display:flex;
	justify-content:end;
	position: relative;
	top:20px;
}

.footer #right .form form .row #contact_submit{
	background:#CDA43B;
	font-family:Poppins-Medium;
	color:white;
	width:100%;
	cursor:pointer;
}


.footer #right .form form .row #contact_submit:hover{
	background:#9C7E36;
}



.copyright{
	background:#9C7E36;
	color:white;
	padding:30px 0;
	justify-content:space-between;
}

.copyright .content{
	width:100%;
	justify-content:space-between;
	display:flex;
}

@media (max-width:1350px){
	#footer .footer{
		width:90%;
		flex-wrap: wrap;
	}
	
	.footer .top{
        justify-content: space-between;
        width:100%;		
    }
	
	.footer #right .form form {
        width:100%;
		gap:2%;
		row-gap:15px;
		box-sizing: border-box;
    }
	
	.footer #right .form form input, 
	.footer #right .form form select {
        width: 32%;
	    padding: 12px 23px 12px 23px;
		box-sizing: border-box;
		height: 40px;
    }
	
	.footer #right .form form select {
        width: 32%;
	
    }
}

@media (max-width:768px){
	.footer #right .form form input, 
	.footer #right .form form select{
        width:100%;
    }
	
	.footer #right .form form {
        flex-direction:column;
	    gap:15px;
    }
	
	.footer #right .form form #security_code{
        width: 155px;
    }
	
	.footer #right .form form .img-captcha {
        width: 145px;
        position: absolute;
        bottom: 133px;
        left: 170px;
    }
	
	.copyright .content{
		flex-direction:column;
		gap:15px;
		align-items:center;
		text-align:center;
	}
}


@media (max-width:580px){
	.footer .top {
        flex-direction: column;
    }
	
	.footer .column{
        align-items: center;
    } 
	
	.footer .column .contacts .contact{
        justify-content: center;
        text-align: center;
    }
	
	.footer .column .footer-nav{
        align-items: center;
    }
	
	.footer #right .form .info {
        text-align: center;
    }
	
	
}
