@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Fustat", serif;
    background: #F2F0EF;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Outfit", serif;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
@font-face {
    font-family: 'Midnight Sans RD Pro';
    src: url('../fonts/MidnightSansRDPro-36Black.woff2') format('woff2'),
        url('../fonts/MidnightSansRDPro-36Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

/* header start  */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding-top: 18px;
}

.main-btn {
    color: #1E1B30;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 60px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
    position: relative;
    border: 1px solid transparent;
}

.main-btn.bg-yellow {
    background: #FFD935;
}
.main-btn:hover{
    background: transparent;
    border-color: #1E1B30;
    color: #1E1B30;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.header-inner{
    padding-inline: 40px;
}
.header-main ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-main ul li a {
    font-size: 14px;
    color: #1E1B30;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.header-main ul li a:hover{
    color: #FFD935;
}
.main-btn::after {
    content: "";
    position: absolute;
    width: 73px;
    height: 37px;
    left: 3px;
    top: 3px;
    background-image: url('../images/btn-shape.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero {
    background: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 109px;
    padding-bottom: 135px;
}

.hero-container {
    max-width: 1353px;
    width: 100%;
    margin: 0 auto;
}
.hero-inner{
    padding-inline: 40px;
}
.hero h1 {
    font-size: 140px;
    color: #1E1B30;
    font-family: "Midnight Sans RD Pro";
    font-style: normal;
    font-weight: 900;
    line-height: 95%;
    text-transform: uppercase;
    max-width: 629px;
    width: 100%;
}

.hero p {
    font-size: 36px;
    color: #1E1B30;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -1px;
    padding-bottom: 28px;
}

.hero ol {
    display: flex;
    align-items: center;
    gap: 19px;
}

.hero .main-btn {
    padding-inline: 32px;
    height: 63px;
}

.hero .main-btn::after {
    width: 112px;
    height: 57px;
}

.main-btn.purple-btn {
    background: #89F;
}
.main-btn.purple-btn:hover {
    background: transparent;
}

.hero-inner {
    display: flex;
    align-items: center;
}

.boxes-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.boxes-sec small {
    font-size: 24px;
    color: #1E1B30;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    display: block;
    padding-bottom: 2px;
}

.boxes-main {
    display: grid;
    grid-auto-flow: column;
    padding-inline: 40px;
    gap: 20px;
}

.boxes {
    border-radius: 32px;
    background: #FFF;
    padding: 40px;
    flex-grow: 1; /* Prevents shrinking */
    min-width: 0; /* Ensures it doesn’t overflow */
}

.boxes h2 {
    font-size: 52px;
    color: #1E1B30;
    font-family: "Midnight Sans RD Pro";
    font-style: normal;
    font-weight: 900;
    line-height: 95%;
    text-transform: uppercase;
}

.icon-main {
    display: block;
    margin: 29px auto;
}

.boxes-sec {
    padding-bottom: 20px;
}

.contact-main {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFDA34;
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 60px;
    border-radius: 32px;
    border: 1px solid rgba(186, 246, 246, 0.30);
    position: relative;
    margin-inline: 40px;
}

.contact-inner h3 {
    font-size: 52px;
    color: #1E1B30;
    font-family: "Midnight Sans RD Pro";
    font-style: normal;
    font-weight: 900;
    line-height: 95%;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.contact-inner p {
    font-size: 32px;
    color: #1E1B30;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -1px;
}
.contact-inner p a {
    color: #1E1B30;
}
.main-btn.bg-purple{
    background: #89F;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 348px;
    width: 100%;
}
.main-btn.bg-purple:hover{
    background: transparent;
}
.main-btn.bg-purple::after{
    width: 112px;
    height: 57px;
}
.contact-info{
    margin-bottom: 40px;
}
footer{
    padding-bottom: 46px;
}
.footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 40px;
    border-top: 1px solid  rgba(30, 27, 48, 0.30);
    padding-top: 20px;
}
.footer-inner ul{
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer-inner p{
    font-size: 14px;
    color: #1E1B30;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: 0.1px;
}
.hamburger,
.mbl-charchter{
    display: none;
}
.header-main-list{
    display: flex;
        align-items: center;
        justify-content: space-between;
        width: 60%;
}
.brand-main{
    width: 40%;
}
.mbl-shape{
    display: none;
}
.boxes-main p{
    font-size: 19px;
    color: #1E1B30;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 30.4px */
}
