:root{
    --Main: #3D8B87;
    --Main-rgb: 61, 139, 135;
    --Second: #1A1A1A;
    --Neutral: #F5F4F0;
    --uthev: #E8A838;
}
header {
  background-image: url("https://images.pexels.com/photos/417074/pexels-photo-417074.jpeg");
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  height: 80vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Main);
  flex-direction: column;
  box-shadow: inset 0 0 120px rgb(0, 0, 0);
  width: 100%;
}
body, main, html{
    margin: 0;
    padding: 0;
    margin-top: 0;
    top: 0;
    font-family: "Anonymous Pro", monospace;
    font-size: 16px;
}
body{
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(var(--Main-rgb), 0.18) 0%,
        rgba(var(--Main-rgb), 0.08) 25%,
        rgba(255, 255, 255, 0.98) 55%,
        #ffffff 100%
    );
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body::before {
    content: "";
    position: fixed;
    inset: 0; 
    background: linear-gradient(
        160deg,
        rgba(var(--Main-rgb), 0.24) 0%,
        rgba(var(--Main-rgb), 0.1) 30%,
        transparent 65%
    );
    filter: blur(70px);
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
nav{
    position: fixed;
    width: 46%;
    height: 7vh;
    background-color: #3d8b8765;
    border-radius: 2rem;
    top: 0;
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(10px) saturate(150%); 
    -webkit-backdrop-filter: blur(10px) saturate(150%); 
    border: 1px solid var(--Main); 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    z-index: 100;
}
h1{
    padding: 0;
    font-family: "Knewave", system-ui;
    font-size: 6rem;
    margin-bottom: 0rem;
    text-shadow: 4px 4px 70px var(--Main) ;
}
header h1:first-child {
    margin-top: 0;
}
body {
    overflow-x: hidden;
}
header p{
    font-size: 1rem;
    border-bottom: 1px var(--Main) solid;
}
button.Main{
    background-color: var(--Main);
    border: var(--Main) 1px solid;
    color: var(--Neutral);
}
button.Second{
    background-color: transparent;
    border: var(--Main) 1px solid;
    color: var(--Main);
}
button{
    width: 8rem;
    height: 2rem;
    border-radius: 2rem;
    transition: transform 0.2s ease-in-out ;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.386);
}
#buttons{
    margin-top: 2rem;
}
button:hover{
    transform: translateY(-0.25rem);
}
h2{
    font-family: "Knewave", system-ui;
    font-size: 1.5rem;
    text-shadow: 4px 4px 70px var(--Main) ;
    color: var(--Main);
    cursor: pointer;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 13vh;
}
a{
    color: var(--Neutral);
    font-family: "Anonymous Pro", monospace;
    font-style: italic;
    text-decoration: none;
}
a:hover{
    color: var(--uthev);
}
#img_about{
    width: 25rem;
    border-radius: 1rem;
}
section{
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.9s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
#Read-more-holder{
    display: flex;
    flex-direction: row;
    gap: 4%;
    width: auto;
    padding: 1.5rem;
    background-color: var(--Main);
    border-radius: 5px;
    box-shadow: 5px 5px 30px #2525257b;
}
#Read-More{
    justify-content: center;
    align-items: center;
    gap: 4%;
    margin-top: 5rem;
    opacity: 0;
}
#About h2{
    font-size: 3rem;
    text-shadow: none !important;
    margin-bottom: 4rem;
    cursor:auto;
    color: var(--Neutral);
}
#About > div > .Main{
    color: var(--Main);
    background-color: var(--Neutral);
    border: var(--Neutral) 1px solid;
}
#About > div > .Second{
    color: var(--Neutral);
    border: var(--Neutral) 1px solid;
}
#Links{
    opacity: 1 !important;
} 
#About{
    width: 25rem;
    gap: 2px;
    height: auto;
    border-radius: 1rem;
    padding: 2rem;
    color: var(--Neutral);
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
#About > div{
    margin-top: 2rem;
}
.card{
    box-shadow: 15px 15px 30px #bebebe,
             -15px -15px 30px #ffffff;
    background-color: var(--Neutral);
    padding: 2rem;
    height: auto;
    border-radius: 1rem;
    height: fit-content;
    opacity: 0;
    width: calc(100% - 4rem);
}
#cards{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
#cards > div{
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.card > img{
    width: 100%;
    margin-bottom: 1rem;
}
#Links{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
}
#Links h2{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
}
.card > h4{
    font-size: 1.5rem;
    color: var(--Main);
}
.card > a{
    color: var(--uthev);
    border: var(--uthev) 1px solid;
    padding: 0.3rem;
    border-radius: 0.3rem;
    margin-top: 6rem;
}
.card p{
    margin-bottom: 1.5rem;
}
.card > a:hover{
    color: var(--Neutral);
    border: var(--uthev) 1px solid;
    background-color: var(--uthev);
}
#Used-apps{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 6rem;
}
#holder{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
    gap: 0.3rem;
}
.icon-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border-radius: 2rem;
    border: var(--Second) solid 1px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    cursor: pointer;
}
.icon-text > img{
    border-radius: 1px;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
}

