* {
    margin: 0;
}
/* Header*/
#Home {
    height: 100vh;
    background-color: #073B4C;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Home .caption {
    display: flex;
    flex-direction: column;
    text-align: center;
}
#Home .caption h3 {
    color: #F7F7F2;
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
}
#Home .caption h1 {
    color: #FF6B6B;
    font-family: "Source Sans 3", sans-serif;
    font-size: 70px;
    font-weight: 700;
}
#Home .caption h4 {
    color: #F7F7F2;
    font-family: "Source Sans 3", sans-serif;
    font-size: 26px;
    font-weight: 300;
}
/* اعمل مسافه بين الكلمه والمؤشر */
#Home .caption #typing {
    margin: 0 5px;
}
/* اغير في شكل المؤشر */
.typed-cursor {
    opacity: 1 !important;
    animation: none !important;
    color: #F7F7F2;
    font-size: 30px;
    font-weight: 400;
    /* ارفع المؤشر لفوق شويه */
    transform: translateY(-6px);
}
#Home .navbar .logo a {
    color: #FF6B6B;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
}
#Home .navbar {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    justify-content:space-between;
    align-self: flex-start;
    padding: 20px 100px;
    
}
#Home .navbar .links ul li a {
    color: rgba(247, 247, 242, 0.8);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300px;
    text-decoration: none;
}
#Home .navbar .links ul li {
    list-style: none;
    display: inline-block;
    margin-left: 18px;
}
#Home .navbar .links ul li a:hover {
    color: #FF6B6B;
}
/* myself section*/
main #myself h2 {
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif; 
    font-size: 34px;
    font-weight: 600;
    position: relative;
    padding-left: 13px;
    margin-bottom: 14px;
}
main #myself .container .aboutme h2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #FF6B6B;
    width: 4px;
    height: 23px;
}
#myself .item{
    width: 50%;
    margin-left: 140px;
    position: relative;
    margin-top: 33px;
}
#myself .aboutme{
    width: 50%;
    margin-right: 115px;
    margin-left: 10px;
}
#myself .item .img img{
    width: 370px;
    margin-left: 90px;
    border-radius: 5px;
}
#myself .item .img{
    position: relative;
    overflow: hidden;
}
#myself .item::before{
    content: "";
    width: 360px;
    height: 360px;
    position: absolute;
    top: -25px;
    left: 65px;
    border: 8px solid #555555;
    border-radius: 5px;
    z-index: -1;
}
#myself .item .caption{
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 90px;
    right: 80px;
    bottom: 5px;
    transform: translateY(105%);
    transition: all 1s ;
    gap: 20px;
    width: 370px;
}
#myself .item .img:hover .caption{
    transform: translateY(0%);
}
#myself .item .caption .socialicon{
    color: #fff;
}
#myself .item .caption .socialicon:hover{
    color: #FF6B6B;
}
main #myself .aboutme p{
    color:RGB(85, 85, 85);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgb(153, 153, 153);
}
.container{
    margin: auto;
    display: flex;
    margin-top: 10%;
    padding-bottom: 20px;
}
main #myself .aboutme ul li{
    list-style: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color:RGB(51, 51, 51);
    width: 50%;
    margin-bottom: 20px;
}
main #myself .aboutme ul li span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1D3540;
}
main #myself .aboutme ul li .detailsinfo{
    color: #1D3540;
}
main #myself .aboutme ul li .detailsinfo a{
    text-decoration: none;
    color:RGB(85, 85, 85);
}
main #myself .aboutme ul{
    padding: 0;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
main #myself .aboutme .amlinks{
    color: #F7F7F2;
    background-color: #FF6B6B;  
    padding: 15px 25px;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}
main #myself .aboutme .amlinks:hover{
    background-color: #E55A5A;
}

