@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

/*header nav bar*/
.nav-bar-mob,
.nav-icon {
    display: none;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: rgb(251, 255, 251);
    width: 100%;
    position: sticky;
    top: 0;
    transition: 1.5s;
}

.header-shadow {
    box-shadow: 0px 15px 10px -15px black;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: 1s;
    cursor: pointer;
}


header>a {
    font-size: 30px;
    padding: 15px 70px;
    transition: 1s;
}

header>a:hover {
    color: cornflowerblue;
    transform: scale(1.1);
}


.nav-bar-desk {
    padding: 0 60px;
}

.nav-bar-desk>a {
    margin-left: 20px;
    font-weight: 400;
}

.nav-bar-desk>a:hover {
    color: cornflowerblue;
}

.nav-bar-mob>a:hover {
    color: cornflowerblue;
}

.nav-icon:hover {
    transform: scale(1.1);
}

/*home*/

#home {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dfecf2;
    padding-top: 69px;
    padding-bottom: 40px;
}

.hero1,
.hero2 {
    height: 40%;
    width: 100%;
    margin-right: 30px;
    -webkit-user-drag: none;
    user-select: none;
}


.r1 {
    display: flex;
    flex-direction: column;
}

.r1>* {
    margin-left: 10px;
}

.l1 {
    display: flex;
    align-items: center;
    justify-content: left;
}


.title1,
.title2,
.title3,
.title4 {
    font-size: 50px;
}

.pre-title1,
.pre-title2 {
    font-size: 25px;
    width: 80%;
    padding-bottom: 5px;
}

.pre-title2 {
    padding-bottom: 15px;
    width: 100%;
}

.wrapper1 {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}

.wrapper1>input,
button {
    border-color: black;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    height: 40px;
    border: 2px solid black;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.wrapper1>input {
    width: 50%;
    padding: 0 5px;
}

.wrapper1>button {
    background-color: rgb(87, 87, 253);
    color: white;

    width: 25%;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.8s;
}

.wrapper1>button:hover {
    background-color: rgb(38, 38, 255);
}

/*about*/

#about {
    background-color: #f4e7e1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.l2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 128%;
    margin-left: 125px;
}

.r2 {
    display: flex;
    align-items: center;
    justify-content: right;
}

.l2>button {
    padding: 0 20px;
    color: #000;
    border: 2px solid black;
    background-color: #fdb391;
    font-size: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.8s;
}

.l2>button:hover {
    background-color: #ff9d6f;
}


/*feautures*/

#feautures {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgb(241, 241, 169);
}

.title2,
.title3 {
    margin-top: 10px;
}

.box-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 20px;
}

.box-container>div {
    padding: 1% 2% 2% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    margin-bottom: 3%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 5px #000;
}

.box1 {
    margin-left: 2%;
}

.box3 {
    margin-right: 2%;
}

.box-container>div>p {
    padding: 20px 15px 10px 15px;
    font-size: 30px;
}


.box-container>div>button {
    cursor: pointer;
    margin-top: 15px;
    border: 2px solid black;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgb(241, 241, 169);
    transition: 0.7s;
}

.box-container>div>button:hover {
    background: rgb(248, 248, 113);
}

.box-container>div>img {
    height: 230px;
    width: 230px;
    -webkit-user-drag: none;
    user-select: none;
}

.box-container>div>p,
.box-container>div>h3 {
    text-align: center;
}

.box-container>div>p {
    font-size: 25px;
    padding: 0;
}

.box-container>div>h3 {
    font-size: 30px;
    margin-top: 10px;
}

/*records*/


#records {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e4eef7;
    padding: 10px 0;
}

.box-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.r3>div>img {
    height: 100px;
    width: 100px;
    -webkit-user-drag: none;
    user-select: none;
}

.r3>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    padding: 3% 0;
    margin: 0 2% 3% 2%;
    border-radius: 10px;
    background-color: rgb(240, 239, 239);
    transition: 1s;
    box-shadow: 0 0 5px #000;
    cursor: pointer;
}

.r3>div:hover {
    box-shadow: 0 0 5px royalblue;
}