.tooltiptext {
  opacity: 0;
  min-width: 6rem;
  max-width: 10rem;
  min-height: 3rem;
  background-color: var(--Second);
  color: var(--Neutral);
  text-align: center;
  border-radius: 1rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}

.icon-text:hover .tooltiptext {
  opacity: 1;
  display: block;
}
#Contact{
    margin-top: 6rem;
}
form{
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: var(--Main) 1px solid;
    border-radius: 2rem;
    height: auto;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding: 5rem;
    gap: 1rem;
    text-align: start;
}
input{
    background-color: var(--Neutral);
    border: none;
    border-radius: 1rem;
    padding: 0.4rem;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.4);
}
textarea{
    background-color: var(--Neutral);
    resize: none;
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.4);
    border: transparent 1px solid;
    height: auto;
}
input:focus,
textarea:focus {
    border: 1px solid var(--uthev);
    outline: none;
}
.load{
    animation: load 1.5s both;
}
#Used-apps.load{
    animation: load-left 1.5s both;
}
#Domains.load{
    animation: load-left 1.5s both;
}
#a > .card.load{
    animation: load-left 1s both;
}
#b > .card.load{
    animation: load-right 1s both;
}
html{
    width: 100%;
    overflow-x: hidden;
}
.card:hover{
    transform: scale(1.05);
    background-color: var(--Main);
}
.card:hover > h4{
    color: white;
} 
.card{
    transition: all 0.4s ease-in-out;
}
.card > h4{
    transition: all 0.4s ease-in-out;
}
@keyframes load{
    0% {
        opacity: 0;
        transform: translateY(-5rem);
    }
    50%{
        opacity: 0.6;
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes load-left{
    0% {
        opacity: 0;
        transform: translatex(-5rem);
    }
    100%{
        opacity: 1;
        transform: translatex(0);
    }
}
@keyframes load-right{
    0% {
        opacity: 0;
        transform: translatex(5rem);
    }
    100%{
        opacity: 1;
        transform: translatex(0);
    }
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1000px) {
    .No-phone{
        display: none;
    }
}

@keyframes jump{
    0%{
        transform: translateY(0rem);
    }
    50%{
        transform: translateY(-0.4rem);
    }
}
html{
        font-size: 16px;
    }
@media (max-width: 800px) {
    html{
        font-size: 12px;
    }
    #cards > div{
        width: 100%;
    }
    #cards{
        width: 80%;
    }
    #holder{
        flex-wrap: wrap;
    }
    .icon-text{
        margin-bottom: 0.9rem;
    }
    .tooltiptext{
        display: none;
    }
    header{
        height: 80vh;
    }
    h1{
        font-size: 6rem;
    }
    header p{
        font-size: 1.4rem;
    }
    #Read-more-holder{
        width: 90%;
        background-image:url("https://images.unsplash.com/photo-1581260466152-d2c0303e54f5?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8OSUzQTE2fGVufDB8fDB8fHww");
        background-position: center;
        background-size: cover;
        padding: 0;
    }
    #About{
        background-color: rgba(0, 0, 0, 0.548);
        width: 100%;
    }
    #About h2{
        color: var(--Main);
    }
    #img_about{
        display: none;
    }
    form{
        width: 60%;
    }
    #Used-apps{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    nav{
        width: 80% !important;
    }
    #links{
        display: none;
    }
    #footer-holder{
        width: 90% !important;
    }
    #info{
        margin-bottom: 1.5rem;
    }
    footer > p{
        text-align: center;
    }
}
@media (max-width: 1200px) and (min-width: 801px){
    html{
        font-size: 13px;
    }
    #cards > div{
        width: 100%;
    }
    #cards{
        width: 60%;
    }
    #holder{
        flex-wrap: wrap;
    }
    .icon-text{
        margin-bottom: 0.9rem;
    }
    .tooltiptext{
        display: none;
    }
    header{
        height: 80vh;
    }
    #Read-more-holder{
        width: 60%;
        background-image:url("https://images.unsplash.com/photo-1581260466152-d2c0303e54f5?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8OSUzQTE2fGVufDB8fDB8fHww");
        background-position: center;
        background-size: cover;
        padding: 0;
    }
    #About{
        background-color: rgba(0, 0, 0, 0.548);
        width: 100%;
    }
    #About h2{
        color: var(--Main);
    }
    #img_about{
        display: none;
    }
    form{
        width: 60%;
    }
    #Used-apps{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1600px) and (min-width: 1201px){
    html{
        font-size: 15px;
    }
}
footer > p{
        text-align: center;
        width: 85%;
}
footer{
    background-color: var(--Main);
    margin-top: 4rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    padding-bottom: 2rem;
}
footer h2{
    color: white;
}
footer p{
    margin: 0;
    color: white;
    
}
#footer-holder{
    display: flex;
    width: 70%;
    padding: 5rem;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}
