@font-face{
	font-family:Sagita;
	src:url('Sagita.otf');
}
body{
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:'Arial';
	  width: 100vw;
  height: 100vh;
    display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  cursor:none;
}
.two{
	background:url('Whisk_560afbd0c774cc493fb4dad25de600c9dr.jpeg');
	background-size:cover;
	background-attachment:fixed;
}
section{
	width:100vw;
	height:100vh;
	overflow:hidden;
	background:#fff;
	inset: 0;
  opacity: 0;
  pointer-events: none;
}
.inner_section{
	width:90%;
	margin:auto;
	height:100%;
	max-width:1400px;
	position:relative;
}
.two .inner_section .content{
	background: linear-gradient(217deg,rgba(246, 48, 73, 1) 100%, rgba(0, 0, 0, 1) 23%);
	padding:20px 30px;
	border-radius:10px;
}
.two .inner_section .content::after{
	width:150px;
	height:150px;
	background:url('Untitled-3-02.jpg');
	background-size:cover;
	position:absolute;
	top:-50px;
	right:-50px;
	content:'';
	z-index:99;
	border-radius:50%;
	box-shadow:2px 4px 8px rgba(0,0,0,.3);
}
.two p strong{
	font-family:'Sagita';
}
.panel.default {
  opacity: 1;
  pointer-events: auto;
}
.one{
background:#fff;
  background-size:100%;
  background-position:center;
  transition: background 0.8s ease !important;
 z-index:9999;
opacity:1;
}
.bi-arrow-right-circle-fill, .bi-arrow-left-circle-fill{
	color:#F63049;
}
.three .inner_section{
	display:flex;
	justify-content:space-between;
	
}
.three .inner_section .left{
	width:21%;
	position:relative;
}
.three .inner_section .right{
	width:68%;
}
.three .inner_section .left .content{
	width:100%;
}
.three .inner_section .left .content h2{
	font-family:'sagita';
	font-size:50pt;
}

.panel{
    display:none;
}
.panel.active{
   display:block;
  pointer-events: none;
  z-index: 1000;
}
.one .content{
	top:50%;
	left:38%;
	transform:translate(-50%,-50%);
	display:flex;
	color:#fff;
}
.one .content
.inner_section{
	max-width:1400px;
	width:90%;
	margin:0px auto;
}
.header_text h2{
	font-family:'Sagita';
	font-size:55px;
	line-height:0px;
	white-space:nowrap;
}
.Nav_buttons{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	position:relative;
}
.Nav_buttons button:nth-child(1)::before{
	content:'Art';
	font-family:'Sagita';
	position:absolute;
	font-size:50pt;
	top:0;
	left:100%;
	color:#fff;
}
.Nav_buttons button:nth-child(2)::before{
	content:'Architecture';
	font-family:'Sagita';
	position:absolute;
	font-size:50pt;
	bottom:0;
	left:100%;
	color:#fff;
}
.socials{
	display:flex;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:9999999999999;
	color:rgb(246, 48, 73);
}
.socials a {
	color:rgb(246, 48, 73);
}
.socials i{
	font-size:17pt;
	margin:10px 10px;
}

button{
	background:none;
	border:none;
	outline:none;
	cursor:pointer;
	transition:.8s ease;
}
button i{
	font-size:40px;
	
}
button:hover{
	transform:rotate(-10deg) scale(1.1);
}
button i{
  font-size:50pt;
}

.one .content, .two .content{
    transition:.8s ease;
}
.content{
  width:500px;
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
}
.content p strong{
  font-size:50pt;
}
.image{
width:30%;
position:absolute;	
top:55%;
transform:translateY(-50%);
box-shadow:2px 4px 8px rgba(0,0,0,.4);
right:15%;
}
.one h1 span{
	display:block
}

/*Start here*/
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #F63049;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index:999999999999;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
    z-index:999999999999;
}

