@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
html{
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
  }
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: #F1F3F4;
    align-content: center;
    scroll-behavior: smooth;
}

header,
footer {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #F1F3F4;
    align-content: center;
    overflow: hidden;
}

header nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F1F3F4;
    margin-right: 30px;
    filter: drop-shadow(0px 6px 33px rgba(0, 0, 0, 0.12));
}

header nav ul {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    width: 400px;
}

header nav ul li {
    font-weight: 400;
    font-size: 12px;
    list-style-type: none;
    width: 80px;
    text-align: center;
}

header nav ul li a {
    text-decoration: none;
    line-height: 80px;
    color: black;
}

header nav ul li a:hover {
    color: red;
    text-decoration: none;
}

.second {
    background-color: #ffffff;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    min-width: 250px;
}

.first {
    font-size: 15px;
    border: 0px;
    color: #3A4149;
    width: 40%;
    min-width: 250px;
}

.first p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    margin: 0;
}

.main-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}

.main-title{
    display: flex;
    justify-content: center;
    padding:30px 0;
}

hr {
    margin: 10px 3%;
    opacity: 20%;
}



table {
    border-spacing: 5px;
}

footer p,
footer p a,
footer address,
footer img {
    color: #3A4149;
    text-decoration: none;
    padding-top: 30px;
    text-align: center;
}

footer p a:hover {
    color: red;
}

section {
    overflow: hidden;
    background: white;
    width: 100%;
}

section a {
    color: #ED0000;
    text-decoration: underline;
    font-weight: 600;
}

.adsClass {
    justify-content: center;
}

a:hover {
    color: #3A4149;
    text-decoration: underline;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: white;
    padding: 20px 40px;
    gap: 80px;
}

.nav div {
    font-size: 20px;
    font-weight: 700;
    width: 50%;
    text-align: center;
    border-radius: 10px;
    border: 1px solid red;
}

.referer h2 {
    padding-top: 20px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}


.sticky-sidebar-main {
    width: 100%;
    margin: 0 auto;
}

.sticky-sidebar-main::after {
    display: table;
    content: "";
    clear: both;
}

.sticky-sidebar-main .sandbox {
    width: 60%;
    margin: 0 0 40px;
    float: left;
}

.sticky-sidebar {
    background: #F1F3F4;
    padding: 40px 40px 60px;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0 12px 0 -6px #3A4149;
    position: fixed;
    right: 0%;
    width: 36%;
    float: right;
}

.loading-container {
    margin: 70px auto;
    width: 40px;
}

.dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
}

.dot1 {
    background-color: #3A4149;
    animation: jump-up 0.6s 0.1s linear infinite;
}

.dot2 {
    background-color: #7c8188;
    animation: jump-up 0.6s 0.2s linear infinite;
}

.dot3 {
    background-color: #a0a5ab;
    animation: jump-up 0.6s 0.3s linear infinite;
}

select {
    border: 4px solid #3A4149;
    background-color: transparent;
    border-radius: 10px;
    height: 70px;
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    margin: 15px 0;
    text-indent: 15px;
    color: #3A4149;
    -webkit-appearance:none;
}


input[type=number] {
    margin-right: 100%;
    border: 4px solid #3A4149;
    background-color: transparent;
    border-radius: 10px;
    height: 70px;
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    margin: 15px 0;
    text-indent: 15px;
    color: #3A4149;
    -webkit-appearance:none;
}

input[type=text] {
    margin-right: 100%;
    border: 4px solid #3A4149;
    background-color: transparent;
    border-radius: 10px;
    height: 70px;
    font-size: 1em;
    font-weight: 900;
    width:100%;
    margin: 15px 0;
    text-indent: 15px;
    color: #3A4149;
    -webkit-appearance:none;
}

label{
    font-weight: 900;
    font-size: 1.53em;
}

input[type=submit] {
    border: 0 solid;
    border-radius: 10px;
    background-color: #ED0000;
    height: 70px;
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 15px 0;
    color: #fff;
    -webkit-appearance:none;
}

input[type=submit]:hover {
    background-color: #d30000;
}

input[type=submit]:active {
    background-color: #bc0000;
}

input[type=button] {
    border: 0 solid;
    border-radius: 10px;
    background-color: #ED0000;
    outline: none;
    height: 70px;
    font-size: 1em;
    font-weight: 900;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    /* -webkit-appearance:none; */
}

input[type=button]:hover {
    background-color: #d30000;
}

input[type=button]:active {
    background-color: #bc0000;
}

.main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.main-body {
    display: flex;
    justify-content: center;
    width: 100%;
}

main {
 display: flex;
 gap: 50px;
 padding: 0 10%;
 flex-direction: row-reverse;
 max-width: 1000px;
 width: 100%;
}

@media(max-width:765px) {
    .nav {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .nav div {
        font-size: 15px;
        width: 100%;
    }
    .referer h2 {
        font-size: 15px;
    }
    
    main{
        flex-direction: column-reverse;
        justify-content: center;
    }
    .first{
        width: 100%;
        padding: 0;
        /* padding: 0 20px; */
        /* margin: 0 10px; */
    }

    .main-title{
        padding:20px 0;
    }

    .main-title h1{
        font-weight: 900;
        font-size: 30px;
    }
}

@media(max-width:425px) {
    header nav ul li {
        font-size: 10px;
    }
    header nav ul {
        margin: 0 auto;
    }

    .main-title{
        padding:10px 0;
    }

    .main-title h1{
        font-weight: 900;
        font-size: 30px;
    }
}

@media(max-width:375px) {
    header nav ul li {
        font-size: 10px;
    }
    header nav ul {
        width: 250px;
        margin: 0 auto;
        padding: 0 10px;
    }
}