

body {
    background-color: #181818;
    color: #fff;
    font-family: Arial, sans-serif;
}

/* Global styles */
.btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

a {
    text-decoration: none !important;
    color: #fff;
}

/***************************Header Styles Start  **************************/
@media (min-width:1025px) {
    ul.navbar-nav.ms-auto {
        box-shadow: inset 0 0 20px 0px #00000052;
        background: #32323270;
        padding: 10px 30px 6px 42px;
        border-radius: 100px;
    }
}
button.navbar-toggler {
    background: linear-gradient(45deg, rgb(0, 186, 255), #15a8c6);
    background-clip: text;
    color: transparent;
    font-size: 27px;
}

.my-logo:hover {
    color: #00baff;
}

.my-logo {
    color: #00baff !important;
    font-size: 40px;
    font-weight: bold;

}

.navbar {

    background-color: #181818;
    padding: 1rem;
}

.navbar-brand {
    color: #00baff;
    font-size: 1.8rem;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
    margin-right: 20px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #00baff;
}

/***************************Header Styles End  **************************/
/***************************Global Styles Strat  **************************/
.row {
    display: flex;
    align-items: center;
}

/***************************  Global Styles End  **************************/

/* Other styles can go here */

.hero-sec {
    padding: 60px 20px;
}

h1,
h2 {
    margin: 0;
    font-weight: bold;
}

h1 {

    font-size: 45px;

}

h2 {
    color: #00baff;
    font-size: 55px;
    margin: 8px 0px;
}

h3 {
    font-size: 32px;

}

p {
    font-size: 20px;
    margin: 14px 0px;
}

.btn-custom {
    transition: 1s;
    box-shadow: inset 0 0 20px 0px #0066ff;
    background-color: #00baff;
    border: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.social-links a {
    color: #00baff;
    font-size: 24px;
    margin-right: 20px;
}

.social-links a i {

    transition: transform 0.3s ease, color 0.3s ease;
}

.social-links a:hover i {
    transform: scale(1.3);
    color: #0098d0;
}


.hero-sec {
    height: 800px;

    padding: 60px 10px;
}


.image-side {
    display: flex;
    justify-content: center;
}

img {
    width: 100%;
}

/************************merquee Section*********************************/

section.merq {
    padding: 20px 0px 11px 0px;
    border: 1px solid #2b2b2b;
    border-left: 0px;
    border-radius: 0px;
}
marquee span {
    background: linear-gradient(45deg, rgb(0, 186, 255), #15a8c6);
    background-clip: text;
    color: transparent;
}

/************************About Section*********************************/
.about-sec img {
    border-radius: 50px;
}

.about-sec .content-side {
    padding: 0px 0px 0px 50px;
}

.about-sec {
    background: #1d1d1d;
    padding: 90px 10px;
}

/************************services Section*********************************/
.services-sec .row {
    justify-content: center;
}

.services-sec {
    padding: 90px 10px;
    background: radial-gradient(#ffffff24 0%, transparent 46%);
}


.servicebox {
    background: black;
    padding: 42px 20px;
    text-align: center;
    border: 3px solid #00baff;
    border-left: 0px;
    border-right: 0px;
    border-radius: 10px;
    width: 31%;
    margin: 0px 10px;
    transition: 1s, transform 1s ease-in-out;

}

.servicebox:hover i {
    transform: scale(1.3);
    transition: transform 1s;
}


.servicebox:hover {
    background: #0098d0;
    border-color: #ffffff;

}

.servicebox:hover .services-sec button {
    color: #fff;
}

.col-lg-4.servicebox:hover button.btn.btn-custom {
    color: #fff;
}

.services-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}

.services-sec h3 {
    font-size: 27px;
    font-weight: 700;
}

.services-sec p {
    font-size: 18px;
}

.services-sec button {
    background: transparent;
    padding: 0px;
    color: #00baff;
    text-transform: uppercase;
    font-size: 17px;
    box-shadow: inherit;
}

.services-sec button:hover {
    background: transparent !important;

    color: #fff !important;
}

.servicebox i {
    font-size: 67px;
}

.services-sec h3 {
    font-size: 27px;
    font-weight: 700;
    margin: 22px 0px 0px 0px !important;
}

/************************Portfolio Section*********************************/
.portfolio-sec {
    background: #1d1d1da6;
    padding: 90px 10px;
}

.portfolio-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}

.portfolio-sec img {
    height: 350px;
    object-fit: cover;
    object-position: top;
    transition: object-position 3s, filter 1s;
}

.portfolio-sec img:hover {
    filter: brightness(0.5);
    object-position: bottom;
}

.image-container img {
    border-radius: 10px;
}

.image-container {
    border-radius: 10px;
    box-shadow: 0 0 20px 0px #ffffff12;
    border: 2px double #000000;
    transition: 1s;

}
.image-container:hover {
    box-shadow: 0px 0px 10px 3px #00baff85;
border: 2px solid #00baff;

}
.image-container:hover h4 {
background: #00b8ff;


}
.image-container h4 {
    transition: 0.3s ease; 
    font-size: 18px;
    text-align: center;
    padding: 13px 4px;
    background: #ffffff;
    font-weight: 700;
    color: black;
    margin: 0px;
}


.image-container h4 {
    display: none;
}

/************************Contact Section*********************************/


.contact-sec {
    background: #181818;
    padding: 90px 10px;
}

.contact-sec h2 {
    text-align: center;
    padding-bottom: 20px;

}

input {
    box-shadow: inset 0 0 20px 0px #00000052;
    background: #32323270 !important;
    border: 0px !important;
    border-radius: 12px;
    height: 50px;
}

textarea#message {
    box-shadow: inset 0 0 20px 0px #00000052;
    border: 0px !important;
    border-radius: 12px;
    background: #32323270 !important;
}

::placeholder {
    color: #fff !important;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}

.form-label {

    margin-bottom: 0;
    opacity: 0;
    font-size: 0px !important;
}

.form-btn {
    width: 100%;
    transition: 1s;
    box-shadow: inset 0 0 20px 0px #0066ff;
    background-color: #00baff;
    border: none;
    color: #fff;
    padding: 12px 45px;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

button.form-btn:hover {
    background: white;
    color: #00b8ff;

}

.contact-sec a {
    color: #00baff;
    font-size: 22px;
    margin-right: 20px;
}

.contact-details span {
    color: #fff;
    font-size: 20px;
}

.contact-sec h4 {
    font-size: 28px;
    font-weight: 700;
}

.contact-details {
    background: #222222;
    border-radius: 9px;
    padding: 22px 10px 22px 48px;
    box-shadow: inset 0 0 20px 0px #00000052;
}

/************************Footer *********************************/
.footer-sec .social-links {
    text-align: end;
}

.footer-sec .container {
    padding: 0px 10px;
}

.footer-sec .col-lg-6 {
    padding: 0px;
}

.footer-sec .social-links a:last-child {
    margin-right: 0px;
}

.footer-sec .row {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ffffff59;
    padding: 10px 0px;
}

/************************Mobile Responcvie*********************************/

@media (max-width:1024px) {

    .hero-sec {
        height: auto;
        padding: 60px 10px;
    }

    .about-sec .content-side {
        padding: 0px 10px 0px 10px;
    }

    img {
        width: 100%;
    }  

}

@media (max-width:900px) {

    .servicebox {
        padding: 42px 20px;
        width: 100%;
        margin: 10px 10px;
    }
    .footer-sec .row {
        text-align: center;
        flex-direction: column-reverse;
    }
    .footer-sec .social-links {
        text-align: center;
        margin: 0px 0px 14px 0px;
    }

}
