

@font-face {
  font-family: "Lateef";
  src: url("../fonts/Lateef-Regular.ttf");
  src: url("../fonts/Lateef-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Scriptina";
  src: url("../fonts/scriptina-webfont.woff");
  src: url("../fonts/scriptina-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


*, ::after, ::before {
    box-sizing: border-box;
}

body{ background-color: #000; overflow-x: hidden; font-family: Lateef; font-size: 18px; }
img{ max-width: 100%; }
a{ text-decoration: none; }

h1,h2,h3,h4,h5,h6{font-family: Scriptina; letter-spacing: 5px;}
h1{ font-size: 72px; }
h2{ font-size: 52px; }
h3{ font-size: 42px; }

h6{font-family: Lateef; font-size: 20px; letter-spacing: 1px;}

#canvas {
  /*background: #000;*/
  position: fixed; width: 100%; height: 100vh; left: 0; top: 0;
  display: block;
  height: 100vh; z-index: -1; opacity: 0.5;
}

section{ position: relative; padding: 80px 0; overflow-x: hidden; }
.main_section{
   position: relative;min-height: 500px; height: 100vh; padding: 30px 0;
   display: flex; flex-direction: column; align-items: center; justify-content: space-around;
 }



.logo{ text-align: center; margin-bottom: 20px; position: relative; }
.logo img{ transition: all 0.8s ease-in-out; }
#logo_1{position: relative;}
#logo_2{position: absolute; left: 50%; top: 0; transform: translateX(-50%); opacity: 0;}

#logo_1.hide{ opacity: 0; }
#logo_2.show{ opacity: 1; }

.logo_box{ z-index: -2; margin-bottom: 30px;}

.logo_box h4{ color: #fff;/* white-space: nowrap;*/ text-align: center; }

.logo_txt{ animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1); font-size: 30px; letter-spacing: 1px; font-family: Lateef; }

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}



@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}



.scroll_down_box{z-index: 1; text-align: center;}
.scroll_down_box h6{ color: #fff; }
.mouse {
  width: 40px;
  height: 70px;
  border: 3px solid #b98329;
  border-radius: 60px; margin: 0 auto; margin-bottom: 10px;
  position: relative;
}

.mouse:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b98329;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
  }

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}




/* Cursor Effect */

.cursor {
   position: absolute;
   background-color: #b98329;
   width: 6px;
   height: 6px;
   border-radius: 100%;
   z-index: 1;
   transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   user-select: none;
   pointer-events: none;
   z-index: 10000;
   transform: scale(1);
}
 .cursor.active {
   opacity: 0.5;
   transform: scale(0);
}
 .cursor.hovered {
   opacity: 0.08;
}
 .cursor-follower {
   position: absolute; border:1px solid rgba(255,255,255,0.5);
   /*background-color: rgba(185, 131, 41, 0.3); */
   width: 30px;
   height: 30px;
   border-radius: 100%;
   z-index: 1;
   transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
   user-select: none;
   pointer-events: none;
   z-index: 10000;
   transform: translate(-5px, -5px);
}
 .cursor-follower.active {
   opacity: 0.7;
   transform: scale(2);
}
 .cursor-follower.hovered {
   opacity: 0.08;
}


.card_box{ display: flex; flex-direction: column; align-items: flex-start; }
.card_thum{
  width: 90%; margin: 50px auto; max-width: 800px; display: inline-block;
  transition: all 0.5s ease-in-out;
}
.card_thum .card_img{ clip-path: inset(0 0 0 0); transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96); margin: 0; }
.card_thum .card_img img{ transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96); min-height: 240px;}

.card_thum:hover .card_img{ clip-path: inset(3% 3% 3% 3%);}
.card_thum:hover .card_img img{ transform: scale(1.05);}

.click_box{ 
  position: absolute; bottom: 20px; right: 20px;
  width: 210px; height: 210px; border-radius: 100%;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  background-color: rgba(0,0,0,0.8);transition: all 0.5s ease-in-out !important;
  color: #fff;
}
.card_thum:hover .click_box{bottom: 40px; right: 40px;}
.view_more{
  color: #fff !important; position: relative;
  padding: 5px 0; margin-top: 30px;
}
.view_more:before,.view_more:after{
  content: '';
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 1px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.view_more:after{ bottom: 0; top: auto; }
.view_more:hover{ text-decoration: none;  }
.view_more:hover:before,.view_more:hover:after{ width: 60%; }












