@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;800&display=swap');

.main {
    background-image: url(/img/Home-011.jpg);
    background-size: cover;
    height: 90vh;
}

#navbarNav {
    position: absolute;
    top: 20px;
    right: 30px;
    margin-bottom: 80px;
}

#navbarNav .nav-item a {
    font-size: 20px;
    padding-left: 48px;
    color: #fff;
}

#navbarNav .nav-item a:hover,
#navbarNav .nav-item a:active {
    color: #681AE7;
}

.hello p {
    text-align: right;
    margin-right: 200px;
    margin-bottom: 0px;
}

.lead {
    color: #fff;
    font-size: 45px;
    font-family: 'Cairo';
    font-weight: bolder;
    text-shadow: 2px 2px #00000099;
}

.lead2 {
    color: #681AE7;
    font-size: 150px;
    font-family: 'Cairo';
    font-weight: bold;
    padding-right: 20px;
}

.lead3 {
    color: #fff;
    font-size: 45px;
    font-family: 'Cairo';
    font-weight: 300;
    text-shadow: 2px 2px #00000099;
}

.hello button {
    float: right;
    margin-top: 30px;
    margin-right: 200px;
    background-color: #2699FB;
    padding: 15px 60px;
    border: none;
    border-radius: 60px;
}

.product {
    position: relative;
    background-color: #F1F9FF;
    height: 100%;
    border-right: 1px solid gray;
    text-align: center;
    padding-top: 24px;
}



#firstproduct,
#secondproduct,
#thirdproduct {
    color: #681AE7;
    font-size: 24px;
    font-weight: bold;
}

#firstprice,
#secondprice,
#thirdprice {
    color: #075496;
    font-size: 24px;
    font-weight: bold;
    margin-left: 18px;

}

.prr {
    border: 0;
}

.about-ttl {
    text-align: center;
    padding-top: 48px;
    margin-right: 20px;
    color: #681AE7;
    font-size: 64px;
    font-weight: bold;
}

.about-inf {
    padding-top: 16px;
    width: 70%;
    color: #737373;
    text-align: right;
    font-size: 28px;
}

.Services {
    background-color: #F1F9FF;
}

.Services .title h1 {
    font-family: 'Cairo';
    color: #075496;
    font-weight: bolder;
    font-size: 48px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px #BCE0FD;
    padding-top: 24px;
}

.service-dis {
    padding-top: 18px;
    text-align: center;
    color: #681AE7;
    font-family: 'Cairo';
    font-size: 18px;
    font-weight: bold;
}

.srv-img {
    height: 80%;
    width: 100%
}

.contact-us {
    background-color: #075496;
}

.contact-inf {
    color: #fff;
    margin-left: 24px;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: bolder;
}

.contact-inf i {
    margin-right: 12px;
}

.social-icons {
    color: #2699FB;
    font-size: 60px;
    text-align: center;
    margin-top: 70px;
}
.social-icons a:hover{
    color: #2699FB;
}
.fb {
    margin-right: 24px;
}

.footer p {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    color: #681AE7;
    font-size: 18px;
    font-weight: bold;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width:319px){
    .hello p {
        margin-right: 35px;
    }

    .lead {
        font-size: 24px;
        font-weight: 300;

    }

    .lead2 {
        font-size: 70px;
        padding-right: 10px;
    }

    .lead3 {
        font-size: 20px;

    }

    .hello button {
        margin-top: 30px;
        margin-right: 30px;
        padding: 10px 45px;
        border-radius: 60px;
    }

    .product {
        border-right: 0;
        border-bottom: 1px solid gray;
    }

    .prr {
        border: 0;
    }

    #firstprice,
    #secondprice,
    #thirdprice {
        font-size: 15px;
        margin-left: 15px;
    }

    #firstproduct,
    #secondproduct,
    #thirdproduct {
        font-size: 15px;
    }

    .about-ttl {
        text-align: right;
        padding-top: 0;
        font-size: 24px;
    }

    .about-inf {
        width: 95%;
        text-align: right;
        font-size: 16px;
    }

    .Services .title h1 {
        font-size: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 1px #BCE0FD;
        padding-top: 0px;
    }

    .srv-img {
        height: 50%;
        width: 50%;
    }

    .Services {
        text-align: center;
    }

    .service-dis {
        font-size: 12px;
        width: 65%;
        text-align: center;
        margin-left: 50px;
    }

    .contact-inf {
        margin-left: 10%;
        margin-bottom: 16px;
        font-size: 14px;
        font-family: bolder;
    }

    .contact-us h3 {
        font-size: 18px;
        text-align: left;
        margin-left: 10%;

    }

    .social-icons {
        float: left;
        margin-left: 10%;
        font-size: 35px;
        margin-top: 10px;
    }

    .fb {
        margin-right: 10px;
    }

    .footer p {
        font-size: 10px;
    }

    .navbar-toggler {
        background-color: #681AE7;
        padding: 12px;
    }

    .navbar-nav,
    .logo {
        background-color: #fff;
    }

    #navbarNav {
        top: 130px;
        right: 30px;
    }

    #navbarNav .nav-item a {
        color: #681AE7;
        text-align: center;
    }
}


