:root {
    --pleasantblue: #2980b9;
    --deepblue: #2c3e50;
    --pastel: #AEC6CF;
    --gray: rgb(127 140 141);
    --sweetorange: rgb(231 76 60);
        --md-ref-typeface-plain:     font-family: Quicksand, sans-serif;

    --md-sys-color-primary: rgb(43 99 139);
  --md-sys-color-surface-tint: rgb(43 99 139);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(204 229 255);
  --md-sys-color-on-primary-container: rgb(0 30 49);
  --md-sys-color-secondary: rgb(81 96 111);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(212 228 246);
  --md-sys-color-on-secondary-container: rgb(13 29 42);
  --md-sys-color-tertiary: rgb(102 88 123);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(237 220 255);
  --md-sys-color-on-tertiary-container: rgb(34 21 52);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(65 0 2);
  --md-sys-color-background: rgb(247 249 255);
  --md-sys-color-on-background: rgb(24 28 32);
  --md-sys-color-surface: rgb(247 249 255);
  --md-sys-color-on-surface: rgb(24 28 32);
  --md-sys-color-surface-variant: rgb(222 227 235);
  --md-sys-color-on-surface-variant: rgb(66 71 78);
  --md-sys-color-outline: rgb(114 120 126);
  --md-sys-color-outline-variant: rgb(194 199 206);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(45 49 53);
  --md-sys-color-inverse-on-surface: rgb(238 241 246);
  --md-sys-color-inverse-primary: rgb(152 204 249);
  --md-sys-color-primary-fixed: rgb(204 229 255);
  --md-sys-color-on-primary-fixed: rgb(0 30 49);
  --md-sys-color-primary-fixed-dim: rgb(152 204 249);
  --md-sys-color-on-primary-fixed-variant: rgb(6 75 114);
  --md-sys-color-secondary-fixed: rgb(212 228 246);
  --md-sys-color-on-secondary-fixed: rgb(13 29 42);
  --md-sys-color-secondary-fixed-dim: rgb(184 200 218);
  --md-sys-color-on-secondary-fixed-variant: rgb(57 72 87);
  --md-sys-color-tertiary-fixed: rgb(237 220 255);
  --md-sys-color-on-tertiary-fixed: rgb(34 21 52);
  --md-sys-color-tertiary-fixed-dim: rgb(209 191 231);
  --md-sys-color-on-tertiary-fixed-variant: rgb(78 65 98);
  --md-sys-color-surface-dim: rgb(215 218 223);
  --md-sys-color-surface-bright: rgb(247 249 255);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(241 244 249);
  --md-sys-color-surface-container: rgb(235 238 243);
  --md-sys-color-surface-container-high: rgb(230 232 238);
  --md-sys-color-surface-container-highest: rgb(224 226 232);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}


.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
}
.main_title {
    position: absolute;
    left: 50%;
    top: 350px;
    transform: translate(-50%, -50%);
    color: var(--md-sys-color-primary);
    text-align: center;
    font-family: 'Rubik', Impact, sans-serif;
    font-size: 3vw;
}
.content-1 {
    background: var(--pastel);
    padding: 25px 0;
    height: 100vh;
    position: relative;
    margin-top: 100px;
}
.content-1::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -20px;
    z-index: -1;
    background: inherit;
    width: 120vw;
    height: 50px;
    rotate: 2deg;
    padding: 20px;


}
.main_title h2 {
    margin-top: 0;
}.worldimg .img {
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 70px;
    z-index: -2;
    left: 0;
    width: 100vw;
}

