/* base.html */

#footer-section {
    background-color: var(--color25);
    padding: 2rem 1rem;
}

.my-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.my-name-1 {
    width: 180px;
}

.my-name-1 h2 {
    font-family: 'Black Ops One', system-ui;
}

.my-name-1 p {
    color: var(--color3);

}

.my-name-2 h5, .all-social-icons h5  {
    font-weight: 700;
}
.my-name-2 div {
    display: flex;
    flex-direction: column;
}

.my-name-2 {
    display: flex;
    flex-direction: column;
}

.my-name-2 a {
    text-decoration: none;
    color: var(--color3);
    margin: 5px auto;
}

.my-name-2 a:hover {
    text-decoration: none;
    color: var(--color32);
}

.my-footer p {
    margin-bottom: 0;
    position: sticky;
}

.my-footer div {
    text-align: center;
    margin: 1rem auto;
}

/* base.html */



/* home-sction  */

#home-section {
    position: relative;
}

.home-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83vh;
    position: relative;
    margin-top: 5rem;
}

.my-text-101 {
    font-size: 1.2rem;
    margin-bottom: -14px;
}

.my-text-102 {
    font-size: 1rem;
    font-weight: 400;
}

.my-box2 {
    margin: 2rem;
}


.home-icons a {
    font-size: 2rem;
    padding: 0.5rem;
}

.home-icons a:hover {
    background-color: var(--color4);
    border-radius: 10px;
}

.home-btn1 a {
    border-radius: 36px;
    font-size: 1rem;
    width: 40%;
    border: 2px solid;
}

.home-scroll-down a {
    position: absolute;
    left: 50%;
    bottom: 6%;
    text-decoration: none;
}

.home-scroll-down a i:hover {
    color: var(--color2);
}

.twitter-icon {
    color: var(--color2);
}


/* home-sction  */

/* portfolio section  */

.portfolio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 83vh;
    background-color: var(--color41);

}

.portfolio-img-box {
    position: relative;
}

.portfolio-img-box img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.portfolio-btns {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.portfolio-btns h5 {
    background-color: var(--color1);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 20px 0px var(--color26);
}

.portfolio-btns a {
    text-decoration: none;
    background: var(--color16);

    color: var(--color1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.portfolio-btns a:hover {
    background: var(--color32);


}

.portfolio-work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}

.portfolio-title {
    text-align: center;
    margin: 4rem 0 3rem;
}

.portfolio-title h3 {
    margin-bottom: 0;
}

.portfolio-box1 {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px var(--color33);
}

.portfolio-box1:hover {
    scale: 1.02;
    transition: 1s;

}

.review-btn2 {
    padding: 0.6rem 2rem;
    border-radius: 6px;
    /* margin-top: 1rem; */
    color: var(--color2);
    background-color: var(--color1);
    border: 1px solid var(--color34);
    text-decoration: none;
}

.review-btn2:hover {
    background-color: var(--color34);
    border: 2px solid var(--color34)
}

.review-box-123 {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    margin: 3rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0px 0px 20px 0px var(--color29);
}

#testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* portfolio section  */


/* services-section  */
.services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.services-work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1rem;
}

.services-title {
    text-align: center;
    margin: 4rem 0 3rem;

}

.services-title h3 {
    margin-bottom: 0;

}

.services-box1 {
    width: 20rem;
    height: 22rem;
    border: 1px solid var(--color27);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.services-box1:hover {
    scale: 1.02;
    border: 1px solid var(--color28);
    transition: 1s;
    box-shadow: 0px 0px 20px 0px var(--color29);
}

.services-img-box img {
    width: 150px;
    height: 125px;
    object-fit: cover;
}

.services-box2 {
    margin-top: 1rem;
}

.services-box2 p {
    font-size: small;
}

/* services-section  */


/* about-section  */
.about-container {
    background-color: var(--color41);
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 2.5rem auto;
}

.my-info-box {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 2rem auto;
}

.my-skills-title {
    text-align: center;
    margin: 0 0 2rem 0;

}

.my-skills-title h3 {
    margin-bottom: 0;

}

.my-info {
    /* width: 535px; */
    max-width: 45%;

}

.my-info-details {
    margin-top: 2rem;
}

.my-info-details ul {
    padding-left: 0;
}

.my-info-details ul li {
    display: flex;

}

.my-info-details ul li span {
    position: relative;
    width: 160px;
    font-weight: 600;
    color: var(--color3);
}

.my-info-details ul li span::after {
    content: ":";
    position: absolute;
    right: 0;
}

.my-info-details ul li p {
    margin-left: 1rem;
    font-weight: 500;
}

.about-title {
    text-align: center;
    margin: 3rem 0 1rem;

}

.about-title h3 {
    margin-bottom: 0;

}


/* about-section  */

/* contact section  */
#contact-section {
    position: relative;
}

.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--color41);
}

