/* Genreal */
* {
    box-sizing: border-box;
    margin: 0;
}

.clear-fix {
    clear: both;
}

.container {
    margin: auto;
    width: 80%;
}

body {
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* Navbar */
.navbar {
    margin-top: 20px;
    position: absolute;
    inset: 0 0 0 0;
}

.navbar .icon-navbar {
    float: left;
}

.navbar .icon-navbar a {
    text-decoration: none;
    color: #FF305B;
    width: 40px;
    font-size: 25px;
}

.navbar .link-navbar {
    float: right;
    margin-top: 5px;
}

.navbar .link-navbar ul li {
    display: inline-block;
    list-style-type: none;
}

.navbar .link-navbar a {
    text-decoration: none;
    padding: 20px 10px;
    font-size: 20px;
    color: white;
    transition: all 1s;
}

#Active {
    color: #FF305B;
}

.link-navbar a:hover {
    color: #FF305B;
}

.hamburger,
#menu-toggle {
    display: none;
}


.hamburger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FF305B;
    margin-bottom: 5px;
    border-radius: 3px;
    transition: 0.3s;
}

/* Header */
.header {
    background-image: url(../image/slider-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.header .overlay {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    color: white;
    text-align: center;
}

.content-header {
    position: relative;
    top: 280px;
}

.content-header p {
    font-size: 24px;
    font-weight: 600;
}

.content-header h1 {
    color: #FF305B;
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
}

.content-header .dev-p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-top: 7px;
}

p .typed-fokir::after {
    content: "";
    animation: typed-text 3s infinite alternate;
}

@keyframes typed-text {
    0% {
        content: "|";
    }

    6.25% {
        content: "D|";
    }

    12.5% {
        content: "De|";
    }

    18.75% {
        content: "Des|";
    }

    25% {
        content: "Desi|";
    }

    31.25% {
        content: "Desig|";
    }

    37.25% {
        content: "Design|";
    }

    43.75% {
        content: "Designe|";
    }

    50% {
        content: "Designer|";
    }

    Develope 56.25% {
        content: "D|";
    }

    62.5% {
        content: "De|";
    }

    68.75% {
        content: "Dev|";
    }

    75% {
        content: "Deve|";
    }

    81.25% {
        content: "Devel|";
    }

    87.5% {
        content: "Develo|";
    }

    93.75% {
        content: "Develop|";
    }

    100% {
        content: "Developer|";
    }
}

/* about */
.about {
    padding: 70px 0;
}

.img-about {
    width: 45%;
    padding-bottom: 20px;
    float: left;
}

.border-about {
    border: 7px solid rgb(85, 85, 85);
    border-radius: 5px;
    width: 350px;
    position: relative;
    inset: 0 0 0 0;

}

.card-about {
    width: 350px;
    position: relative;
    top: 20px;
    left: 30px;
    overflow: hidden;
    border-radius: 5px;
}

.card-about img {
    width: 100%;
}

.overlay-about {
    position: absolute;
    inset: 0 0 0 0;
    background-color: rgb(0, 0, 0, .5);
    transition: transform .3s ease-in-out;
    transform: translateY(100%);
}

.card-about:hover .overlay-about {
    transform: translateY(0%);
}

.icon-about {
    position: absolute;
    top: 45%;
    left: 60px;

}

.icon-about ul {
    list-style-type: none;
}

.icon-about li {
    float: left;
    padding: 10px;
    color: white;
}

.icon-about i {
    transition: color 2s all;
}

.icon-about i:hover {
    color: #EC2403;
}

.content-about {
    width: 50%;
    float: right;
    padding-right: 30px;
}

.about-one {
    font-size: 30px;
}

.card-about-one {
    color: #d91414;
    font-size: 30px;
    font-weight: 600;
}

.content-about p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: RGB(85, 85, 85);
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(153, 153, 153);
}

.about-one span {
    font-size: 30px;
    font-weight: 700;
}

.listItem-one-about {
    float: left;
    padding-top: 20px;
}

.listItem-two-about {
    float: right;
    padding-top: 20px;
}

