/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.logo img {
  height: 70px; /* Adjust the height of the logo as needed */
  flex: 0 0 auto; /* Prevent the logo from growing or shrinking */
  border-radius: 100%; /* Make the logo image round */
  border: 4px solid grey; /* Add a white border */
}



/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button1.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button1.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button1.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button1.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 115%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}



/*** Services End ***/






/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/
 * 

---------------------------------------------------------------
/***Products***/

.small-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.col-4 {
    flex-basis: 25%;
    padding: 50px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}

.col-4 img {
    width: 100%;
}

.row-2 {
    justify-content: space-between;
    margin:  100px auto 50px;
}

select {
    border: 1px solid #ff523b;
    padding: 5px;
}

select:focus {
    outline:  none;
}

.page-btn {
    margin: 0 40px 80px;
}

.page-btn span {
    display: inline-block;
    border: 1px solid #ff523b;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.page-btn span:hover {
    background: #ff523b;
    color: #ffffff;
}

h4 {
    color: #2E4053;
    font-weight: normal;
}

.col-4 p {
    font-size: 14px;
}

.checked {
    color: #ff523b;
}

.col-4:hover {
    transform: translateY(-50px);
}

/*whatsappicon*/
.whatsapp-icon {
    position: fixed;
    bottom: 180px;
    left: 30px;
    width: 40px; /* Adjust the width */
    height: 40px; /* Adjust the height */
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    z-index: 9999; /* Make sure it's higher than other content */
}

.whatsapp-icon img {
    width: 150%; /* Adjust the size of the image */
    height: auto;
}

.whatsapp-icon:hover {
    animation: vibrate 0.3s infinite linear;
}

/*Instagram icon*/
.insta-icon {
    position: fixed;
    bottom: 110px;
    left: 30px;
    width: 40px; /* Adjust the width */
    height: 40px; /* Adjust the height */
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    z-index: 9999; /* Make sure it's higher than other content */
}
.insta-icon img {
    width: 150%; /* Adjust the size of the image */
    height: auto;
}

.insta-icon:hover {
    animation: vibrate 0.3s infinite linear;
}



/*email icon*/

.email-icon-container {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
}

.email-icon {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    transition: width 0.5s, background-color 0.5s;
    overflow: hidden;
    cursor: pointer;
    width: 60px; /* Initial width */
}

.email-icon:hover {
    width: 250px; /* Expanded width */
    background-color: #2874A6;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.email-text {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.email-icon:hover .email-text {
    opacity: 1;
    transition: opacity 0.5s 0.3s; /* Delay to sync with width transition */
}






@keyframes vibrate {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(0); }
    75% { transform: translateX(5px); }
    100% { transform: translateX(0); }
}


/*contact boxes*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


.contact-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* Space between the boxes */
}

.contact-box {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
    transition: transform 0.3s ease;
}

.contact-box i {
    font-size: 24px;
    color: #3498db;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 16px;
    color: #333;
}

.contact-box:hover {
    transform: translateY(-10px);
}

/* Request Form */

.request-form {
    background-color: #0047DE;
    padding: 30px 0px;
    color: #fff;
}

.request-form h4 {
    font-size: 25px;
    font-weight: 700;
}

.request-form span {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}

.request-form a.border-button {
    margin-top: 12px;
    float: right;
}

/*contact form*/


.contact-form-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

form {
    background-color: #F8F9F9;
    border-radius: 30px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 10px rgba(5, 62, 202, 0.5);
    margin-right: 20px;
}

form h2 {
    margin-bottom: 20px;
    color: #05D287;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #05D287;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #D6DBDF;
    border-radius: 5px;
}

button {
    background-color: #05D287;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background-color: #D6DBDF;
}


/*get started button*/
.custom-button {
    width: 120px;
    height: 50px;
    background-color: #34495E;
    border: 2px solid #34495E;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s, border 0.3s;
}

.custom-button:hover {
    background-color: #fff;
    border: 4px solid #2C3E50;
}



/*new packages*/

a {
    text-decoration: none;
}

.pricingTable {
    padding: 25px 10px 70px;
    margin: 0 15px;
    text-align: center;
    z-index: 1;
    position: relative
}

.pricingTable:after,
.pricingTable:before {
    content: "";
    position: absolute;
    left: 0
}

.pricingTable .price-value .amount {
    display: inline-block;
    font-size: 50px;
    font-weight: 700
}

.pricingTable .price-value .month {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase
}

.pricingTable:before {
    width: 100%;
    height: 100%;
    background: #EAF2F8;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0)
}

