@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  body {
    background-color: #ffffff;
    min-height: 100dvh;
    padding: 12px;
  }
  .mainBox {
    width: 100%;
    min-height: calc(100dvh - 24px);
    background-image: url("../assets/bgDesktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255);
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .notch {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .notch .logo {
    width: 100%;
    height: auto;
  }
  .mainBox .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
  }
  .mainBox .content .soon {
    margin-top: 129px;
    width: 72px;
    height: auto;
  }
  .mainBox .content .soon .soonIcon {
    width: 100%;
    height: auto;
  }
  .mainBox .content .title {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .heading {
    font-size: 48px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .sub {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1000px;
    background-color: #2c2c2c;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .mainBox .content .email .icon {
    width: 56px;
    height: 56px;
    border-radius: 1000px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .mainBox .content .email .icon .emailIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email .text {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email .iconSecond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
  }
  .mainBox .content .email .iconSecond .visitIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .mainBox .content .threed {
    max-width: 1440px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 128px;
  }
  .mainBox .content .threed .threedImage {
    width: 96px;
    height: auto;
  }
  .mainBox .content .threed .left {
    transform: rotate(-80deg);
  }
  .mainBox .content .threed .right {
    transform: rotate(80deg);
  }
  .mainBox .socials {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .socials ul {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
  }
  .mainBox .socials ul li {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link .icon {
    width: 20px;
    height: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li:hover {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  .mainBox .socials ul li:hover .link .icon {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  body {
    background-color: #ffffff;
    min-height: 100dvh;
    padding: 12px;
  }
  .mainBox {
    width: 100%;
    min-height: calc(100dvh - 24px);
    background-image: url("../assets/bgDesktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255);
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .notch {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .notch .logo {
    width: 400px;
    height: auto;
  }
  .mainBox .content {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
  }
  .mainBox .content .soon {
    width: 64px;
    height: auto;
  }
  .mainBox .content .soon .soonIcon {
    width: 100%;
    height: auto;
  }
  .mainBox .content .title {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .heading {
    font-size: 48px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .sub {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1000px;
    background-color: #2c2c2c;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .mainBox .content .email .icon {
    width: 56px;
    height: 56px;
    border-radius: 1000px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .mainBox .content .email .icon .emailIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email .text {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email .iconSecond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
  }
  .mainBox .content .email .iconSecond .visitIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .mainBox .content .threed {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 32px;
  }
  .mainBox .content .threed .threedImage {
    width: 96px;
    height: auto;
  }
  .mainBox .content .threed .left {
    transform: rotate(-80deg);
  }
  .mainBox .content .threed .right {
    transform: rotate(80deg);
  }
  .mainBox .socials {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .socials ul {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
  }
  .mainBox .socials ul li {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link .icon {
    width: 20px;
    height: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li:hover {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  .mainBox .socials ul li:hover .link .icon {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  body {
    background-color: #ffffff;
    min-height: 100dvh;
    padding: 12px;
  }
  .mainBox {
    width: 100%;
    min-height: calc(100dvh - 24px);
    background-image: url("../assets/bgDesktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255);
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .notch {
    width: 50%;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .notch .logo {
    width: 100%;
    height: auto;
  }
  .mainBox .content {
    margin-top: 64px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
  }
  .mainBox .content .soon {
    width: 64px;
    height: auto;
  }
  .mainBox .content .soon .soonIcon {
    width: 100%;
    height: auto;
  }
  .mainBox .content .title {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .heading {
    font-size: 48px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .sub {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1000px;
    background-color: #2c2c2c;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .mainBox .content .email .icon {
    width: 56px;
    height: 56px;
    border-radius: 1000px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .mainBox .content .email .icon .emailIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email .text {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email .iconSecond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
  }
  .mainBox .content .email .iconSecond .visitIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .mainBox .content .threed {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 32px;
  }
  .mainBox .content .threed .threedImage {
    width: 96px;
    height: auto;
  }
  .mainBox .content .threed .left {
    transform: rotate(-80deg);
  }
  .mainBox .content .threed .right {
    transform: rotate(80deg);
  }
  .mainBox .socials {
    margin: 48px;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .socials ul {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
  }
  .mainBox .socials ul li {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link .icon {
    width: 20px;
    height: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li:hover {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  .mainBox .socials ul li:hover .link .icon {
    opacity: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  body {
    background-color: #ffffff;
    min-height: 100dvh;
    padding: 12px;
  }
  .mainBox {
    width: 100%;
    min-height: calc(100dvh - 24px);
    background-image: url("../assets/bgDesktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 64px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .notch {
    width: 70%;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .notch .logo {
    width: 100%;
    height: auto;
  }
  .mainBox .content {
    margin-top: 64px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
  }
  .mainBox .content .soon {
    width: 64px;
    height: auto;
  }
  .mainBox .content .soon .soonIcon {
    width: 100%;
    height: auto;
  }
  .mainBox .content .title {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .heading {
    font-size: 48px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .sub {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1000px;
    background-color: #2c2c2c;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .mainBox .content .email .icon {
    width: 56px;
    height: 56px;
    border-radius: 1000px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .mainBox .content .email .icon .emailIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email .text {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email .iconSecond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
  }
  .mainBox .content .email .iconSecond .visitIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .mainBox .content .threed {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 24px;
  }
  .mainBox .content .threed .threedImage {
    width: 96px;
    height: auto;
  }
  .mainBox .content .threed .left {
    transform: rotate(-80deg);
  }
  .mainBox .content .threed .right {
    transform: rotate(80deg);
  }
  .mainBox .socials {
    margin-top: 48px;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .socials ul {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
  }
  .mainBox .socials ul li {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link .icon {
    width: 20px;
    height: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li:hover {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  .mainBox .socials ul li:hover .link .icon {
    opacity: 1;
  }
}
@media only screen and (max-width: 575.98px) {
  body {
    background-color: #ffffff;
    min-height: 100dvh;
    padding: 12px;
  }
  .mainBox {
    width: 100%;
    min-height: calc(100dvh - 24px);
    background-image: url("../assets/bgDesktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 0px 8px 0px rgb(255, 255, 255);
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 64px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .notch {
    width: 80%;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .notch .logo {
    width: 100%;
    height: auto;
  }
  .mainBox .content {
    margin-top: 64px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 16px;
  }
  .mainBox .content .soon {
    width: 48px;
    height: auto;
  }
  .mainBox .content .soon .soonIcon {
    width: 100%;
    height: auto;
  }
  .mainBox .content .title {
    font-size: 16px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .heading {
    font-size: 40px;
    color: #2c2c2c;
    margin: 0;
    font-weight: 900;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .sub {
    font-size: 16px;
    color: #2c2c2c;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1000px;
    background-color: #2c2c2c;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  .mainBox .content .email .icon {
    width: 56px;
    height: 56px;
    border-radius: 1000px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }
  .mainBox .content .email .icon .emailIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email .text {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-family: "Google Sans Code", monospace;
  }
  .mainBox .content .email .iconSecond {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
  }
  .mainBox .content .email .iconSecond .visitIcon {
    width: 24px;
    height: auto;
  }
  .mainBox .content .email:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
  }
  .mainBox .content .threed {
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainBox .content .threed .threedImage {
    width: 40px;
    height: auto;
  }
  .mainBox .content .threed .left {
    transform: rotate(-80deg);
  }
  .mainBox .content .threed .right {
    transform: rotate(80deg);
  }
  .mainBox .socials {
    margin-top: 48px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .mainBox .socials ul {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .mainBox .socials ul li {
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li .link .icon {
    width: 20px;
    height: auto;
    opacity: 0.5;
    transition: all 0.3s ease;
  }
  .mainBox .socials ul li:hover {
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
  }
  .mainBox .socials ul li:hover .link .icon {
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */