* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}
html,
body {
    overflow-x: hidden;
}
/* start navbar */
#navbar {
    background-color: transparent;
    transition: all 1s;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: #ff305b;
    font-size: 24px;
    font-weight: 600;
}
.logo {
    color: #ff305b;
    font-weight: 600;
    font-size: 24px;
}
#navbar .menuItem {
    color: #ffffff;
    transition: all 1s;
}
#navbar .menuItem:hover {
    color: #ff305b;
    font-weight: 300;
}
#navbar .nav-link.active,
#navbar .nav-link.active:hover {
    color: #ff305b !important;
}
html {
    scroll-behavior: smooth;
}
/* end navbar */
/* start header */
#header {
    color: white;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8)), url("../images/slider-02.jpg");
    background-size: cover;
    background-position: center;
}
#header h1 {
    font-family: Arial, sans-serif;
    font-size: 60px;
    color: #ff305b;
    font-weight: 700;
    text-align: center;
}
#header .tit {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
}
#header h4 {
    font-size: 24px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
}
.job {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.word {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 8ch;
    border-right: 2px solid currentColor;
    animation: typing 4s ease-in-out infinite, blink 0.5s step-end infinite;
}
@keyframes typing {
    0%, 20% { width: 8ch; }
    45% { width: 0; }
    70% { width: 0; }
    100% { width: 8ch; }
}
/* end header */
/* start sec1 */
#sec1 {
    padding-block: 90px;
}
#sec1 .Cont {
    text-align: left;
    line-height: 32px;
}
#sec1 .Cont h2 {
    color: #333333;
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 25px;
}
#sec1 p {
    color: #555555;
    font-size: 16px;
    line-height: 25px;
}
#sec1 .Cont h2 span {
    color: #ff305b;
    font-weight: 1000;
}
#sec1 .bord {
    position: relative;
    border: 8px solid #555555;
    width: 100%;
    max-width: 350px;
    border-radius: 1%;
    margin-left: 100px;
}
#sec1 .immg {
    position: relative;
    top: 20px;
    left: 20px;
    overflow: hidden;
}
#sec1 .immg img {
    width: 100%;
    border-radius: 1%;
}
.layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}
.immg:hover .layer {
    bottom: 0;
}
.icons i {
    color: #fff;
    font-size: 19px;
    margin: 0 5px;
    transition: all 0.3s;
    cursor: pointer;
}
.icons i:hover {
    color: #ff305b;
    text-decoration: underline;
    text-underline-offset: 5px;
}
#sec1 .line {
    border-top: 1px dashed #000;
    margin: 20px 0;
}
#sec1 .info p {
    margin-bottom: 15px;
    font-size: 17px;
    color: #686868;
}
#sec1 .info strong {
    color: #333;
    font-weight: 600;
}
.buttons {
    margin-top: 20px;
}
.buttons .btn {
    background: #ff305b;
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    transition: 0.4s;
}
.buttons .btn:hover {
    background: #ec2403;
}
/* end sec1 */
/* start sec2 */
#sec2 {
    background-color: #f1f1f1;
    padding: 80px 0;
}
#sec2 h2 {
    color: #333333;
    font-weight: 800;
    text-align: center;
}
#sec2 .para {
    position: relative;
    text-align: center;
    color: #ff305b;
    width: 100%;
    margin: auto;
}
#sec2 .para::before {
    content: "_____";
    width: 100px;
    height: 50px;
    color: #ff305b;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#sec2 .para::after {
    content: "_____";
    width: 100px;
    height: 100px;
    color: #ff305b;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 150px;
}
.service-item {
    text-align: center;
    padding: 30px 0px;
    transition: all 1s;
}
.service-item i {
    color: #ff305b;
    font-size: 35px;
    margin-bottom: 25px;
}
.service-item h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-item p {
    color: #555;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
}
.service-item:hover {
    background-color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}
/* end sec2 */
/* start sec3 */
#sec3 {
    padding: 80px 0;
}
#sec3 h2 {
    color: #333333;
    font-weight: 800;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
#sec3 .par3 p {
    color: #ff305b;
}
#sec3 .par3 {
    position: relative;
    text-align: center;
    color: #ff305b;
    width: 100%;
    margin: auto;
}
#sec3 .par3::before {
    content: "_____";
    width: 100px;
    height: 50px;
    color: #ff305b;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#sec3 .par3::after {
    content: "_____";
    width: 100px;
    height: 100px;
    color: #ff305b;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 150px;
}
#sec3 .nav {
    margin-bottom: 40px;
}
#sec3 .nav-link {
    color: #333;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 8px;
    transition: 0.5s;
}
#sec3 .nav-link:hover {
    color: #ff305b;
}
#sec3 .nav-link.active {
    color: #ff305b;
}
#sec3 .portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#sec3 .portfolio-item img {
    width: 100%;
    display: block;
    transition: all 0.5s;
}
#sec3 .lay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}
#sec3 .portfolio-item:hover .lay {
    opacity: 1;
}
#sec3 .lay i {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ff305b;
    font-size: 25px;
}
.custom-close{
    position: absolute;
    font-size: 14px;
    top: -35px;
    right: 0;
    z-index: 1060;
    filter: invert(1); 
    opacity: 1;
}

