@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700");
* {
  font-family: "Poppins", sans-serif;
}
body {
  display: flex;
  justify-content: center;
}
:root {
  --inner-shadow: white;
  --primary-color: #eaedf1;
  --secondary-color: #0d0e0e;
  --white-shadow: #8995a7;
  --theme-color: #e6006b;
  --clock-top: 230px;
  --normal-white: #eff2f5ee;
  --opacity-white: #ffffffc7;
}
.dark-theme {
  --inner-shadow: #b3bdc9;
  --primary-color: #0d0e0e;
  --secondary-color: #eaedf1;
  --white-shadow: #3a3f46;
  --normal-white: #080808;
  --opacity-white: #000000c7;
}

.loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 590px;
  border-radius: 30px;
  background-color: var(--opacity-white);
}
.mob_frame {
  width: 350px;
  height: 620px;
  margin-top: 20px;
  position: fixed;
  background-image: url("mobile_frame.png");
  background-repeat: no-repeat;
  background-size: 90%;
  display: none;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.mob_screen {
  width: 275px;
  height: 590px;
  overflow: scroll;
  border-radius: 30px;
  background-color: var(--primary-color);
}
.loader img {
  position: relative;
  width: 150px;
  height: 150px;
}

div.top {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  height: 40px;
  width: 274px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: var(--primary-color);
  padding-top: 12px;
  margin-top: 43px;
  box-shadow: 2px 3px 5px var(--white-shadow);
}

div.btm {
  position: fixed;
  top: 0;
  height: 40px;
  width: 274px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: 580px;
  background-color: var(--primary-color);
  padding-top: 13px;
  box-shadow: inset 2px 3px 5px var(--white-shadow);
  cursor: pointer;
}
.srinilogo {
  width: 60px;
  position: absolute;
  margin-left: 20px;
  left: 0;
  margin-top: -15px;
}
#ictheme {
  font-size: 21px;
  margin-right: 60px;
  position: absolute;
  right: 0;
  margin-top: 6px;
  color: var(--theme-color);
}
#clr {
  font-size: 18px;
  color: var(--theme-color);
  margin-right: 24px;
  position: absolute;
  right: 0;
  margin-top: 8px;
}

.gri {
  display: grid;
  justify-content: center;
  grid-gap: 6%;
  grid: 7px / auto auto auto auto;
}
#icrd1 {
  background-color: var(--theme-color);
  width: 90px;
  height: 30px;
  color: aliceblue;
  border-radius: 30px;
  transition: width 0.3s, transform 0.5s;
  cursor: pointer;
}
#icrd2 {
  height: 30px;
  border-radius: 30px;
  transition: width 0.3s, transform 0.5s;
  cursor: pointer;
}
#icrd3 {
  height: 30px;
  border-radius: 30px;
  transition: width 0.3s, transform 0.5s;
  cursor: pointer;
}
#icrd4 {
  height: 30px;
  border-radius: 30px;
  transition: width 0.3s, transform 0.5s;
  cursor: pointer;
}
.icrd1clk {
  width: 50px;
  transform: rotate(360deg);
}
.icrd2clk {
  width: 50px;
  transform: rotate(360deg);
}
.icrd3clk {
  width: 50px;
  transform: rotate(360deg);
}
.icrd4clk {
  width: 50px;
  transform: rotate(360deg);
}

#home {
  text-align: center;
  color: var(--primary-color);
  margin-top: -22px;
  margin-left: 18px;
  font-size: 13px;
}
#software {
  text-align: center;
  color: var(--primary-color);
  margin-top: -22px;
  margin-left: 23px;
  font-size: 13px;
  display: none;
}
#app {
  text-align: center;
  color: var(--primary-color);
  margin-top: -22px;
  margin-left: 22px;
  font-size: 13px;
  display: none;
}
#info {
  text-align: center;
  color: var(--primary-color);
  margin-top: -22px;
  margin-left: 20px;
  font-size: 13px;
  display: none;
}
#ichome {
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 5px;
  margin-left: 10px;
}
#icsoft {
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 5px;
  margin-left: 12px;
}
#icapp {
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 5px;
  margin-left: 12px;
}
#icinfo {
  font-size: 17px;
  color: var(--theme-color);
  margin-top: 5px;
  margin-left: 12px;
}