.hover {
  background-color: red;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
.section_contact{
	max-width:800px;
	width:80%;
	position:absolute;
	top:55%;
	left:50%;
	transform:translate(-50%, -50%);
	display:flex;
	align-items:start;
	justify-content:space-between;
	padding:30px 20px;
	border-radius:10px;
	background:#fff;
	box-shadow:2px 4px 8px rgba(0,0,0,.4);
	transition:.8s ease;
}
.section_contact .left{
	width:49%;
}
form{
	display:block;
	padding:10px 20px;
}
form input, textarea{
	width:100%;
	margin:10px 0px;
	padding:10px;
	border:1px solid #000;
		border-radius:10px;
}
input[type=submit]{
	width:100%;
	background:url('arrow.png');
	background-size:10%;
	background-repeat:no-repeat;
	background-position:left;
	outline:none;
	border:none;
}
textarea{
	height:100px;
}
.section_contact .right{
	width:49%;
	height:auto;
}
.right h2{
	font-family:'Sagita';
	font-size:20pt;
	color:#F63049;
}
.right a{
text-decoration:none;
color:#000;	
}
.next_btn{
	position:absolute;
	bottom:20px;
	left:20px;
}
@media screen and (max-width:670px){
    .section_contact{
    max-width:800px;
    width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	display:flex;
	flex-direction:column-reverse;
	
	align-items:start;
	justify-content:space-between;
	padding:30px 20px;
	border-radius:10px;
	background:#fff;
	box-shadow:2px 4px 8px rgba(0,0,0,.4);
	transition:.8s ease;
}
    .section_contact .left, .section_contact .right{
        width:100% !important;
    }
}
@media screen and (max-width:1400px){
    .three .inner_section .left{
        width:50%;
        padding:0px 10px;
}
 .three .inner_section .right{
     width:50%;
}
}
/*Gallery*/
@media screen and (max-width:998px){
    .one .content{
        left:28%;
        transform:translate(-50%, -50%) scale(0.8);
    }
    .one .content .Nav_buttons{
        width:fit-content;
    }

}
@media screen and (max-width:767px){
    
    .one .content{
        display:block;
        left:50%;
    }
    .two .content{
        transform:translateY(-50%) scale(.7);
        left:0%;
        
    }
   .three .content{
       position:relative;
   }
   .three .content h2{
       font-size:30pt !important;
       margin:0;
   }
       .carousel-track img {
  width: calc(100vw / 4) !important;
  height: 350px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow:2px 4px 8px rgba(0,0,0,.4);
}
.three .inner_section{
    flex-direction:column;
}
.three .inner_section .left, .three .inner_section .right{
    width:100%;
}
}
@media screen and (max-width:500px){
   .content p strong{
        font-size:30pt !important;
    }
    .one .content{
        left:50%;
        transform:translate(-50%, -50%) scale(0.7);
    }
    .two .content{
        transform:translate(-50%, -50%) scale(.7);
        left:50%;
        top:50%;
        width:400px;
    }
    .two .inner_section .content::after {
    width: 150px;
    height: 150px;
    background: url(Untitled-3-02.jpg);
    background-size: cover;
    position: absolute;
    top: -180px;
    left: 0px;
    content: '';
    z-index: 99;
    border-radius: 50%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .3);
}

}
.carousel {
 
  overflow-x:hidden !important;
  width: 90%;
  max-width:1200px;
  margin:0px auto 100px auto;
  color:#fff;
  margin-top:50px;
}
.carousel h2{
    font-family:'Sagita';
    font-size:50pt;
    
}
.carousel-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.track-reverse{
  animation: scroll-reverse 40s linear infinite;
}

.carousel-track img {
  width: calc(100vw / 6);
  height: 350px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow:2px 4px 8px rgba(0,0,0,.4);
}

.carousel-track img:hover {
  transform: scale(1.05);
}

/* Seamless movement */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.carousel-track img{
  margin:0px 10px;
}
.carousel-track{
  margin-bottom:15px;
}