@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Azeret Mono", monospace;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}

/* nav-starts-here */
nav {
    width: 100%;
    background: white;
}
nav .container {
    min-height: 130px;
    display: flex;
    justify-content: center;
}
nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
nav ul li {
    list-style: none;
}
nav ul li a {
    text-decoration: none;
}
.logo {
    color: rgb(13, 19, 33);
    font-size: 28px;
    font-weight: 800;
}
.download-btn {
    color: rgb(13, 19, 33);
    font-size: 20px;
    font-weight: 600;
    border: 1px solid rgba(13, 19, 33, 0.8);
    border-radius: 8px;
    padding: 17px 24px 17px 24px;
    background: white;
    cursor: pointer;
}
.download-btn:hover {
    background: rgb(13, 19, 33);
    color: white;
    transition: all 0.5s;
}

/* nav-end-here */

/* banner-start-here */
.banner {
    width: 100%;
    background-image: url('../assets/Hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner .container {
    min-height: 652px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .container img {
    width: 240.28px;
    height: 240px;
    margin-bottom: 32px;
}
.banner .container h1 {
    color: rgb(13, 19, 33);
    font-size: 48px;
    font-weight: 800;
    line-height: 68px;
    text-align: center;
    margin-bottom: 24px;
}
.banner .container p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px;
}
.Contact-btn {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    background: rgb(13, 19, 33);
    width: 208px;
    height: 66px;
    text-align: center;
    border: none;
}
.Contact-btn:hover {
    border: 2px solid rgb(13, 19, 33);
    background: white;
    color: rgb(13, 19, 33);
    transition: all 0.5s;
}

/* banner-end-here */

/* why-web-development-starts */
.why-web-development .container{
    min-height: 1395px;
    margin-top: 74px;
    padding: 80px 97px;
    border-radius: 16px;
    background: rgba(13, 19, 33, 0.02);
}
.why-web-dev-header h2{
    color: rgb(13, 19, 33);
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px;
}
.why-web-dev-header p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 48px;
}
.why-web-card-container {
    max-width: 946px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.why-web-dev-card {
    width: 100%;
    min-height: 336px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.card-ltr {
    background-image: linear-gradient(90.00deg, rgb(255, 255, 255),rgba(255, 255, 255, 0) 100%);
}
.card-rtl {
    background-image: linear-gradient(270.00deg, rgb(255, 255, 255),rgba(255, 255, 255, 0) 100%);
}
.card-text h3 {
    color: rgba(13, 19, 33, 0.7);
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}
.card-text p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
}
.card-text a button {
    color: rgb(13, 19, 33);
    background: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(13, 19, 33, 0.7);
    width: 150px;
    height: 48px;
    cursor: pointer;
}
.card-text a button:hover {
    background: rgba(13, 19, 33, 0.7);
    color: white;
    transition: all 0.5s;
}
.why-web-dev-card img {
    height: 240px;
    width: 240px;
}
/* why-web-development-ends */

/* Inspiration section starts */
.inspiration-section .container{
    min-height: 775px;
    margin-top: 88px;
}
.inspiration-heading {
    max-width: 852px;
    margin: 0 auto;
}
.inspiration-heading h2 {
    line-height: 36px;
    margin-bottom: 24px;
    text-align: center;
    color: rgb(13, 19, 33);
    font-size: 32px;
    font-weight: 800;
}
.inspiration-heading p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.inspiration-video {
    width: 100%;
    min-height: 614px;
    padding: 32px;
    margin-top: 48px;
    border: 1px solid rgba(13, 19, 33, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.inspiration-video iframe {
    border-radius: 16px;
    width: 100%;
    min-height: 550px;
}
/* Inspiration section ends */

/* Current target Section starts */
.current-target-section .container{
    min-height: 460px;
    margin-top: 88px;
}
.current-target-heading {
    max-width: 852px;
    margin: 0 auto;
}
.current-target-heading h2 {
    line-height: 36px;
    margin-bottom: 24px;
    color: rgb(13, 19, 33);
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}
.current-target-heading p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.current-target-card-container {
    min-height: 299px;
    width: 100%;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.current-target-card {
    max-width: 364px;
    min-height: 299px;
    padding: 40px;
    border-radius: 16px;
}
.current-target-card img {
    height: 56px;
    width: 56px;
    margin-bottom: 24px;
}
.current-target-card h3 {
    color: rgb(13, 19, 33);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
}
.current-target-card p {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}
.current-target-card a {
    color: rgb(13, 19, 33);
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
}
.red-card {
    background: rgba(255, 76, 30, 0.05);
}
.blue-card {
    background: rgba(0, 76, 232, 0.05);
}
.yellow-card {
    background: rgba(255, 223, 0, 0.05);
}
/* Current target Section ends */

/* I need Support Section starts */
.i-need-support-section .container {
    min-height: 313px;
    margin: 80px auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url('../assets/handshake.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    padding: 64px 48px;
}
.support-box {
    max-width: 684px;
    min-height: 185px;
    margin: 0 auto;
}
.support-box h2 {
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}
.support-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 24px;
}
.support-box form {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 45px;
    width: 100%;
}
.support-box input[type="text"] {
    width: 548px;
    height: 57px;
    border: 1px solid rgba(13, 19, 33, 0.15);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    color: rgba(13, 19, 33, 0.4);
    font-size: 16px;
    font-weight: 400;
    padding: 19px 20px 19px 20px;
    outline: none;
}
.support-box input[type="submit"] {
    width: 120px;
    height: 57px;
    border: 1px solid rgba(13, 19, 33, 0.15);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 17px 20px 17px 20px;
    color: rgb(13, 19, 33);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.support-box input[type="submit"]:hover {
    background-color: rgb(13, 19, 33);
    color: white;
    border: 1px white solid;
    transition: all 0.5s;
}
/* I need Support Section ends */

/* footer starts */
footer {
    border-radius: 16px;
    background: rgba(13, 19, 33, 0.03);
}
footer .container {
	min-height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.my-social-links{
    display: flex;
    gap: 24px;
}
.my-social-links img {
    height: 36px;
    width: 36px;
}
.my-social-links a {
    height: 36px;
}
/* footer ends */