html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #e5e0d9;
    color:#282626;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
@font-face {
  font-family: "Attack Type";
  src: url("../fonts/AttackType/AttackType-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Attack Type";
  src: url("../fonts/AttackType/AttackType-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Attack Type";
  src: url("../fonts/AttackType/AttackType-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Attack Type";
  src: url("../fonts/AttackType/AttackType-Heavy.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/Neue-montreal/NeueMontreal-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/Neue-montreal/NeueMontreal-Medium.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/Neue-montreal/NeueMontreal-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/Neue-montreal/NeueMontreal-Light.ttf") format("opentype");
  font-weight: 300;
}






/* #cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: var(--y, 0);
    left: var(--x, 0);
    transform: translate(-50%, -50%);
    z-index: 2;
    mix-blend-mode: difference;
    transition: transform .2s;
} */
  

.wrapper{
    width: 1390px;
    height: auto;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: #000;
}
.img-31{
    background: url('../img/img-31.jpeg');
}
.img-71{
    background: url('../img/img-71.jpeg');
}
.img-79{
    background: url('../img/img-79.jpeg');
}
.img-62{
    background: url('../img/img-62.jpeg');
}
.img-3{
    background: url('../img/img-3.jpeg');
}
.img-8{
    background: url('../img/img-8.jpeg');
}
.img-25{
    background: url('../img/img-25.jpeg');
}
.img-27{
    background: url('../img/img-27.jpeg');
}
.img-72{
    background: url('../img/img-72.jpeg');
}
.img-54{
    background: url('../img/img-54.PNG');
}
.img-55{
    background: url('../img/img-55.PNG');
}
.img-56{
    background: url('../img/img-56.PNG');
}
.img-58{
    background: url('../img/img-58.PNG');
}
.img-15{
    background: url('../img/img-15.PNG');
}
.img-61{
    background: url('../img/img-61.jpeg');
}
.img-89{
    background: url('../img/img-89.png');
}
.img-45{
    background: url('../img/img-45.jpeg');
}
.img-12{
    background: url('../img/img-12.PNG');
}
.img-29{
    background: url('../img/img-29.jpeg');
}
.img-62{
    background: url('../img/img-62.jpeg');
}

/* HEADER */
.home-body{
    background-color: #dad4cd;
}
#header{
    height: 100vh;
    width: 100%;
    position: relative;
}
.header-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: absolute;
}
.left-nav{
    position: absolute;
    top: 25px;
    left: 25px;
}
.left-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-nav ul li{
    font-family: 'AppleGothic';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.left-nav li a{
    color: #252623;
    transition: color 0.2s ease-out;
}
.red-point{
    background-color: #FA5142;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 10px;
}
.left-nav ul li::after{
    content: " ";
    border-bottom: 1px solid rgb(0, 0, 0);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: bottom right;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);
}
.left-nav ul li:hover::after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
/* .left-nav ul li a:hover{
    color: #ffffff;
} */
.logo{
    position: fixed;
    font-family: 'Attack Type';
    font-weight: 700;
    font-size: 24px;
    right: 100px;
    padding: 0 3px;
    z-index: 5;
}
.logo a{
    color: #252623;
}
.logo:hover{
    background-color: #252623;
}
.logo:hover.logo a{
    color: #fff;
}
.logo::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #FA5142;
    border-radius: 50%;
    top: calc(50%);
    right: calc(30% + 1px);
}
.logo>img{
    width: 100%;
    height: auto;
}
.right-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hambur-menu{
    cursor: pointer;
    height: 18px;
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 20px;
}
.ham-line{
    width: 80%;
    height: 1px;
    background-color: #252623;
    transition: transform 0.3s ease;
}
.ham-line:nth-child(2){
    align-self: flex-start;
}

