html, body {
width: 100%;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
margin: 0px;
padding: 0px;
user-select: none;
background-color: #101010;
}

body {
overflow-x: visible;
}

* {
padding: 0;
margin: 0;
/* font-family: 'Josefin Sans', sans-serif; */
font-family: "Inter", sans-serif;
box-sizing: border-box;
scroll-behavior: smooth;
}

h1, h2, h3, h4 {
text-wrap: balance;
}

p {
text-wrap: pretty;
}

header {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-top: 36px;
padding-bottom: 30px;
padding-left: 80px;
padding-right: 78px;
width: 100%;
background-color: transparent;
backdrop-filter: blur(17px);
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
text-align: center;
will-change: transform;
}

.menu {
font-size: 24px;
font-weight: 800;
color: white;
display: none;
cursor: pointer;
}

.logo, .logo a {
color: white;
font-size: 2.5rem;
letter-spacing: 1px;
cursor: pointer;
text-decoration: none;
}

.logo, .logo a {
color: blue;
animation: colorFading 0.5s 1s linear 1 forwards;
animation-delay: 1.2s;
}
@keyframes colorFading {
    to {
        color: rgb(255, 255, 255);
    }
}

.logo span {
color: white;
animation: colorFader 0.5s 1s linear 1 forwards;
}
@keyframes colorFader {
    to {
        color: blue;
    }
}

span {
color: #2b2bf5;
}

ul {
display: flex;
flex-direction: row;
gap: 18px;
font-size: 17px;
height: 100%;
align-items: center;
}

header ul li{
list-style-type: none;
display: inline-block;
padding: 10px 25px;
}

header ul li a{
color: white;
text-decoration: none;
font-weight: bold;
}

header ul li a:hover{
color: #2b2bf5;
transition: .4s;
}

.active{
color: #2b2bf5;
}

.btn {
background-color: #2b2bf5;
color: white;
text-decoration: none;
border: 2px solid transparent;
font-weight: bold;
padding: 13px 34px;
border-radius: 30px;
transition: transform .4s;
font-size: 17px;
}

.btn:hover {
border: 2px solid #2b2bf5;
background-color: transparent;
}

.hero {
height: 100svh;
width: 100%;
background-color: #101010;
overflow: hidden;
display: flex;
flex-direction: row;
padding-top: 149px;
justify-content: space-between;
padding-inline: 120px;
}

.hero .whatIdo {
max-width: 40ch;
line-height: 35px;
color: rgb(177, 177, 177);
}

.mail {
border: 2px solid #2b2bf5;
font-size: 16px;
}

.mail:hover {
background-color: #2b2bf5;
border: 2px solid transparent;
}

.mail i {
padding-left: 10px;
}

.mail a {
color: white;
text-decoration: none;
}

.connect {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}

.connect button {
padding: 13px 30px;
display: flex;
align-items: center;
justify-content: center;
}

.intropic {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
height: 310px;
margin-top: 50px;
}

h1 {
color: white;
margin: 15px 0px 20px;
font-size: 75px;
margin-bottom: 50px;
}

h3{
color: white;
font-size: 25px;
margin-bottom: 5px;
}

#white {
color: white;
}

h4 {
color: rgb(177, 177, 177);
letter-spacing: 2px;
font-size: 20px;
}

.newsletter {
max-width: 100%;
padding-left: 0;
}

#cursor {
border-right: 2px solid white;
animation: blink 0.6s step-end infinite alternate;
display: inline-block;
height: 30px;
margin-bottom: 20px;
}
@keyframes blink {
    50% {
        border-color: transparent;
    }
}

#title {
margin-bottom: 0;
}

.list span {
height: 19px;
width: 19px;
padding: 5px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
position: relative;
right: 32px;
top: 21px;
outline: 6px solid #000000;
}

