/*!
Theme Name: vdtheme
Theme URI: https://virtus-dizajn.com/
Author: Virtus dizajn
Author URI: https://virtus-dizajn.com/
Description: Design theme for Virtus dizajn.
Version: 1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vdtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Screenshot: https://virtus-dizajn.com/wp-content/themes/vdtheme/screenshot.png

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vdtheme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('fonts/fonts.css');
/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Breadcrumbs
10. Custom Style
11. Cookies
12. Pagination
13. Slider
14. Header
15. Intro
16. Offer
17. About
18. Banner
19. Footer
20. About Page
21. Services Page
22. About Glass Page
23. Contact Page
=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
input[type="button"], input[type="submit"]{
  width: auto;
  transition: all .4s ease-in-out;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }

/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color:#000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  
}
main{
  position: relative;
}
/*----cookie----*/
.cky-btn-revisit-wrapper,
.grecaptcha-badge {
	display: none !important;
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #001bcb;  color: #fff; }  
::selection { background-color: #001bcb; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 148rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg{
  max-width: 160rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-sm{
  max-width: 110rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 500;line-height:1.4;}
.title h1, .title h2{ font-size: 3.2rem;font-weight: 400; }
h3{
  font-size: 2.6rem;
}
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
.title h3{
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #001bcb;
  letter-spacing: 1px;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2{ font-size: 3.6rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2{ font-size: 4rem; }
}



/* ================================================================================== 
6. Buttons
===================================================================================== */

.btn {
	display: inline-block;
	padding: 1.3rem 6rem;
	font-weight: 400;
  border-radius: 10rem;
}
.btn-primary{
  background-color: #001bcb;
  color: #fff;
}
.btn-secondary{
  background-color: #43515a;
  color: #fff;
}
.btn-primary:hover{
  background-color: #000;
}
.btn-white{
  border:1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white:hover{
  background-color: #fff;
  color: #000;
}
.btn-transparent{
  background-color: rgba(255,255,255,.30);
  color: #fff;
}
.btn-transparent:hover{
  background-color: #fff;
}
.btn-sm{
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
}
.btn-sm:hover{
  text-decoration: none;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input, input, textarea, select {
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 1.4rem 2rem;
	font-size: 1.6rem;
	outline: none;
	background-color: #ffffff;
	border-radius: 2rem;
}
textarea{
  resize: vertical;
  height: 19rem;
  border-radius: 2rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #001bcb;

}
label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*-----------*/
.wpcf7-list-item label{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap:1rem;
}
.wpcf7-list-item label input{
  width: auto;
  margin: 0;
}
.wpcf7-list-item{
  margin-left: 0;
}
.wpcf7-not-valid-tip{
	position: relative;
	padding: .75rem 1.25rem;
	margin-top: 1rem;
	border: 1px solid #f5c6cb;
	border-radius: .25rem;
  font-size: 1.4rem;
  color: #721c24;
  background-color: #f8d7da;

}
.wpcf7 form .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-top: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
  font-size: 1.4rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.4rem  !important;
  color: #155724 !important;
  background-color: #c3e6cb !important;
  border: 1px solid #d4edda !important;

}
/*---------------*/
.select2-container .select2-selection--single {
	height: 4rem !important;
	display: flex !important;
	align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 1.5rem !important;

}
.select2-container{
  font-size: 1.6rem;
  color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	transform: translateY(-50%)  !important;
  top: 50% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #f2d8c3  !important;
	border: 1px solid #f2d8c3!important;
	color: #9c4126!important;
  font-weight: 400  !important;
}
.select2-dropdown {
	background-color: #f2d8c3 !important;
	border: 1px solid #f2d8c3 !important;

}
.select2-results__option{
  padding: 0.5rem  1.5rem !important;
  font-size: 1.6rem  !important;
  color: #000!important;
  font-weight: 400  !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.select2-container--default .select2-results__option--selected {
 
	background-color: #9c4126 !important;
	color: #f2d8c3 !important;
}
/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* .menu-item-has-children za wp sub parent*/
/* .current_page_item za wp active link u navigaciji*/
/* ================================================================================== 
9. Breadcrumbs
===================================================================================== */
.breadcrumbs{
  font-size: 1.4rem;
  color: #fff;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumbs ul li{
  display: inline-block;
  font-weight: 600;

}
.breadcrumbs ul li::after{
  content: '|';
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumbs ul li a{
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs ul li:last-child:after{
  content: none;
}
/* ================================================================================== 
10. Custom Style
===================================================================================== */
.list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list ul li{
  position: relative;
  padding-left: 3rem;
  margin-bottom: 3rem;
}
.list  ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 2rem;
  height: 2rem;
  background-image: url(images/list.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #001BCB !important;
	border: 2px solid #001BCB !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #001BCB !important;
	border: 2px solid #001BCB !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #001BCB !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #001BCB !important;
}
/* ================================================================================== 
12. Pagination
===================================================================================== */
.pagination{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background-color: #050517;
  color: #ffff00;
  font-weight: 600;
  cursor: pointer;
}
.page-numbers.current, .page-numbers:hover{

  background-color: #ffff00;
  color: #050517;
}
.page-numbers.current{
  cursor:text;
}
.page-numbers.next, .page-numbers.prev{
  width: 10rem;
}
/* ================================================================================== 
13. Slider
===================================================================================== */
.custom-arrow{
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border:1px solid #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
.custom-next{
  background-image: url(images/next.svg);
  right: 1rem;
}
.custom-prev{
  background-image: url(images/prev.svg);
  left: 1rem;
}
.custom-pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2rem;
  margin-top: 3rem
}
.swiper-pagination-bullet{
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #001bcb;

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .custom-next{
    right: -4rem;
  }
  .custom-prev{
    left: -4rem;
  }
  
}
/* ================================================================================== 
14. Header
===================================================================================== */
/*--------*/
.social{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem
}
.social a{
  display: block;
}
.social a img{
  display: block;
  width: 3.3rem;
  height: auto;
}
/*---------*/
.toggle {
	cursor: pointer;
	overflow: hidden;
	width: 36px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 11;
    margin-left: 0;
    order: 3;
}


.line-toggle {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 20px;
	transition: all .6s;
	right: 0;
  z-index: 11;
}
header.scrolled .line-toggle, .toggle.activate .line-toggle, header.scrolled .toggle.activate .line-toggle{
  background: #000;
}
.line-toggle:first-child {
transform: translateY(-10px) translateX(0);
transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
    transition-delay: .12s;
}

.line-toggle:last-child {
    transform: translateY(10px) translateX(0);
    transition-delay: 0s;
}
.toggle.activate .line-toggle:first-child {

	transform: translateY(0) translateX(0) rotate(45deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {

	transform: translateY(0) translateX(0) rotate(314deg);
	width: 30px;
	height: 2px;
	transition-delay: .1s;
}
/*-----------*/
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  padding: 1.5rem 0;
  transition: all .4s ease-in-out;
  color: #fff;
}
header.scrolled{
  background-color: #fff;
  color: #000;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo{
  display: block;
}
.header-logo img{
  display: block;
  width: 12rem;
  height: auto;
  /* filter: brightness(0) invert(100); */
}
header.scrolled .header-logo img{
  filter: none;
}
nav{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding: 4rem;
  padding-top: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .4s ease-in-out;
  z-index: 2;
  overflow-y: auto;
}
nav.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
nav li{
  display: block;
}
nav li a{
  display: block;
  padding: 1rem 0;
  font-weight: 400;
}

nav li a:hover, nav li.current_page_item a{
  color: #939cda;
}



.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.menu-item-has-children{
  position: relative;
}
.sub-menu{

  display: none;
  padding-left: 3rem;
}

.sub-menu li{
  display: block;
}
.sub-menu li a{
  display: block;
  padding: 1rem;
}
.header-phone, .header-mail{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:1rem
}
.header-phone img, .header-mail img{
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  object-fit: contain;
  filter: brightness(0) invert(100);

}
header.scrolled .header-phone img, header.scrolled .header-mail img{
  filter: none;
}
.header-mail{
  margin: 0 4rem;
}
header .btn{
  padding: 1.3rem 3rem;
}
.header-phone{
  margin-left: auto;
}
.header-phone span, .header-mail span{
  display: none;
}
.btn-desktop{
  display: none;
  margin-right: 2rem;
}
@media only screen and (max-width: 70.25em) {
  /*1124px*/
  nav{
    color: #000;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .btn-desktop{
    display: inline-block;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .header-phone span, .header-mail span{
    display: inline-block;
  }
}
@media only screen and (min-width: 70.3125em) {
  /*1125px*/
  .toggle{
    display: none;
  }
  .btn-desktop{
    margin-right: 0;
  }
  .header-phone{
    margin-left: 0;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    margin-right: auto;
    margin-left: 3rem;
  }
  nav li{
    display: inline-block;
  }
  nav li a{
    display: inline-block;
    padding: 2rem 1.6rem;
  }
  .mobile-info{display: none;}
  .sub-menu{
    position: absolute;
    left: 0;
    top: 6rem;
    width: 24rem;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  nav li a{
    padding: 2rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  nav{
    margin-left: 8rem;
  }
}
/* ================================================================================== 
15. Intro
===================================================================================== */
.intro{
  overflow: hidden;
  position: relative;
  color: #fff;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);

}
.intro > img{
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.intro-text .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 60rem;
  width: 100%;
  text-align: center
}

.intro-btns{
  display: flex;
  flex-direction: column;
  gap:1rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-btns{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap:3rem;
  }
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/

}  
/* ================================================================================== 
16. Offer
===================================================================================== */
.text-center{
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
}
.offer-slider{
  overflow: hidden;
}
.offer-box{
  display: block;
  overflow: hidden;
  position: relative;
}
.offer-box a{
  display: block;
}
.offer-box img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/18;
  object-fit: cover;
  transition: all .4s ease-in-out;
}
.offer-box a:hover img{
  transform: scale(1.05);
}
.offer-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
}
.offer-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);

}
.offer-text h3{
  font-size: 2.6rem;
}

.offer-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem;
  color: #fff;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .offer-text{
    padding: 5rem;
  }
}
/* ================================================================================== 
17. About
===================================================================================== */
.about{
  background-color: #dae6ea;
  font-size: 1.8rem;
}

.about-left{
  width: 100%;
  margin-bottom: 5rem;
  text-align: center;
}
.about-right{
  width: 100%;
}
.about-rental .container .container{
  position: static;
}
.about-left img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 5rem;
  aspect-ratio: 16/12;
}
.about-right strong{
  font-weight: 500;
}
.about-icon-row h3{
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.about-left .btn{
  margin-top: 3rem;
}

.about-left .title{
  margin-bottom: 2rem;
}
.about-icon-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  align-items: center;
  margin-bottom: 3rem;
}
.about-icon-row img{
  display: block;
  width: 6.5rem;
  height: 6rem;
  object-fit: contain;
  margin-right: 2rem;
}
.about-icon-row p{
  margin-bottom: 0;
}
.about-icons{
  margin-top: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-left{
    width: 50%;
    margin-bottom: 0;
    text-align: left;
  }
  .about-right{
    width: 43%;
  }
  .about{
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 92.5em) {
  /*1480px*/
  .about-left img{
    width: 50%;
    position: absolute;
    left: 0;
  }

}
/* ================================================================================== 
18. Banner
===================================================================================== */
.banner{
  padding: 10rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.banner-text {
	max-width: 80rem;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	z-index: 2;
	position: relative;
	padding: 0 2rem;
}
.banner-text2{
  max-width: 80rem;
}
.banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.57);
  z-index: 0;
}
.banner-text .btn{
  margin-top: 3rem;
}



@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .banner{
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 92.5em) {
  /*1480px*/
  .banner{
    margin-top: 25rem;
  }
}
/* ================================================================================== 
19. Footer
===================================================================================== */
footer{
  padding: 5rem 0;
  background-color: #000;
  color: #fff;
}
footer .container{
  max-width: 120rem;
}
footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-logo img{
  width: 10rem;
  height: auto;
  display: block;
  margin: 0 auto;
  /* filter: brightness(0) invert(100); */
}
.footer-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
footer .social{
  justify-content: center;
}
footer h3{
  font-size: 2.4rem;
}
.copyright{
  font-size: 1.4rem;
  padding: 1rem 0;
  background-color: #2e2e2e;
  color: #fff;

}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 120rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .footer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box{
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
  .footer-logo{
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .social{
    justify-content: flex-start;
  }
  .copyright .container{
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  footer ul{
    column-count: 2;
    column-gap: 5rem;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .footer-logo{
    width: auto;
    margin-bottom: 0;
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    padding: 10rem 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-logo img{
    width: 12rem;
  }

}
/* ================================================================================== 
20. About Page
===================================================================================== */
.top-image img{
  height: 50vh;
}
.top-image .title{
  margin-bottom: 2rem;
  padding-top: 3rem;
}

.about-icons2 .about-icon-row{
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.about-icons2 .about-icon-row img{
  margin: 0;
}

.about-page-image{
  width: 100%;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-text{
  width: 100%;
  margin-top: 5rem;
}

.info-box{
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.bg{
  background-color: #dae6ea;
}
.info-box h3{
  font-size: 4rem;
}
.info-section{
  padding: 5rem 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .info-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
  }
  .info-box{
    width: 31.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .about-icons2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%
  }
  .about-icons2 .about-icon-row{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text{
    width: 48%;
    margin-top: 0;
  }
  .about-page-image{
    width: 48%;
  }
} 
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-icons2 .about-icon-row{
    width: 31.3%;
    margin-bottom: 0;
  }
}
/* ================================================================================== 
21. Services Page
===================================================================================== */
.offer-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
}
.offer-wrapper .offer-box{
  margin-bottom: 3rem;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .offer-wrapper .offer-box{
    width: 48.5%;
  }

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .offer-wrapper .offer-box{
    width: 31.3%;
  }
}
/*------------*/
.services-single-left{
  width: 100%;
  margin-bottom: 5rem;
}
.services-single-right{
  width: 100%;
}
.services-single-left .btn{
  margin-top: 3rem;
}
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:3%;
  margin-top: 10rem;
}
.gallery-box{
  width: 48.5%;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}
.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/10;
  transition: all .4s ease-in-out;
}
.gallery-box:hover img{
  transform: scale(1.05);
}
.gallery-page .gallery-wrapper{
  margin-top: 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .gallery-box{
    width: 31.3%;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .services-single-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .services-single-left{
    width: 40%;
    margin-bottom: 0;
  }
  .services-single-right{
    width: 48%;
  }
}
/* ================================================================================== 
22. About Glass Page
===================================================================================== */
.about2-wrapper{
  margin-top: 5rem;
}
.about2-box{
  width: 100%;
  margin-bottom: 3rem;
  background-color: #dae6ea;
  padding: 3rem;
}
.text{
  max-width: 100rem;
  width: 100%;
  margin-top: 7rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .about2-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
    margin-top: 8rem;
  }
  .about2-box{
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .about2-box{
    width: 31.3%;
  }
} 
/* ================================================================================== 
23. Contact Page
===================================================================================== */
.contact-text{
  width: 100%;
  margin-bottom: 5rem;
}
.contact-form{
  width: 100%;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-text{
    width: 43%;
    margin-bottom: 0;
  }
  .contact-form{
    width: 48%;
  }
}