/*services section*/
main #services{
    background-color: #F7F7F2;
    text-align: center;
    margin-top: 120px;
    padding: 90px 0 60px 0px;
}
main #services h2{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size:40px;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
}
main #services .line{
    width: 170px;
    height: 1px;
    background-color: #FF6B6B;
    margin: auto;
    position: relative;
}
main #services .line::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    bottom: 5px;
    left: 45px;
}
main #services .line::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    top: 5px;
    left: 45px;
}
main #services .cards{
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
    justify-content: center;
    margin-left: 20px;
}
main #services .cards .card{
    width: 19%;
    margin-right: 30px;
    padding:40px 20px 40px 20px;
}
main #services .cards .card:hover{
    background-color: #fff;
}
main #services .cards .card i{
    transition: all 0.3s;
}
main #services .cards .card:hover i{
    transform: scale(1.2);
}
main #services .cards .card .serico{
    color: #FF6B6B;
    font-size: 30px;
}
main #services .cards .card h3{
    color: #1D3540; 
    font-family: "Source Sans 3", sans-serif; 
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}
main #services .cards .card p{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.5;
}
/*portofolio section*/
main #portofolio{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
main #portofolio h2{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size:40px;
    font-weight: 800;
    position: relative;
    margin-bottom: 15px;
    margin-top: 100px;
}
main #portofolio .line{
    width: 170px;
    height: 1px;
    background-color: #FF6B6B;
    margin: auto;
    position: relative;
}
main #portofolio .line::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    bottom: 5px;
    left: 45px;
}
main #portofolio .line::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    top: 5px;
    left: 45px;
}
.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* Space between cards */
    padding: 50px 15px;
    max-width: 1200px;
    margin: auto;
}

.project-card {
    background-color: #FFFFFF;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.project-image {
    position: relative;
}

.project-image img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 59, 76, 0.8); /* Dark Blue from your palette */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-image:hover .image-overlay {
    opacity: 1;
}

.project-link {
    color: #F7F7F2; /* Ivory White */
    background-color: #FF6B6B; /* Coral */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.project-link:hover {
    background-color: #E55A5A; /* Darker Coral */
}

.project-info {
    padding: 20px;
}

.project-info h3 {
    font-size: 22px;
    color: #1D3540; /* Dark text color */
    margin-bottom: 10px;
}

.project-info p {
    font-size: 16px;
    color: #1D3540;
    line-height: 1.6;
    margin-bottom: 15px;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-tags span {
    background-color: #F7F7F2; /* Ivory background */
    color: #1D3540;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
}

/*numbers section*/
main #numbers{
    display: flex;
    flex-wrap: wrap;
    justify-content:center ;
    background-color: #F7F7F2;
    padding-top: 90px;
    padding-bottom: 90px;
}
main #numbers .inf{
    width: 20%;
    text-align: center;
}
main #numbers .inf i{
    color: #FFD166;
    font-size: 25px;
    margin-bottom: 10px;
}
main #numbers .inf h3{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif; 
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}
main #numbers .inf h5{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
/*feedback section*/
main #feedback{
    margin-top: 65px;
    display: flex;
    align-items: center; 
    flex-direction: column;
    margin-bottom: 60px;
}
main #feedback h2{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}
main #feedback .line{
    width: 170px;
    height: 1px;
    background-color: #FF6B6B;
    margin: auto;
    position: relative;
}
main #feedback .line::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    bottom: 5px;
    left: 45px;
}
main #feedback .line::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    top: 5px;
    left: 45px;
}
main #feedback .feedback{
    background-color: #F1F1F1;
    width: 55%;
    height: 300px;
    background-image: linear-gradient(135deg ,  #FF6B6B 0% 20% , #F7F7F2 20% 100%);
    display: flex;
    border-radius: 5px;
    margin-top: 50px;
}
main #feedback .feedback a{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
main #feedback .feedback .stars i{
    color: #FFD166;
} 
main #feedback .feedback .img{
    width: 20%;
}
main #feedback .feedback .img img{
    width: 80%;
    border-radius: 50%;
    margin-top: 60px;
    margin-left: 50px;
}
main #feedback .feedback .feedbackinfo{
    width: 70%;
    margin-top: 40px;
    margin-left: 50px;
}
main #feedback .feedback .feedbackinfo h3{
    margin-bottom: 10px;
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 26px;
    font-weight: 600;
}
main #feedback .feedback .feedbackinfo p{
    margin-top: 10px;
    line-height: 1.5;
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
main #feedback .feedback .feedbackinfo .stars{
    margin-top: 20px;
}
/*blog section*/
/* main #blog{
    background-color: #F7F7F2;
    display: flex;
    justify-content: center;
    margin-top: 110px;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;  
    padding-bottom: 110px;  
}
main #blog .videos{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
main #blog .videos .vid{
    width: 27%;
    background-color: #FFFFFF;
    padding-bottom: 20px;
}
main #blog .videos .vid img{
    width: 100%;
    margin-bottom: 20px;
}
main #blog .videos .vi1 {
    margin-left: 60px;
}
main #blog .videos .vi2{
    margin-right: 60px;
}
main #blog h2{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}
main #blog .line{
    width: 170px;
    height: 1px;
    background-color: #FF6B6B;
    margin: auto;
    position: relative;
}
main #blog .line::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    bottom: 5px;
    left: 45px;
}
main #blog .line::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    top: 5px;
    left: 45px;
}
main #blog .videos .vid div{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
main #blog .videos .vid a{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}
main #blog .videos .vid a:hover{
    color: #FF6B6B;
}
main #blog .videos .vid p{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}
main #blog .videos .vid .read{
    color: #1D3540;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
main #blog .videos .vid iframe{
    margin-bottom: 20px;
}
main #blog .videos .vid .information{
    margin-left: 20px;
} */
/*contactus section*/
main #contactus{
    margin-top: 90px;
    padding-bottom: 90px;
}
main #contactus h2{
    color: #1D3540;
    font-family: "Source Sans 3", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}
