* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color:  rgb(247 247 247);

}

header {
    background-color: #f7f7f7
}

.nav-bar2 {
    width: 90%;
    height: 13vh;
    margin: auto;
    /* background-color: rgb(247 247 247); */
    display: flex;
    justify-content: space-between;
    gap: 1%;
    align-items: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;

}

.nav-bar2 div {
    /* background-color: aqua; */
}

.logo {
    width: 18%;
}

.list {
    width: 40%;
}

.list2 {
    width: 30%;

}



.nav-bar2 div img {
    width: 60%;
    height: 65%;
}

.nav-bar1 {
    width: 100%;
    height: 7.5vh;
    background-image: linear-gradient(180deg, #a002fc 3.33%, #7302fc 99.37%);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.nav-bar1 p {
    font-weight: 500;
    font-size: 18px;
    color: azure;
    font-family: "Poppins", sans-serif;
}

/* .nav-bar{
    position: fixed;
    top: 0;
} */

.list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.list a {
    text-decoration: solid;
    color: #222;
}

.list li {
    list-style-type: none;
}

.list2 ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.list2 a {
    text-decoration: solid;
    color: #222;
}

.list2 li {
    list-style-type: none;
}

.search {
    background-color: rgb(247 247 247);
    border: none;
}

.btn-access {
    background-image: linear-gradient(180deg, #a002fc 3.33%, #7302fc 99.37%);
    color: aliceblue;
    border: none;
    border-radius: 5%;
    padding: 10px 15px;
    margin-left: 5px;
    font-weight: 450;
    font-size: 16px;
    font-family: "Poppins", sans-serif;

}

.search {
    margin-right: 10px;
}

.fa-solid {
    margin-right: 10px;
    margin-left: 10px;
}

.container {
    width: 90%;
    height: 110vh;
    margin: 30px auto;
    /* background-color: rosybrown; */
    display: flex;
    gap: 1%;   
}


.scroller {
    width: 68%;
    height: 90%;
    border: none;
    border-radius: 10%;
    
    /* background-color: yellow; */
}


.circles {
    width: 100%;
    height: 5%;
    background-color: #F5E1A2;
    padding: 4px 8px;
    display: flex;
    justify-content: space-between;
    
}

.GoDocs-Hugo {
    width: 100%;
    height: 93%;
    margin: auto;
    overflow: auto;
    background-color: rgb(247 247 247);
    display: flex;
    flex-wrap: wrap;
}

.circles2 {
    display: flex;
    gap: 1.5%;
    align-items: center;
    width: 50%;
    height: 100%;
    margin-left: 45px;

}

.circles2 div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    /* background-color: greenyellow; */
}



.items:nth-child(1) {
    background-color: orangered;

}

.items:nth-child(2) {
    background-color: #ffbd2d;
}

.items:nth-child(3) {
    background-color: greenyellow;
}

.icon {
    background-color: white;
    padding: 1px 1px;
    border: none;
    border-radius: 20%;
    cursor: pointer;
}

.Godocs-titel {
    width: 50%;
    height: 35vh;
    background-color:rgb(247 247 247);
    position: relative;
    top: 15%;
    left: 7%;
}

.Godocs-titel h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;

}

.Godocs-titel p {
    font-size: 15px;
    margin-top: 20px;
}

.Godocs-img {
    width: 50%;
    height: 50%;
    /* background-color: #7302fc; */
    position: relative;
    top: 20px;
}

.Godocs-img img {
    width: 40vh;
    height: 40vh;
    position: absolute;
    right: 25px;
    top: 25px;
}

.pic {
    display: grid;
    background-color:  rgb(247 247 247);
    width: 90%;
    height: 90vh;
    margin-top: 5vh;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3%;
    margin: 7vh auto;
    margin-top: 7vh;
}

.image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}


.image:nth-child(1) {
    grid-column: 1/2;
    grid-template-rows: 1/2;
}

.image:nth-child(2) {
    grid-column: 2/3;
    grid-template-rows: 1/2;
}

.image:nth-child(3) {
    grid-column: 1/2;
    grid-template-rows: 2/3;
}

.image:nth-child(4) {
    grid-column: 2/3;
    grid-template-rows: 2/3;
}



.codocs-price {
    width: 30%;
    height: 88%;
    background-color: white;
    border: none;
    border-radius: 3%;
    font-family: "Crimson Pro", serif;
}


.codocs-price .h1{
    color: #081E2C;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    font-family: "Crimson Pro", serif;
    padding-top: 30px;
}

.codocs-price .p{
    color:#9703fd;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    font-family: "Crimson Pro", serif;
    padding-top: 5px;
}


.codocs-price .btn{
    font-size: 20px;
    font-family:"Crimson Pro", serif ;
    font-weight: 500;
    margin: 10px auto;
    border:1px solid;
    border-color: #9703fd;
    border-radius:6px;
}
.btn:nth-child(1){
color: #9703fd;
padding: 16px 120px;
background-color: white;
}

