*, ::before, ::after{
    box-sizing: border-box;
}

body{
    font-family: "Source Sans 3", sans-serif;
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
}

.Home{
    width: 100%;
    height: 100vh;
    background-image: url(../images/Background.png);
    background-size: cover;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.NavBar{
    display: flex;
    background-color: #333333;
    width: 100%;
    height: 70px;
    justify-content: space-around;
    align-items: center;
}

.Main-Link{
    text-decoration: none;
    color: #FF305B;
    font-size: 32px;
}

.NavList ul{
    display: flex;
    list-style: none;
}

.NavList a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 300;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.current{
    color: #FF305B !important;
}

.NavList a:hover{
    color:#FF305B;
}

.Home-Content{
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Home-Content p{
    color: white;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

.Home-Content h1{
    color: #FF305B;
    margin: 0;
    font-size: 70px;
    font-weight: bold;
}

.Home-Content h2{
    color: white;
    font-size: 26px;
    margin: 0;
    font-weight: 300;
}

.About{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    gap: 10px 100px;
}

.about-image{
    width: 25%;
    position: relative;
}

.image-box{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.about-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 5px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.about-image:hover .about-overlay{
    opacity: 1;
    transform: translateY(0);
}

.social-links-about{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-links-about a{
    position: relative;
    text-decoration: none;
    width: 20px;
}

.fa-facebook-f, .fa-twitter, .fa-google, .fa-github{
    position: absolute;
    color: white;
    transition: all 0.5s ease-in-out;
}

.fa-facebook-f:hover, .fa-twitter:hover, .fa-google:hover, .fa-github:hover{
    color: #FF305B;
}

.about-text{
    width: 35%;
}

.About-Me{
    color: #555555;
    border-bottom: dashed 1px #555555;
    padding-bottom: 30px;
}

.about-text h2{
    color: #333333;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    margin: 0;
}

.about-text h2::before{
    content: ' ';
    width: 4px;
    height: 22.5px;
    position: absolute;
    top: 13px;
    left: -12px;
    background-color: #FF305B;
}

.about-image img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.about-image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 8px solid #555555;
    top: -25px;
    left: -25px;
    z-index: -1;
    border-radius: 8px;
    box-sizing: border-box;
}

.Info{
    display: flex;
    align-items: center;
    width: 35%;
}

.Info p{
    margin: 0;
    margin-left: 5px;
    color: #555555;
}

.Info h4{
    color: #333333;
    margin: 0;
}

.My-Info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.Buttons{
    display: flex;
    gap: 5px;
}

.Buttons .fa-paper-plane{
    font-size: 14px;
}

.Buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    padding: 10px 25px;
    background-color: #FF305B;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s;
    margin-right: 8px;
}

.Buttons a:hover{
    background-color: #EC2403;
}

.Our-Services{
    padding: 100px 0;
    background-color: #F1F1F1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Our-Services h2{
    color: #333333;
    margin: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.Our-Services h2::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.Our-Services h2::before{
    content: " ";
    position: absolute;
    width: 80px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    box-shadow: 0 14px 0 #FF305B;
}

.Services{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.Service{
    padding: 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.Service:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: white;
    border-radius: 5px;
}

.Service:hover img{
    transform: scale(1.2);
}

.Service h3{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.Service p{
    text-align: center;
    color: #555555;
}

.Service img{
    width: 40px;
    transition: all 0.5s ease-in-out;
}

.Our-Portfolio{
    padding: 100px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Our-Portfolio h2{
    color: #333333;
    margin: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.Our-Portfolio h2::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.Our-Portfolio h2::before{
    content: " ";
    position: absolute;
    width: 80px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    box-shadow: 0 14px 0 #FF305B;
}

.Projects-Menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.Projects-Menu a{
    font-size: 18px;
    text-decoration: none;
    color: #333333;
}

.All{
    color: #FF305B !important;
}

.Projects{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: start;
    gap: 0 20px;
    flex-wrap: wrap;
}

.Project{
    padding: 10px;
    width: 30%;
    background-color: transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.project-overlay{
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

.black{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top:0 ;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.black img{
    position: absolute;
    width: 20px !important;
    bottom: 10px;
    right: 10px;
}

.project-overlay:hover .black{
    opacity: 1;
}

.project-overlay img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.project-overlay:hover img{
    transform: scale(1.05);
}

.Statistics{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F1F1;
    padding: 80px;
}

.Statistic{
    display: flex;
    width: 20%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Statistic h2{
    margin: 0;
    padding: 10px;
    color: #333333;
}

.Statistic h4{
    margin: 0;
    color: #555555;
}

.Statistic img{
    width: 30px;
}

.Client-Feedback{
    padding: 100px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Client-Feedback h2{
    color: #333333;
    margin: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.Client-Feedback h2::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.Client-Feedback h2::before{
    content: " ";
    position: absolute;
    width: 80px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    box-shadow: 0 14px 0 #FF305B;
}

.Feedback{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.Feedback img{
    width: 100%;
}

.Our-Blog{
    background-color: #F1F1F1;
    padding: 100px 0;
    background-color: #F1F1F1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Our-Blog h2{
    color: #333333;
    margin: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.Our-Blog h2::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.Our-Blog h2::before{
    content: " ";
    position: absolute;
    width: 80px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    box-shadow: 0 14px 0 #FF305B;
}

.Blogs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.Blog{
    background-color: white;
    padding: 20px;
    width: 22%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
}

.a-h3{
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
    transition: all 0.5s ease-in-out;
}

.a-h3:hover{
    color: #FF305B;
}

.Read-More{
    text-decoration: none;
    color: #333333;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.Read-More img{
    width: 15px !important;
    vertical-align: middle;
}

.Read-More:hover{
    color: #FF305B;
}

.Normal-Arrow{
    position: absolute;
    top: 4.7px;
    transition: all 0.5s ease-in-out;
}

.Read-More:hover .Normal-Arrow{
    opacity: 0;
}

.Blog p{
    color: #555555;
}

.Blog img{
    width: 100%;
}

.Blog iframe{
    width: 100%;
}

.Contact-Us{
    padding: 100px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Contact-Us h2{
    color: #333333;
    margin: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.Contact-Us h2::after{
    content: " ";
    position: absolute;
    width: 200px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}

.Contact-Us h2::before{
    content: " ";
    position: absolute;
    width: 80px;
    height: 0.5px;
    background-color: #FF305B;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    box-shadow: 0 14px 0 #FF305B;
}

.Contact{
    width: 50%;
}

.Contact-Form{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.First-Section{
    display: flex;
    gap: 20px;
}

.First-Section input{
    width: 50%;
}

.Contact-Form input, .Contact-Form textarea{
    padding: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 16px;
}

.Contact-Form button{
    width: 180px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #FF305B;
    color: white;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
}

.Contact-Form button:hover{
    background-color: #EC2403;
}

.Footer{
    padding: 40px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #333333;
}

.social-links-footer{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-links-footer a{
    text-decoration: none;
    position: relative;
    padding: 10px;
}

.Footer h4{
    color: white;
    font-weight: 400;
}

.Footer a{
    color: #FF305B;
    text-decoration: none;
    font-weight: 600;
}

.Footer a:hover{
    text-decoration: underline;
}