@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Reem+Kufi:wght@400..700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background: linear-gradient(85deg, #0D1117, #6D6B61);
}

body::-webkit-scrollbar {
    background: #6D6B61;
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #A78748;
    border-radius: 50px;
}

body::-moz-scrollbar {
    background: #6D6B61;
    width: 4px;
}

body::-moz-scrollbar-thumb {
    background: #A78748;
    border-radius: 50px;
}

.btn1 {
    display: inline-block;
    border-radius: 8px;
    background: linear-gradient(45deg, #A78748, #6D6B61);
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    transition: .8s;
    width: auto !important;
}

.btn1 a {
    display: inline-block;
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #0D1117;
    text-align: center;
    padding: 15px 75px;
    z-index: 1;
    position: relative;
}


.btn1::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 180px;
    transform: rotate(45deg) translate(-150px, 0px);
    background: #C3B598;
    filter: blur(40px);
    transition: .8s;
}

.btn1:hover {
    transform: scale(1.1);
    transition: .8s;
}

.btn1:hover::before {
    transform: rotate(45deg) translate(250px, -300px);
    transition: .8s;
}

.as {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-size: cover !important;
    background-position: top right;
}

.ac {
    width: 80%;
    max-width: 1090px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sec1 {
    width: 80%;
    max-width: 1380px;
    padding: 120px 0px;
}

.sec1 img {
    width: 84px;
}

.sec1 h1 {
    font-family: 'reem kufi';
    font-size: 96px;
    font-weight: normal;
    line-height: 120%;
    color: #A78748;
    margin-top: 90px;
}

.sec1 p {
    font-family: 'lato';
    font-size: 24px;
    font-weight: 300;
    color: #B7A686;
    margin-top: 15px;
}

.lines {
    width: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lines div {
    margin: 13px 0px;
    background: linear-gradient(0deg, transparent, #A78748 15%, #A78748 85%, transparent);
    border-radius: 100px;
    width: 3px;
}

.lines img {
    width: 100%;
    object-fit: cover;
}

.sections {
    width: 100%;
    max-width: 755px;
}

.sec2 {
    width: 100%;
    margin-top: 300px;
}

.sec2 h1 {
    font-family: 'reem kufi';
    font-size: 96px;
    font-weight: normal;
    line-height: 120%;
    color: #A78748;
    margin-top: 90px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.sec2 p {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin-top: 15px;
}

.sec3 {
    width: 100%;
    margin-top: 300px;
}

.sec3 h1 {
    font-family: 'reem kufi';
    font-size: 96px;
    font-weight: normal;
    line-height: 120%;
    color: #A78748;
    margin-top: 90px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.sec3 p {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin-top: 15px;
}

.sec3 ul {
    margin-top: 50px;
}

.sec3 li {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin: initial;
    margin-top: 30px;
    list-style: url('../themes/images/star_icon.png');
    list-style-position: inside;
}

.sec4 {
    width: 100%;
    max-width: 1665px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.sec4 h1 {
    font-family: 'reem kufi';
    font-size: 96px;
    font-weight: normal;
    line-height: 120%;
    color: #A78748;
    margin-top: 90px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    text-align: center;
}

.sec4 p {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin-top: 30px;
    max-width: 740px;
    text-align: center;
}

.sec4 section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 140px;
}

.sec4 div {
    width: 80%;
    max-width: 370px;
    min-height: 840px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
}

.sec4 div span {
    display: block;
    width: 100%;
}

.sec4 div span span {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-end;
    width: 100%;
}

.sec4 div h1 {
    font-family: 'reem kufi';
    font-size: 64px;
    font-weight: normal;
    line-height: 120%;
    color: #ffffff;
    margin: initial;
    width: auto;
    text-align: left;
    word-break: break-all;
}

.sec4 div h3 {
    font-family: 'reem kufi';
    font-size: 32px;
    font-weight: normal;
    line-height: 120%;
    color: #ffffff;
    margin-top: 30px;
}

.sec4 div span span h3 {
    width: auto;
    margin-top: initial;
}

.sec4 div p {
    text-align: left;
}

.sec4 div ul {
    margin-top: 50px;
}

.sec4 div li {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin: initial;
    margin-top: 30px;
    list-style: url('../themes/images/star_icon.png');
    list-style-position: inside;
}

.sec4 .silver {
    background: linear-gradient(145deg, transparent 30%, #343637 100%);
    border-right: 1px solid rgba(167, 135, 72, 0.2);
    border-bottom: 1px solid rgba(167, 135, 72, 0.2);
}

.sec4 div.silver h2 {
    font-family: 'reem kufi';
    font-size: 48px;
    font-weight: normal;
    line-height: 120%;
    color: transparent;
    background: linear-gradient(90deg, #ffffff, #858585);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-align: left;
    width: 100%;
}

.sec4 .gold {
    background: linear-gradient(145deg, transparent 30%, rgba(167, 135, 72, 0.2) 100%);
    border-right: 1px solid rgba(167, 135, 72, 0.2);
    border-bottom: 1px solid rgba(167, 135, 72, 0.2);
}

.sec4 div.gold h2 {
    font-family: 'reem kufi';
    font-size: 48px;
    font-weight: normal;
    line-height: 120%;
    color: transparent;
    background: linear-gradient(90deg, #C3B598, #A78748);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-align: left;
    width: 100%;
}

.sec4 .custom {
    background: linear-gradient(145deg, transparent 30%, rgba(140, 72, 167, 0.2) 100%);
    border-right: 1px solid rgba(167, 135, 72, 0.2);
    border-bottom: 1px solid rgba(167, 135, 72, 0.2);
}

.sec4 div.custom h2 {
    font-family: 'reem kufi';
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    color: transparent;
    background: linear-gradient(90deg, #C3B598, rgb(207, 146, 231));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-align: left;
    width: 100%;
}

.sec4 .site {
    background: linear-gradient(145deg, transparent 30%, rgba(137, 158, 240,0.2) 100%);
    border-right: 1px solid rgba(46, 79, 211,0.2);
    border-bottom: 1px solid rgba(46, 79, 211,0.2);
}

.sec4 div.site h2 {
    font-family: 'reem kufi';
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    color: transparent;
    background: linear-gradient(90deg, #C3B598, #A1B4FF);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-align: left;
    width: 100%;
}

.sec4 .software {
    background: linear-gradient(145deg, transparent 30%, rgba(231, 67, 152, 0.2) 100%);
    border-right: 1px solid rgba(231, 67, 152, 0.2);
    border-bottom: 1px solid rgba(231, 67, 152, 0.2);
}

.sec4 div.software h2 {
    font-family: 'reem kufi';
    font-size: 40px;
    font-weight: normal;
    line-height: 120%;
    color: transparent;
    background: linear-gradient(90deg, #C3B598, #FF99CE);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    text-align: left;
    width: 100%;
}

.sec6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 200px;
}

.sec6 h1 {
    font-family: 'reem kufi';
    font-size: 96px;
    font-weight: normal;
    line-height: 120%;
    color: #A78748;
    margin-top: 90px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    text-align: center;
}

.sec6 p {
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #B7A686;
    margin-top: 15px;
    max-width: 740px;
    text-align: center;
}

.sec6 div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0px;
}

.sec6 a {
    font-size: 50px;
    color: #A78748;
    transition: .5s;
}

.sec6 a:hover {
    color: #C3B598;
    transition: .5s;
}

.sec6 a:not(:first-child) {
    margin-left: 30px;
}

.sec6 form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sec6 form input {
    width: 100%;
    font-family: 'lato';
    font-size: 24px;
    color: #ffffff;
    padding: 13px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(167, 135, 72, 0.2), rgba(13, 17, 23, 0.2));
    border: none;
    border-bottom: 1px solid rgba(167, 135, 72, 0.2);
    border-right: 1px solid rgba(167, 135, 72, 0.2);
    margin: 32px 0px;
}

.sec6 form input::placeholder {
    font-family: 'reem kufi';
    color: #6C6453;
}

.sec6 form textarea {
    width: 100%;
    font-family: 'lato';
    font-size: 24px;
    color: #ffffff;
    padding: 13px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(167, 135, 72, 0.2), rgba(13, 17, 23, 0.2));
    border: none;
    border-bottom: 1px solid rgba(167, 135, 72, 0.2);
    border-right: 1px solid rgba(167, 135, 72, 0.2);
    margin: 32px 0px;
    resize: none;
    height: 330px;
}

.sec6 form textarea::placeholder {
    font-family: 'reem kufi';
    color: #6C6453;
}

.sec6 form div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sec6 form span {
    display: inline-block;
    border-radius: 8px;
    background: linear-gradient(145deg, #A78748, #C3B598);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    transition: .8s;
    width: auto !important;
}

.sec6 form span button {
    display: inline-block;
    font-family: 'lato';
    font-size: 24px;
    font-weight: normal;
    color: #0D1117;
    text-align: center;
    padding: 15px 110px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
}


.sec6 form span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 180px;
    transform: rotate(45deg) translate(-150px, 0px);
    background: #ffffff;
    filter: blur(40px);
    transition: .8s;
}

.sec6 form span:hover {
    transform: scale(1.1);
    transition: .8s;
}

.sec6 form span:hover::before {
    transform: rotate(45deg) translate(250px, -300px);
    transition: .8s;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #A78748;
    padding: 20px 0px;
}

footer section {
    width: 80%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

footer p {
    font-family: 'lato';
    font-size: 24px;
    color: #0D1117;
}

footer a {
    font-family: 'lato';
    font-size: 24px;
    color: #0D1117;
    transition: .5s;
}

footer a:hover {
    transition: .5s;
    color: #C3B598;
}

@media (max-width: 1030px) {
    .lines {
        display: none;
    }
}

@media (max-width: 550px) {
    .sec1 h1 {
        font-size: 60px;
    }

    .sec1 p {
        font-size: 17px;
    }

    .sec4 h1 {
        font-size: 50px;
    }

    .sec4 p {
        max-width: 300px;
    }

    .sec4 div {
        margin: 40px 40px;
        box-sizing: border-box;
        padding: 20px;
    }

    .sec4 div h1 {
        font-size: 60px;
    }

    .sec4 .btn1 a {
        padding: 15px 30px;
    }
}