#footer-holder div{
    display: flex;
    flex-direction: column;
}
#footer-holder div h5{
    color: white;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 1rem;
    font-style: italic;
}
#footer-holder div h2{
    color: white;
    margin: 0;
    margin-bottom: 1rem;
    font-style: italic;
}
#footer-holder div a{
    font-size: 1.1rem;
}
#footer-holder div p{
    font-size: 1.1rem;
    padding: 0.3rem;
    margin-top: 0.5rem;
    border: white 1px solid;
    border-radius: 0.6rem;
}
.text{
    color: var(--Second);
    text-decoration: underline;
}
.text2{
    text-decoration: underline;
}
#info{
    max-width: 400px;
}
#Domains{
    padding: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 65rem;
    margin: 0 auto;
    border-radius: 2rem;
    margin-top: 5rem;
    max-width: 80%;
}
#My_Domains{
    display: flex;
    align-items: center;
    flex-direction: row ;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    gap: 0.5rem;
}
#Domains > h2{
    font-size: 3rem;
    margin-bottom: -10px;
    margin-top: 0;
}
#Domains > p{
    color: #1a1a1a89;
}
.domain{
    background-color: var(--Main);
    border-radius: 2rem;
    padding: 2rem;
    transition: all 0.5s ease-in-out;
    margin-top: 1rem;
    width: 10rem;

}
.domain:hover{
    box-shadow: var(--Second) 2px 2px 0;
}
.domain a{
    font-size: 1.5rem;
    margin-top: 10px;
}
.domain .type{
    background-color: #1a1a1a62;
    width: fit-content;
    padding: 0.4rem;
    border-radius: 0.8rem;
    border: #1A1A1A solid 1px;
    font-size: 12px;
    margin: 0;
    color: var(--Neutral);

}