@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruslan+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumar+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');






body {
    /*max-width: 100%;
    overflow-x: hidden;*/
}

html {
    /*max-width: 100%;
    overflow-x: hidden;*/
    /*background-color: yellow;*/
    cursor: none;
}

#view {
/*    display: none;*/
position: relative !important;
height: 100vh !important;
top: -30vh !important;
width: 32.3vh !important;
margin: 0px !important;
display: none;
}





#Home {
    /*background-color: black;
    color: darkred;
    background-color: #673ab7;
    background-color: black;
    color: #ffc107;
    height: 100vh;*/
    background: black;
    image-rendering: pixelated;
    /*color: darkred;*/
    /*color: #ffc107;*/
    height: 100vh;
    overflow: hidden;
    
}



.sanket-h1 {
    position: static;
    z-index: 3;
    font-size: larger;
    padding: 2vh;
/*    margin-left: 4em;*/
    color: gold;
    font-family: 'Uncial Antiqua', cursive;
}

.mememe img {
    position: absolute;
/*    right: 10em;*/
    bottom: 0em;
    right: 0vw;

}

.grandparent {
    position: relative;
}

.parent {
    overflow: hidden;
}

.poly-parent {
    height: 92vh;
}

#polygon{
    height: 100vw;
    width: 100vw;
    position: relative;
    border-radius: 50%;
}
#polygon:first-child{
    /*background: linear-gradient(
        #9b22ea,
        #bf23f6
    );
    background: linear-gradient(#9b22ea, #e9429f);
    background: linear-gradient( to right, #ffbd00, #ff5200 );*/
    background: var(--coloro-d);

    bottom: -40vh;
    left: -25vw;
    /*filter: blur(1.5em);*/
}

#polygon {
    /*position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;*/
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}






















.icosahedron {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 12em;
    width: fit-content;
    
    
}


.nav-pc {
    position: absolute;
/*    left: 5em;*/
    padding: 1em;
    /*display: none;*/


}

.nav-pc .nav-hall {
    display: inline;
}

.nav-hall-ul {
    list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-hall {
    text-decoration: none;
    list-style-type: none;
    color: var(--coloro-c);
    color: #ffe5e5;
    padding: 0.1em;
    font-size: 3.8vw;
    font-weight: bold;
    font-family: 'Cinzel Decorative', cursive;
    
    


}


.nav-hall a:hover {
    color: white;

}

.hello p {
    position: absolute;
    z-index: 3;
    font-size: 5vw;
    top: 20vh;
    left: 6vw;
    font-weight: 800;
    color: var(--coloro-f);
}

.sanket-h1-0 {
    position: absolute;
    z-index: 3;
    font-size: xxx-large;
    top: 3em;
    left: 1em;
    font-family: 'Bungee Spice', cursive;
    display: none;
}

/*#d-f {
    position: absolute;
    z-index: 3;
    font-size: xx-large;
    top: 9em;
    left: 1.5em;
    font-family: 'Abril Fatface', cursive;
    background-color: linear-gradient(
        to right,
        #ff512f,
        #f09819
    );
    display: none;
}*/

#d-f {
    position: absolute;
    z-index: 3;
    font-size: 7vw;
    top: 25vh;
    left: 6vw;
    font-family: 'Abril Fatface', cursive;
    font-family: sans-serif;
    font-weight: 900;
    color: var(--coloro-g);
}

#d-f span {
  font-family: 'Playfair Display', serif;
  color: var(--coloro-h);
}

.home-button {
  /*display: flex;*/

}

.home-button button {
  position: relative;
  z-index: 300;
  top: -33vh;
  left: 10vw;
  width: 35vw;
  margin: 2vw;
  background-color: #022e02;
  color: white;
  padding: 1vh 2vw;
  text-shadow: 0 20px 40px rgba(0,0,0,.5);



}

.home-button button a {
  color: white;
  text-decoration: none;

}

.home-button button:hover {
  background-color: white !important;
  color: #022e02;
}




#About {
    background-color: red;
/*    display: flex;*/
    position: relative;
    z-index: 100;
}

#About .left-about {
    background: var(--coloro-aa);
/*    width: 50%;*/
    height: 100vh;
    

}



#About .left-about h2 {
    color: #ffc107;
    color: white;
    text-align: center;
    display: flex;
    position: relative;
    font-size: 13vw;
    top: 45%;
    font-family: 'Rubik Glitch', cursive;
    font-family: 'Yeseva One', cursive;
    letter-spacing: 0.2vw;
    align-content: center;
    justify-content: center;
}

#about-img {
    display: flex;
    position: sticky;
    top: 42%;
    width: 30%;
    display: none !important;
}