.contact-title {
    text-align: center;
    margin: 4rem 0 3rem;

}

.contact-title h3 {
    margin-bottom: 0;

}

.contact-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 2rem;
}

.contact-item {
    width: 600px;
    border: 1px solid var(--color30);
    display: flex;
    align-items: center;
    justify-content: left;
    /* margin: 10px; */
}

.contact-item:hover {
    border: 2px solid var(--color30);
    box-shadow: 0px 0px 20px 0px var(--color29);
    transition: 1s;
}

.contact-icon i {
    color: var(--color31);
    font-size: 2.4rem;
    margin: 2rem;
}

.contact-item:hover .contact-icon i {
    color: var(--color35);
}

.all-social-icons a {
    margin: 0.5rem;


}

.all-social-icons a:hover {
    border: 1px solid var(--color30);
    padding: 2px 5px;
    border-radius: 5px;
}


.contact-box2 {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5rem 0 4rem 0;
}

.contact-form1 {
    margin: 0 2rem 2rem;
}

.contact-form1-box1 input {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;

}

.contact-form1-box2 input,
.contact-form1-box2 textarea {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
}

.contact-form1-box1 input,
.contact-form1-box2 input,
.contact-form1-box2 textarea {
    margin: 1rem 1rem 0.4rem 0;

}

.contact-form1-box2 {
    display: flex;
    flex-direction: column;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input[type="number"] {
    -moz-appearance: textfield;
} */

.contact-form1-btn {
    padding: 1rem 2rem;
    border-radius: 30px;
    margin-top: 1rem;
    color: var(--color36);
    background-color: var(--color1);
    border: 1px solid var(--color36);
}

.contact-form1-btn:hover {
    color: var(--color1);
    background-color: var(--color37);
    border: 1px solid var(--color36);

}

.scroll-up a {
    position: absolute;
    right: 50px;
    /* margin: 0 2rem 2rem 0; */
    bottom: 50px;
}

.scroll-up a i:hover {
    color: var(--color2);
}

.error {
    text-align: center;
}

/* contact section  */


/* review.html  */

.star {
    font-size: 24px;
    color: rgba(128, 128, 128, 0.489);
    cursor: pointer;
}

.star:hover {
    color: #ff8e07;
}

.filled-star {
    color: #ff8e07;
}

.review-title h3 {
    margin-bottom: 0
}

.review-container {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7rem;
}

.review-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
}

.review-box1 form {
    min-width: 500px;
    margin: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review-box1 form div {
    margin: 0.5rem 0;
}

.review-form {
    background-color: #f8f9fa;
    margin: 2rem 0;
}

.review-input {
    /* padding: 1rem 2rem; */
    /* border: 1px solid var(--color3); */
    border-radius: 5px;
    width: 100%;
}

.review-input input {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
    width: 100%;
    color: var(--color2);
}

.review-input textarea {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
    width: 100%;
}

.review-btn {
    padding: 0.6rem 2rem;
    border-radius: 6px;
    margin-top: 1rem;
    color: var(--color36);
    background-color: var(--color1);
    border: 1px solid var(--color36);
}

.review-btn:hover {
    color: var(--color1);
    background-color: var(--color37);
    border: 1px solid var(--color36);
}

.review-cl-1 {
    background-color: var(--color1);
    ;
    padding: 1rem 0;
    color: var(--color2);
}

/* review.html  */


/* terms_conditions.html  */

.terms-container {
    margin: 10rem 5rem 5rem;
}

.terms-container h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.terms-1 {
    text-align: center;
    margin-bottom: 2rem;
}

.terms-2 {
    text-align: center;
    margin: 1rem auto;
}

.terms-2 a {
    text-decoration: none;
    color: var(--color3);
    margin-right: 20px;
}

.terms-2 a:hover {
    text-decoration: none;
    color: var(--color32);
}

/* terms_conditions.html  */