/* ========= GOOGLE FONTS ========= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..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..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

html,body {
	overflow-x: hidden;
}

body {
	font-size: 16px;
	color: var(--secandry-color);
    /* font-family: "Roboto", sans-serif; */
    /* font-family: "Rubik", sans-serif; */
	font-family: "Poppins", sans-serif;
}

:root {
	--primary-color: #f99e1d;
	--secandry-color: #0f172b;
	--black-color: #000;
}

li {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
}

h1 {
	font-weight: 700;
}

h2 {
	font-weight: 600;
}

h3 {
	font-weight: 500;
}

/* ======= Header ======== */
.header_menu {
	background: #fff;
	padding: 5px 0;
	background: linear-gradient(90deg, #fff 87%, #0f172b 9%);
}

.container_gutter {
	padding: 0 70px;
}

.header_menu .logo {
	height: 80px;
}

.header_contact {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.header_img img {
	height: 65px;
	margin-right: 5px;
}

.contact_list a {
	color: #424143;
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-family: "Rubik", sans-serif;
}

.header_list {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 0;
}

.top_menu_bar {
	font-size: 50px;
	color: var(--secandry-color);
	margin-left: 25px;
}

.contact_list.con_whatsapp {
	margin-right: 70px;
}

.top_menu_bar i {
	color: var(--primary-color);
}
/* ========== header Menu ======== */
.top_menu {
	padding: 0;
}

.top_menu a {
	color: #414141;
	line-height: 1.9;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.btn-close.text-reset.offcanva_close {
    right: 10px;
    top: 0;
}
/* ======= overview ========= */
.interior_overview {
	background: #fafaf0;
	margin: 0;
	padding: 40px 0;
}

.sky_over_img {
	position: relative;
	margin-left: 20px;
	transition: all ease .5s;
	z-index: 3;
}

.sky_over_img:before {
	position: absolute;
	top: 40px;
	left: -30px;
	width: 100%;
	height: 85%;
    /* background: #ddd; */
	content: "";
	z-index: -2;
	border-radius: 0;
	transition: all ease .5s;
	border-radius: 10px;
	border: 2px solid var(--secandry-color);
}

.sky_headings {
	font-size: 35px;
	color: #0f172b;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.sky_over_img img {
	height: 550px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.sky_headings span {
	color: var(--primary-color);
}

.sky_over_content {
	padding: 0 15px;
}

.sky_over_content p {
	color: var(--black-color);
	line-height: 1.9;
	text-align: justify;
}

.btn_more {
	display: inline-block;
	padding: 10px 30px;
	background: var(--primary-color);
	color: var(--black-color);
	border-radius: 0;
	font-size: 19px;
	margin-top: 20px;
	cursor: pointer;
}

.btn_more:hover {
	background-color: var(--black-color);
	color: var(--primary-color);
}

.mt_40 {
	margin-top: 40px;
}

/* ======== Inner Page ========= */
.studio_contact_form {
    padding: 0 40px;
}
/* ========= Slider =========== */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
	color: var(--primary-color);
}
/* ======== Popup Modal Query ======== */
.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	height: 420px;
    object-fit: cover;
    width: 100%;
}

.inquiry_message {
	letter-spacing: 1px;
}

.form-control.d_field {
	padding: 12px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background-color: var(--primary-color);
	color: var(--secandry-color);
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background: #0c1d49;
	color: #fff;
}

.popup_whatsapp {
    display: block;
    text-align: center;
    background: #1b6e1b;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.popup_whatsapp span{
    color: #fff;
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}
.btn-close {
	position: absolute;
	right: 0;
	top: -30px;
	opacity: 1;
	background: none;
}

.btn-close img {
	height: 20px;
}
  /* ====== Projects ========== */
.project_box {
	position: relative;
}

.project_box:hover .project_box_content {
	background: var(--primary-color);
}

.project_box:hover .project_box_content h3 {
	color: #000;
}

.project_box:hover .project_box_img img {
	filter: opacity(0.3);
}

.project_box_img img {
	height: 400px;
	object-fit: cover;
	border: 2px solid #ddd;
	border-radius: 10px;
}

.project_box_content h3 {
	font-size: 16px;
    padding: 10px 0;
    margin: 0;
    color: #414141;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
}

.project_box_content {
	position: absolute;
	bottom: 5px;
	left: 10px;
	text-align: center;
	background: #fff;
	width: 100%;
	color: var(--black-color);
}
 /* ========= Footer ========== */
.interior_footer {
	background-image: url(../images/footer-bg.jpg);
	background-size: 100% 100%;
	padding: 40px 0;
	color: #ddd;
}

.interior_footer p, .interior_footer a {
	color: #707070;
	margin-bottom: 0;
}

.frt_headings {
	color: #ddd;
	font-size: 25px;
}

.footer_list {
	padding: 0;
}

.footer_list li {
	line-height: 1.9;
}

.footer_bottom p {
	margin-bottom: 0;
	padding: 10px 0;
}

.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 20px;
	right: 15px;
	background-color: var(--primary-color);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-phone {
	background-image: url(../images/footer_call.png);
	background-repeat: no-repeat;
	background-size: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.ring-ring {
	animation-name: rings;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top: 10px;
}

@keyframes rings {
	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
    32%,
    44%,
    56%,
    68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
    35%,
    47%,
    59%,
    71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%,
    38%,
    50%,
    62%,
    74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
    41%,
    53%,
    65%,
    77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}