.custom-close:hover,
.custom-close:focus{
    filter: invert(1);
    opacity: .8;
}
/* end sec3 */
/* start sec4 */
#sec4 {
    background-color: #f1f1f1;
    margin: 50px 0px 80px 0px;
    padding: 70px 0;
}
#sec4 .counter-item {
    text-align: center;
}
#sec4 .counter-item i {
    color: #ff305b;
    font-size: 26px;
    margin-bottom: 20px;
}
#sec4 .counter-item h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 20px;
}
#sec4 .counter-item p {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
/* end sec4 */
/* start sec5 */
#sec5 {
    padding: 80px 0;
}
#sec5 h2 {
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: 700;
}
#sec5 .par5 {
    position: relative;
    text-align: center;
    color: #ff305b;
    width: 100%;
    margin: auto;
}
#sec5 .par5::before {
    content: "_____";
    width: 100px;
    height: 50px;
    color: #ff305b;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#sec5 .par5::after {
    content: "_____";
    width: 100px;
    height: 100px;
    color: #ff305b;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 150px;
}
#sec5 .par5 p {
    margin: 0;
}
.testimonial {
    width: 70%;
    height: 290px;
    margin: 50px auto 0;
    background: #f1f1f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.left-part {
    width: 170px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shape {
    position: absolute;
    top: -40px;
    left: -30px;
    width: 260px;
    height: 260px;
    background: linear-gradient(135deg, #ff305b 50%, transparent 50%);
}
.image {
    width: 100px;
    height: 100px;
    bottom: 30px;
    left: 30px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-part {
    height: 100%;
    margin-top: 70px;
    padding-left: 70px;
}
.right-part h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.location {
    color: #555;
    font-size: 18px;
    margin-bottom: 20px;
}
.location i {
    color: #777;
}
.desc {
    font-size: 16px;
    line-height: 25px;
    color: #555;
    font-style: italic;
    width: 90%;
}
.uni {
    color: #777;
    font-size: 15px;
    font-weight: 600;
}
.stars i {
    color: #f1c30d;
    font-size: 14px;
}
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    cursor: pointer;
}
.slider-dots span {
    width: 10px;
    height: 10px;
    border: 1px solid #ff305b;
    border-radius: 50%;
}
.slider-dots .active {
    width: 25px;
    border-radius: 10px;
    background: #ff305b;
}
/* end sec5 */
/* start sec6 */
#sec6 {
    background-color: #f5f5f5;
    padding: 90px 0;
}
#sec6 h2 {
    color: #333333;
    font-weight: 600;
    text-align: center;
    font-size: 40px;
}
#sec6 .par6 {
    position: relative;
    text-align: center;
    color: #ff305b;
    width: 100%;
    margin: auto;
    bottom: 50px;
}
#sec6 .par6::before {
    content: "_____";
    width: 100px;
    height: 50px;
    color: #ff305b;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#sec6 .par6::after {
    content: "_____";
    width: 100px;
    height: 100px;
    color: #ff305b;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 150px;
}
#sec6 .card {
    overflow: hidden;
    background-color: #fff;
    height: 90%;
}
#sec6 .card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}
#sec6 video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    cursor: pointer;
}
#sec6 .card-body {
    padding: 25px;
}
#sec6 .date {
    color: #777;
    font-size: 16px;
    margin-bottom: 12px;
}
#sec6 .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    transition: 0.5s;
}
#sec6 .card-title:hover {
    color: #ff305b;
    cursor: pointer;
}
#sec6 .card-text {
    color: #555;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 20px;
}
#sec6 .read-more {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    transition: 0.5s;
}
#sec6 .read-more:hover {
    color: #ff305b;
}
/* end sec6 */
/* start sec7 */
#sec7 {
    padding: 80px 0;
    background-color: white;
}
#sec7 h2 {
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}
#sec7 .par {
    color: #ff305b;
}
#sec7 .title-line {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
    position: relative;
}
#sec7 .title-line::before {
    content: "______";
    width: 100px;
    height: 50px;
    color: #ff305b;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}
#sec7 .title-line::after {
    content: "______";
    width: 100px;
    height: 100px;
    color: #ff305b;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 150px;
}
#sec7 input,
#sec7 textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
}
#sec7 input {
    height: 30px;
}
#sec7 textarea {
    height: 100px;
}
#sec7 input::placeholder,
#sec7 textarea::placeholder {
    color: #888;
}
#sec7 button {
    background: #ff305b;
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 1s;
}
#sec7 button:hover {
    background: #ec2403;
}
#sec7 .formm {
    padding-left: 150px;
    padding-right: 150px;
}
/* end sec7 */
/* start sec8 */
#sec8 {
    background-color: #333333;
    padding: 40px 0;
}
#sec8 .social-icons {
    margin-bottom: 10px;
}
#sec8 .social-icons a {
    color: #fff;
    font-size: 18px;
    margin: 0 8px;
    transition: all 0.5s;
}
#sec8 .social-icons a:hover {
    color: #ff305b;
}
#sec8 p {
    color: #fff;
    font-size: 16px;
}
#sec8 p span {
    color: #ff305b;
    transition: all 2s;
}
#sec8 p span:hover {
    text-decoration: underline;
    padding-top: 2px;
}
/* end sec8 */
#portfolioModal .modal-content {
    background: transparent;
}
#portfolioModal .modal-body img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
}
.lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: none;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.lightbox-btn:hover {
    background: #ff305b;
}
.lightbox-prev {
    left: 15px;
}
.lightbox-next {
    right: 15px;
}
.lightbox-counter {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
.modal-content .project-info p:first-child {
    color: #555555;
    font-size: 14px;
    text-transform: lowercase;
}
.modal-content .project-info p:last-child {
    color: #555555;
    font-size: 14px;
}
.modal-content .project-info a {
    transition: all 0.3s;
    font-size: 14px;
}
.modal-content .project-info a:hover {
    text-decoration: underline !important;
    color: #ff305b !important;
}
.modal-content .share-icons i {
    cursor: pointer;
    transition: all 0.3s;
}
.modal-content .share-icons i:hover {
    color: #ff305b;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 15px;
    background-size: 50%;
}
.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 10px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10560;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-indicators {
    display: none !important;
}