@keyframes inanimate {
  from {
    top: 0px;
  }
  to {
    top: 27vh;
  }
}
@keyframes useranis {
  0% {
    background-color: var(--primary-color);
  }
  25% {
    background-color: var(--theme-color);
  }
}
@keyframes userani {
  from {
    top: 80px;
  }
  to {
    top: 0px;
  }
}
.click:active {
  box-shadow: 4 4px;
  transform: translateX(3px);
}
.search-box {
  width: fit-content;
  height: fit-content;
  position: absolute;
}
.input-search {
  box-sizing: border-box;
  height: 30px;
  width: 0px;
  border-style: none;
  right: 0;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: var(--primary-color);
  color: var(--theme-color);
}
.input-search::placeholder {
  color: var(--secondary-color);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  right: 0px;
  color: var(--theme-color);
  background-color: transparent;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search {
  width: 130px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
  width: 130px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

#homepg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: var(--primary-color);
}
#softpg {
  display: none;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: var(--primary-color);
}
#apppg {
  display: none;
  padding-top: 60px;
  padding-bottom: 50px;
  width: 100%;
  background-color: var(--primary-color);
}
#infopg {
  display: none;
  width: 100%;
  height: auto;
  background-color: var(--primary-color);
}
.mydproundani {
  animation-name: useranis;
  animation-duration: 3s;
  animation-fill-mode: both;
  margin-top: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: inset 2px 3px 5px var(--white-shadow),
    2px 3px 5px var(--inner-shadow);
}
#myinfopic {
  width: 112px;
  margin-left: -17px;
  margin-top: -9px;
  animation-name: userani;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.SocialurlName {
  margin-left: 18px;
  margin-top: 17px;
  font-size: 17px;
  color: var(--secondary-color);
}
#myname {
  margin-top: 7px;
  color: var(--theme-color);
}
.socialic {
  margin-left: 30px;
  margin-top: 18px;
  font-size: 23px;
  color: #e433b8;
}
.sociallinkbox {
  border-radius: 20px;
  margin-top: 10px;
  width: 220px;
  height: 260px;
  background-color: var(--primary-color);
  box-shadow: inset 2px 3px 5px var(--inner-shadow),
    2px 3px 5px var(--white-shadow);
}
::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1px;
}
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.welcome {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 42px;
  transform-origin: 50% 70%;
}

.welcome:nth-child(2n) {
  background: linear-gradient(to right, var(--theme-color), #eedd44);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.welcome:nth-child(1) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 0.2s;
}

.welcome:nth-child(2) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 0.4s;
}

.welcome:nth-child(3) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 0.6s;
}

.welcome:nth-child(4) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 0.8s;
}

.welcome:nth-child(5) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1s;
}

.welcome:nth-child(6) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s;
}

.welcome:nth-child(7) {
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.4s;
}

@keyframes flipUp {
  from {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateX(0deg);
    display: inline;
  }
}
.serv1 {
  width: 80%;
  height: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serv2 {
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.serv_box {
  margin: 20px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-color: var(--normal-white);
  box-shadow: 1px 1px 10px var(--white-shadow);
  text-decoration: none;
  color: var(--secondary-color);
}
.serv_ic {
  width: 30px;
  margin-top: 15px;
}
.serv_ic_txt {
  margin-top: -1px;
  font-size: 10px;
}

.app_box {
  border-radius: 20px;
  margin-top: 40px;
  width: 240px;
  height: 140px;
  background-color: var(--primary-color);
  box-shadow: inset 2px 3px 5px var(--inner-shadow),
    2px 3px 5px var(--white-shadow);
}
.appname {
  color: var(--secondary-color);
  border: none;
  width: 130px;
  text-align: left;
  margin-left: 6px;
  margin-top: 20px;
  font-size: 21px;
}
.appbio {
  border: none;
  color: #04704e;
  width: 130px;
  text-align: left;
  font-size: 12px;
  margin-top: -28px;
  margin-left: 13px;
  font-weight: 600;
}
.appicon {
  margin-left: 27px;
  width: 50px;
  height: 50px;
  margin-top: 20px;
}
.app_dwnbtn {
  width: 180px;
  height: 25px;
  background-color: #04704e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  margin-top: 10px;
}
.app_a {
  text-decoration: none;
  padding-right: 51px;
  padding-left: 51px;
  height: 28px;
  background-color: #04704e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.project_box {
  border-radius: 20px;
  margin-top: 40px;
  width: 90%;
  height: auto;
  padding-bottom: 2px;
  background-color: var(--primary-color);
  box-shadow: inset 2px 3px 5px var(--inner-shadow),
    2px 3px 5px var(--white-shadow);
}
.projectname {
  color: var(--secondary-color);
  border: none;
  width: 90%;
  text-align: left;
  margin-left: 10px;
  margin-top: 20px;
  font-size: 21px;
}
.projectbio {
  border: none;
  color: #525252;
  width: 90%;
  text-align: left;
  font-size: 12px;
  margin-top: -28px;
  margin-left: 13px;
  font-weight: 600;
}
.projecticon {
  margin-left: 27px;
  width: 50px;
  height: 50px;
  margin-top: 20px;
}
.project_dwnbtn {
  width: 230px;
  height: 25px;
  background-color: #04704e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  margin-top: 10px;
}
.project_a {
  text-decoration: none;
  padding-right: 75px;
  padding-left: 75px;
  height: 25px;
  background-color: #04704e;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