.info-item {
    padding: 10px 10px;
}

.info-item .info-about {
    font-size: 17px;
    font-weight: 600;
}

.info-item span {
    color: #555555;
}

.btn-about {
    margin: 10px 10px;
}

.btn-about .btn-one {
    background-color: #FF305B;
    border: 4px #FF305B solid;
    border-radius: 5px;
    padding: 0 15px;
    transition: background-color .4s ease-out, border .4s ease-out;
}

.btn-about .btn-one a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.btn-about .btn-one i {
    font-size: 15px;
    color: white;
    padding: 10px 10px;
}

.btn-two {
    margin-left: 10px;
}

.btn-one:hover {
    background-color: #EC2403;
    border: 4px #EC2403 solid;
    border-radius: 5px;
}

/* Services */
.Services {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.Services h2 {
    font-size: 35px;
    padding-top: 20px;
}

.line-element {
    width: 200px;
    height: 1px;
    background-color: #FF305B;
    position: relative;
    left: 510px;
    top: 10px;
}

.line-element::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #FF305B;
    position: absolute;
    bottom: 5px;
    right: 60px;

}

.line-element::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #FF305B;
    position: absolute;
    top: 6px;
    right: 60px;
}

.item-Services {
    width: 25%;
    float: left;
    margin-top: 50px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    padding: 30px 30px;
    margin-bottom: 50px;

}

.container-Services {
    background-color: #e2e2e2;
    width: 100%;
}

i.fa-solid {
    color: #d91414;
    font-size: 26px;
    padding-top: 15px;
    transition: transform .4s ease-in-out;
}

.Services .item-Services h3 {
    padding-top: 25px;
}

.Services .item-Services p {
    padding-top: 15px;
    line-height: 25px;
    font-size: 15px;
    color: #555555;
}

.item-Services:hover {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);

}

.item-Services:hover i {

    transform: scale(1.3);
}

/* Our Portfolio */
.Our-Portfolio {
    margin-bottom: 50px;
}

.Our-Portfolio .content-Our-Portfolio {
    text-align: center;
}

.Our-Portfolio .content-Our-Portfolio h2 {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 40px;
    font-weight: 800;
}

.line-portfoilo {
    width: 200px;
    height: 1px;
    background-color: #FF305B;
    position: relative;
    left: 510px;
    bottom: 50px;
}

.line-portfoilo::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #FF305B;
    position: absolute;
    bottom: 5px;
    right: 60px;

}

.line-portfoilo::after {
    content: "";
    width: 100px;
    height: .3px;
    background-color: #FF305B;
    position: absolute;
    top: 6px;
    right: 60px;
}

.Our-Portfolio .content-Our-Portfolio button {
    padding: 0px 12px;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: transparent;
    padding-bottom: 30px;
    color: RGB(51, 51, 51);
}