.pricingTable:after {
    width: 70px;
    height: 30px;
    background: #34495E ;
    margin: 0 auto;
    top: 70px;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.pricingTable .title {
    padding: 15px 0;
    margin: 0 -25px 30px;
    background: #34495E ;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative
}

.pricingTable .title:after,
.pricingTable .title:before {
    border-top: 15px solid #34495E ;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    content: ""
}

.pricingTable .title:before {
    border-left: 15px solid transparent;
    left: 0
}

.pricingTable .title:after {
    border-right: 15px solid transparent;
    right: 0
}

.pricingTable .price-value {
    margin-bottom: 25px;
    color: #34495E 
}

.pricingTable .currency {
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
    margin-top: 8px
}

.price-value .amount {
    display: inline-block;
    font-size: 50px;
    font-weight: 700
}

.price-value .month {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    border-top: 1px solid #34495E ;
    border-bottom: 1px solid #34495E ;
}

.pricingTable .pricing-content li {
    font-size: 17px;
    color: #34495E ;
    line-height: 55px
}

.pricingTable .pricingTable-signup {
    display: inline-block;
    padding: 10px 30px;
    background: #34495E ;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all .7s ease 0s
}

.pricingTable .pricingTable-signup:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(0, 100%);
    transition: all .6s ease-in-out 0s
}

.pricingTable .pricingTable-signup:hover:before {
    opacity: 1;
    transform: translate(0, -100%)
}

.pricingTable.blue .pricingTable-signup,
.pricingTable.blue .title,
.pricingTable.blue:after {
    background: #2E86C1 
}

.pricingTable.blue .title:after,
.pricingTable.blue .title:before {
    border-top: 15px solid #2E86C1 
}

.pricingTable.blue .price-value {
    color: #2E86C1 
}




.pricingTable.pink .pricingTable-signup,
.pricingTable.pink .title,
.pricingTable.pink:after {
    background: #943126 
}

.pricingTable.pink .price-value {
    color: #943126 
}

.pricingTable.pink .title:after,
.pricingTable.pink .title:before {
    border-top: 15px solid #943126
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}
/*new packages end*/




/*pricelist table*/

.table-container {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    overflow-x: auto;
    position: relative;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    box-shadow: 0 0 20px rgba(33, 97, 140, 0.2);
}

.styled-table thead tr {
    background-color: #fff;
    color: #000;
    text-align: left;
}

.styled-table th, .styled-table td {
    padding: 10px 8px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #2E86C1;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 600px) {
    .styled-table thead {
        display: none;
    }

    .styled-table, .styled-table tbody, .styled-table tr, .styled-table td {
        display: block;
        width: 100%;
    }

    .styled-table tr {
        margin-bottom: 15px;
    }

    .styled-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .styled-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }
}




/*checkout button*/
.table-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    overflow-x: auto;
    position: relative;
}

.styled-box {
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #fff;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

.styled-table thead tr {
    background-color: #2E86C1;
    color: #fff;
    text-align: left;
}

.styled-table th, .styled-table td {
    padding: 10px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #2E86C1;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
}

.price-button00 {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.price-button00.active {
    background-color: #CB4335;
    color: #ffffff;
}

.price-button00:hover {
    background-color: #ddd;
    color: #000;
}

#checkout-button {
    background-color: #34495E;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: block;
}

#checkout-button:hover {
    background-color: #2E86C1;
}

.total-price {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    color: #2E86C1;
}

@media (max-width: 600px) {
    .styled-table thead {
        display: none;
    }

    .styled-table, .styled-table tbody, .styled-table tr, .styled-table td {
        display: block;
        width: 100%;
    }

    .styled-table tr {
        margin-bottom: 15px;
    }

    .styled-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .styled-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
    }
}

/*calculating total price*/
 .total-price {
            float: right;
            top: 0;
            right: 5;
            margin-top: 20px; /* Adjust as needed */
        }




/*shop */
.rating i {
    font-size: 10px; /* Adjust the font size to make the stars smaller */
}

.stylish-box {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.stylish-box img {
    max-width: 100%;
}

.stylish-box h4 {
    margin-top: 10px;
}

.page-btn {
    text-align: center;
    margin-top: 20px;
}

.page-btn span {
    cursor: pointer;
    padding: 6px 12px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.page-btn span:hover {
    background-color: #ddd;
}




/*logo-slideshow*/
.client-logos-slideshow .slideshow-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    padding: 20px 0; /* Add padding to vertically center */
}

.client-logos-slideshow .slideshow-container {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.client-logos-slideshow .slideshow {
    display: flex;
    transition: transform 1s ease;
}

.client-logos-slideshow .slide {
    flex: 0 0 calc(100% / 11);
    max-width: calc(80px - 10px); /* Adjust the width to account for margin */
    margin: 0 5px; /* Adjust margin as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logos-slideshow .slide img {
    width: 100%;
    height: auto;
    display: block;
}

/*logo end*/



