*{
    box-sizing: border-box;
    margin: 0;
   
}

body{
    padding:0;
    font-family: 'Roboto', sans-serif;
    
}

 .home{
    
    background-image: url('./../images/WhatsApp\ Image\ 2025-03-24\ at\ 11.44.24_ab300792.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: auto;
}


.home .nav-logo{
    width: 30%;
    float: left;
}

.home .nav-logo a{
    width: 10%;
    color: #ff305b;
    display: block;
    font-size: 24px;
    font-weight: 800;
    padding: 18px 0;
    text-decoration: none;
}

.layer {
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
}


.home .nav-links{
    width: 50%;
    float: right;
    
}

.home .nav-links ul{
    padding: 0;
    
}

.home .nav-links li{
    list-style: none;
    
}

.nav-links a {
    text-decoration: none;
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.4s ease-in-out 0s;
    margin-left: 20px;
    padding: 25px 0;
}

.nav-links a.active{
    color: #ff305b;
}

.nav-links a:hover{
    color: #ff305b;

}

.container{
    width: 80%;
    margin: 0 auto;

}

.clear-fix{
    clear: both;
}

a {
    text-decoration: none;
    color: white;
}

.social {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    transition: all 0.4s ease-in-out 0s;
}

.social i {
    margin: 0 8px;
}

.social i:hover {
    color: #FF305B;
    cursor: pointer;
}

h1,
h2,
h3,
h4
{
    font-family: 'Source Sans Pro', sans-serif;
}


.home-content  {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.home-content  h3 {
    font-size: 24px;
    color: #f1f1f1;
    font-weight: 600;
}

.home-content  h1 {
    font-size: 70px;
    color: #FF305B;
    margin: 10px 0;
    text-transform:uppercase;

    
}

.home-content  h4 {
    font-size: 20px;
    color: #f1f1f1;
    
    
}

/* Start About  */

.about .box {
    float: left;
    width: 40%;
    padding: 0 40px;
}

.about .image {
    box-shadow: 8px 8px #555555 inset, -8px -8px #555555 inset;
    position: relative;
    border-radius: 5px;
}

.about .image img {
    width: 100%;
    position: relative;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.about .overlay {
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 20px);
    left: 20px;
    height: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
}

.about .overlay .social {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .image:hover {
    cursor: pointer;
}

.about .image:hover .overlay {
    top: 20px;
    opacity: 1;
    height: 100%;
}

.about .info {
    color: #555;
    float: right;
    width: 60%;
    padding: 0 40px;
}

.about .info h2 {
    font-size: 34px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-left: 15px;
    line-height: 22px;
}

.about .info h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #FF305B;
    vertical-align: middle;
}

.about .info p {
    width: 95%;
    line-height: 1.6;
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed#555;
}

.about .info ul {
    margin: 25px 0;
}

.about .info ul li {
    float: left;
    color: #555;
    margin-bottom: 20px;
}

.about .info ul li:nth-child(odd) {
    width: 40%;
}

.about .info ul li:nth-child(even) {
    width: 55%;
}

.about .info ul li span {
    font-weight: 500;
    color: #333;
}

.about .info ul li a {
    color: #555;
}

.about .info .cv,
.about .info .hire,
input[type="submit"] {
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #FF305B;
    margin-right: 12px;
    transition: all .5s;
}

.about .info i {
    margin-left: 8px;
}

.about .info .cv:hover,
.about .info .hire:hover,
input[type="submit"]:hover {
    background-color: #ED2508;
    cursor: pointer;
}

.content-padding{
    padding: 100px 0;
}

/* End About */

/* Start our service */

.our-service{
    background-color:#f1f1f1;
    text-align: center;
    padding: 95px 0 54px;

}

.service-header{
 
    padding-bottom: 60px;
}

.service-header h2{
    position: relative;
    font-size: 36px;
    color:#333333;
    font-family: 'Source Sans Pro', sans-serif;
}

.service-header h2:after{
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    background-color: #ff305b;
    height: 1px;
    width: 160px;
    top: 60px

}

.service-header h2:before{
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    border-color: #ff305b;
    border-style: solid;
    border-width: 1px 0;
    padding: 4px 0 5px;
    width: 70px;
    top: 55px;

}



.service-item{
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;

}

.service-item .inner{
    padding: 40px 15px;
    transition: all 0.4s ease-in-out 0s;
    
}

.service-item .inner:hover{
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    cursor: pointer;
}


.service-item .inner i{
    color: #ff305b;
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
    transition: all 1s;


}

.our-service div .service-item:hover i {
    transform: scale(1.2);
}
.service-item .inner h3{
    margin-bottom: 15px; 
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin: 15px 0;

}

.service-item .inner p{
    line-height: 25px;
    color:#555555;
}

/* End our service */ 

/* Start our service */

.portofolio{
   
    text-align: center;
    padding: 95px 0 54px;

}

.porto-header{
 
    padding-bottom: 60px;
}

.porto-header h2{
    position: relative;
    font-size: 36px;
    color:#333333;
    font-family: 'Source Sans Pro', sans-serif;
}

.porto-header h2:after{
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    background-color: #ff305b;
    height: 1px;
    width: 160px;
    top: 60px

}

.porto-header h2:before{
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    border-color: #ff305b;
    border-style: solid;
    border-width: 1px 0;
    padding: 4px 0 5px;
    width: 70px;
    top: 55px;

}

.portofolio .porto-links{
    text-align: center;
    

}

.btn {
    outline: none;
    border: none;
    background-color: transparent;
    margin: 22px 12px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.btn:hover {
    cursor: pointer;
    color: #FF305B;
}



.porto-links .active{
    color: #ff305b;
}

/* End our service */

/* Start Portfolio */

.porto-imgs{
    position: relative;
}

.porto-img{
    width: 33.333%;
    padding: 7px;
    float: left;
}

.porto-imgs img{
    width: 100%;
}

.inner{
    position: relative;
    
}

.porto-layer{
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    
}

.porto-layer:hover{
    opacity: 1;
}

.portfolio-icon {
   
    overflow: hidden;
    
}

.porto-layer .portfolio-icon i{
    bottom: 20px;
    color: #ff305b;
    font-size: 23px;
    position: absolute;
    right: 20px;

}

/* End Portfolio */

/* Start counter */

.counter {
    background-color: #F1F1F1;
    text-align: center;
}

.counter .number-box {
    float: left;
    width: 25%;
    padding: 15px;
}

.counter i {
    font-size: 26px;
    color: #FF305B;
}

.counter h3 {
    color: #333;
    font-weight: 800;
    font-size: 26px;
    margin: 12px 0;
}

.counter h5 {
    color: #555;
    font-weight: 600;
    font-size: 16px;
}

/* End counter */

/*  Start Feedback */

.feedback {
    width: 60%;
    margin: auto;
}


.contact h2,
.blogs h2,
.feedback h2,
.portfolio h2 {
    font-size: 40px;
    color: #333;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
}


.contact h2::after,
.blogs h2::after,
.feedback h2::after,
.portfolio h2::after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #FF305B;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact h2::before,
.blogs h2::before,
.feedback h2::before,
.portfolio h2::before {
    content: "";
    width: 60px;
    height: 10px;
    text-align: center;
    border-color: #FF305B;
    border-width: 1px 0;
    border-style: solid;
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
}

.person-feedback {
    padding: 50px;
    background-color: #F1F1F1;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.person-feedback::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 150%;
    background-color: #FF305B;
    top: -60%;
    left: -20%;
    z-index: 0;
    transform: rotate(45deg);
}

.feedback img {
    border-radius: 50%;
    width: 110px;
    position: relative;
    z-index: 1;
}

.feedback .person-info {
    padding-left: 30px;
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.feedback .person-info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
}

.feedback .person-info a {
    font-size: 15px;
    font-weight: 500;
    line-height: 16.5px;
    color: #777;
    margin: 12px 0;
    display: block;
}

.feedback .person-info a i {
    margin-right: 3px;
    font-size: 14px;
}

.feedback .person-info p {
    font-weight: 400;
    line-height: 25px;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

.feedback .person-info .stars i {
    color: #F1C30D;
}

.feedback .dots {
    margin: 10px 0 0 0;
    text-align: center;
}

.feedback .dots span {
    display: inline-block;
}

.feedback .dots .first {
    width: 25px;
    height: 10px;
    border-radius: 10PX;
    background-color: #FF305B;
}

.feedback .dots .second {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: #FF305B 1px solid;
}

/*  End Feedback */

/* Start Blogs */

.blogs {
    background-color: #F1F1F1;
}

.blogs .blogs-box {
    margin-top: 0px;
}

.blogs .blogs-box .blog-box {
    float: left;
    width: 33.33%;
    padding: 15px;
}

.blogs .blogs-box .blog-box .blog {
    background-color: white;
}

.blogs .blogs-box .blog iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.blogs .blogs-box .blog .content {
    padding: 25px;
}

.blogs .date {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.blogs a {
    color: #333;
}

.blogs p {
    color: #555;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    width: 90%;
}

.blogs .header {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0;
    display: block;
    transition: all .5s;
}

.blogs .more {
    transition: all .5s;
    font-size: 16px;
    font-weight: 400;
}

.blogs .header:hover,
.blogs .more:hover {
    color: #FF305B;
    cursor: pointer;
}

.blogs i {
    margin-left: 5px;
}

/* End Blogs */

/* Strat Contact */

.contact {
    width: 60%;
    margin: auto;
}

.contact .input-box {
    padding: 10px 15px;
}

.contact input,
.contact textarea {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid#ccc;
}

.contact input:focus,
.contact textarea:focus {
    border-color: #FF305B;
    outline: none;
}

.contact .left {
    float: left;
}

.contact .right {
    float: right;
}

.contact .left,
.contact .right {
    width: 50%;
}

.contact input[name="user-name"],
.contact input[name="user-email"] {
    width: 100%;
}

.contact input[name="subject"],
.contact textarea {
    display: block;
    width: 100%;
}

.contact input[type="submit"] {
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
}

/* End Contact  */


/* Start Footer */

.footer {
    padding: 60px 0;
    text-align: center;
    background-color: #333;
    color: white;
}

.footer p {
    margin-top: 15px;
}

.footer span {
    color: #FF305B;
}

/* End Footer */