@font-face {
    font-family: 'hind_siliguri_regular.ttf';
    src: url("hind_siliguri_regular.ttf");
}
@font-face {
    font-family: 'hind_siliguri_bold.ttf';
    src: url("hind_siliguri_bold.ttf");
}
h1,h2,h3,h4,h5,h6{
    font-family: 'hind_siliguri_bold.ttf', sans-serif;
    letter-spacing: 0.4px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    font-family: 'hind_siliguri_regular.ttf', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #33333310;
}

/* Basic styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: rgb(14, 202, 227);
    background: linear-gradient(0deg, rgb(13, 209, 235) 0%, rgba(0,0,0,1) 58%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 1;
}
#view{
    width: 88%;
    height: 85vh;
    background-color: #333;
    border-radius: 15px;
    padding: 5px 30px;
    filter: drop-shadow(0 0 0.75rem #333);
    z-index: 1;
}
#view2{
    width: 85%;
    height: 85vh;
    background-color:transparent;
    border-radius: 15px;
    padding: 5px 30px;
}
.container {
    height: 65%;
}
.container2 {
    height: 100%;
    display:flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

p {
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
}

/* Navigation styles */
.navbar {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    z-index: 0;
}
.navbar2 {
    background-color: #333;
    color: #fff;
    padding-left:20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar2 .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links li {
    display: inline-block;
    margin-right: 20px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    color: #00bcd4;
}

.logo {
    font-size: 24px;
}
.btn {
    width: 30%;
    margin-top:30px;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.btn:hover {
    /* background-color: #02a9bc; */
    filter: none;
}
#about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top:30px;
}
#intro h1,h2,p{
    margin:0;
    color:#fff;
}
#intro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#profile{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10%;
    margin-top: 5%;
}
#svg{
    height: 100%;
    width: 100%;
    background-image: url("asset\ copy\ -\ Copy.png");
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0.75em 0.75rem #00bcd4);
}
#social{
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-top:20px;
}
#social i{
    color:#10c8e0;
}
#another1,#another2{
    border:1px solid #10c8e0;
    border-radius: 100px;
    padding:5px 10px 5px 10px;
    transition: all 0.5s ease-in;
    animation: entrys 7s alternate;
}
#facebook{
    border:1px solid #10c8e0;
    padding:5px 13px 5px 13px;
    border-radius: 100px;
    transition: all 0.5s ease-in-out;
}
#another3{
    border:1px solid #10c8e0;
    border-radius: 100px;
    padding:5px 11px 5px 11px;
    transition: all 0.5s ease-in;
    animation: entrys 7s alternate;
}
#cards{
    display: flex;
    justify-content: space-between;
    gap:10px;
    flex:1;
    height: 75%;
    width: 100%;
    padding-top:4px;
    color:#7d79795f;
}
#cards2,#cards3{
    display: flex;
    width: calc(325px * 4);
    padding-top:4px;
    animation: scroll 40s linear infinite;
    animation-delay: 5s;
    gap: 10px;
    height: 510px;
}
#cards2{
    margin-right: 10px;
}
@keyframes scroll{
    0%{transform: translateX(0);}
    100%{transform: translateX(calc(-325px * 4));}
}
#card2{
    border-radius: 5px;
    height: 80vh;
    width: 24vw;
}
#card{
    background-color: #1b74e9;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    height: 100%;
    width: 100%;
    padding:10px;
    border-bottom-right-radius: 80px;
}
#inner{
    height: fit-content;
    width: 100%;
    display: flex;
     justify-content: space-between; 
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px ;
}
#card p{
    font-size: 12px;
    margin-top:10px;
    text-align: left;
}
.card {
    overflow: visible;
    height: 100%;
    width: 100%;
}
#inner p{
    background-color: #333;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 5px;
    height: fit-content;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 1), 0 5px 10px rgba(0, 0, 0, 0.4),0 2px 3px rgba(0, 0, 0, 1), 0 5px 10px rgba(0, 0, 0, 0.4);
}
.content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.front, .back {
    background-color: #333;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}
  #fft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 160px;
    height: 160%;
  }
  
  .back-content {
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: #333;
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding:1px;
  }
  .back-content img{
    height: 100%;
    width: 100%;
    border-radius: 4px;
}
#appi{
    display:flex;
    align-items: center;
    background-color: #fff;
    padding:10px;
    border-radius: 4px;
    margin-top:10px;
}
#appis img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: 10px;
    aspect-ratio: 3 / 2;
    
}
#appi h2{
    color: #000;
}
#appi2,#appi3{
    background-color: #fff;
    color:#000;
    padding:10px;
    margin-top:10px;
    border-radius: 4px;
}
#appi2{
    height: 100%;
    width: 100%;
}
#appi2 p,#appi3 a{
    color:rgb(6, 177, 83);
    text-decoration: none;
}
#appi2 p{
    color:#000;
    text-align: justify;
    hyphens: auto;
}
#appi3 a{
    font-weight: bold;
}
#appi3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#appi3 a:hover{
    color:#000;
}
.card:hover .content {
transform: rotateY(180deg);
}
#fixed{
    position:fixed;
    display: flex;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
}
#fixed div{
    color:#fff;
}
#ft1{
    padding-left:40px;
    display: flex;
    justify-content: end;
}
#ft2{
    padding-right:40px;
    display: flex;
    justify-content: end;
}
#contact{
    margin-top:3%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#ssb{
    z-index: 3;
    width: 100%;
}
#contact form input,textarea{
    width: 90%;
    height: 8vh;
    padding-left:5px;
    margin-top:5%;
}
#contact form input{
    padding-left:10px;
}
textarea{
    padding-top:100px;
    height: 20vh;
}
#contact form div{
    width: 75%;
    display: flex;
    justify-content: center;
    margin-top:15px;
}
.input {
    border-radius: 10px;
    outline: 2px solid #FEBF00;
    border: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #e2e2e2;
    outline-offset: 3px;
    padding: 10px 1rem;
    transition: 0.25s;
    text-align: center;
}
.input:focus{
    text-align: left;
    margin-left: 20px;
}
  
  .input:focus {
    outline-offset: 5px;
    background-color: #fff
  }
#submit {
    cursor: pointer;
    width: 184px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.125em;
    font-weight: 800;
    letter-spacing: 2px;
    color: #333;
    background: linear-gradient(to right, #c0fa52, #adef31);
    border: 2px solid #bce472;
    border-radius: .75rem;
    box-shadow: 0 8px 0 #bde475;
    transform: skew(-10deg);
    transition: all .1s ease;
  }
  
  #submit:active {
    letter-spacing: 0px;
    transform: skew(-10deg) translateY(8px);
    box-shadow: 0 0 0 var(--😀😀😀);
  }




@keyframes rotation_481 {
0% {
transform: rotateZ(0deg);
}

0% {
transform: rotateZ(360deg);
}
}

.front {
    transform: rotateY(180deg);
    color: white;
}

.front .front-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn {
    transform: perspective(500px) rotateY(calc(-20deg*var(--_i,-1)));
    font-size: 0.65rem;
    padding: 1rem 2.5rem;
    border: none;
    outline: none;
    border-radius: 0.4rem;
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(2,29,78);
    background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);
    color: rgb(4, 4, 38);
    font-weight: 700;
    transition: 0.6s;
    -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
  }
  
  .btn a{
      text-decoration: none;
    color: rgb(4, 4, 38);
  }
  
  .btn:active {
    scale: 0.92;
  }
  .btn:hover {
    --_p: 0%;
    --_i: 1;
  }