/* No significant changes in the CSS file, Bootstrap handles most styling */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
@font-face {
font-family: "Euclid Circular B Medium";
src: url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.eot");
src: url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.eot?#iefix")
format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.woff2")
format("woff2"),
url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.woff")
format("woff"),
url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.ttf")
format("truetype"),
url("https://db.onlinewebfonts.com/t/721c73bcd2e49f3a621991089838b503.svg#Euclid Circular B Medium")
format("svg");
font-display: swap;
}

body::before {
content: "";
display:flex;
position:fixed;
width: 130%;
height: 150%;
margin-top: -30%;
z-index: -1; /* push the pseudo-element behind the content */
background-image: url("https://lh3.googleusercontent.com/AcAA-Belkr1vmGqkUPzk_mWf6c3rIIGjgB35TULhgRqSRZIqFF49HNVa7DhdNrjRBd-Gu3cnOo-VeQ=w2880-h1200-p-l90-rj");
filter: blur(13px); /* apply the blur effect */
}

body {
font-family: "Euclid Circular B Medium", Poppins;
color: #fff;
}


@media only screen and (max-width: 630px) {
  .navbar-toggler {
    display: inherit;
  }

  .nav-links {
    display: none !important;
  }
}

.footer {
    padding: 32px 0;
    position: absolute;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
  }

  .footer p a {
    background: linear-gradient(to right, #ff0000, #2f00ff, #ff00c8);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
  }

  .footer p a:hover {
    color: white;
  }
  
  .download-btn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.download-btn:hover {
    background-color: #45a049;
}

.navbar-toggler {
display: none;
}

.hero {
margin-top: 5%;
}

.commands {
margin-top: 100px;
padding-top: 110px;
padding-bottom: 120px;
}

.commands .title {
position: relative;
padding-bottom: 25px;
text-transform: uppercase;
font-weight: 700;
color: white;
}

#features {
margin-top: 100px;
}

.title-features {
color: white;
text-transform: uppercase;
font-weight: 700;
}

.section-features {
padding-top: 110px;
padding-bottom: 120px;
color: white;
}

.title {
background: linear-gradient(to right, #fffdfd, #a9ecff, #6ffffa);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
text-decoration: none;
}

.section-features .header-section {
margin-bottom: 35px;
}

.section-features .header-section .title {
position: relative;
margin-bottom: 40px;
padding-bottom: 25px;
text-transform: uppercase;
font-weight: 700;
}

.section-features .header-section .title:before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 140px;
height: 1px;
background-color: #f70037;
}

.section-features .header-section .title:after {
content: "";
position: absolute;
bottom: -1px;
left: 50%;
transform: translateX(-50%);
width: 45px;
height: 3px;
background-color: #f70037;
}

.section-features .header-section .title span {
color: #f70037;
}

.section-features .header-section .description {
color: #6f6f71;
}

.section-features .single-service {
margin-top: 40px;
background: rgba(255, 255, 255, 0.35);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.18);
}

.section-features .single-service .part-1 {
padding: 40px 40px 25px;
border-bottom: 2px solid #1d1e23;
}

.section-features .single-service .part-1 i {
margin-bottom: 25px;
font-size: 50px;
color: #f70037;
}

.section-features .single-service .part-1 .title {
font-size: 17px;
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1.8em;
}

.section-features .single-service .part-2 {
padding: 30px 40px 40px;
}

.section-features .single-service .part-2 .description {
margin-bottom: 22px;
color: white;
font-size: 14px;
line-height: 1.8em;
}

.section-features .single-service .part-2 a {
color: #fff;
font-size: 14px;
text-decoration: none;
}

.section-features .single-service .part-2 a i {
margin-right: 10px;
color: #f70037;
}

.footer {
padding: 32px 0;
position: absolute;
width: 100%;
background-color: red;
color: white;
text-align: center;
background: rgba(255, 255, 255, 0.5);
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer p {
margin: 0;
line-height: 26px;
font-size: 15px;
color: #fff;
}

.footer p a {
background: linear-gradient(to right, #ff0000, #2f00ff, #ff00c8);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
text-decoration: none;
}

.footer p a:hover {
color: white;
}

.navbar-brand img {
border-radius: 50%;
}

/* Move the text further apart from the logo */
.navbar-brand {
display: flex;
align-items: center;
}

.navbar-brand img {
border-radius: 50%;
margin-right: 10px; /* Adjust the spacing between the logo and text */
}

/* Responsive adjustments */
@media (max-width: 576px) {
.navbar-brand {
flex-direction: column;
align-items: flex-start;
}

.navbar-brand img {
margin-right: 10px; /* Reset margin for the logo in mobile view */
margin-bottom: 5px; /* Add spacing between logo and text in mobile view */
}
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.container .btn {
position: relative;
top: 0;
left: 0;
width: 250px;
height: 50px;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
.container .btn a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 30px;
padding: 10px;
letter-spacing: 1px;
text-decoration: none;
overflow: hidden;
color: #fff;
font-weight: 400px;
z-index: 1;
transition: 0.5s;
backdrop-filter: blur(15px);
}
.container .btn:hover a {
letter-spacing: 3px;
}
.container .btn a::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
transform: skewX(45deg) translate(0);
transition: 0.5s;
filter: blur(0px);
}
.container .btn:hover a::before {
transform: skewX(45deg) translate(200px);
}
.container .btn::before {
content: "";
position: absolute;
left: 50%;
transform: translatex(-50%);
bottom: -5px;
width: 30px;
height: 10px;
background: #f00;
border-radius: 10px;
transition: 0.5s;
transition-delay: 0.5;
}
.container .btn:hover::before /*lightup button*/ {
bottom: 0;
height: 50%;
width: 80%;
border-radius: 30px;
}

.container .btn::after {
content: "";
position: absolute;
left: 50%;
transform: translatex(-50%);
top: -5px;
width: 30px;
height: 10px;
background: #f00;
border-radius: 10px;
transition: 0.5s;
transition-delay: 0.5;
}
.container .btn:hover::after /*lightup button*/ {
top: 0;
height: 50%;
width: 80%;
border-radius: 30px;
}
.container .btn:nth-child(1)::before, /*chnage 1*/
.container .btn:nth-child(1)::after {
background: #f9ec3f;
box-shadow: 0 0 5px #ff904f, 0 0 15px #ebdb2a, 0 0 30px #e6e02b,
0 0 60px #e8ef2c;
}