/* BIG POSTER */
.big-poster{
    height: 530px;
    width: 100%;
    border-bottom: 1px solid #000;
}
.medium-text{
    width: 1100px;
    margin-left: 140px;
}
.img-p{
    display: flex;
    justify-content: flex-start;
}
.img-p p{
    font-family: 'AppleGothic';
    font-size: 18px;
    align-self: flex-end;
    margin-bottom: 40px;
}
/* MAIN */
.home-grid{
    display: grid;
    grid-template-columns: 66% 34%;
}
/* MAIN-LEFT */
.left-main{
    padding-bottom: 250px;
}
.cate-block{
    position: relative;
    width: 100%;
    padding-right: 40px;
    padding-top: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.cate-block a{
    font-family: 'Attack Type';
    font-weight: 500;
    font-size: 70px;
}
.cate-block img{
    width: 402px;
    height: 380px;
}
.cate-title{
    position: absolute;
    bottom: 90px;
    right: 350px;
    z-index: 10px;
}
.cate-title:after{
    content: "";
    border-bottom: 1px solid #000;
    width: 85%;
    position: absolute;
    right: 0;
    bottom: 2px;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
    transform: scaleX(1);
}
.cate-title:hover:after{
    transform: scaleX(0);
}

/* FOOTER */
.home-footer{
    position: relative;
    width: 100%;
    height: 600px;
    background: url('../img/img-35.jpg');
    background-size: cover;
    background-position: top;
    border-top: 1px solid #000;
}
.poster-logo{
    position: relative;
}
.poster-logo>img{
    width: 700px;
    height: auto;
    position: absolute;
    top: -120px;
    right: 30px;
}
.poster-logo>p{
    position: absolute;
    color:#FA5142;
    font-size: 20px;
    font-family: 'AppleGothic';
    right: 100px;
    top: 100px;
}
.nav-copyright{
    position: absolute;
    left: calc(30%);
    bottom: 0;
    width: 700px;
    height: 200px;
}
.nav-copyright ul{
    position: absolute;
    font-family: "Attack Type";
    font-size: 25px;
    font-weight: 500;
    top: 50px;
}
.nav-copyright li{
    padding: 8px 0;
    display: flex;
    justify-content: flex-between;
    align-items: center;
}
.purple{
    background-color: #A193F2;
}
.nav-copyright ul li a{
    color: #fff;
}
.copyright{
    position: absolute;
    font-family: 'Bangla Sangam MN';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    right: 50px;
    bottom: 50px;
}
.social-media{
    width: 240px;
    margin-top: 10px;
    margin-left: 10px;
}
.social-media img{
    width: 40px;
    padding-right: 10px;
}

/* EXHIBITION PAGE */
/* Directory Style */
.page-title{
    padding-bottom: 10px;
}
.hover-title{
    cursor: pointer;
    height: 110px;
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: 22% 68% 5%;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-weight: 500;
    font-size: 80px;
    font-family: 'Attack Type';
}
.theme-date:nth-child(19),.theme-date:first-child{
    background-color: #FA5142;
}
.big-num{
    height: 70px;
    display: flex;
    align-items: center;
}
.big-num>.red-point{
    width: 15px;
    height: 15px;
    align-self: flex-end;
}
.text-title{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.category-name{
    align-self: flex-end;
    font-family: 'Bangla Sangam MN';
    font-size: 15px;
    position: relative;
    align-self: flex-start;
    text-transform: capitalize;
}
/* .category-name::after{
    content: '';
    width: 120%;
    height: 2px;
    background-color: #FA5142;
    position: absolute;
    display: block;
    right: 0;
    bottom: 2px;
} */
.plus{
    cursor: pointer;
    position: relative;
    color: #000;
    transition: transform 0.2s ease;
}
.plus-to-close{
    transform: rotate(135deg);
}
.line{
    border-bottom: 1px solid #000;
    width: 68px;
}
.line-verti{
    transform: rotate(90deg);
}
.arrow{
    position: relative;
    width: 68px;
    height: 68px;
}
.arrow img{
    position: absolute;
    right: 25px;
    top: 0;
    transition: right 0.5s ease;
}
.sweep-to-bottom{
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
.sweep-to-bottom::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
} 
.sweep-to-bottom:hover:before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.se-title, .se-title-2{
    display: none;
}
/* DIRECTORY WITH IMG */
.directory{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.theme-date{
    width: 77%;
    position: relative;
}
.dire-img{
    position: absolute;
    width: calc(30% - 2px);
    height: 163px;
    top: -1px;
    left: calc(-30%);
    background-size: cover;
    background-position: center;
    border: 1px solid #000;
    display: none;
}

.theme-date a{
    cursor: pointer;
    display: grid;
    grid-template-columns: 50% 40% 10%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    border-bottom: 1px solid #000;
}
.theme-date p{
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: 300;
    text-transform: uppercase;
}
.theme-date p:nth-child(2){
    text-transform: capitalize;
    font-size: 18px;
}
.theme-date p:nth-child(3){
    font-size: 18px;
    text-align: end;
}

.bottom-text{
    display: grid;
    grid-template-columns: 40% 50%;
    align-items: center;
    justify-content: space-around;
    padding: 100px 25px;
}
.bottom-text p{
    font-family: 'Helvetica';
    font-size: 60px;
    font-weight: 700;
}
.big-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-text>.big-arrow img{
    width: 150px;
}

/* PAGE-FOOTER */
.page-footer{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    color: #000;
    border-top: 1px solid #000;
}
.footer-menu ul{
    display: flex;
}
.footer-menu ul li{
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}
.footer-menu li a{
    color: #252623;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline 1px solid #000;
    text-underline-position: under;
}
.social-media.page-fo-social{
    margin: 0;
}
.social-media.page-fo-social>img{
    width: 30px;
}
.page-fo-copyright{
    color: #252623;
    font-family: 'Arial';
    font-size: 11px;
    font-weight: 400;
}

/* VIEWROOM ARTFAIRS */
.poster-text-block{
    margin-left: 300px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.poster-text-block:last-child{
    margin-bottom: 80px;
}
.poster-text-block img{
    width: 280px;
    height: auto;
    border: 30px solid #000;
}
.text-block{
    margin-top: 180px;
    position: relative;
}
.text-block a{
    font-size: 80px;
    font-family: 'Attack Type';
    position: absolute;
    left: -170px;
    top: -100px;
}
.text-block a::after{
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 650px;
    bottom: 5px;
    left: 70px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
}
.text-block a:hover::after{
    transform: scaleX(0);
    transform-origin: bottom right;
}
.text-block a span{
    color: #fff;
}
.text-block p{
    font-size: 15px;
    font-family: 'AppleMyungjo';
    width: 600px;
    padding-left: 45px;
    line-height: 1.2;   
}
.date{
    color: rgb(146, 146, 146);
    position: relative;
    padding-left: 55px !important;
    padding-top: 15px;
}
.date::before{
    content: "";
    position: absolute;
    background-color: #FA5142;
    height: 18px;
    width: 2px;
    top: 15px;
    left: 48px;
}
.arfa-ti{
    left: -160px !important;
}
/* ARTIST PAGE */
.page-header{
    border-bottom: none;
}
.page-title h1{
    font-size: 85px;
    font-family: 'Attack Type';
    text-decoration: underline 1px solid;
    text-underline-offset: 2px;
    padding-top: 20px;
}
.page-title.pt-h1{
    right: 25px;
}
.c-fixed.big-hero{
    background: url('../img/img-62.jpeg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    border-bottom: 1px solid #000;
}
.hero-small-text{
    display: flex;
    justify-content: space-between;
    font-family:'Bangla Sangam MN';
    margin-top: 30px;
}
.bottom-text.page-big-text{
    display: grid;
    grid-template-columns: 60% 40%;
    width: 65%;
    justify-content: center;
    margin: 0 auto;
}
.bottom-text.page-big-text p:first-child{
    font-size: 45px;
    padding-right: 20px;
}
.bottom-text.page-big-text p:last-child{
    font-family:'STSong';
    font-weight: 300;
    font-size: 16px;
    text-align: right;
    line-height: 1.2;
    padding-left: 20px;
}
.poster-text-block.artist-work{
    width: 60%;
    margin: 0 auto 100px;

}
.poster-text-block.artist-work img{
    border: none;
    width: 500px;
}
.artist-work-intro{
    padding-left: 30px;
    align-self: flex-end;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.artist-work-intro p{
    padding-top: 16px;
    line-height: 1.2;
    font-size: 16px;
}
.artist-work-intro>.date{
    font-family: Bangla Sangam MN;
    font-size: 12px;
    line-height: 1.2;
    padding-left: 15px !important;
}
.artist-work-intro>.date::before{
    height: 42px;
    left: 3px;
}
.artist-work-intro h1{
    font-family: 'Attack Type';
    font-size: 35px;
    position: relative;
}
.artist-work-intro h1::after{
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 570px;
    bottom: 2px;
    left: 0;
}
.enquire-btn{
    cursor: pointer;
    width: 94px;
    height: 35px;
    background-color: #000;
    border: none;
    color: #fff;
    font-family: 'STSong';
    font-size: 15px;
    margin-top: 15px;
}

/* VIEW ROOM PAGE */
.page-title.double-title h1{
    font-size: 70px;
}
.page-title.double-title h1:first-child{
    text-decoration: none;
    padding-right: 60px;
}
.big-hero.vr{
    background: url('../img/img-151.PNG');
    width: 100%;
    height: 80vh;
    background-size: contain;
    background-repeat: repeat;
    background-position:bottom;
}
.down-arrow{
    margin: 0 auto;
    width: 50px;
}
.down-arrow img{
    width: 80px;
}
#vr-pos-block{
    width: 70%;
    margin-top: 200px;
}
#vr-pos-block img{
    width: 350px;
    border: 1px solid #000;
}
#vr-intro{
    padding-left: 40px;
    padding-bottom: 0;
    align-self: center;
}
#vr-intro>.date::before{
    background-color: #BBB27A;
    height: 58px;
}

#vr-intro p:nth-child(2){
    font-family: 'Arial';
    font-size: 12px;
    line-height: 1.5;
}
#vr-intro p:nth-child(2)>span{
    font-weight: 700;
    font-size: 16px;
}
.pro-grid{
    width: 70%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
}
.pro-container{
    padding: 20px 0;
}
.pro-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #000;
}
.pro-info{
    font-family: 'Bangla Sangam MN';
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.2;
}
.pro-info h3{
    text-decoration: underline 1px solid;
}
.pro-info p:nth-child(2){
    color:rgb(146, 146, 146);
    padding: 10px 0;
    font-size: 11px;
}
.pro-info p:nth-child(3){
    cursor: pointer;
    text-decoration: underline 1px solid;
}
section{
    margin-bottom: 50px;
}
/* ABOUT US */
.about-us-wrapper{
    width: 825px;
    height: auto;
    margin: 0 auto;
    font-family: 'STSong';
    font-size: 20px;
    line-height: 1.2;
}
.about-us-wrapper img{
    width: 370px;
    height: 550px;
    object-fit: cover;
}
.lan-box{
    position: absolute;
    right: 25px;
    top: 170px;
    font-family: 'STSong';
    display: flex;
    align-items: center;
    font-size: 20px;
}
.lan-box div{
    cursor: pointer;
    padding-left: 40px;
}