.item-OurPortfoli-one {
    width: 30%;
    float: left;
    position: relative;
    margin: 0 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.overlayOne {
    position: absolute;
    inset: 0 0 0 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.icon-Ourportfoli {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 20px;
    color: #d91414;
}

.item-OurPortfoli-one:hover .overlayOne {
    opacity: 1;
}

.item-OurPortfoli-one img {
    width: 100%;
}


/* Icon-member */
.Icon-member {
    padding-top: 60px;
    padding-bottom: 60px;
}

.Icon-member .item-member {
    width: 25%;
    float: left;
    text-align: center;
    margin: auto;
}

.item-member i {
    padding-bottom: 15px;
    font-size: 28px;
}

.item-member p {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
}

.item-member .p-member {
    color: #555555;
    font-size: 16px;
    font-weight: 600;
}

/* Clients_Feedback */
.container-feedback {
    width: 70%;
    background-color: #F1F1F1;
    margin: auto;
}

.Clients-Feedback {
    padding-top: 100px;
    padding-bottom: 100px;
}

.Clients-Feedback h2 {
    font-size: 25px;
    text-align: center;
    padding-bottom: 60px;
}

.alex-ander {
    position: relative;
    border-radius: 5px;
    border: 2px 555555 solid;

}

.content-alex {
    width: 71%;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 90px;

}

.content-alex h4 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.content-alex i {
    font-size: 12px;
    color: #F1C30D;
}

.content-alex span {
    font-size: 15px;
    color: #555555;
}

.content-alex p {
    font-size: 17px;
    line-height: 1.5;
    font-style: italic;
    color: #555555;
    font-weight: 500;
    padding-top: 10px;
}

.img-alex {
    width: 20%;
    border-top: 100px solid #ff305b;
    border-left: 100px solid #ff305b;
    border-bottom: 100px solid transparent;
    border-right: 100px solid transparent;
    border-radius: 5px;
    position: relative;
    inset: 0 0 0 0;
}

.alex-ground {
    width: 100px;
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: 9999;
}

.alex-ground img {
    width: 100%;
    border-radius: 50%;
}

/* Our Blog */
.container-blog {
    width: 100%;
    background-color: #F1F1F1;
}

.Our-Blog {
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #F1F1F1;
}

.Our-Blog h2 {
    font-size: 30px;
    padding-bottom: 70px;
    text-align: center;
}

.line-blog {
    width: 150px;
    height: 2px;
    background-color: #FF305B;
    position: relative;
    left: 510px;
    bottom: 50px;
}

.line-blog::before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #FF305B;
    position: absolute;
    bottom: 5px;
    right: 50px;

}

.line-blog::after {
    content: "";
    width: 70px;
    height: .3px;
    background-color: #FF305B;
    position: absolute;
    top: 6px;
    right: 50px;
}

.card-blog {
    width: 31%;
    float: left;
    border-radius: 3px;
    margin-left: 20px;
    background-color: white;
}

.img-card img {
    width: 100%;
}

.content-blog {
    padding: 15px 15px;
}

.content-blog span {
    font-size: 16px;
    line-height: 50px;
}

.content-blog h3 {
    font-size: 25px;
    padding-bottom: 15px;
    transition: color .3s ease-in-out;
}

.Our-Blog h3:hover {
    color: #d91414;
}

.content-blog p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: RGB(85, 85, 85);
}

.card-blog i {
    color: #555555;
    font-size: 16px;
}

iframe {
    width: 100%;
}

/* Contact Us */
.Contact-Us {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.content-form {
    padding-bottom: 60px;
}

.form-us {
    width: 70%;
    margin: auto;
}

#Email {
    float: right;
}

#Name {
    float: left;
    margin-left: 50px;
}

#Name,
#Email {
    width: 45%;
    padding: 8px 40px;
    padding-left: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 15px;
}

#Subject {
    float: left;
    width: 95%;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 8px;
    margin-left: 50px;
    font-size: 15px;
}

#message {
    float: left;
    width: 95%;
    margin-top: 20px;
    margin-left: 50px;
    font-size: 15px;
    padding-left: 8px;
    padding-top: 5px;
}

.Send {
    float: left;
    margin: 20px 50px;
    padding: 10px 10px;
    background-color: #FF305B;
    border: 4px #FF305B solid;
    border-radius: 5px;
    color: white;
    transition: background-color .4s ease-out, border .4s ease-out;
}

.send:hover {
    background-color: #EC2403;
    border: 4px #EC2403 solid;
    border-radius: 5px;
}

input:focus {
    box-shadow: 0 0 4px red;
    outline: red solid 1px;
}

textarea:focus {
    box-shadow: 0 0 4px red;
    outline: red solid 1px;
}

/* Footer */
.footer {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #333333;
    width: 100%;
}

.icon-content {
    padding: 18px 0;
}

.icon-content i {
    padding: 10px 7px;
    color: white;
    font-size: 15px;
}

.icon-content i:hover {
    color: #FF305B;
}

.footer .content-footer p {
    color: white;
    font-size: 20px;
}

.footer .content-footer a {
    text-decoration: none;
    color: #FF305B;
    padding: 0 10px;
}

.content-footer a:hover {
    text-decoration: underline;
}