@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Work Sans", serif; */

*{
    margin: 0;
    padding: 0;
}

.btn-container {
    text-align: center;
}

.btn {
    padding: 14px 18px 14px 18px;
    color: rgb(255, 255, 255);
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    background: rgb(82, 195, 3);
    border: none;
    cursor: pointer;
}

#hero {
    /* background-color: tomato;
    background-image: url(../assets/hero-bg.png); */
    background: linear-gradient(
        0deg,
        rgba(16, 16, 16) -19.5%,
        rgba(16, 16, 16, 0) 100%
        ), url(../assets/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    width: 685px;
}

.subtitle {
    color: rgb(255, 255, 255);
    font-family: Work Sans;
    font-size: 21px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0%;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 10px;
}

.title {
    color: rgb(255, 255, 255);
    font-family: Work Sans;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
}

.description {
    color: rgb(255, 255, 255);
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0%;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 21px;
}


/* card - design */

#card-box {
    width: 884px;
    margin: 100px auto;
}

#card-box .info {
    
}

#card-box .title {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

#card-box .subtitle {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    opacity: 0.6;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
}

.card .image-box {
    width: 250px;
}

.card .image-box img {
    width: 100%;
}


.card .shop {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 8px;
    background: rgba(82, 195, 3, 0.15);
    padding: 14px 32px 14px 32px;
    margin-top: 16px;
}

.card h1 {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px; 
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
}

.card p {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
}

button {
    color: rgb(255, 255, 255);
    font-family: Work Sans;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    border: none;
    border-radius: 5.63px;
    background: rgb(82, 195, 3);
    padding: 14px 21px;
}

.watch-btn {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}


.jayy {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.abt-img img {
    border-radius: 5px;
    margin-left: 5px;
    width: 644px;
    height: 450px;
}

.abt-cap .weldone {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 91px;
}

.donot {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
}

.fellowoo {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 52px;
}

.all-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

.mdl-box {
    margin: 144px 485px;
}

.model-box-btn {
   margin-top: 15px;
   margin-left: 55px;
}






/* Last Page Design */

.last-page {
    background: url(../assets/social-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1280px;
    height: 450px;
}

.follow-para {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 40px;
}


.para-line {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
}

.heading {
    color: rgb(16, 16, 16);
    font-family: Work Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    /* margin-top: 91px; */
}