.lan-box div{
    position: relative;
    transition: color 0.3s ease;
}
.lan-box div::before{
    content: "";
    width: 100px;
    height: 40px;
    background-color: #FA5142;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    z-index: -1;
}
.lan-box div:hover::before{
    transform: scaleY(1);
}
.lan-box div:hover{
    color: #fff;
}
.pic-text-1{
    border-bottom: 1px solid #000;
    padding: 100px 0;
}
.pic-text-1>.about-us-wrapper{
    display: grid;
    grid-template-columns: 50% 40%;
    position: relative;
}
.text-1{
    padding-top: 50px;
}
.text-1 h1{
    font-size: 48px;
    font-family: 'Attack Type';
    position: absolute;
    right: 50px;
    top: 0;
}
.text-1 h1>span{
    color: #fff;
}
.text-1 h2{
    font-size: 45px;
    font-family: 'Attack Type';
    padding-bottom: 20px;
}
.about-us p{
    text-align: justify;
}
.text-2>.about-us-wrapper p{
    padding: 10px 0 50px;
}
.text-2>.about-us-wrapper span{
    font-family: 'Attack Type';
    font-weight: 600;
    font-size: 20px;
}
.pic-text-3>.about-us-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.down-arrow{
    width: 100px;
    height: 80px;
    padding: 80px 0;
}
.down-arrow img{
    width: 100%;
    height: auto;
}
.pic-text-3 p span{
    font-family: 'Attack Type';
    font-weight: 500;
    font-size: 40px;
}
.main-point-text{
    padding-top: 100px;
    padding-bottom: 150px;
}
.main-point-text>.about-us-wrapper ul a, .main-point-text>.about-us-wrapper ul span{
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}
.main-point-text>.about-us-wrapper ul li{
    padding: 10px;
    border-bottom: 1px solid #000;
    font-family: 'Roboto';
    font-size: 14px;
}
.small-pic-slogan{
    position: relative;
    margin-bottom: 150px;
    display: flex;
    justify-content: flex-end;
}
.small-pic-slogan h1{
    font-family: 'Attack Type';
    font-size: 45px;
    position: absolute;
    bottom: -22px;
    right: -55px; 
}
.small-pic-slogan img{
    width: 320px;
    height: 215px;
}