@media (min-width:320px) and (max-width:767px) {
    .hello p {
        margin-right: 35px;
    }

    .lead {
        font-size: 35px;
        font-weight: 300;

    }

    .lead2 {
        font-size: 100px;
        padding-right: 10px;
    }

    .lead3 {
        font-size: 30px;

    }

    .hello button {
        margin-top: 30px;
        margin-right: 50px;
        padding: 10px 60px;
        border-radius: 60px;
    }

    .product {
        border-right: 0;
        border-bottom: 1px solid gray;
    }

    .prr {
        border: 0;
    }

    .about-ttl {
        text-align: right;
        padding-top: 0;
        font-size: 30px;
    }

    .about-inf {
        width: 95%;
        text-align: right;
        font-size: 20px;
    }

    .Services .title h1 {
        font-size: 30px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 1px #BCE0FD;
        padding-top: 0px;
    }

    .srv-img {
        height: 60%;
        width: 60%;
    }

    .Services {
        text-align: center;
    }

    .service-dis {
        font-size: 14px;
        width: 65%;
        text-align: center;
        margin-left: 79px;
    }

    .contact-inf {
        margin-left: 10%;
        margin-bottom: 16px;
        font-size: 16px;
        font-family: bolder;
    }

    .contact-us h3 {
        font-size: 24px;
        text-align: left;
        margin-left: 10%;

    }

    .social-icons {
        float: left;
        margin-left: 10%;
        font-size: 40px;
        margin-top: 10px;
    }

    .fb {
        margin-right: 12px;
    }

    .footer p {
        font-size: 14px;
    }

    .navbar-toggler {
        color: #fff;
    }
}

@media (min-width:768px) and (max-width:1159px) {
    .logo {
        margin-right: 16px !important;
        margin-left: 14px !important;
    }

    #navbarNav .nav-item a {
        font-size: 14px;
        margin-left: 0;
    }

    .nav-item li {
        margin: 0;
    }

    .hello p {
        margin-right: 35px;
    }

    .lead {
        font-size: 35px;
        font-weight: 300;

    }

    .lead2 {
        font-size: 100px;
        padding-right: 10px;
    }

    .lead3 {
        font-size: 30px;

    }

    .hello button {
        margin-top: 30px;
        margin-right: 50px;
        padding: 10px 60px;
        border-radius: 60px;
    }

    #firstprice,
    #secondprice,
    #thirdprice {
        font-size: 18px;
        margin-left: 18px;
    }

    #firstproduct,
    #secondproduct,
    #thirdproduct {
        font-size: 18px;
    }

    .about-ttl {
        margin-right: 10px;
        font-size: 48px;
        padding-top: 20px;
    }

    .about-inf {
        width: 70%;
        font-size: 22px;

    }
}

@media (min-width:580px) and (max-width:765px) {
    .navbar-toggler {
        background-color: #681AE7;
        padding: 16px;

    }

    .navbar-nav,
    .logo {
        background-color: #fff;
    }

    #navbarNav {
        top: 130px;
        right: 290px;
    }

    #navbarNav .nav-item a {
        color: #681AE7;
        text-align: center;
    }

    
}


@media (min-width:320px)and (max-width:579px) {
    .navbar-toggler {
        background-color: #681AE7;
        padding: 16px;
    }

    .navbar-nav,
    .logo {
        background-color: #fff;
    }

    #navbarNav {
        top: 130px;
        right: 100px;
    }

    #navbarNav .nav-item a {
        color: #681AE7;
        text-align: center;
    }
}