main #contactus .line{
    width: 170px;
    height: 1px;
    background-color: #FF6B6B;
    margin: auto;
    position: relative;
}
main #contactus .line::before{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    bottom: 5px;
    left: 45px;
}
main #contactus .line::after{
    content: "";
    width: 80px;
    height: 1px;
    background-color: #FF6B6B;
    position: absolute;
    top: 5px;
    left: 45px;
}
main #contactus .inputs{
    width: 800px;
    margin: auto;
}
main #contactus .inputs .inp1{
    display: flex;
    gap: 30px;
    margin: 50px 0px 30px 0px;
}
main #contactus .inputs .inp input{
    border:1px solid rgba(153, 153, 153, 0.6);
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    outline: none;
}
main #contactus .inputs .inp input:focus{
    border-color: #FF6B6B;
}
main #contactus .inputs .inp textarea{
    border:1px solid rgba(153, 153, 153, 0.6);
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    outline: none;
}
main #contactus .inputs .inp textarea:focus{
    border-color: #FF6B6B;
}
main #contactus .inputs .inp1 input{
    width: 50%;
    padding: 10px 0px 10px 12px;
}
main #contactus .inputs .inp2 input{
    padding: 10px 0px 10px 12px;
    width: 98%;
    margin-bottom: 30px;
}
main #contactus .inputs .inp2 textarea{
    padding: 10px 0px 10px 12px;
    width: 98%;
}
main #contactus .inputs button{
    padding: 10px 20px;
    background-color: #FF6B6B;
    border: 1px solid #FF6B6B;
    border-radius: 4px;
    color: #F7F7F2;
    margin-top: 25px;
    transition: all 0.5s;
}
main #contactus .inputs button:hover{
    background-color: #E55A5A;
}
/*footer section*/
footer{
    background-color: #073B4C;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .footericons a i{
    color: #F7F7F2;
    font-size: 16px;
}
footer .footericons{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
footer .footericons a i:hover{
    color: #FF6B6B;
}
footer .copyright p{
    color: #F7F7F2;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
footer .copyright p a{
    color: #FF6B6B;
    text-decoration: none;
}
footer .copyright p a:hover{
    text-decoration: underline;
}

/* madia queries*/
@media screen and (max-width:479px) {
    #Home .navbar{
        margin-right: 150px;
        padding: 15px 0px;
        width: 50%;
        display: flex;
    }
    #Home .navbar .links ul {
        display: flex;
    }
    #Home .navbar .links ul li a {
        font-size: 8px;
    }
    #Home .caption h1{
        font-size: 40px;
    }
    #Home .caption h4{
        font-size: 20px;
        font-weight: 600;
    }
    #myself .item::before{
        display: none;
    }
    #myself .item{
        width: 100%;
        margin-left: 0px;
    }
    #myself .aboutme{
        width: 100%;
    }
    .container{
        flex-wrap: wrap;
    }
    #myself .item .img img{
        margin-left:10px;
        width:100%;
    }
    #myself .item .img{
        width: 100%;
    }
    #myself .item .caption{
        width: 100%;
        left: 10px;
        right: 0px;
    }
    main #myself .aboutme ul{
        display: flex;
        flex-wrap: wrap;
    }
    main #myself .aboutme ul li{
        font-size: 10px;
        width: 100%;
    }
    main #myself .aboutme .amlinks{
        display: block; /* Makes each button take the full width */
        text-align: center; /* Centers the text inside the button */
        margin: 10px auto; /* Adds space between them and centers them */
        padding: 12px;
        font-size: 14px;
    }
    main #services h2{
        font-size: 30px;
    }
    main #services .cards .card{
        width: 100%;
    }
    main #portofolio h2{
        font-size: 30px;
    }
    main #portofolio .slideproj{
        width: 95%;
        height: 270px;
    }
    main #numbers .inf{
        width: 100%;
        margin-bottom: 30px;
    }
    main #feedback h2{
        font-size: 30px;
    }
    main #feedback .feedback{
        width: 95%;
    }
    main #feedback .feedback .img{
        width: 25%;
    }
    main #feedback .feedback .img img{
        width: 100%;
        margin-left: 25px;
        margin-top: 30px;
    }
    main #feedback .feedback .feedbackinfo p{
        font-size: 12px;
    }
    main #feedback .feedback .feedbackinfo{
        margin-top: 20px;
    }
    main #feedback .feedback .feedbackinfo .stars{
        margin-top: 10px;
    }
    main #feedback .feedback .feedbackinfo{
        margin-left: 35px;
    }
    main #feedback .feedback .feedbackinfo h3{
        font-size: 20px;
    }
    /* main #blog h2{
        font-size: 30px;
    }
    main #blog .videos .vid{
        width: 95%;
    }
    main #blog .videos{
        flex-wrap: wrap;
    }
    main #blog .videos .vi1 {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    main #blog .videos .vi2{
        margin-right: 0px;
        margin-top: 30px;
    } */
    main #contactus h2{
        font-size: 30px;
    }
    main #contactus .inputs .inp1{
        flex-direction: column;
    }
    main #contactus .inputs .inp2 input{
        width: 90%;
    }
    main #contactus .inputs .inp2 textarea{
        width: 90%;
    }
    main #contactus .inputs{
        width: 100%;
        margin-left: 15px;
    }
    main #contactus .inputs .inp1 input{
        width: 90%;
    }
    main #contactus .inputs button{
        padding: 12px 18px;
    }
    footer .copyright p{
        font-size: 12px;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    #Home .navbar{
        width: 70%;
        padding: 20px 20px;
        margin-right: 0px;
    }
    #Home .navbar .links ul li{
        margin-left: 5px;
    }
    #Home .navbar .links ul li a{
        font-size: 13px;
    }
    #Home .caption h1{
        font-size: 50px;
    }
    #Home .caption h4{
        font-size: 20px;
        font-weight: 700;
    }
    #myself{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #myself .item{
        width: 100%;
        margin-left: 0px;
    }
    #myself .aboutme{
        width: 50%;
        margin: auto;
        margin-left: 0px;
        margin-right: 0px;
    }
    #myself .item .img img{
        margin-left: 0px;
        width: 50%;
    }
    #myself .item .img{
        text-align: center;
    }
    #myself .item .caption{
        width: 50%;
        margin: auto;
        right: 90px;
    }
    .container{
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #myself .item::before{
        display: none;
    }
    main #myself .aboutme p{
        font-size: 15px;
        
    }
    main #myself .aboutme ul{
        display: flex;
        flex-direction: column;
    }
    main #myself h2{
        font-size: 30px;
    }
    main #myself .aboutme .amlinks{
        font-size: 14px;
        padding: 15px;
        display: inline-block;
        margin-bottom: 10px; 
    }
    main #myself .aboutme {
        text-align: center;
    }
    main #services h2{
        font-size: 30px;
        text-align: center;
    }
    main #services .cards{
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }
    main #services .cards .card{
        width: 50%;
    }
    main #portofolio h2{
        font-size: 30px;
    }
    main #portofolio .slideproj{
        width: 60%;
    }
    main #numbers .inf{
        width: 100%;
        margin-bottom: 30px;
    }
    main #feedback h2{
        font-size: 30px;
    }
    main #feedback .feedback{
        width: 70%;
    }
    main #feedback .feedback .img{
        width: 40%;
    }
    main #feedback .feedback .img img{
        width: 60%;
        margin-top: 50px;
        margin-left: 20px;
    }
    main #feedback .feedback .feedbackinfo{
        width: 90%;
        margin-top: 40px;
        margin-left: 0px;
    }
    main #feedback .feedback .feedbackinfo p{
        font-size: 13px;
    }
    main #feedback .feedback .feedbackinfo .stars{
        margin-top: 10px;
    }
    /* main #blog h2{
        font-size: 30px;
    }
    main #blog .videos .vid{
        width: 60%;
    }
    main #blog .videos{
    display: flex;
    flex-wrap: wrap;
    }
    main #blog .videos .vi1 {
    margin-left: 0px;   
    margin-bottom: 30px;
    }
    main #blog .videos .vi2 {
    margin-right: 0px;
    margin-top: 30px;
    } */
    main #contactus h2{
        font-size: 30px;
    }
    main #contactus .inputs{
        width: 100%;
    }
    main #contactus .inputs{
        width: 50%;
    }
    main #contactus .inputs .inp1{
        flex-wrap: wrap;
    }
    main #contactus .inputs .inp1 input{
        width: 100%;
    }
    main #contactus .inputs .inp2 input{
        width: 96%;
    }
    main #contactus .inputs .inp2 textarea{
        width: 96%;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    #Home .navbar{
        width: 75%;
    }
    #myself .item{
        margin-left: 30px;
        width: 40%;
    }
    #myself .item::before{
        display: none;
    }
    #myself .item .img img{
        width: 70%;
        margin-left: 50px;
    }
    #myself .item .caption{
        width: 70%;
        left:0px
    }
    #myself .aboutme{
        width: 40%;
    }
    main #myself h2{
        font-size: 25px;
        margin-bottom: 6px;
    }
    main #myself .container .aboutme h2::before{
        top: 8px;
        height: 20px;
    }
    main #myself .aboutme p{
        font-size: 13px;
        padding-bottom: 10px;
    }
    main #myself .aboutme ul li span {
        font-size: 12px;
    }
    main #myself .aboutme ul li{
        margin-right: 0px;
        width: 50%;
        margin-bottom: 10px;
    }
    main #myself .aboutme ul{
        margin-top: 10px;
    }
    main #myself .aboutme .amlinks{
        font-size: 12px;
        padding: 15px 20px;
    }
    main #services h2{
        font-size: 30px;
    }
    main #services .cards .card{
        width: 30%;
        margin-right: 20px;
    }
    main #services .cards .card .serico{
        font-size: 25px;
    }
    main #services .cards .card h3{
        font-size: 19px;
    }
    main #services .cards .card p{
        font-size: 13px;
    }
    main #portofolio h2{
        font-size: 30px;
    }
    main #portofolio .slideproj{
        width: 60%;
    }
    main #numbers .inf{
        width: 15%;
        margin-right: 22px;
    }
    main #numbers .inf i{
        font-size: 20px;
    }
    main #numbers .inf h3{
        font-size: 21px;
    }
    main #numbers .inf h5{
        font-size: 14px;
    }
    main #feedback h2{
        font-size: 30px;
    }
    main #feedback .feedback{
        width: 70%;
    }
    main #feedback .feedback .img{
        width: 24%;
    }
    main #feedback .feedback .img img{
        margin-top: 40px;
        margin-left: 40px;
    }
    main #feedback .feedback .feedbackinfo{
        margin-left: 30px;
        margin-top: 30px;
    }
    main #feedback .feedback .feedbackinfo h3{
        font-size: 22px;
    }
    main #feedback .feedback .feedbackinfo p{
        font-size: 15px;
    }
    main #feedback .feedback .feedbackinfo .stars{
        margin-top: 10px;
    }
    /* main #blog h2{
        font-size: 30px;
    }
    main #blog .videos .vid{
        width: 24%;
    }
    main #blog .videos .vid iframe{
        height: 37%;
    }
    main #blog .videos .vi2{
        margin-right: 85px;
    }
    main #blog .videos .vid a{
        font-size: 18px;
    }
    main #blog .videos .vid p{
        font-size: 14px;
    }
    main #blog .videos .vid div{
        font-size: 15px;
    }
    main #blog .videos .vid .read{
        font-size: 14px;
    } */
    main #contactus h2{
        font-size: 30px;
    }
    main #contactus .inputs{
        width: 60%;
    }
}
/* @media screen and (min-width:992px) and (max-width:1000px){
    #Home .navbar{
        width: 75%;
    }
    #myself .item .img img{
        width: 300px;
    }
    #myself .item::before{
        width: 300px;
        height: 290px;
    }
    #myself .item .caption{
        width: 300px;
    }
    #myself .item{
        width: 40%;
        margin-left: 50px;
        margin-right: 50px;
    }
    #myself .aboutme{
        width: 40%;
    }
    main #blog .videos .vid iframe{
        height: 37%;
    }
} */