/* INCUBATOR */
.incuba{
    position: relative;
    margin: 300px 0;
}
.incuba p{
    text-align: justify;
}
.incuba span{
    font-family: 'Attack Type';
    font-size: 22px;
    font-weight: 700;
}
.incuba h1{
    position: absolute;
    font-family: 'Attack Type';
    font-size: 100px;
    top: -110px;
    right: 0;
}
.incuba h1::before{
    content: "";
    position: absolute;
    background-color: #FA5142;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    bottom: 16px;
    left: -10px;
}
.incuba:nth-of-type(3)>h1{
    width: 900px;
}

/* CONTACT PAGE */
.contact-sc-section{
    height: 100vh;
}
.page-title{
    position: relative;
}
.page-title img:nth-child(2){
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    right: calc(30%);
    bottom: calc(-80%);
    z-index: -2;
}
.contact-grid{
    display: grid;
    grid-template-columns: 70% 30%;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 1.5;
    height: 53.5vh;
}
.contact-le{
    border-right: 1px solid #000;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}
.sm-top-text{
    justify-self: flex-end;
    padding-right: 20px;
}
.add-social span, .con-sub h2{
    font-family: "Attack Type";
    font-size: 30px;
    font-weight: 700;
}
.contact-so{
    display: flex;
}
.contact-so ul{
    padding-left: 20px;
}
.contact-so ul span{
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
}
.contact-so ul li{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.contact-ri{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.sm-top-text-2{
    width: 220px;
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
}
.con-sub{
    padding: 0 20px;
    padding-bottom: 50px;
    width: 100%;
    box-sizing: border-box;
}
.con-sub>.input-container{
    background-color: #fff;
    margin-top: 6px;
    width: 100%;
}
.con-sub>.input-container input{
    background: #fff;
    outline: none;
    border:none;
    padding-left: 10px;
}

/* ENQUIRE FORM */
.enquire-header{
    border: none;
    position: relative;
    height: 210px;
}
.enquire-header>.page-title{
    /* display: flex;
    justify-content: center; */
    position: absolute;
    top: -11px;
    left: calc(50% - 332.5px);
}

.form-grid{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 50px;
}
.form-le,.form-ri{
    width: 100%;
}
.paint-container img{
    width: 100%;
    height: 380px;
}
.paint-info{
    font-family: 'Arial';
    font-size: 11px;
    padding-top: 10px;
}
.paint-info h1{
    font-size: 14px;
}
.paint-info h2{
    color: rgb(146, 146, 146);
    padding: 3px 0 10px;
}
.paint-info p{
    color:rgb(45, 45, 45)
}
.enquire-form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.enquire-form input[type="text"]{
    width: 100%;
    height: 30px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    background-color: #e5e0d9;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'STSong';
    font-weight: 300;
}
.enquire-form>input:nth-of-type(4){
    padding-bottom: 90px;
}
.enquire-form input[type="text"]::placeholder{
    color: rgb(157, 157, 157);
    font-size: 20px;
    font-family: 'STSong';
    font-weight: 300;
}
.newsletter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsletter div{
    display: flex;
    align-items: center;
}
.newsletter input[type="checkbox"]{
    appearance: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
    display: grid;
    place-content: center;
}
.newsletter input[type="checkbox"]:checked{
    width: 15px;
    height: 15px;
    background-color: #000;
    transition: background-color 0.1s ease;
}
.newsletter input[type="checkbox"]:checked::before{
    color: #fff;
    content: "\2713";
}
.send{
    border: none;
    outline: none;
    cursor: pointer;
    width: 80px;
    height: 35px;
    background-color: #000;
    color: #fff;
    font-family: 'STSong';
    font-size: 16px;
    font-weight: 300;
    margin-top: 55px;
    align-self: flex-end;
}
.close{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 55px;
    height: 55px;
}
.close img{
    width: 100%;
}
.enquire-header>.plus-to-close>.line{
    width: 80px;
}

/* OPEN PAINTING */
.open-paint{
    display: grid;
    grid-template-columns: 70% 30%;
    width: 55%;
    margin: 100px auto;
}
.open-paint>img{
    width: 550px;
    height: 550px;
}
.open-paint>.paint-info{
    align-self: flex-end;
    line-height: 1.5;
    padding-left: 10px;
}
.open-paint>.paint-info>.enquire-open{
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline 1px;
    text-underline-offset: 2px;
    padding-top: 10px;
    box-sizing: border-box;
}
.arr{
    position: absolute;
    top: calc(50% - 25px);
}
.left-arr{
    left: 25px;
}
.right-arr{
    right: 25px;
}

/* HAMBUR MENU */
.ham-menu-page{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    background-color: #E5E0D9;
    z-index: 5;
    display: none;
}
.no-scroll{
    overflow-y: hidden;
    height: 100%;
}
.pic-menu{
    height: calc((100vh - 6px) / 6);
    width: 100%;
    display: flex;
    border-bottom: 1px solid #000;
}
.pic-menu img{
    height: 100%;
    width: 280px;
    object-fit: cover;
    border-right: 1px solid #000;
}
.pic-menu a{
    font-family: 'Attack Type';
    font-size: 100px;
    align-self: flex-end;
    padding-bottom: 10px;
    box-sizing: border-box;
    transition: color 0.5s ease;
    padding-left: 100px;
    box-sizing: border-box;
}
.hambur-menu{
    cursor: pointer;
    position: fixed;
    right: 20px;
    z-index: 10;
}
.ham-to-close{
    top: 35px;
    right: 10px;
    z-index: 10;
}
.ham-to-close>.ham-line:first-child{
    transform: rotate(135deg) translateX(10px) scale(1.2);
    
}
.ham-to-close>.ham-line:last-child{
    transform: rotate(45deg) translate(-12px, -2px) scale(1.2);
}
.ham-to-close>.ham-line:nth-child(2){
    display: none;
}
#menu-1{
    background-color: #FA5142;
}

/* SCROLL */

html.has-scroll-smooth {
    overflow: hidden; 
}
  
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.has-scroll-smooth body {
overflow: hidden; 
}

.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; 
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
height: 100vh;
display: inline-block;
white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
display: inline-block;
vertical-align: top;
white-space: nowrap;
height: 100%; }

.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0; }
.c-scrollbar:hover {
    transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3); }

