.footer{padding:3em 0}.footer .footer-wrapper{max-width:1200px;margin:auto;display:flex;justify-content:space-between}.footer .footer-wrapper .box{width:30%}.footer .footer-wrapper .box .email{margin-top:1em;font-weight:600;font-size:18px}.footer .footer-wrapper .box .copyright{margin-top:10px;font-size:18px;font-weight:600}.footer .footer-wrapper .footer-links{width:50%;display:flex;justify-content:space-between;align-items:center;gap:2em}.footer .footer-wrapper .footer-links .explore .head{font-weight:600}.footer .footer-wrapper .footer-links .explore ul{display:flex;flex-direction:column;gap:.7em;margin-top:1.5em}.footer .footer-wrapper .footer-links .explore ul a{font-size:15px}@media screen and (max-width: 768px){.footer{padding:3em 0}.footer .footer-wrapper{max-width:85%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2em}.footer .footer-wrapper .box{width:100%}.footer .footer-wrapper .box .email,.footer .footer-wrapper .box .copyright{font-size:15px}.footer .footer-wrapper .footer-links{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2em}}@media screen and (min-width: 769px) and (max-width: 1024px){.footer{padding:3em 0}.footer .footer-wrapper{max-width:85%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2em}.footer .footer-wrapper .box{width:100%}.footer .footer-wrapper .box .email,.footer .footer-wrapper .box .copyright{font-size:15px}.footer .footer-wrapper .footer-links{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2em}}header{position:relative}header .navbar{display:flex;justify-content:space-between;align-items:center;padding:15px;position:fixed;width:100%;height:60px;background-color:#fff;z-index:100}header .navbar .hamburger-logo{display:flex;align-items:center;gap:1.5em}header .navbar .hamburger-logo .hamburger{cursor:pointer;font-size:18px}header .navbar .hamburger-logo .logo{font-weight:700;font-size:15px}header .navbar .profile{display:flex;align-items:center;gap:1.5em;font-size:18px}header .navbar .profile .name{font-weight:600}header .navbar .profile .notif{display:flex;align-items:center;gap:2px}header .navbar .nav-links{display:flex;align-items:center;gap:2em;font-size:13px;font-weight:600}header .navbar .nav-links .links{display:flex;align-items:center;gap:2em}header .navbar .nav-links .links a{color:#131313;padding:3px 5px;border-radius:3px}header .navbar .nav-links .links a:hover{background-color:#d9d9d9c8;transition:background-color .3s}header .navbar .nav-links .toggle-theme{cursor:pointer}header .navbar .nav-links .toggle-theme .fa-moon{font-size:16px}header .navbar .nav-links .countries{position:relative}header .navbar .nav-links .countries .cont-container{display:flex;align-items:center;gap:10px;cursor:pointer}header .navbar .nav-links .countries .cont-container img{width:25px}header .navbar .nav-links .countries .cont-container p{font-size:15px;font-weight:600}header .navbar .nav-links .countries .countries-drp{position:absolute;top:0;right:0;margin-top:22px;background-color:#fff;width:250px;height:60vh;z-index:100;display:block;box-shadow:0 1px 2px #000000bf}header .navbar .nav-links .countries .countries-drp .wrapper{width:100%;height:100%;overflow-y:scroll;display:flex;flex-wrap:wrap;justify-content:space-around;gap:10px;padding:10px}header .navbar .nav-links .countries .countries-drp .wrapper .countries-card{width:40%;height:80px;display:flex;align-items:center;justify-content:space-around;cursor:pointer}header .navbar .nav-links .countries .countries-drp .wrapper .countries-card:hover{background-color:var(--ash-bgc-dark)}header .navbar .nav-links .countries .countries-drp .wrapper .countries-card img{width:30px}header .navbar .nav-links .countries .countries-drp .wrapper .countries-card span{font-weight:600;font-size:15px}header .sidebar{position:fixed;top:0;left:0;width:100%;height:100vh;display:block;z-index:50;background-color:#2d2d2d79}header .sidebar .side-bar-wrapper{width:300px;height:100%;background-color:#fff;overflow:auto}header .sidebar .side-bar-wrapper img{margin-top:4em;margin-left:1em;width:100px}header .sidebar .side-bar-wrapper .links{display:flex;flex-direction:column;justify-content:flex-start;margin-top:1em}header .sidebar .side-bar-wrapper .links a{height:50px;display:flex;justify-content:flex-start;align-items:center;gap:1em;padding:0 2em}header .sidebar .side-bar-wrapper .links a:hover{background-color:var(--ash-bgc-dark)}header .sidebar .side-bar-wrapper .links a span{font-size:14px;font-weight:600}header .sidebar .side-bar-wrapper .links a .icon{font-size:18px}@media screen and (max-width: 768px){header .navbar .hamburger-logo{display:flex;gap:1em}header .navbar .nav-links .links{display:none}header .navbar .nav-links .toggle-theme .fa-moon{font-size:17px}header .navbar .nav-links .countries{gap:8px}header .navbar .nav-links .countries p{font-size:17px}}@media screen and (min-width: 769px) and (max-width: 1024px){header .navbar .hamburger-logo{display:flex;gap:1em}header .navbar .nav-links .links{display:none}header .navbar .nav-links .toggle-theme .fa-moon{font-size:17px}header .navbar .nav-links .countries{gap:8px}header .navbar .nav-links .countries p{font-size:17px}}footer{margin-top:1em;width:100%;background-color:var(--background-colour);height:60px;position:fixed;bottom:0;display:flex;align-items:center}footer .wrapper{width:35%;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:2em}footer .wrapper .home{display:flex;align-items:center;gap:10px;font-size:18px;cursor:pointer;color:var(--text-color)}footer .wrapper .home p{font-size:14px;font-weight:600}footer .wrapper .home.is-active{color:var(--btn-color)}.styled-dropdown{background-color:transparent;border:none;padding:8px;font-size:16px;color:#333;cursor:pointer}.styled-dropdown:focus{outline:none;border-color:#007bff}
