@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


body{
    overflow-x: hidden;
    font-family: 'Arial', sans-serif;
}


#intro, #second,#third, #fourth,#fifth {
    width: 100vw;
    min-height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;

}
ul{
  line-height: 35px;
}
li {
font-size: 20px;
}
 #second,#third, #fourth,#fifth {

    margin-top: 300px;
}
#contents{
    text-align: center;
 color:white;
}
.btn-custom {
  margin-top: 20px;
  padding: 10px 12px 10px 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.line-fx{
  margin-bottom: 30px;
}
.error {
  clear: both;
  display: none;
  color: #e73c37;
  padding-top: 20px;
}

.success {
  clear: both;
  display: none;
  color: #96c346;
  padding-top: 20px;
}

a.btn-custom:hover,
.btn-custom:hover {
  background-color: black;
    color: #fff;
    opacity: .8;
    -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}
.color-2{
background-color: transparent;
border: 1px solid black;
}
h1{
  font-family: 'Black Han Sans', sans-serif;
    font-size: 70px;
}
h2{
    font-size: 40px;
}
p{
  font-size: 20px;
}
#textFill{
  z-index: 100;
}

.bg-black{
    background: black;
}
.bg-light{
    color: black ;
}
.p-text{
    margin: 0px 300px 0px 300px;
    font-size: 25px;
    text-align: justify;
}

/* logo */
#logo-container{

    height:80px;
    width:150px;
    
}
#logo-container img{
    height: 100%;
    width: 100%;
}
.logo{
position: fixed;
left:30px;
top:20px;
}


/* cursor */

a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* #Cursor
================================================== */


.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;

}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;

}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}
.bg-facebook{
  background-color: #3b5998 !important;
}
.bg-linkedin{
  background-color:  #0e76a8 !important;
}


.logo-wrap {
	position: absolute;
	display:block;
	left:0;
	top: 40px;
	cursor: pointer;
}
.logo-wrap a {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition : all 0.3s ease-out;
}
.logo-wrap a span{ 
	color: #0069f1;
}
.logo-wrap a:hover {
	opacity: 0.9;
}

/* nav */



.menu-container {
  z-index: 2;
  position: fixed;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
}
.menu ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: white;
  min-height: 45px;
  padding: 15px;
  text-align: center;
}
.menu ul li a {
  cursor: pointer;
}

.menu-sliders {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: flex 0.45s;
}
.menu-sliders:nth-child(2) {
  flex: 1 0 100%;
  background: transparent;
}
.menu-sliders:nth-child(odd) {
  background: #fff;
}

.plus-btn-pos {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}


.plus-btn {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: white;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: 0.5s ease;
  
}

.plus-btn:hover,.cur{
    width: 60px;
    height: 60px;
    border-radius: 50px;
 
}



.plus-btn div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #000;
  transition: transform 0.3s;
  transition-delay: 0.5s;
}
.plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
.plus-btn:hover {
  background: #000;
}
.plus-btn:hover div {
  background: white;
}
.plus-btn:active {
  box-shadow: none;
}

body.menu-open .menu-sliders:nth-child(2) {
  flex: 0 0 0%;
}
body.menu-open .menu {
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
body.menu-open .plus-btn .r1 {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.menu-open .plus-btn .r2 {
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

/* circle text */

#circle { position: fixed;bottom:0px;right: 0px;  width: 100%; height: 300px; ; overflow: hidden;  }

#circle text { font-family: 'Helvetica Neue', Arial; font-size: 24px; font-weight: bold; }

#circle svg { position: fixed; right: 0px; bottom: 0px; width: 300px; height: 250px; z-index: 5000000;

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
      -ms-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}
#circle svg:hover{
  cursor: pointer;

 }
 
/* mobile */
@media (max-width: 768px) 
{
  
   h1
   {
       font-size:28px;
   }
   #logo-container{
    height:50px;
    width:100px;
}
.p-text{
    margin: 15px;
    font-size: 16px;
    text-align: justify;
}
h2{
    font-size: 24px;
}

#circle text { font-family: 'Helvetica Neue', Arial; font-size: 24px; font-weight: bold; }

#circle svg { position: fixed; right: -40px; bottom: -20px; width: 200px; height: 150px; z-index: 500;
}
}

.invert{
    filter: invert(100%);
}

/* cursor */













html,
html *,
body,
body * {
  cursor: none;
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.005s ease-in-out, transform 0.005s ease-in-out;
	mix-blend-mode: difference;
z-index: 99999999999;}

.cursor-dot {
  width: 17px;
  height: 17px;
  background-color: white;
}


.cursor-dot-outline {
  transition: 0.5s ease-in linear;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
 
}
/* mobile */
@media (max-width: 768px) 
{
  .cursor-dot,
.cursor-dot-outline {
  display:none;
}
   .line-fx{
  margin-bottom: 10px;
}
}