.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }

/* NEW HOME PAGE */
header{
    border-bottom: 1px solid #000;
}
.poster-heading{
    font-family: 'Attack Type';
    color: #252623;
    font-size: 230px;
    top: calc(30%);
    left: 50px;
    margin: 0;
    position: absolute;
}
.poster-heading>h1{
    position: relative;
    display: flex;
}
.poster-heading>h1>span{
    font-size: 60px;
    align-self: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #ffffff;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
}
.poster-heading h2{
    position: absolute;
    font-size: 160px;
    left: 100px;
    bottom: -150px;
    display: flex;
}
#poster-rp{
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% + 10px);
    right: calc(60% - 90px);
    margin: 0;
}
#h2-rp{
    position: absolute;
    width: 25px;
    height: 25px;
    right: 48px;
    top: calc(40%);
    margin: 0;
}
#section1{
    height: 100vh;
    width: 100%;
    color: #252623;
    position: relative;
}
.home-img-block{
    font-family: 'Attack Type';
    border-bottom: 1px solid #000;
}
.home-img-block img{
    position: absolute;
    width: 420px;
    height: 320px;
    object-fit: cover;
    top: calc(50% - 170px);
    left: calc(50% - 220px);
    z-index: -2;
    border: 1px solid #000;
}
.home-img-block h1{
    position: absolute;
    font-size: 90px;
    top: calc(55%);
    left: calc(8%);
}
.home-img-block h1 span{
    color: #fff;
}
.home-img-block h3{
    font-size: 20px;
    text-align: right;
}
.home-img-block>h3>p:first-child{
    position: absolute;
    width: 200px;
    top: calc(15%);
    right: calc(20%);
    line-height: 1.5;
}
.home-img-block>h3>p:last-child{
    position: absolute;
    font-family: Roboto';
    width: 250px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    bottom: calc(18%);
    right: calc(20%);
    color: #fff;
}
/* SECTION 2 */
#section2>.wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    font-family: 'Roboto';
    min-height: 100vh;
}
.summary{
    width: 40%;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 20px;
}
.summary ul a{
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #252623;
    transition: color 0.3s ease;
    transition: background-color 0.2s ease-in-out;
}
.summary ul a:hover{
    color: #fff;
    background-color: #1B6CBE;
}
.summary img{
    position: absolute;
    top: calc(100%);
    left: 0;
    width: 200px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
    z-index: 10;
    border: 1px solid #000;
}
.home-text{
    width: 20%;
    padding-left: 80px;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
}
.home-text span{
    font-size: 28px;
    font-weight: 600;
}
/* SLIDE */
#section3{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 50px;
}
.slide-layout{
    display: inline-block;
    width: 50%;
}
.c-fixed_wrapper{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.c-fixed, .c-fixed_target{
    position: absolute;
    left: 0;
    right: 25px;
    top: -100vh;
}
.c-fixed_target{
    bottom: 0;
}
.c-fixed{
    height: 100vh;
    background: url('../img/img-15.PNG');
    background-position: 50%;
    background-size: cover;
}
#section3>.home-text{
    position: absolute;
    width: 25%;
    top: -10px;
    left: 25px;
    font-family: 'Roboto';
    font-size: 16px;
    padding: 0;
}
#section3>.home-text p{
    padding-top: 10px;
    line-height: 1.4;
}
#section3>.home-text span{
    text-transform: uppercase;
}
#section3>.home-text a{
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
#section3>.home-text a::after{
    position: absolute;
    bottom: 8px;
    left: 0;
    content:'';
    width: 400px;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.4s ease;
}
#section3>.home-text a:hover::after{
    transform: scaleX(1);
}
/* SECTION 4 */
#section4{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* SUBSCRIBE */
.subscribe-title{
    position: absolute;
    left: 25px;
    bottom: 30px;
}
.subscribe-title h1{
    font-size: 80px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
}
.subscribe-title h1 span{
    color: #fff;
    font-size: 90px;
}
.big-point{
    position: absolute;
    width: 26px;
    height: 26px;
    right: 2px;
    bottom: 12px;
}
.right-aside{
    width: 48%;
    min-height: 100vh;
    margin-right: 30px;
    padding-left: 50px;
    box-sizing: border-box;
}
.right-aside h2{
    font-size: 40px;
    font-family: "Varent Grotesk";
}
.input-container{
    height: 50px;
    width: 420px;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.right-aside input{
    outline: none;
    border: none;
    width: 90%;
    height: 90%;
    padding-left: 10px;
    font-size: 16px;
    font-family: 'AppleGothic';
    letter-spacing: 0.8px;
}
.left-arrow{
    cursor: pointer;
    border-left: 1px solid #000;
    height: 100%;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-aside p{
    color: #252623;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.5;
    width: 60%;
    text-align: justify;
}
.right-aside p span{
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
hr{
    border: none;
    border-bottom: 1px solid #000;
    width: 66%;
    margin: 30px 0;
}
.small-img{
    display: grid;
    grid-template-columns: 1fr;
    border-right: 1px solid #000;
}
.sec4-con{
    position: relative;
}
.sec4-con h2{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 12px;
    font-family: 'Varent Grotesk';
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline 1px;
    text-underline-offset: 5px;
    z-index: 5;
    width: 90%;
}
.sec4-con span{
    font-size: 60px;
}
.sec4-con span:last-child{
    color: #FA5142;
    font-size: 80px;
}
.small-img img{
    width: 200px;
    margin-right: 45px;
    margin-top: -4px;
    border: 1px solid #000;
}
.sec4-con::after{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 202px;
    height: 284px;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
}
.sec4-con.overlay::after{
    transform: scaleY(1);
}
#footer-section{
    margin-top: 0;
}
#back-top{
    cursor: pointer;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border: 4px solid #000;
    display: none;
    justify-content: center;
    align-items: center;
}

/* PAGE-HEADER */
#page-header{
    height:40vh;
    position: relative;
}
.page-title{
    position: absolute;
    bottom: 50px;
}
/* EXHIBITION PAGE */
.center{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ex-1-text{ 
    margin-left: 25px;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.2;
}
.exhi-sm-pic{
    width: 100%;
    height: 80vh;
}
.exhi-sm-pic img{
    width: 300px;
}
.per7{
    width: 70%;
    margin: 0 auto;
}
.big-hero.exhi-hero{
    background: none;
    background-size: cover;
    background-position: bottom;
    height: 100vh;
    border-bottom: 1px solid #000;
}
.exhi-intro{
    width: 200%;
    height: 92px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.exhi-intro p{
    font-family: 'Roboto';
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 800;
}
.ex-intro-ri{
    color: #fff;
    background-color: #000;
}
.exhi-layout>.c-fixed_wrapper{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.exhi-img{
    background: #1B6CBE;
    right: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center;
}
.exhi-img img{
    width: 350px;
    border: 1px solid #000;
}
#ex-se-1{
    margin-bottom: 0;
}
.img3-block{
    border-bottom: 1px solid #000;
}
.exhi-img-2{
    background: none;
}
.exhi-img-2 img{
    border: 1px solid #000;
}
.exhi-img-3{
    grid-template-columns: repeat(2, 1fr);
}
.exhi-img-3 img{
    width: 350px;
    transform: rotate(90deg);
}
.exhi-end{
    height: 80vh;
    font-size: 17px;
    font-family: 'Roboto';
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