.pre-title3 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.r3>div>h4 {
    font-size: 30px;
    margin-top: 5px;
    text-align: center;
}

.r3>div>p {
    font-size: 21px;
    width: 60%;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
    height: 60px;
}

.r3 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/*footer*/

footer {
    background-color: honeydew;
}

.wrapper3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

pre {
    padding-top: 10px;
}


span {
    transition: 1s;
    font-weight: 400;
    cursor: pointer;
}

span:hover {
    color: cornflowerblue;
}

.l4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 15px;
}

.l4>pre {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: -15px 0 0 15px;
    padding: 0;
}

.trademarks {
    font-size: 18px;
}

.r4 {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-right: 15px;
}

footer>p {
    text-align: center;
    padding-bottom: 15px;
}

.line {
    border: 1px solid red;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon7,
.icon8,
.icon9,
.icon10 {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.l4>a {
    margin-bottom: 10px;
}


/*media 1000px*/
@media (max-width: 1000px) {

    .nav-icon {
        display: flex;
        margin-right: 15px;
        height: 30px;
        width: 30px;
        cursor: pointer;
        transition: 1s;
    }

    header>a {
        font-size: 23px;
        padding-left: 15px;
    }

    .hero2 {
        margin-right: 0;
    }

    .nav-bar-mob {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 64.4px;
        width: 100%;
        left: -100%;
        height: 240px;
        background-color: rgb(251, 255, 251);
        transition: 1.5s;
    }

    .nav-bar-mob-add {
        left: 0;
    }

    .nav-bar-mob>a {
        font-size: 25px;
        padding: 10px 5px;
        transition: 1s;
        margin-left: 10px;
        font-weight: 400;
    }

    .nav-bar-desk {
        display: none;
    }

    .title1,
    .title2,
    .title3,
    .title4 {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        text-align: center;
        line-height: 45px;
    }

    .pre-title1,
    .pre-title2,
    .pre-title3 {
        margin-left: 0;
    }


    /*home*/
    #home {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .r1 {
        align-items: center;
        justify-content: center;
    }

    .title1 {
        margin: 10px 0;
    }

    .pre-title1 {
        text-align: center;
        padding: 0 20px 5px 20px;
    }

    .wrapper1 {
        align-items: center;
        padding-bottom: 20px;
    }

    .wrapper1>input {
        width: 250px;
        padding: 0 5px;
    }

    .wrapper1>button {
        background-color: rgb(87, 87, 253);
        color: white;
        width: 80px;
        margin: 0 0 15px 5px;
        cursor: pointer;
        transition: 0.8s;
    }

    /*about*/
    #about {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0;
    }

    .l2 {
        width: 100%;
        margin-top: -30px;
        margin-left: 0;
        align-items: center;
    }

    .pre-title2,
    .pre-title3 {
        padding: 15px 20px;
        text-align: center;
    }

    /*feautures*/
    #feautures {
        width: 100%;
    }

    .box-container {
        flex-direction: column;
    }

    .title3 {
        padding: 10px;
    }

    .box-container>div {
        width: 80%;
        padding: 1% 2% 8% 2%;
    }

    .box-container>div>button {
        margin: 10px 0;
    }

    .box1 {
        margin-left: 0;
    }

    .box3 {
        margin-right: 0;
    }

    /*records*/
    #records {
        width: 100%;
    }

    .r3 {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .pre-title3 {
        padding: 0 10px;
        margin: 10px 0 15px 0;
    }

    .r3>div {
        width: 50%;
    }

    .r3>div>p {
        width: 90%;
        height: unset;
    }


    /*footer*/
    .wrapper3 {
        flex-direction: column;
    }

    .l4 {
        margin-left: 0;
    }

    .l4>pre {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .r4 {
        margin: 0;
    }

    .l4>a {
        margin: 10px 0 0 0;
    }
}

/*media 370px*/
@media (max-width: 370px) and (min-width: 300px) {
    .nav-icon {
        height: 25px;
        width: 25px;
    }

    .nav-bar-mob {
        height: 190px;
    }

    .pre-title1,
    .pre-title2,
    .pre-title3 {
        text-align: center;
    }

    .nav-bar-mob>a {
        font-size: 18px;
    }

    header>a {
        font-size: 20px;
        padding-left: 12px;
    }

    .title1,
    .title2,
    .title3,
    .title4 {
        line-height: 35px;
    }

    /*home*/

    .title1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 10px;
    }

    .pre-title1 {
        font-size: 20px;
        padding: 0 20px 5px 20px;
    }

    .wrapper1 {
        flex-direction: column;
    }

    .wrapper1>input {
        width: 100%;
        margin-right: 10px;
    }

    .wrapper1>button {
        margin: -10px 0 5px 5px;
    }

    /*about*/

    .title2 {
        font-size: 35px;
        margin-top: 20px;
    }

    .pre-title2,
    .pre-title3 {
        font-size: 20px;
    }

    .pre-title2 {
        padding-top: 5px;
    }

    .l2>button {
        margin-top: 0;
    }

    /*feautures*/

    .title3 {
        font-size: 35px;
    }

    .pre-title3 {
        font-size: 20px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .box-container>div {
        padding-bottom: 30px;
    }

    .box-container>div>p {
        font-size: 20px;
    }

    .box-container>div>h3 {
        font-size: 20px;
    }

    .icon2,
    .icon1,
    .icon3 {
        height: 90%;
        width: 90%;
    }

    /*records*/
    .title4 {
        font-size: 35px;
    }

    .r3>div {
        width: 70%;
    }

    .r3>div>p {
        width: 95%;
    }

    /*footer*/
    .r4 {
        flex-direction: column;
    }


    .l4>a {
        font-size: 20px;
    }
}


/*media 300px*/
@media (max-width: 300px) {

    header>a {
        display: none
    }

    header {
        justify-content: center;
    }

    .nav-icon {
        margin: 5px 0;
    }

    .nav-bar-mob {
        top: 35px;
        height: 170px;
    }

    .nav-bar-mob>a {
        font-size: 15px;
    }

    /*home*/

    .title1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .pre-title1 {
        font-size: 10px;
        padding: 0px 20px 9px 20px;
        margin-top: 0;
    }

    .wrapper1 {
        margin-top: 0;
    }

    .wrapper1>input {
        width: 80%;
        font-size: 10px;
        height: 30px;
    }

    .wrapper1>button {
        width: 50%;
        margin: -10px 0 5px 2px;
        cursor: pointer;
        font-size: 10px;
        height: 30px;
    }

    /*about*/
    .title2 {
        font-size: 20px;
    }

    .pre-title2 {
        font-size: 10px;
        padding-top: 0;
    }

    .l2>button {
        padding: 0px 5px;
        font-size: 10px;
        height: 30px;
        margin-top: -2px;
    }

    /*feautures*/
    .box-container {
        margin-bottom: 5px;
    }

    .title3 {
        font-size: 20px;
    }

    .box-container {
        margin-top: 5px;
        padding: 0 20px;
    }

    .box-container>div {
        padding: 8% 2%;
    }

    .box-container>div>h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .box-container>div>p {
        font-size: 10px;
        padding: 5px 7px;
    }

    .box-container>div>button {
        margin-top: 5px;
        font-size: 10px;
        height: 30px;
    }

    .icon2,
    .icon1,
    .icon3 {
        display: none;
    }

    /*records*/

    .title4 {
        font-size: 20px;
    }

    .pre-title3 {
        position: relative;
        top: -10px;
        font-size: 15px;
        margin: 0;
    }

    .r3>div>img {
        display: none;
    }

    .r3>div>h4 {
        font-size: 20px;
        text-align: center;
    }

    .r3>div>p {
        font-size: 10px;
        line-height: 10px;
        text-align: center;
    }

    /*footer*/
    pre {
        margin-top: 10px;
    }

    .icon7,
    .icon8,
    .icon9,
    .icon10 {
        height: 40px;
        width: 40px;
    }

    .l4 {
        margin-left: 0;
    }
}