.btn:nth-child(2){
    color: white;
    background-color: #9703fd;
    padding: 16px 115px;

    }
.btn-price{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 20vh;
    margin-top: 10px;
}

.div-orng{
    width: 85%;
    height: 48vh;
    background-color: rgb(245, 107, 56);
    margin:15px auto;
    border-radius: 7px;
    border: non;
    position: relative;
}
.div-offer{
    width:90%;
    height: 45vh;
    border: 2px solid;
    border-color: #e1c66a;
    position: absolute;
    top:10px;
    left: 1px;
    transform: translate(5%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.offer1{
color: white;
font-size: 16px;
background-color:rgb(5, 182, 182);
padding: 2px 13px;
border: none;
border-radius: 12px;
text-align: center;
}
.div-offer h1{
    font-size: 35px;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 900;
}
.div-offer p{
    font-size: 16px;
    text-align: center;
    color: white;
    text-align: center;
}

.offer2{
    background-color: rgb(252, 210 ,26);
    padding: 10px 80px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}


.sec1{
    width: 100%;
    height: 135vh;
    background-color:rgb(245, 242, 242);
    display: flex;
    justify-content: space-evenly;
    font-family:"Crimson Pro", serif ;
}
.theme-description{
    width: 56%;
    height: 80%;
    margin-top: 3rem;
}
.theme-information{
    width: 28%;
    height: 60%;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin-top: 5rem;
}

.theme-description h3{
    font-size: 29px;
    color: #081E2c;
    margin-top: 40px;
    margin-bottom: 15px;
}
hr{
    margin: 10px auto;
    color: #405460;
}
.theme-description p{
    font-size: 20px;
    color: #405460;
    line-height: 1.3;
}


h3:nth-last-child(2){
    margin-top: 40px;
    margin-bottom: 10px;
}
.theme-description ul li {
   color:#405460;
   font-size: 20px;
   padding-left: 25px;
   margin-bottom: 14px;
  
}


.theme-description ul{
    list-style: none;
    position: relative;
}
.theme-description ul li::before{
    content: '●';
    position: absolute;
    left: 0;
    color: #9703fd;
    font-size: 20px;
    
}

.our-services{
    color: #9703fd;
}

.theme-information h3{
    font-size: 29px;
    font-family: #081E2c;
    margin-top: 40px;
    text-align: center;
}
.theme-information hr{
    max-width: 3rem;
    margin:19px auto;
    border: none;
    height: 7px;
    border-radius: 2rem;
background-color: #9703fd ;
}

table{
    width: 100%;
    border-collapse: collapse;

}
td{
    padding: 18px 10px ;
    font-size: 18px;
    

}

table , tr{
    border-top: 1px solid #405460;
    border-bottom: 1px solid #405460;
    width: 80%;
    margin: auto;
}

.show-button{
    padding: 9px 17px;
    font-size: 16px;
    cursor: pointer;
    background-color: rgba(151, 3, 253, .2);
    border: none;
    border-radius: 8px;
    color: #9703fd;
    
}

.doc-button {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 20px;
    padding: 15px;
    background-color: white;
    border: 1px solid #9703fd;
    border-radius: 4px;
    color: #9703fd;
    cursor: pointer;
    font-size: 16px;
  
}

td:nth-child(1){
    color: #405460;
    text-align: left;

}

td:nth-child(3){
    font-weight: 700;
    text-align: right;
}


.sec3{
    width: 100%;
    height: 90vh;
    background-color:rgb(247 247 247);
    font-family: "Crimson Pro", serif;
}

.sec3 hr{
    width: 3rem;
    margin:auto;
    margin-top: 4rem;
    border: none;
    height: 7px;
    border-radius: 2rem;
background-color: #9703fd;
}

.sec3 h1{
    font-size: 3rem;
    color:#081E2C;
    text-align: center;
    font-weight: 900;
    margin: 20px;
}

.themes{
    width: 60%;
    height: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1.5%;
    position: relative;
}
.image{
    /* background-color: aqua; */
height: 80%;
width: 100%;
display: flex;
flex-direction: column;
box-shadow: 1px 1px 0px 5px white;
border: none;
border-radius: 5px;

}

.image img{
    width: 100%;
    height: 70%;
}

.footer-theme{
    width: 100%;
    height: 30%;
    cursor: pointer;
    background-color: white;
    border-radius: 5px;
}

.footer-theme h3{
    text-align: center;
    font-size: 25px;
}

.footer-theme p{
    text-align: center;
    font-size: 20px;
}

.footer-theme a{
    text-decoration: none;
    color: #081E2c;
}

.footer-theme a:hover {
    color: #9703fd;
}
