* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: url('/img/background.png');
    color: white;
    background-size: cover;
    /* display: flex; */
    align-items: center;
    height: 100%;
    justify-content: center;
    font-family: "Playfair Display", serif;
    /* overflow: hidden; */
}

img {
    height: 100%;
    width: 100%;
}

.section {
    padding-bottom: 80px;
}

p {
    margin: 0;
    padding: 0;
}

.d-justify-align {
    justify-content: center;
    align-items: center;
    display: flex;
}

.main_heading {
    margin-top: 110px;
}

.btn {
    background: linear-gradient(to bottom, #125e75, #0e3b53, #324764);
    color: #fff;
    border: 0;
    border-radius: 0.5rem;
}

.btn:hover {
    color: #fff;
}

form label {
    color: #072c35;
}

.modal-header h1 {
    color: #072c35;
}

.hr-section {
    width: 300px;
    background-color: #15abf0;
    height: 2px;
    margin: 10px auto;
}



/* ================================== arrow animation start ============================== */
/* #smoke {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    filter: blur(20px);
}

.elem {
    position: absolute;
    width: 10px;
    height: 10px;
    background: radial-gradient(circle, rgba(139, 192, 206, 0.7) 10%, rgba(78, 150, 172, 0.8) 20%);
    animation: ripple .1s ease-in-out forwards;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(8);
        opacity: 0;
    }
} */



.circle {
    --cursor-size: 40px;
    position: fixed;
    width: var(--cursor-size);
    height: var(--cursor-size);
    border: 4px double #0c7080;
    background-color: transparent;
    border-radius: 100%;
    top: calc(-1 * var(--cursor-size) / 2);
    left: calc(-1 * var(--cursor-size) / 2);
    pointer-events: none;
    z-index: 1000;
}

/* ================================== arrow animation end ============================== */


/*********************************** Navbar Styling ***********************************/

/* Navbar Styling */
.navbar {
    background: transparent!important;
    backdrop-filter: blur(20px)!important;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1)!important;
    z-index: 99;
}

/* Sticky Navbar
.navbar.sticky {
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} */

/* Navbar Brand */
.navbar-brand {
    font-weight: bold;
    font-size: 1.6rem;
    color: #333;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
    height: 40px;
}

/* Navbar Links */
.nav-link {
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    color: rgb(120, 180, 226);
}

/* Hover Effect */
.nav-link:hover {
    color: #fff;
}

.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.3s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

/* Glow Button */
.btn-glow {
    background: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    border: 2px solid #007bff;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Button Hover Effect */
.btn-glow:hover {
    background: white;
    color: #007bff;
    border: 2px solid #007bff;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .nav-link {
        text-align: center;
        padding: 10px;
    }

    .navbar-toggler {
        border: 4px double #19587a;
    }

    .btn-glow {
        display: block;
        text-align: center;
        margin: 10px auto;
    }
}



/* ========================================================================== index page start ========================================================================== */

/* ===================================== main header start ========================================== */

.slogan_p1 {
    margin-bottom: 23px;
    font-size: 20px;
}

.slogan_ul {
    /* background: rgba(255, 255, 255, 0.4); */
    /* height: 200px; */
    /* background: linear-gradient(to right, #4ac7d8, #b1b8b9);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
    /* width: 500px; */
    background: transparent;
    display: inline;
    padding: 10PX 100px;
    font-size: 30px;
    border-radius: 18px;
    font-weight: 900;
    transition-duration: .3s;
    display: inline-flex;
    list-style: none;
    transition: .5s;
    border: 4px double #06454e;

    -webkit-box-shadow: 0 0 2px #06454e;
    -moz-box-shadow: 0 0 2px 2px #06454e;
    box-shadow: 0 0 2px 2px #06454e;

}

.slogan_ul li {
    margin: 0 5px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.slogan_ul:hover li {
    transition: 0.5s;
    transform: rotateY(360deg);
}



/* ===================================== main header end ========================================== */

/* ================================= Main Swipper Slider Start ===================================== */


.swiper {
    width: 100%;
    height: 100%;
}

.main_slider_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    /* box-shadow: 0px 15px 15px 0px #136879; */
    border-radius: 40px;
    /* border: 7px solid #2c6281; */
}

.main_slider_swiper .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 40px;
}

