*,
::before,
::after {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    background: #fefefe;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000
}

h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000
}

h4,
ol li,
p,
ul li,
ol li {
    font-weight: 400;
    color: #000000
}

h4 {
    font-size: 16px;
    line-height: 18px;
    color: #000000
}

ol li,
p,
ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #000000
}

ol,
ul {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 0 0 20px
}

ol li {
    list-style: decimal;
    color: #000000
}

ul li {
    list-style: disc;
    color: #000000
}

b,
strong {
    font-weight: 700
}

.mt-40 {
    margin-top: 40px
}

.mt-20 {
    margin-top: 20px
}

.text-center {
    text-align: center;
}

header {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.sub-header {
    max-width: 990px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.logo {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
}

nav a {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

nav a:hover {
    color: #c10841;
}


.dropdown button {
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #e6e6e6;
    min-width: 120px;
    right: 0;
    z-index: 1;
    padding: 5px 0px;
    margin: 0;
    margin-top: 10px;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    display: block;
    padding: 2px 15px;
}

.dropdown button:hover {
    color: #c10841;
}

.dropdown-menu li a:hover {
    background-color: #FFFFFF;
    color: #c10841;
}

.hero-section {
    background: rgb(255 69 78 / 8%);
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.main-search-section {
    max-width: 960px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.form {
    max-width: 730px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0 0;
    position: relative;
}

.form input[type="text"] {
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 10px;
    border: 2px solid #f20a51;
    background: #fff;
    padding: 18px 20px;
    width: 100%;
    height: 54px;
}

.form input[type="text"]::placeholder {
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}

.submit {
    border-radius: 10px;
    background: #f20a51;
    box-shadow: 0 25px 20px -20px rgba(242, 10, 80, 0.6);
    border: #f20a51;
    padding: 15px 32px;
    cursor: pointer;
}

.submit span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.contain {
    max-width: 960px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.feature-section {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-section .feature-box {
    border: 1px solid #e6e6e6;
    background: transparent;
    padding: 16px;
    text-align: center;
}

footer {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

.sub-footer {
    max-width: 960px;
    width: 100%;
    height: auto;
    padding: 0px 15px 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.copyright {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-link a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}