.worldimg {
    height: 65vh;
    width: 100vw;
}
.content-1 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mt {
    padding: 30px;
    color: white;
    border-radius: 35px;
    width: 150px;
    display: inline-block
    font-family: Rubik;
    background: var(--md-sys-color-secondary);
}
.main_title h1 {
    margin: 0;
    display: inline-block;
    color: white;
    background: var(--pleasantblue);
    padding: 25px 45px;
    border-radius: 25px;
    font-family: 'Lobster', sans-serif;
}
a:not(.nav a) {
    color: var(--pleasantblue);
    transition: 0.2s linear color;
    font-weight: bold;
    text-decoration: none;
}
.nav a:hover .fa-solid {
    rotate: 90deg;
}
.nav a:hover + .dropdown-content, .dropdown-content:hover {
    display: flex;
}
.dropdown-content:hover ~ a .fa-solid {
    rotate: 90deg;
}
.errorstate {
    padding: 7px;
    display: inline-block;
    width: 70%;
    border-radius: 5px;
    background-color: #f4c9c9;
    color: red;
    border: 1px solid red;
  }
.button {
cursor: pointer;
outline: 0;
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
background-color: transparent;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 1rem;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
color: #0d6efd;
border-color: #0d6efd;
}
.button:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.quicklinks {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
}
.quicklinks a i {
    transition: 0.1s ease transform;
    transform: translateX(3px);
}
.quicklinks a:hover  i {
    transform: translateX(8px);
}
a:not(.nav a):hover {
    color: var(--deepblue);
}
body {
    overflow-x: hidden;
    background-color: var(--pastel);
    margin: 0;
    font-family: Quicksand, sans-serif;
    padding: 0;
    text-align: center;.worldimg .img {
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 70px;
    z-index: -2;
    left: 0;
    width: 100vw;
}

}
.panel {
    min-width: 350px;
    margin-top: 50px;
    display: inline-block;
    background: white;
    box-shadow: 0 10px 30px #2226;
    padding: 15px;
    width: 40%;
    min-height: 500px;
    text-align: center;
    border-radius: 15px;
}
.logo {
    width: 225px;
    height: 50px;
    cursor: pointer;
    background-image: url('https://i.ibb.co/MghVMz1/Untitled-4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dropdown-activator {
    cursor: pointer;
}
.links {
    display: flex;
    gap: 20px;
    align-items: center;
}
.dropdown-content {
    z-index: -1;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 30px #3338;
    justify-content: center;
    position: absolute;
    top: 65px;
    background-color: var(--pleasantblue);

}
.nav .fa-solid {
    transition: 0.2s ease rotate;
}
.active .fa-solid {
    rotate: 90deg;
}
.show {
    display: flex;
}
.btn {
    padding: 12px;
    margin-left: 10px;  
    font-size: 14pt;
    color: white;
    text-decoration: none;
    background-color: var(--deepblue);
    border-radius: 5px;
    transition: 0.1s linear background-color;
    cursor: pointer;
}
.btn:hover::before {
    width: 100% !important;
}
.btn:hover {
    background-color: var(--deepblue);
}
.nav {
    position: fixed;
    width: 100vw;
    background-color: var(--md-sys-color-surface-container);
    color: white;
    padding: 8px 0;
    display: flex;
    justify-content: space-around;
    z-index: 2;
    align-items: center;
    box-shadow: 0 0 35px #222b;
}
.nav a {
    padding: 8px;
    margin-left: 10px;  
    font-size: 12pt;
    color: white;
    text-decoration: none;
    position: relative;
}
.nav a::before {
    content: '';
    display: block;
    transition: 0.4s ease width;
    position: absolute;
    bottom:0;
    left:0;
    border-bottom:1px solid white;
    width: 0%;
}
.nav a:hover::before {
    width: 100%;
}

@media (max-width: 899px) {
    .panel {
        justify-content: center;
    }
    .main_title {
        font-size: 26px;
    }
    .clicked:first-child {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .clicked:nth-child(2) {
        opacity: 0;
    }

    .clicked:last-child {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    .hamburger {
        display: block;
    }
    .links {
        display: none;
    }
    .mbl {
        position: absolute;
        background: var(--md-sys-color-background);
        top: 70px;
        left:0;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
    }
    .worldimg img {
        width: 899px;
        
  transform: scaleX(-1);
    }
}