#About .right-about {
/*    position: relative;*/
/*    width: 50%;*/
    background: var(--coloro-ac);


}

#About .right-about .text-for-padding {
    padding: 3em;
}

.hey p {
    color: var(--coloro-ad);
    font-size: x-large;
    font-family: 'Yatra One', cursive;

}

.hey-work .w1 {
    font-size: x-large;
    font-family: 'Kumar One', cursive;
}

.hey-work .w2 {
    font-size: large;
    font-family: 'Koh Santepheap', cursive;

}

.hey-work .w3 {
    font-size: initial;
}

.w {
    margin-top: 1em;
}








@import url('https://fonts.googleapis.com/css?family=Raleway:700,900');

* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
a{
  text-decoration: none;
}

/* Sections */
.section{
  height: 100vh;
  min-height: 500px;
  position: relative;
}

/* Containers */
.content-container{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  clip: rect(auto, auto, auto, auto);
  pointer-events: none;
}
.content-inner{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index: 99;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  pointer-events: all;
}
.content-center{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


/* Aesthetics */
.top-section{
  background: var(--coloro-aaaa);
}
.bottom-section{
  background: var(--coloro-aaac);
}
.section h1{
  font-size: 15vh;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.section p,
.section a{
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-align: center;
}

.content-theme-dark h1{
  color: var(--coloro-aaab);
  text-shadow: 0 20px 40px rgba(0,0,0,.5);
}
.content-theme-dark p,
.content-theme-dark a{
  color: var(--coloro-aaae);
}
.content-theme-light h1{
  color: var(--coloro-aaad);
  text-shadow: 0 20px 40px rgba(0,0,0,.5);
}
.content-theme-light p,
.content-theme-light a{
  color: var(--coloro-aaaf);
}








#Services {
  background: var(--coloro-b);
  overflow-x: hidden;

}

.services-brand {
  display: flex;
  justify-content: center;
  align-items: center;


}

.services-brand p {
  color: var(--coloro-aac);
  font-size: 16vw;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 1em;

}

.flex-container {
  display: none !important;
}

.services-main {

}

.services-section {
    background: var(--coloro-aae);
    display: none;

}

.services-section-top {
  height: 110vh;
  width: 100vw;
  position: relative;
}

.spinning-star {
  display: flex;
  position: absolute;
  top: 5vh;
  right: 5vw;
  text-align: center !important;



}

.spinning-star img{
  width: 3vw;
  height: 3vw;
  display: flex;
  z-index: 600;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.spinning-name {
  color: var(--coloro-abb);
  top: 1vh;
  color: gold;
  font-size: 3vw;
}


.img-1a {
  position: absolute;
  top: 5vh;
  left: 5vw;
  width: 40vw !important;
}

.img-1b {
  position: absolute;
  bottom: 5vh;
  right: 10vw;
  width: 30vw;
}

.services-section-top h2 {
  color: wheat;
  font-weight: 900;
  font: bold normal 8vw/1.2 "Montserrat", sans-serif;
  width: 50vw;
  position: absolute;
  bottom: 5vh;
  left: 2vw;
}

.services-section-bottom {
  height: 110vh;
  width: 100vw;
  position: relative;
}

.services-section-bottom-box {
  background-color: wheat;
  border-radius: 30px;
  height: 90vh;
  width: 90vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;

}

.services-section-left {
  width: 50%;
  padding: 2vw;

}

.services-section-left h2 {
  /* color: ; */
  font-size: 4vw;
  font-family: sans-serif;
  margin-bottom: 5vh;

}

.services-section-left p {
  font-size: 1.2vw;
  font-family: sans-serif;
}

.services-section-right {
  padding: 2vw;
  display: flex;
  justify-content: center;
}

.services-section-right img {
  width: 100%;
  height: auto;
}




.top-1 {
  /*background: var(--coloro--aba) !important;*/
}

.top-1 h2 {
  color: var(--coloro-abb) !important;
}

.bottom-1 {
  /*background: var(--coloro-aba) !important;*/
}
.bottom-box-1 {
  background: var(--coloro-abb) !important;
}
.bottom-left-1 h2{
  color: var(--coloro-abg);
}

.top-2 {
  background: var(--coloro-abc) !important;
}

.top-2 h2 {
  color: var(--coloro-abd) !important;
}

.bottom-2 {
  background: var(--coloro-abc) !important;
}
.bottom-box-2 {
  background: var(--coloro-abd) !important;
}
.bottom-left-2 h2{
  color: var(--coloro-abh);
}

.top-3 {
  background: var(--coloro-abe) !important;
}

.top-3 h2 {
  color: var(--coloro-abf) !important;
}

.bottom-3 {
  background: var(--coloro-abe) !important;
}
.bottom-box-3 {
  background: var(--coloro-abf) !important;
}
.bottom-left-3 h2{
  color: var(--coloro-abi);
}







/*.services-main {
  margin-top: 10vh;
}

.services-section {
  display: flex;
  text-align: center !important;
  justify-content: center;
  height: 100vh;
  padding: 2vw;

}

.services-section div {
  width: 60%;
  padding: 2vw;

}

.services-section div h2 {
  font-size: 3vw;
  padding-bottom: 5vh;
  color: #673ab7;
  font-weight: 600;

}

.services-section div p {
  font-size: 1.5vw;

}
.services-section img {
  width: 40%;
  height: 40%;  
}*/



.ser-only-ad {
    background-color: darkred;
    color: #ffc107;
    font-size: 10vw;
    font-family: 'Bungee', cursive;
}

.right-services{
    position: relative;
}

.services-h {
    color: white;
    font-size: 10vw;
    left: 0em;
    top: 35vw;
    position: absolute;
    z-index: 1;
    color: var(--coloro-email);
    font-family: 'Alfa Slab One', cursive;
    display: flex;
    justify-content: center;
    position: sticky;
    display: none;




}


.ser {
    background-color: #5d38e9;
    height: 120vh;
    
}


.ser h3 {
    color: #ffc107;
    padding: 1em;
    /* margin-top: ; */
}


.left-services {

    width: 100%;

    

}



.left-services h3 {
    color: #ffc107;
    color: black;


    position: relative;
    text-align: center;

    font-size: 3vw;

    font-family: 'Londrina Outline', cursive;
    font-family: 'Playfair Display', serif;
/*    font-family: 'Ruslan Display', cursive;
    font-family: 'Rammetto One', cursive;*/

}

.left-services div {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.left-services img {
  width: 40vw;
  margin: 2vw;


}

.right-services {
    position: relative;
}






.services-section-only-ad {

}

.services-box-ad {
  
}

.flip-card {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  perspective: 1000px;
  margin-bottom: 5vh;
}

.flip-card-inner {
  position: relative;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 90vw;
  height: 90vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  width: 90vw;
  height: 90vh;
  margin-left: 5vw;
  margin-top: 5vh;
  border-radius: 30px;
  background: green;
  
}

.flip-card-front h2 {
  font-weight: 500;
  font-size: 10vw;
  top: 5vh;
  position: absolute;
  text-align: left;
  left: 3vw;

}

.flip-card-front button {
  position: absolute;
  left: 7vw;
  padding: 0.1vw 0.1vh;
  border: 1px solid black;
  border-radius: 1000px;
  width: 30vw; 
  color: black;
  background: transparent;
  top: 19vh;
  font-size: 5vw;
}

.flip-card-front .button-2 {
  left: 45vw; 
}

.flip-card-front .plus {
  position: absolute;
  top: 25vh;
  left: 15%;
  border: 1px solid black;
  border-radius: 50%;
  padding: 20px 20px;
  color: black;
}

.flip-card-front img {
  width: 90vw;
  height: 90vh;
  border-radius: 30px;
}

.flip-card-back {
  width: 90vw;
  height: 90vh;
  margin-left: 5vw;
  margin-top: 5vh;
  border-radius: 30px;
  background: #232325;
  transform: rotateY(180deg);
}

.flip-card-back h2 {
  font-weight: 500;
  font-size: 10vw;
  top: 5vh;
  position: absolute;
  color: white;
  text-align: left;
  left: 4vw;

}

.flip-card-back button {
  position: absolute;
  left: 7vw;
  padding: 0.1vw 0.1vh;
  border: 1px solid white;
  border-radius: 1000px;
  width: 30vw; 
  color: black;
  background: transparent;
  top: 19vh;
  color: white;
  font-size: 5vw;
}

.flip-card-back .button-2 {
  left: 45vw; 
}

.flip-card-back .plus {
  position: absolute;
  top: 25vh;
  left: 15%;
  border: 1px solid white;
  border-radius: 50%;
  padding: 20px 20px;
  color: white;
}

.flip-card-back .p-p {
  color: white;
  position: absolute;
  top: 35vh;
}

.flip-card-back .p-p p {
  margin: 1.5vh;
}







.work-boxes {
    /*background-color: black;*/
}

.work-box {
  border: 2px solid ;
  /* margin: 2vw; */
  margin-bottom: 4vh;
}

.work-box h3 {
  color: var(--coloro-work-text);
  margin-top: 1vw;
  font-size: 5vw;
}

.work-box img{
    width: 80%;
    /*border-top-right-radius: 7em;
    border-bottom-left-radius: 7em;*/
    border-radius: 5vw;
    padding: 1vh;
}

.work-box p{
  font-size: 3.5vw;
  margin: 1vw;
}













#Contact {
    position: relative;
    /*margin-top: 50vw;*/
}




.background{
/*    width: 430px;*/
    height: 520px;
    position: absolute;
/*    transform: translate(-50%,-50%);*/
/*    left: 30%;*/
    top: 40vw;
}
.background .shape{
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}
.shape:first-child{
    background: linear-gradient(
        #9b22ea,
        #bf23f6
    );
    left: -80px;
    top: -80px;
}
.shape:last-child{
    background: linear-gradient(
        to right,
        #ff512f,
        #f09819
    );
/*    right: -30px;*/
    left: 39vw;
    bottom: -80px;
}
form{
/*    height: 520px;*/
/*    width: 430px;*/
    background-color: rgba(255,255,255,0.07);
/*    position: absolute;*/
/*    transform: translate(-50%,-50%);*/
    top: 40vw;
    left: 30%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}
form *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}
form h3 span{
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #e5e5e5;
}
label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

select {
     display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}


::placeholder{
    color: #e5e5e5;
}
form button{
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.being {
    display: flex;
    display: none;
}

.left-contact {
    /* width: 50%; */

}

.right-contact {
    width: 50%;
    margin-top: 20vw;

}

.right-contact p {
    color: white;
    font-size: 1.5vw;
    padding: 1vw;

}

.right-contact a {
    color: aqua;
    font-size: 1.5vw;
    padding: 1vw;
}



.only-ad-contact {
    color: white;
    margin-top: 15vw;
    height: 75vh;

}

.only-ad-contact p {
    padding: 5vw;

}

.only-ad-contact a {
    color: gold;
    padding: 5vw;
}

.only-ad-contact ul {
    color: white;
    font-size: 1.5vw;
    padding: 4vw;

}

.social-c {
    display: inline;
    text-decoration: none;
    list-style-type: none;
    margin-right: 3vw;
}

.text-for-padding-of-contact a {
  color: var(--coloro-email);
  font-size: 4.5vw;
  padding: 0vw;
}



















.switch input
{
  display: none;
}

.switch 
{
  display: inline-block;
  width: 60px; /*=w*/
  height: 30px; /*=h*/
/*  margin: 4px;*/
  transform: translateY(50%);
  position: absolute;
  top: -2em;
  right: 0.5em;
}

.slider
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  box-shadow: 0 0 0 2px #673ab7, 0 0 4px #673ab7;
  box-shadow: 0 0 0 2px white, 0 0 4px white;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: 0.2s;
}

.slider:before
{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 30px;
  transform: translateX(-30px); /*translateX(-(w-h))*/
  transition: 0.2s;
}

input:checked + .slider:before 
{
  transform: translateX(30px); /*translateX(w-h)*/
  background-color: white;
  background-color: #673ab7;
}

input:checked + .whiter:before 
{
  transform: translateX(30px); /*translateX(w-h)*/
  background-color: darkred;
}

input:checked + .slider 
{
  box-shadow: 0 0 0 2px #ff9800, 0 0 8px #ff9800;
  box-shadow: 0 0 0 2px #673ab7, 0 0 8px #673ab7;

}












#Skills, #Work , #Services, #Contact{
  /*display: flex;*/
  position: relative;
  z-index: 100;
}