.slide {
height: 100%;
background-color: #858585;
width: 80%;
position: fixed;
top: 0;
bottom: 0;
overflow-y: auto;
scroll-behavior: smooth;
z-index: 2;
display: none;
left: -700px;
transition: 0.5s;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

body.activeSlide .slide{
left: 0;
}

.btns {
width: 100%;
text-align: center;
cursor: pointer;
/* padding-inline: 0;
margin-inline: 0;
padding-top: 16px; */
}

.slide-buttons {
padding-inline: 18px;
display: flex;
flex-wrap: wrap;
gap: 32px;
margin-bottom: 32px;
}

.accord {
text-align: center;
align-items: center;
justify-content: center;
width: 100%;
}

.close {
padding-bottom: 70px;
font-size: 22px;
font-weight: 800;
color: white;
position: absolute;
left: 40px;
top: 25px;
cursor: pointer;
width: 100%;
}

.hold {
padding-top: 68px;
display: flex;
flex-direction: column;
gap: 20px;
padding-left: 10px;
padding-bottom: 16px;
}

.goto {
padding: 10px 20px;
color: white;
font-size: 20px;
font-weight: bold;
text-transform: capitalize;
text-decoration: none;
}

.goto:hover {
color: #2b2bf5;
transition: .4s;
text-decoration: 3px solid #2b2bf5 underline;
}

.about{
width: 100%;
padding: 100px 0;
background-color: #191919;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1px;
padding-inline: 50px;
}

.about div {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.about img{
height: 520px;
width: 520px;
max-width: 100%;
margin-inline: auto;
object-fit: cover;
text-align: center;
}

.about-text {
width: 550px;
max-width: 100%;
}

.about i {
font-size: 20px;
margin-left: 10px;
}

.about-text h2{
color: white;
font-size: 73px;
text-transform: capitalize;
margin-bottom: 20px;
animation: slide linear forwards;
animation-timeline: view();
animation-range: 250px 400px;
opacity: 0;
transform: translate(0, 3rem);
}

@keyframes slide {
    to {
    opacity: 1;
    transform: translate(0, 0);
    }
}

.about-text h5{
color: white;
letter-spacing: 2px;
font-size: 22px;
margin-bottom: 25px;
text-transform: capitalize;
}

.about-text p{
color: #b1b1b1;
letter-spacing: 1px;
line-height: 28px;
font-size: 18px;
margin-bottom: 45px;
animation: jump linear forwards;
animation-timeline: view();
animation-range: 250px 325px;
}
@keyframes jump{
    to {
        scale: 1;
        opacity: 1;
    }
}

button {
background-color: transparent;
color: white;
text-decoration: none;
border: 2px solid #2b2bf5;
font-weight: bold;
padding: 13px 30px;
border-radius: 30px;
transition: .4s;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}

.chat {
transform: translateY(50px);
filter: blur(20px);
opacity: 0;
animation: revealText linear forwards;
animation-timeline: view();
animation-range: 250px 300px;
}
@keyframes revealText {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

.about button a{
color: white;
text-decoration: none;
border: 2px solid transparent;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
}

.about button:hover {
background-color: #2b2bf5;
border: 2px solid transparent;
}

button:hover{
background-color: transparent;
border: 2px solid #2b2bf5;
cursor: pointer;
}

.service{
background: #101010;
width: 100%;
padding: 9px auto;
}

.title h2, .testimonial-section h2 {
color: white;
font-size: 75px;
width: 1130px;
max-width: 100%;
margin: 25px auto;
text-align: center;
}

.box{
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
overflow: hidden;
width: 100%;
padding-inline: 35px;
padding-top: 10px;
row-gap: 15px;
padding-bottom: 10px;
}

.card {
height: 650px;
width: 550px;
padding: 20px 35px;
border-radius: 20px;
overflow: hidden;
margin-inline: auto;
}

.card video{
width: 100%;
height: 350px;
outline: none;
border: none;
}

.card h5 {
margin-bottom: 5px;
}

h5{
color: white;
font-size: 23px;
margin-bottom: 15px;
}

.pra p {
color: #b1b1b1;
font-size: 14px;
line-height: 27px;
margin-bottom: 25px;
text-align: left;
}

.skill {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
row-gap: 1px;
}

.skillset {
display: flex;
flex-direction: row;
flex-wrap: wrap;
text-align: center;
gap: 10px;
row-gap: 1px;
margin-inline: auto;
}

.skillset p {
color: #b1b1b1;
font-size: 16px;
line-height: 27px;
background-color: #2b2bf5;
border-radius: 15px;
padding: 3px 12px;
}

.skill p {
font-size: 12px;
background-color: #2b2bf5;
border-radius: 15px;
padding: 3px 12px;
}

.card .button{
background-color: #2b2bf5;
color: white;
text-decoration: none;
border: 2px solid transparent;
font-weight: bold;
padding: 11px 24px;
border-radius: 30px;
transition: .4s;
}

.card .button:hover{
background-color: transparent;
border: 2px solid #2b2bf5;
cursor: pointer;
}

.contact-me{
width: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 100px 0px;
}

.contact-me h2 {
font-size: 73px;
color: white;
}

.skills {
color: white;
font-size: 18px;
font-weight: bold;
}

.skills span {
color: #2b2bf5;
}

.testimonial-section {
background-color: #191919;
padding-top: 40px;
}

.testimonial {
padding-top: 30px;
padding-bottom: 80px;
padding-inline: 100px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 50px;
background-color: #191919;
}

.client {
background-color: #101010;
backdrop-filter: blur(2px);
padding: 20px;
width: 500px;
border-radius: 20px;
color: white;
}

.id {
display: flex;
gap: 20px;
align-items: center;
margin-top: 20px;
margin-bottom: 24px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 15px;
}

.client img {
background-repeat: no-repeat;
background-size: cover;
object-fit: cover;
height: 75px;
width: 75px;
border-radius: 50%;
}

.client p {
font-style: italic;
font-size: 17px;
word-spacing: 3px;
line-height: 25px;
}

.star {
color: gold;
margin-top: 30px;
}

.copy {
padding-top: 50px;
}

.contact-me .button-two{
background-color: #2b2bf5;
color: white;
text-decoration: none;
border: 2px solid transparent;
font-weight: bold;
padding: 9px 22px;
border-radius: 30px;
transition: .4s;
display: flex;
align-items: center;
justify-content: center;
}

.button-two {
font-size: 17px;
padding: 16px 32px;
}

.contact-me .button-two:hover{
background-color: transparent;
border: 2px solid #2b2bf5;
cursor: pointer;
padding-left: 120px;
padding-right: 120px;
}

.one {
margin-left: 20px;
}

footer {
width: 100%;
height: 400px;
background: #191919;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}

footer p:nth-child(1){
font-size: 30px;
color: white;
margin-bottom: 20px;
font-weight: bold;
}

footer p:nth-child(2){
color: white;
font-size: 17px;
text-align: center;
line-height: 26px;
margin-inline: 10px;
}

.social {
display: flex;
flex-direction: row;
gap: 16px;
margin-top: 20px;
}

.social a{
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
padding: 1px;
text-align: center;

background: #2b2bf5;
border-radius: 50%;
color: white;
text-decoration: none;
font-size: 17px;
}

.big {
font-size: 20px;
}

.social a:hover{
border: 2px solid #2b2bf5;
background-color: transparent;
}

.end {
color: #2b2bf5;
bottom: 35px;
padding-top: 15px;
font-size: 14px;
}

.contact-body, .achievements {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: 50px;
padding-top: 50px;
padding-inline: 90px;
margin-top: 130px;
width: 100%;
}

.achievements {
flex-direction: column;
gap: 20px;
}

.achievements div {
background-color: #191919;
padding: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 18px;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.achievements span {
color: #b1b1b1;
}

.achievements i {
font-size: 24px;
color: #2b2bf5;
}

.formwrap, .contactus {
width: 50%;
}

input {
padding: 15px 15px;
border-radius: 5px;
width: 100%;
border: none;
outline: none;
}

textarea {
height: 120px;
padding: 15px 15px;
width: 100%;
border: none;
border-radius: 5px;
outline: none;
}

.fight {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
flex-direction: row;
justify-content: space-between;
width: 100%;
gap: 20px;
}

.responsiveform {
display: flex;
flex-wrap: wrap;
gap: 20px;
}

form {
max-width: 100%;
padding-top: 20px;
}

.contact-body h2{
color:#2b2bf5;
font-size: 56px;
text-transform: capitalize;
margin-bottom: 20px;
}

.contact-body p, .contactus p {
color: #b1b1b1;
font-size: 20px;
}

.contactus {
display: flex;
flex-direction: column;
gap: 16px;
text-align: right;
}

.contactus a {
font-size: 17px;
color: white;
margin-left: 10px;
}

.h2or {
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
color: #b1b1b1;
}

.achievements p {
color: white;
}


@media screen and (max-width: 480px){
body {
overflow-x: hidden;
}

header {
padding-left: 12px;
padding-right: 8px;
padding-top: 25px;
padding-bottom: 20px;
justify-content: space-between;
}

.menu {
display: block;
}

ul {
display: none;
}

.logo, .logo a {
font-size: 1.6rem;
}

.btn {
font-size: 0.9rem;
padding: 12px 32px;
}

.hero {
height: auto;
padding-top: 110px;
padding-inline: 10px;
padding-bottom: 18px;
flex-direction: column;
gap: 5px;
}

h1 {
font-size: 32px;
line-height: 50px;
margin-bottom: 19px;
}

.hero h3 {
font-size: 19.5px;
}

.hero .whatIdo {
line-height: 26px;
max-width: 100%;
}

.intropic {
height: auto;
margin-top: 8px;
}

.connect button {
margin-top: 16px;
}

.slide {
display: block;
width: 85%;
}

.about {
flex-direction: column;
padding-inline: 10px;
padding-block: 24px;
}

.service {
padding: 5px auto;
}

.box {
padding-inline: 10px;
row-gap: 5px;
padding-top: 5px;
}

.card {
width: 100%;
max-width: 100%;
padding-top: 0;
height: auto;
padding: 10px 5px;
}

.card video {
margin-bottom: 6px;
height: auto;
width: 100%;
object-position: left;
object-fit: cover;
}

.about img {
height: 360px;
}

.about-text h2, .service h2, .contact-me h2{
font-size: 34px;
margin-bottom: 14px;
animation-range: 200px 320px;
}

.about-text h5{
margin-bottom: 12px;
}

.about-text p{
font-size: 16.5px;
margin-bottom: 20px;
}

.button {
padding: 12px 28px;
}

.chat {
animation-range: 200px 230px;
}

.testimonial, .contact-body, .achievements {
padding-inline: 16px;
padding-top: 20px;
padding-bottom: 30px;
gap: 25px;
}

.testimonial-section {
padding-top: 14px;
}

.testimonial-section h2, .contact-body h2 {
font-size: 30px;
margin-bottom: 4px;
}

.client {
padding-inline: 12px;
padding-block: 18px;
width: auto;
}

.client p {
font-size: 15.6px;
word-spacing: 2px;
}

.id {
justify-content: space-between;
}

.id div {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

h5 {
font-size: 17px;
text-wrap: balance;
}

h6 {
font-size: 14px;
text-wrap: balance;
}

.client img {
height: 60px;
width: 60px;
}

.contact-me {
padding-block: 30px;
}

.contact-me h2 {
margin-bottom: 0px;
}

.skillset {
text-align: center;
padding-inline: auto;
justify-content: center;
row-gap: 8px;
}

.skills {
font-size: 16px;
}

footer {
width: auto;
}

footer p:nth-child(2){
font-size: 16px;
}

.social {
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
row-gap: -400px;
}

.contact-body {
display: flex;
flex-direction: column;
}

.contact-body form, .contact-body div {
flex-basis: 100%;
width: 100%;
}

.contact-body h3 {
font-size: 20px;
}

#website-desire {
margin-top: -36px;
}

.contact-body p {
font-size: 17px;
padding-bottom: 8px;
padding-left: 0;
}

.contact-body div:nth-child(2) {
padding: 0px;
}

form div {
flex-direction: column;
}

}

@media screen and (min-width: 481px) and (max-width: 600px){
body {
overflow-x: hidden;
}

header {
padding-left: 28px;
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
justify-content: space-between;
}

.hero {
height: auto;
padding-inline: 40px;
padding-top: 120px;
flex-direction: column;
}

.connect {
margin-top: 24px;
flex-direction: row;
}

h1 {
margin: 16px 0px 20px 0px;
font-size: 66px;
}

h3{
font-size: 26px;
}

.about{
flex-direction: column;
gap: 8px;
padding-top: 56px;
}

ul {
display: none;
}

.btn {
padding: 9px 18px;
}

.btn:hover{
border: 2px solid #2b2bf5;
background-color: transparent;
}

.intropic {
height: auto;
margin-top: 35px;
}

.slide {
display: block;
width: 65%;
}

.menu {
display: block;
}

#projects, #about{
font-size: 46px;
}

#name {
font-size: 50px;
}

.about, .testimonial {
padding-bottom: 60px;
padding-inline: 24px;
}

.contact-me {
padding-block: 40px;
}

.service {
padding: 5px auto;
}

.about img{
width: 550px;
}

.about-text h2 {
font-size: 62px;
}

.title h2, .contact-me h2 {
font-size: 56px;
}

.testimonial-section h2 {
font-size: 40px;
}

.box {
padding-inline: 10px;
row-gap: 5px;
padding-top: 5px;
}

.contact-body, .achievements, #skills {
padding-inline: 15px;
}

.about-text p {
font-weight: 14px;
}

.card {
width: 100%;
max-width: 100%;
padding-top: 0;
height: auto;
padding: 20px 20px;
}

.card video {
margin-bottom: 6px;
height: auto;
width: 100%;
object-position: left;
object-fit: cover;
}

.skillset {
text-align: center;
justify-content: center;
width: 100%;
row-gap: 10px;
}

.contactus {
display: none;
}

.formwrap, .contactus {
width: 100%;
}

.contact-body h2{
font-size: 44px;
}

footer {
padding-inline: 20px;
}
}

@media screen and (min-width: 601px) and (max-width: 768px){
header {
padding-left: 34px;
padding-right: 34px;
}

ul {
display: none;
}

.menu {
display: block;
}

.slide {
display: block;
width: 60%;
}

.hero {
gap: 1px;
height: auto;
padding-inline: 32px;
flex-direction: column;
}

.hero h1 {
font-size: 56px;
line-height: 56px;
}

.hero h3 {
font-size : 24px;
}

.intropic {
height: auto;
margin-top: 28px;
padding-inline: 20px;
margin-bottom: 10px;
}

.about img {
height: 400px;
width: 400px;
}

.about {
justify-content: space-between;
gap: 40px;
padding-inline: 24px;
padding-block: 32px;
}

.about-text {
width: 100%;
}

.about-text h2{
margin-bottom: 16px;
font-size: 56px;
}

.chat {
animation-range: 200px 200px;
}

.box {
padding-inline: 0px;
padding-top: 4px;
}

.title h2 {
margin-bottom: 18px;
}

.card {
padding-inline: 18px;
}

.testimonial-section h2, .contact-body h2 {
font-size: 48px;
padding-inline: 12px;
}

.testimonial, .contact-body {
padding-inline: 24px;
}

.skillset {
row-gap: 20px;
text-align: center;
justify-content: center;
padding-block: 18px;
}

.contact-me, .testimonial {
padding-block: 30px;
}

#skills {
padding-inline: 24px;
text-align: center;
}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
header {
padding-left: 2rem;
padding-right: 1.7rem;
}

.logo {
font-size: 1.8rem;
}

ul {
gap: 10px;
font-size: 16px;
}

header ul li {
padding-inline: 16px;
}

h1 {
margin: 16px 0px 30px 0px;
font-size: 64px;
}

.intropic {
height: auto;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.hero {
height: auto;
padding-bottom: 16px;
padding-inline: 1.8rem;
}

.about {
padding-block: 28px;
justify-content: space-between;
gap: 64px;
}

.about img {
height: 416px;
width: 416px;
}

.about-text h2, .testimonial-section h2{
font-size: 60px;
animation-range: 250px 300px;
}

.chat {
animation-range: 230px 200px;
}

.service {
padding-inline: 0.1rem;
}

.card {
height: 550px;
padding-inline: 28px;
width: 400px;
}

.box {
padding-inline: 20px;
padding-top: 1px;
padding-bottom: 2px;
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.card video {
margin-bottom: 6px;
height: auto;
width: 100%;
}

.testimonial-section {
padding-inline: 0;
}

.client {
width: 400px;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.testimonial {
padding-inline: 18px;
row-gap: 45px;
width: 100%;
padding-bottom: 50px;
}

.contact-body {
padding-inline: 36px;
}

#skills {
padding-inline: 24px;
text-align: center;
padding-block: 32px;
}

.skillset {
row-gap: 20px;
text-align: center;
justify-content: center;
}
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
header {
padding-left: 2rem;
padding-right: 2rem;
}

.logo {
font-size: 1.8rem;
}

ul {
gap: 10px;
font-size: 16px;
}

header ul li {
padding-inline: 16px;
}

.intropic {
height: auto;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.hero {
height: auto;
padding-bottom: 16px;
padding-inline: 2rem;
}

.about {
padding-block: 28px;
justify-content: space-between;
gap: 64px;
}

.about img {
height: 424px;
width: 424px;
}

.about-text h2, .testimonial-section h2{
font-size: 64px;
}

.chat {
animation-range: 230px 200px;
}

.service {
padding-inline: 0;
}

.box {
column-gap: 30px;
}

.card {
height: 550px;
padding-inline: 28px;
width: 400px;
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.card video {
margin-bottom: 3px;
height: auto;
width: 100%;
}

.client {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.testimonial-section {
padding-inline: 0;
padding-block: 6px;
}

.testimonial {
padding-inline: 2.5rem;
row-gap: 45px;
width: 100%;
padding-bottom: 50px;
}

#skills {
padding-block: 32px;
}
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
header {
padding-left: 4.5rem;
padding-right: 4.5rem;
}

.hero {
padding-inline: 4.5rem;
}

.about {
padding-inline: 100px;
justify-content: space-between;
gap: 60px;
}

.about div {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}
}

@media screen and (min-width: 1536px) {
header {
padding-left: 185px;
padding-right: 180px;
}

.hero {
height: auto;
padding-top: 250px;
padding-bottom: 20px;
padding-inline: 180px;
}

h1 {
font-size: 86px;
}

h4 {
font-size: 42px;
}

h3 {
font-size: 32px;
}

.connect {
padding-top: 20px;
}

.intropic {
height: 500px;
margin-top: 10px;
}

.about {
padding-inline: 400px;
justify-content: space-between;
gap: 200px;
}

.about div {
flex-grow: 1;
flex-shrink: 1;
flex-basis: auto;
}

.about p {
font-size: 17px;
}

.service, .contact-body, .achievements {
padding-inline: 175px;
padding-block: 50px;
}

.contact-body {
padding-inline: 400px;
}

}

/* @media screen and (min-width: 1536px) and (max-width: 1866px) {
    header {
    padding-left: 155px;
    padding-right: 142px;
    height: 112px;
    }

    h1 {
    font-size: 74px;
    }

    .hero {
    padding-top: 40px;
    padding-inline: 190px;
    }

    .hero-secondary {
    padding-inline: 200px;
    height: auto;
    }

    .contact-hero {
    height: 20svh;
    }

    .about, .services, .calltoaction, .testimonials, footer {
    padding-inline: 224px;
    }

    .about {
    justify-content: space-between;
    }

    .about p:not(:first-of-type), .donate p:not(:first-of-type), .vision-mission p:not(:first-of-type), .applications p:not(:first-of-type) {
    max-width: 70ch;
    }

    .footerlinks{
    gap: 120px;
    }
}

@media screen and (min-width: 1866px) {
    header {
    padding-top: 28px;
    padding-left: 170px;
    padding-right: 150px;
    }

    h1 {
    padding-top: 200px;
    font-size: 76px;
    }

    .hero {
    padding-top: 50px;
    padding-inline: 320px;
    }

    .hero p {
    font-size: 18px;
    padding-bottom: 40px;
    }

    .calltoaction div:last-of-type {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

    .hero-secondary {
    padding-inline: 320px;
    height: auto;
    }

    .contact-hero {
    height: 20svh;
    }

    .about, .services, .calltoaction, .testimonials ,footer {
    padding-inline: 452px;
    }

    .about p:not(:first-of-type), .donate p:not(:first-of-type), .vision-mission p:not(:first-of-type), .applications p:not(:first-of-type) {
    max-width: 70ch;
    }

    .footerlinks{
    gap: 120px;
    }
} */
