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

/* page1*/
.content-header {
    height: 100vh;
    background: linear-gradient(to right, #03288f 50%, #d53c88 50%);
    color: aliceblue;
    position: relative;

}

.logostyle {
    background-size: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logostyle img {
    height: 40px;
    cursor: pointer;


}

.header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

header img {
    height: 26px;
}

.page1 {
    color: #fff;
    padding-left: 20px;
    padding-top: 50px;
    display: flex;
    justify-content: center;

}

.content1-page1 {
    margin-top: 70px;
    width: 500px;
    font-size: 20px;
}

.content1-page1 h1 {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    padding-bottom: 10px;
}

.content1-page1 p {
    font-family: 'Times New Roman', Times, serif;
}

.slider-img {
    margin-left: 50px;
    height: 400px;
}

.btn-box {
    margin-top: 30px;
    font-size: 20px;
}

.btn-box .btn-1 {
    border-radius: 4px;
    padding: 10px;
    border: 1px solid orangered;
    background-color: orangered;
    text-decoration: none;
    width: 130px;
    text-align: center;
}

.btn-box .btn-1:hover {
    background-color: transparent;
    color: orangered;
}

.btn-box .btn-2 {
    margin-left: 10px;
    border-radius: 4px;
    padding: 10px;
    text-decoration: none;
    border: 1px solid white;
    background-color: whitesmoke;
    width: 130px;
    text-align: center;
}

.btn-box .btn-2:hover {
    background-color: transparent;
    color: white;
}

/* page2 start */
.pagescroll {
    position: absolute;
    top: 655px;
    left: 180px;
}

.pagescroll .prev {
    background-color: #d53c88;
    padding: 10px;
    border: 4px solid #d53c88;
    border-radius: 50%;
}

.pagescroll .next {
    background-color: #d53c88;
    padding: 10px;
    border: 4px solid #d53c88;
    border-radius: 50%;
}



.page2 {
    padding-top: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.page2 img {
    padding-top: 0px;
    width: 450px;
}

.page2 p {
    font-size: 19px;
   float: right;
    margin-bottom: 40px;
}

.page2 h1 {
    margin-top: -140px;
    margin-bottom: 40px;
    font-weight: lighter;
    font-size: 40px;
}

.page2 button {
    width: 150px;
    font-size: 15px;
    height: 40px;
    cursor: pointer;

}

.button1 {
    background-color: rgb(193, 21, 78);
    color: #fff;
    
}

.button2 {
    background-color: #333;
    color: #fff;
}
.button1:hover{
    background-color: transparent;
    color: #a80657;
}
.button2:hover{
    background-color: transparent;
    color: #333;
}

/* page3 start */
.page3 {
    background-color: rgb(4, 94, 130);
    height: 70vh;

}

.page3 h1 {
    padding-top: 40px;
    text-align: center;
    color: #fff;
}

.page3 .Categorys {
   height: 150px;
   
    font-size: 20px;
    color: #fff
}
.page3 .Categorys tbody{
    height: 300px;
}

.page3 .Categorys h4 {
    padding-top: 10px;
}

/* page4 start */
.page4-img {
    display: flex;
    justify-content: center;
    height: 500px;
}

.About h1 {
    text-align: center;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 20px;
}

.About p {
    padding-left: 50px;
    
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-bottom: 50px;
}

.page4 a {
    padding-top: 10px;
    margin-left: 580px;
    background-color: #a80657;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.page4 a:hover {
    background-color: transparent;
    color: #a80657;
    border: 1px solid orangered;
}

/* page 5 start */
.page5-heading {
    margin-top: 50px;
    margin-left: 80px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.page5 {
    padding-left: 75px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.detail {
    display: flex;
    justify-content: flex-start;
    width: 400px;
    margin-bottom: 20px;


}

.detail h5 {
    color: rgb(232, 49, 8);
    font-size: 20px;
}

.detail h3 {
    font-size: 30px;
    font-weight: bold;

}

.detail .img-detail {
    background-color: darkslategrey;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 50%;

}

.detail .img-detail:hover {
    background-color: #d53c88;
}

.detail img {
    height: 40px;
    width: 40px;

}

.Freelance-img {
    height: 300px;
}

/* page6 start */
.page6 h1 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.page6 h4 {
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.page6-content {
    padding: 15px;
    font-size: 20px;
    margin-left: 70px;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    width: 1200px;

}

.page6 img {

    margin-left: 250px;
}

/* page7 start */
.page7 {
    height: 70vh;
    background-color: #0b1d4f;
}

.logo {
    display: flex;
    align-items: center;

}

.page7-content1 {
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page7-img {
    height: 35px;
    padding: 5px;
}

.page7-content2 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto auto;

}

.content2-sec1 {
    padding-left: 200px;

    color: #fff;
}

.content2-sec1 h5 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: system-ui;

}

.content2-sec1 li {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    list-style-type: none;

}

.content2-sec2 {
    width: 180px;
    color: #fff;
    font-family: system-ui;
}

.content2-sec2 h5 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.content2-sec2 p {
    font-size: 15px;
}

.content2-sec3 {
    width: 140px;
    color: #fff;
    font-family: system-ui;
}

.content2-sec3 h5 {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.content2-sec3 p {
    font-size: 15px;
}

.content2-sec4 {
    width: 150px;
}

.content2-sec4 h5 {
    font-size: 20px;
    color: #fff;
    font-family: system-ui;
    margin-bottom: 5px;
}

.content2-sec4 form input {
    width: 140px;
    font-size: 15px;
    padding: 5px;
    margin-bottom: 5px;
}

.content2-sec4 form button {
    width: 130px;
    font-size: 14px;
    background-color: orangered;
    color: black;
    padding: 3px;

}

.content3 {
    width: 50%;
    margin-left: 300px;
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

.content3-sec1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content3-sec1 img {
    padding-right: 7px;
}

.footer {
    padding-top: 15px;
    text-align: center;
    background-color: #333;
    height: 10vh;
}

.footer a {
    text-decoration: none;
    color: #fff;
}
@media screen and(max-width=970px) {
    .content-header {
       background-color: #a80657;
    }
    
}