/*===================== 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. Intro Bottom
17. Portfolio
18. About
19. Reviews
20. Instagram Section
21. Footer
22. About Page
23. Portfolio Page
24. Investment Page
25. Contact Page
27. CTA Banner
28. Image Grid
=============================================================*/
/* ================================================================================== 
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: 500; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.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;
  scroll-behavior: smooth;
}
@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: 2rem;
}
main{
  position: relative;
}
/* ================================================================================== 
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: #f1ebe4;  color: #000; }  
::selection { background-color: #f1ebe4; color: #000 }
/* ================================================================================== 
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: 180rem;
}
.container-xl{
  max-width: 192rem;
  padding: 0;
}
.container-md{
  max-width: 110rem;
}
.container-sm{
  max-width: 80rem;
}
/* ================================================================================== 
5. Headings
===================================================================================== */
h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.4; font-family: 'EB Garamond',serif;}
.title h1, .title h2, .intro h1{ font-size: 3.2rem; }
p { margin-bottom: 2rem; }
.title{ margin-bottom:4rem; }
.title-center{text-align: center;}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h1, .title h2, .intro h1{ font-size: 4rem; }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1, .title h2, .intro h1{ font-size: 5rem; }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .title h1, .title h2, .intro h1{ font-size: 6rem; }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 2rem 4.5rem;
	font-weight: 400;
  margin-top: 3rem;
}
.btn-primary{
  background-color: #f1ebe4;
  color: #000;
}
.btn-primary:hover{
  background-color: #c4ad8d;
}
.btn-secondary {
	border: 1px solid #c4ad8d;
	text-transform: uppercase;
}
.btn-secondary:hover {
	background-color: #c4ad8d;
}
/* ================================================================================== 
7. Form
===================================================================================== */
form p{
  margin-bottom: 0;
}
input,
textarea, select {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0.8rem 1rem;
  outline: none;
  background-color: #ffffff;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #c4ad8d;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
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{
  background-color: #e1e1e1;
  padding: 1rem 0;
  font-size: 1.4rem;
}
.breadcrumbs ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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: 1.5rem;
}
.list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	width: 2rem;
	height: 2rem;
	background-image: url(images/list.svg);
	background-repeat: no-repeat;
	background-size: 1.4rem;
}
/* ================================================================================== 
11. Cookies
===================================================================================== */
.cky-btn-accept {
	background: #000 !important;
	border: 2px solid #000 !important;
}
.cky-btn-reject,  .cky-btn-customize, .cky-btn-preferences {
	color: #000 !important;
	border: 2px solid #000 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active){
  color: #000 !important;
  font-weight: 600;
}
.cky-btn-revisit-wrapper{
  background-color: #000 !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
===================================================================================== */
/* -----swiper--- */
.slider-arrows{
  display: flex;
  flex-direction: column;
  gap:3rem;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next2, .swiper-button-prev2 {
	width: 3.7rem;
	height: 1.7rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 3.7rem;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.swiper-button-next, .swiper-button-next2{
  background-image: url(images/next.svg);
  right: 3rem;
}
.swiper-button-prev, .swiper-button-prev2{
  background-image: url(images/prev.svg);
  left: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .swiper-button-next, .swiper-button-prev, .swiper-button-next2, .swiper-button-prev2{
    width: 5.7rem;
    height: 1.7rem;
    background-size: 5.7rem;
  }
}
/* ================================================================================== 
14. Header
===================================================================================== */
.lang{
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap:5px;
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .lang{
    position: absolute;
    top: 2rem;
    right: 2rem;
  
    }
}
header.scrolled .lang{
  color: #000;
}
.wpml-ls-legacy-dropdown{
  width: auto;
}
.wpml-ls-legacy-dropdown a{
  border: 0;
  color: #497ca9;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top: 1px solid transparent;
  opacity: 0;
  transition: all .4s ease-in-out;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: inline-block;
	border: 0.25em solid transparent;
	border-top: 0.3em solid;
	right: 0;
	top: 50%;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 16px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible;
  opacity: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	color: #0d3e66;
	background: transparent;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 5px 6px 6px;
}
.wpml-ls-legacy-list-horizontal li:last-child a{
  padding-right: 0;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0;
}
/*--------*/
.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: 3rem;
    order: 2;
}
.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, header.scrolled  .toggle.activate .line-toggle, .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;
}
header.scrolled{
  background-color: #fff;
}
header .container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .container .container{
  position: static;
}

header ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-logo img{
  display: block;
  width: 14rem;
  filter: brightness(0) invert(100);
  transition: all .4s ease-in-out;
}
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;
  text-transform: uppercase;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
nav li a:hover, nav li.current_page_item a{
  color: #c4ad8d;
}
.mobile-info{
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #000;
  font-size: 1.8rem;
}
.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;
}