.left-skills, .right-work, .left-contact {
  /* width: 85vw; */
  padding: 5vw;
  background: var(--coloro-work-bg);
  color: var(--coloro-work-text)

}

.right-skills, .left-work, .right-contact {
  width: 100vw;
  height: 100vh;
  background: var(--coloro-aa);
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  color: var(--coloro-ab);
  color: white;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.2vw;
  font-size: 13vw;
  display: flex;

}

.right-skills, .right-contact {
  background:  url(https://static.canva.com/web/images/371e3c3….png), black;
}
/*.right-skills h2 {
  color: var(--coloro-ab);
    text-align: center;
    display: flex;
    position: fixed;
    font-size: 8vw;
    left: 8%;
    top: 37%;
    font-family: 'Rubik Glitch', cursive;
    font-family: 'Yeseva One', cursive;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.2vw;
    align-content: center;
    justify-content: center;
}*/

.skills-h {
  /*color: white;*/
  /*position: fixed;*/
  /*font-size: 8vw;*/

}






.left-skills {
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: grid;
  grid-gap: 5vw;
  justify-content: space-around;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.left-skills img {
  width: 20vw;
  margin: 1vw;
}




.right-skills, .right-contact {
  display: none;
}
.block-for-ad {
  width: 100vw;
  height: 100vh;
  background: var(--coloro-aa);
  background: var(--coloro-skills);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--coloro-skills);
  color: white;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.2vw;
  font-size: 13vw;
  /*display: none;*/
}