/* ================================= Main Swipper Slider End ===================================== */

/* ========================================================================== index page end ========================================================================== */



/* ========================================================================== home page start ========================================================================== */

/* ================================== Home Page Animation start ============================= */
.custom-card {
    background-color: transparent;
    max-width: 396px;
    height: 292px;
    /* box-shadow: 0 4px 0px rgba(0, 0, 0, 0.5); */
    position: relative;
    transition: all 0.5s ease-in;
    transform-style: preserve-3d;
    border: 5px solid transparent;
    /* perspective: 1000px; */

}

.custom-card .icon img {
    width: 50px;
}


.card_front_text,
.card_back_text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border: 3px solid #47b2c7;
    background-color: transparent;


}

.card_front_text {
    z-index: 3;
    background-color: #1e1e1e;
    color: white;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.card_back_text {
    transform: rotateY(-180deg);
    color: #074A55;
    background-color: #e2e8e9;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 5px 5px 20px#074A55;
}

.card_back_text h1 {
    font-size: 60px;
    font-weight: 700;
}

.flip-left .custom-card .card_back_text {
    transform: rotateY(-180deg);
}

.flip-left:hover {
    transform: rotateY(-180deg);
}

/* ================================== Home Page Animation End ============================= */




/* ================================== Home page why choose decodez innovates slider  start ============================= */
.why_choose_sliderhome_swiper {
    /* width: 900px; */
    /* height: 400px; */
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.why_choose_sliderhome_slide {
    width: 100%;
    height: 100%;
}

.why_choose_sliderhome_swiper .swiper-slide img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.why_choose_sliderhome_text1 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.why_choose_sliderhome_text2 {
    text-align: center;
    font-size: 20px !important;
    text-wrap: wrap;
}

/* ================================== Home page why choose decodez innovates slider End ============================= */




/*********************************** Home Section ***********************************/

.hero-section {
    background-size: cover;
    color: white;
    text-align: center;
    padding: 170px 20px;
    /* max-height: 100vh */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
}

.hero-content h1 {
    font-size: 60px;
    line-height: 60px;
}

.hero-content h1 span {
    color: #187199;
}

.hero-content p {
    font-size: 19px;
    margin-top: 55px;
    text-align: justify;
}

/*  *********************************** img up down animation start ***********************************   */


@keyframes img_move_animation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.hero-img img {
    max-width: 100%;
    border-radius: 10px;
    position: relative;
    animation: img_move_animation 3s infinite alternate;
}

/* *********************************** img up down animation end *********************************** */




/*********************************** Solution we provide Section ***********************************/

.service-section h1 {
    font-size: 50px;
    line-height: 60px;
}

.service-btn button {
    border-radius: 50%;
    border: 2px solid #2C6281;
    height: 100px;
    width: 100px;
    font-size: 15px;
    line-height: 10.89px;
}

.service-content h1 {
    font-size: 20px;
    line-height: 24.2px;
}

.custom-card {
    background-color: #1e1e1e;
    color: white;
    border: 5px solid #084A56;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    max-width: 396px;
    height: 292px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/*********************************** industry Section ***********************************/

.industry-section {
    font-size: 30px;
    line-height: 36.31px;
    font-weight: 400px;
}

.industry {
    margin-bottom: 20px;
    /* border-bottom: 1px solid #000; */
    padding-bottom: 10px;
    text-align: center;
}

.industry h4 {
    font-size: 25px;
    line-height: 25.87px;
}

.industry p {
    font-size: 18px;
    line-height: 18.63px;
}

.icon {
    margin-bottom: 10px;
    height: 50px !important;
    width: 50px !important;
}

/* ========================================================================== home page end ========================================================================== */

/* ========================================================================== our services page start ========================================================================== */


/*********************************** our services Section ***********************************/

.services-detlis h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48.41px;
    letter-spacing: 0%;
}

.services-detlis p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
}

.web-services h3 {
    font-size: 30px;
    line-height: 36.31px;
    letter-spacing: 0%;
}

.web-services p {
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
}

.web-subtext {
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0%;
}

/* ========================================================================== our services page end ========================================================================== */


/********************************** Footer Section **********************************/

.footer {
    background: linear-gradient(to bottom, #051622, #0a2b3d, #1e314b);
    backdrop-filter: blur(327px);
    /*text-transform: uppercase;*/
    width: 100%;
}

.footer-section {
    background: url('/img/ftbg2.png');
    background-size: cover;
    opacity: 0.8;
}

.footer p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify !important;
}

.footer h5 {
    font-weight: bold;
    /* / margin-bottom: 15px; / */
    text-align: center;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 19px;
}

.footer a:hover {
    text-decoration: underline;
    text-shadow: 8px 8px 8px #061729;
    color: #3880ae !important;
}

.social-icons a {
    font-size: 20px;
}

.list-unstyled li {
    text-align: justify !important;
}

.email-input {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 10px;
    color: white;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.row1_footer {
    background-color: #316d99;
}

.logo_footer img {
    width: 300px !important;
}

.footer .links_footer p {
    line-height: 3;
}

.logo_text_footer p {
    max-width: 350px;
    font-size: 15px !important;
}

.email_footer {
    word-wrap: break-word;
    text-transform: lowercase;
}
.links_footer p a {
    font-size: 18px !important;
}


.links_footer h4 {
    color: #48c1e6;
    border-bottom: 2px solid #48c1e6;
    display: inline;
    font-size: 18px;
}

/* ========================================================================== About page start ========================================================================== */

.our-img {
    height: 76px;
    width: 80px;
}

.address_text_contact h5 {
    line-height: 1.7;
    text-align: justify;
    margin: 20px 0;
}

.text-contact {
    border: 5px double #085e6b;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    height: 390px;
    background: linear-gradient(to top left, #051622, #06454e, #051622);
    padding: 30px;
}

.about_us_section {
    padding: 160px 20px !important;
}

.our-mission h2 {
    font-size: 40px;
    line-height: 48.41px;
    letter-spacing: 0%;
}

/* .our-mission h1 {
    font-size: 60px;
} */

/* ========================================================================== counter page start ========================================================================== */

.counter-box {
    text-align: center;
    padding: 30px;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #5eead4;
}

.counter-label {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffffb3;
}

.row_counter_section {
    border: 4px double #d1d3d3;
    border-radius: 20px;
    background: linear-gradient(#074A55, #051622, #051622, #051622, #074A55);
}

.counter-label,
.counter-number {
    color: #fcfbfb;
}

/* ========================================================================== About page end ========================================================================== */


/* ========================================================================== Contact page start ========================================================================== */

.card {
    padding: 20px 120px !important;
    border: 4px double whitesmoke;
    border-top: none;
    background-color: transparent;
}

.needs-validation input {
    background-color: rgba(92, 93, 94, 0.3);
    padding: 10px;
    border: transparent;
    color: white;
}

.needs-validation input::placeholder {
    color: white;
}

.contact_form_p {
    color: rgba(182, 183, 184, 0.8);
    text-align: center;
    padding-bottom: 30px;
}
.needs-validation textarea {
    background-color: rgba(92, 93, 94, 0.3);
    padding: 10px;
    border: transparent;
    color: white;
}
.needs-validation textarea::placeholder {
    color: white;
}
/* ========================================================================== contact page end ========================================================================== */


/* /=============================service page start============================================/ / --------------------------- sec 3 start --------------------------- /  */

.section-title {
    font-weight: 900;
    text-align: center;
}

.section-hr {
    width: 200px;
    background-color: #15abf0;
    height: 2px;
    margin: 10px auto;
}

.icon-text i {
    font-size: 30px;
    margin-right: 15px;
}

.service-list p {
    font-size: 18px;
    line-height: 2;
}

.service-img img {
    width: 100%;
    height: auto;
}

/* / --------------------------- sec 3 end --------------------------- / 
/=============================servive page end============================================/ */




/* =================================================== terms & conditions page start ==================================================== */



.terms_conditions_ul h2 {
    display: inline;
    text-decoration: underline;
    margin-bottom: 40px !important;
}

.terms_conditions h1 {
    color: #459fc9 !important;
}

.terms_conditions_ul li {
    margin-top: 20px;
    list-style-type: square;
}

.terms_conditions h5,
h4 {
    color: #c3ecfc;
}

.terms_conditions h2 {
    color: #459fc9;
}



/* =================================================== terms & conditions page end ==================================================== */