@media only screen and (max-width: 100em) {
  /*1600px*/
    header .container .container{
      max-width: 120rem;
    }

}
@media only screen and (max-width: 80em) {
  /*1280px*/
  header .container .container{
    max-width: 102rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  nav{
    width: 40rem;
  }
  .header-logo img{
    width: 19rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .toggle{
    display: none;
  }
  .header-logo{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
  }
  nav li a{
    color: #fff;
  }
  nav li:nth-child(3)
  {
    margin-right: auto;
  }
  header.scrolled nav li a{
    color: #000;
  }
  nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  nav{
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    overflow-y: visible;
    transform: none;
    transition: none;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
  }
  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*/
}
/* ================================================================================== 
15. Intro
===================================================================================== */
section, footer{
  position: relative;
  z-index: 1;
  background-color: #fff;
  z-index: 2;
}
.intro{
  z-index: 2;
}
.intro img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: relative;
}
.intro-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}
.intro .container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-inner{
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.intro-inner h1{
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
}
.intro-home .intro-inner h1{
  text-transform: none;
}
.intro img.desktop-image{
  display: none;
}
.intro-video{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.intro-video video{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-down{
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background-image: url(images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  z-index: 1;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro img.mobile-image{
    display: none;
  }
  .intro img.desktop-image{
    display: block;
  }
}
/* ================================================================================== 
16. Intro Bottom
===================================================================================== */
.intro-bottom{
  position: relative;
  z-index: 2;
}
.intro-bottom::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:70%;
  background-color: #fcf6ef;
}
.intro-wrapper{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:3%;
  margin-bottom: 5rem;
}
.intro-wrapper img{
  height:auto;
  width: 100%;
  display: block;
  object-fit: cover;
}
.intro-box{
  width: 48.5%;
}
.intro-box:nth-child(1) img{
  width: 95%;
  margin-left: auto;
}
.intro-box:nth-child(2){
  position: relative;
  transform: translateY(7rem);
}
.text-center{
  text-align: center;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .intro-box:nth-child(2){
    transform: translateY(10rem);
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .intro-box:nth-child(2){
    transform: translateY(20rem);
  }
  .intro-bottom::before{
    height: 45%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .intro-wrapper{
    margin-bottom: 10rem;
  }
}
/* ================================================================================== 
17. Portfolio
===================================================================================== */
.portfolio{
  z-index: 2;
}
.portfolio .title h2 {
	text-transform: uppercase;
	font-size: 5rem;
}
.portfolio .container{
  padding-bottom: 5rem;
}
.portfolio-slider img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.portfolio-slider img{
  transform: scale(0.85);
}
.portfolio-slider .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.portfolio .swiper-button-next{
  top: auto;
  transform: translateY(0);
  bottom: 0;
  right: 10rem;
  filter: none;
}
.portfolio .swiper-button-prev{
  top: auto;
  transform: translateY(0);
  bottom: 0;
  left: 10rem;
  filter: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .portfolio .title h2 {
    font-size: 7rem;
  }
  .portfolio-slider img{
    transform: scale(0.8);
  }
  .portfolio-slider .swiper-slide.swiper-slide-active img {
    transform: scale(1);
  }

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .portfolio .title h2 {
    font-size: 9rem;
  }
 
}
/* ================================================================================== 
18. About
===================================================================================== */
.about-image-full{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-image-full img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.about-text{
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-video{
  width: 100%;
  height: 50rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-video video{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-button{
  display: flex;
  justify-content: center;
}
.about-text .btn{
  display: none;
}
@media only screen and (max-width: 50em) {
  /*800px*/
  .about-image-full{
    background-image: none;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .about-wrapper{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .about-text .btn{
    display: inline-block;
  }
  .about-button{
    display: none;
  }
  .about-text{
    width: 55%;
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 0;
  }
  .about-image{
    width: 45%;
    margin-top: -10rem;
  }
  .about-image-full img{
    display: none;
  }
  .about-image-full{
    height: 50rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .about-image-full{
    background-attachment: fixed;
  }
  .about-image{
    margin-top: -20rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-image-full{
    height: 70rem;
  }
  .about-text{
    padding-top: 10rem;
    padding-left: 15rem;
    padding-right: 10rem;
  }
}
/* ================================================================================== 
19. Reviews
===================================================================================== */
.reviews{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.reviews-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
}
.swiper-slide{
  box-sizing: border-box;
}
.reviews-inner{
  max-width:26rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.reviews-inner h4{
  font-size: 2rem;
  font-style: italic;
}
.reviews .swiper-button-next2{
  filter: brightness(1) invert(100);
}
.reviews .swiper-button-prev2{
  filter: brightness(1) invert(100);
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .reviews-inner{
    max-width:40rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .reviews-inner{
    max-width: 70rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .reviews{
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/

  
}
/* ================================================================================== 
20. Instagram Section
===================================================================================== */
.instagram-section{
  background-color: #fff;
}
.instagram-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%;
}
.instagram-wrapper a{
  display: block;
  width: 23.5%;
  margin-bottom: 0;
}
.instagram-wrapper a img{
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
}
.instagram-section{
  z-index: 2;
}
@media only screen and (min-width: 90em) {
  /*1440px*/

  
}
/* ================================================================================== 
21. Footer
===================================================================================== */
.footer-logo img{
  display: block;
  width: 10rem;
  height: auto;
  margin: 0 auto;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5rem 0;
  text-align: center;
}
footer li a {
	display: block;
	padding: 0.5rem 1.6rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 1.4px;
}

footer li a:hover{
  opacity: 0.4;
}
.copyright{
  padding: 2rem 0;
  background-color: #fcf6ef;
  font-size: 1.6rem;
}
.copyright .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.copyright .social{
  margin: 2rem 0;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .copyright .container{
    flex-direction: row;

    justify-content: space-between;
    text-align: left;
  }
  .copyright .social{
    margin:  0;
  }
  footer ul li:nth-child(1), footer ul li:nth-child(2), footer ul li:nth-child(3){
    text-align: right;
  }
  .footer-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    column-count: 2;
    width: 100%;
    margin: 0 auto;
    gap: 23rem;
    padding: 5rem 0;
  }
  .footer-logo img{
    width: 13rem;
}

footer{
  padding-bottom: 5rem;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  footer{
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  footer{
    padding-bottom: 5rem;
  }
}
/* ================================================================================== 
22. About Page
===================================================================================== */

.about-page-text {
	width: 100%;
	box-sizing: border-box;
  margin-bottom: 5rem;
}
.about-page-image{
  width: 100%;
  display: none;
}
.about-page-image img{
  display: block;
  width: 100%;
  height: auto;
}
.about-page-text img{
  display: block;
  width: 100%;
  margin: 5rem auto;
  height: auto;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/

}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .about-page-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .about-page-text img{
    display: none;
  }
  .about-page-text {
    width: 63%;
    padding: 10rem 17rem 10rem 9rem;
    background-color: #fcf6ef;
    margin-bottom: 0;
  }
  .about-page-image{
    width: 44%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    display: block;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .about-page-text {
    padding: 10rem 24rem 10rem 9rem;
  }
}
/*--------*/
.approach{
  position: relative;
}
.about-image-full.approach{
  height: 40rem;
}
.approach-text{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.approach-text h2{
  margin: 0;
}
.approach-slider {
  overflow: hidden;
  position: relative;
}
.approach-slider  img{
  display: block;
  width: 49%;
  height: auto;
}
.approach-slider .swiper-slide{
  display: flex;
  gap:2%;

}
.approach-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%;
  margin-top: 5rem;
}
.title-box{
  width: 49%;
  text-align: center;
}
 .approach-slider .swiper-button-next,  .approach-slider .swiper-button-prev{
  filter: brightness(0) invert(100);
 }
 @media only screen and (max-width: 37.5em) {
  /*600px*/
  .approach-title h2{
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .approach-title{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
23. Portfolio Page
===================================================================================== */
.portfolio-wrapper{
  margin-top: 5rem;
}
.portfolio-box{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
}
.portfolio-box:last-child{
  margin-bottom: 0;
}

.portfolio-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2/3;
}
.portfolio-box h3{
  font-size: 3rem;
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.portfolio-row:not(:first-child){
  margin-top: 5rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .portfolio-wrapper{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    gap:3%;
  }
  .portfolio-box{
    width: 48.5%;;
  }
  .portfolio-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .portfolio-box{
    width: 31.3%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .portfolio-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .portfolio-box h3{
    font-size: 4rem;
  }
}
/*------------*/
.portfolio-images{
  column-count: 2;
  gap:0.5rem;

} 

.p-box{
  width:100%;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.p-box img{
  display: block;
  width: 100%;
  height: auto;
}
.bg{
  background-color: #fcf6ef;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .portfolio-images{
    column-count: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .portfolio-images{
    margin-top: 10rem;
  }
  
}
/*---------------*/
.gallery-wrapper{
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  gap:3%;
  margin-top: 5rem;
}

.gallery-box{
  width: 48.5%;
  display: block;
  overflow: hidden;
  margin-bottom: 3rem;
  position: relative;
}

.gallery-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2/3;
}
.gallery-box h3{
  font-size: 2.4rem;
  color: #fff;
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .gallery-box{
    width: 31.3%;
    aspect-ratio: 3/3;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .gallery-box h3 {
    font-size: 2.7rem;
  }
}
/*---------------*/

.gallery-container {
  column-count: 1;
  break-inside: avoid;
  gap: 0.5rem;
  padding: 0.5rem;
  margin-top: 5rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.gallery-item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.gallery-item:hover::before{
  opacity: 1;
  visibility: visible;
}
.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.25rem;
}

@media (width > 700px) {
 .gallery-container {
    column-count: 2;
  }
}

@media (width > 1000px) {
 .gallery-container {
    column-count: 3;
  }
}

@media (width > 1300px) {
 .gallery-container {
    column-count: 4;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .gallery-container{
    margin-top: 10rem;
  }
}
/* ================================================================================== 
24. Investment Page
===================================================================================== */
.package-wrapper{
  margin-top: 5rem;
}
.package-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 5rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
.package-box:last-child{
  margin-bottom: 0;
}
.package-box  h2{
  font-size: 3rem;
  text-align: center;
}
.package-box h3{
  text-align: center;
}
.price{
  text-align: center;

}
.p-text {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #e7e7e7;
}
.text-bottom{
  text-align: center;
  margin-top: 3rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .package-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .package-box  h2{
    font-size: 4rem;
  }
  .package-box{
    width: 48.5%;
  }
  .package-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .package-wrapper{
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .package-box{
    width: 31.3%;
    margin-bottom: 5rem;
  }
  .package-box:last-child{
    margin-bottom: 5rem;
  }
}
/*------------*/
.photobook-slider{
  overflow: hidden;
}
.photobook-slider img{
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.option-box{
  width: 100%;
  margin-bottom: 3rem;
  padding: 5rem 2.5rem;
  background-color: #fcf6ef;
  font-size: 1.8rem;
  text-align: center;
}
.option-box:last-child{
  margin-bottom: 0;
}
.option-box h2{
  font-size: 3rem;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .option-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:3%;
  }
  .option-box{
    width: 48.5%;
  }
  .option-box:last-child{
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .option-box h2{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .option-box{
    padding: 5rem;
  }
  .option-box{
    width: 31.3%;
  }
}
/* ================================================================================== 
25. Contact Page
===================================================================================== */

.contact-text{
  width: 100%;
  padding: 5rem 2rem;
  background-color: #fcf6ef;
  margin-bottom: 5rem;
}

.contact-form form{
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px dashed #000;
}
.contact-btn input{
  width: auto;
  border: 0;
  transition: all .4s ease-in-out;
}
 
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-form fieldset{
    width: 48%;
  }
  .contact-form fieldset.w-100{
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .contact-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-text{
    width: 40%;
    padding: 5rem;
    position: sticky;
    top: 15rem;
    margin-bottom: 0;
  }
  .contact-form{
    width: 55%;
  
  }
}
/* ================================================================================== 
26. FAQ Page
===================================================================================== */
.accordion-wrapper {
  counter-reset: accordion-counter;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}

.accordion {
  padding: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-left: 4rem;
  background-image: url(images/camera.svg);
  background-repeat: no-repeat;
  background-position: left  center;
  background-size: 2rem;
}
.accordion__head_text {
  position: relative;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
  width: 80%;
}

.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  }
  .accordion__head_btn:before, .accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #45484f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
/* ================================================================================== 
27. CTA Banner
===================================================================================== */
.cta-banner{
  background-color: #fcf6ef;
  text-align: center;
}
.cta-banner h2{
  font-size: 3.2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .cta-banner .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cta-text{
    width: 70%;
  }
  .cta-banner{
    text-align: left;
  }
  .cta-banner h2{
    font-size: 4rem;
  }
}
/*------*/
.otgs-development-site-front-end {
	position: relative;
	z-index: 2;
}
/* ================================================================================== 
28. Image Grid
===================================================================================== */
.image-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap:5px;
  margin-top: 7rem;
}
.grid-column{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap:5px
}

.grid-box img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.grid-box:nth-child(2) { grid-area: 1 / 3 / 3 / 5; }
.grid-box:nth-child(3) { grid-area: 3 / 1 / 5 / 5; } 

.grid-box:nth-child(1) img, .grid-box:nth-child(2) img{
  aspect-ratio: 16/9;
}
.grid-box:nth-child(3) img{
  aspect-ratio: 16/9;
}
.grid-column:nth-child(2) .grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 5; }
.grid-column:nth-child(2) .grid-box:nth-child(2) { grid-area: 3 / 1 / 5 / 3; }
.grid-column:nth-child(2) .grid-box:nth-child(3) { grid-area: 3 / 3 / 5 / 5; } 

.grid-column:nth-child(4) .grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.grid-column:nth-child(4) .grid-box:nth-child(2) { grid-area: 1 / 2 / 3 / 5; }
.grid-column:nth-child(4) .grid-box:nth-child(3) { grid-area: 3 / 1 / 5 / 5; } 

.grid-column:nth-child(4) .grid-box:nth-child(1) img{
  aspect-ratio: 9/15.5;
}

.grid-column:nth-child(5) .grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 4; }
.grid-column:nth-child(5) .grid-box:nth-child(2) { grid-area: 1 / 4 / 3 / 5; }
.grid-column:nth-child(5) .grid-box:nth-child(3) { grid-area: 3 / 1 / 5 / 5; } 


.grid-column:nth-child(5) .grid-box:nth-child(2) img{
  aspect-ratio: 9/15.5;
}
.grid-column:nth-child(6) .grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 5; }
.grid-column:nth-child(6) .grid-box:nth-child(2) { grid-area: 3/ 1 / 5 / 3; }
.grid-column:nth-child(6) .grid-box:nth-child(3) { grid-area: 3 / 3 / 5 / 5; } 

.grid-column:nth-child(6) .grid-box img {
	aspect-ratio: 16/10.5;
}
.grid-column:nth-child(7) .grid-box:nth-child(1) img , .grid-column:nth-child(7) .grid-box:nth-child(2) img{
  aspect-ratio: 9/15.5;
}
.grid-column:nth-child(8) .grid-box:nth-child(1) { grid-area: 1 / 1 / 3 / 5; }
.grid-column:nth-child(8) .grid-box:nth-child(2) { grid-area: 3 / 1 / 5 / 3; }
.grid-column:nth-child(8) .grid-box:nth-child(3) { grid-area: 3 / 3 / 5 / 5; } 

.grid-column:nth-child(8) .grid-box:nth-child(2) img , .grid-column:nth-child(8) .grid-box:nth-child(3) img{
  aspect-ratio: 9/15.5;
}
.grid-column:nth-child(9) .grid-box:nth-child(1) img , .grid-column:nth-child(9) .grid-box:nth-child(2) img{
  aspect-ratio: 9/15.5;
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .image-grid{
    grid-template-columns: repeat(3, 1fr); 
  }


}
@media only screen and (max-width: 61.25em) {
  /*980px*/
  .grid-column:nth-child(3) .grid-box:nth-child(3) img {
    aspect-ratio: 16/11.3;
  }
  .grid-column:nth-child(10) .grid-box:nth-child(3) img {
    aspect-ratio: 16/18.1;
  }

}
@media only screen and (max-width: 30em) {
  /*480px*/
  .image-grid{
    grid-template-columns: repeat(1, 1fr); 

  }

}
