@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins}:root{--bg-color: #202020}html{font-size:48.5%;font-family:urbanist}body{background-color:#000;padding-top:10rem}h1,h2,h3,h4,h5{color:#fff}p,li,a,button{font-size:1.7rem;letter-spacing:.1rem;line-height:1.6;color:#fff}li{list-style:none}a{color:#000;text-decoration:none}a:hover{color:#2e86c1}button{display:flex;gap:1.2rem;align-items:center;font-family:inherit;font-weight:500;line-height:1.5;cursor:pointer;padding:.6rem 2.4rem;text-align:center;outline:none;border:none;text-transform:unset;transition:all .3s ease-in-out;background:#202020;color:#fff;border-radius:1.5rem;border-width:.1rem;border-style:solid;-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem}.container{max-width:140rem;margin:auto}.grid{display:grid}.grid-two-cols{grid-template-columns:repeat(2,1fr)}.grid-three-cols{grid-template-columns:repeat(3,1fr)}.grid-four-cols{grid-template-columns:repeat(4,1fr)}header{position:fixed;top:0;left:0;height:10rem;z-index:9999;box-shadow:#ffffff4d 0 10px 10px -10px;background-color:#202020;width:100%}header .container{height:10rem}.active{color:#3a4ed5}.navbar-grid{grid-template-columns:.5fr 1fr;align-items:center;height:10rem;padding:0 3.2rem}nav ul{display:flex;justify-content:flex-end;gap:3.2rem;color:#fff}nav ul li a{color:#fff}nav ul li a{position:relative;color:#fff;text-decoration:none;padding:.5rem 0;transition:color .3s ease}nav ul li a:after{content:"";position:absolute;left:0;bottom:-5px;width:0%;height:3px;background:#3a4ed5;box-shadow:0 0 10px #3a4ed5,0 0 20px #3a4ed5;transition:width .3s ease,box-shadow .3s ease;border-radius:2px}nav ul li a:hover{color:#3a4ed5}nav ul li a:hover:after{width:100%;box-shadow:0 0 15px #3a4ed5,0 0 30px #3a4ed5}.ham-menu{display:none}@media screen and (max-width:998px){.menu-web{display:none}.ham-menu{display:flex;justify-content:flex-end}.menu-mobile{position:absolute;top:10rem;left:0;background-color:#0d1212;width:100%;box-shadow:#fffcfc40 0 14px 28px}.menu-mobile ul{display:flex;flex-direction:column;align-items:center}.menu-mobile ul li:first-child{margin-top:1.2rem}.menu-mobile ul li:last-child{margin-bottom:1.2rem}}.hero-section .container{padding:3.2rem;margin:9rem auto;gap:6.4rem}.paragraph{margin:3.2rem 0}.heading-xl{font-family:inherit;font-size:clamp(5.2rem,6vw,4.241rem);font-weight:700;line-height:1.15;letter-spacing:-1px}.hero-image{display:flex;justify-content:center;align-items:center}.container .banner-image{width:100%}@media screen and (max-width:990px){.hero-content{order:1}.container .banner-image{width:80%;order:0}}.section-about{margin:0 auto 9rem}.gradient-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}@media screen and (max-width:991px){.gradient-cards{grid-template-columns:1fr}}.container-title{text-align:center;padding:0!important;margin:40px auto;font-size:40px;color:#fff;font-weight:600;line-height:60px}.card{max-width:55rem;border:0;width:100%;margin-inline:auto}.container-card{position:relative;border:2px solid transparent;background:linear-gradient(71deg,#080509,#1a171c,#080509);background-clip:padding-box;border-radius:45px;padding:40px;margin:1.6rem}.bg-green-box,.bg-white-box,.bg-yellow-box,.bg-blue-box{position:relative}.bg-green-box:after,.bg-white-box:after,.bg-yellow-box:after,.bg-blue-box:after{position:absolute;inset:-1px;content:"";z-index:-1;border-radius:45px}.bg-green-box:after{background:linear-gradient(71deg,#0d1212,#3da077,#0d1212)}.bg-white-box:after{background:linear-gradient(71deg,#121013,#b0afb0,#121013)}.bg-yellow-box:after{background:linear-gradient(71deg,#110e0e,#afa220,#110e0e)}.bg-blue-box:after{background:linear-gradient(71deg,#0c0a0e,#5f6fad,#0c0a0e)}.card-title{font-weight:600;color:#fff;letter-spacing:-.02em;line-height:40px;font-style:normal;font-size:28px;padding-bottom:8px}.card-description{font-weight:600;line-height:32px;color:#ffffff80;font-size:16px;max-width:470px}.footer-contact{height:10rem;display:flex;gap:2.4rem;align-items:center;margin:auto 1.6rem}.footer-contact .icon{color:#3a4ed5;font-size:3.6rem;display:flex;align-items:center;justify-content:center}.footer-contact .icon .icon:nth-child(2){rotate:90deg}.footer-contact-text{display:flex;flex-direction:column;gap:.6rem}.footer-contact-text p{font-size:1.5rem;color:#757575}.footer-contact-text p:first-child{font-size:1.7rem;font-weight:700;color:#fff}.footer-menu ul{display:flex;justify-content:end}ul{margin:0;padding:0}.footer-section{background:#151414;position:relative}.copyright-area{background:#202020;padding:25px 0}.copyright-text p{margin:0;font-size:14px;color:#878787}.copyright-text p a{color:#3a4ed5;margin-left:.6rem}.footer-menu li{display:inline-block;margin-left:20px}.footer-menu li:hover a{color:#3a4ed5}.footer-menu li a{font-size:14px;color:#878787}@media screen and (max-width:760px){.copyright-text p,.footer-menu{display:flex;justify-content:center}.footer-menu li{display:none}}.country-card{margin-top:3.2rem}.country-section{margin:6.4rem auto 9.6rem}.country-section .grid{gap:3.2rem;max-width:132rem;margin:auto}.country-section img{width:100%;max-width:50rem;height:16rem}.country-details-card{max-width:100%;margin:6.4rem auto;box-shadow:#a8a3b826 0 48px 100px}.country-details-card .container-card .grid{align-items:center}.country-details-card .container-card img{width:100%;max-width:50rem;margin-bottom:0;height:auto;justify-self:center;align-items:center;box-shadow:#ffffff1a 0 48px 100px}.country-details-card .infoContainer{display:flex;flex-direction:column;gap:2.4rem}.country-details-card .country-card-backBtn{width:100%;display:flex;justify-content:flex-end}.card-btn{margin-top:1.6rem}.section-searchFilter{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:3.2rem}.section-searchFilter .container-card{padding:.8rem 2.4rem;background:linear-gradient(71deg,#080509,#1a171c,#080509)}.section-searchFilter input,.section-searchFilter .select-section{font-family:Poppins;font-size:1.55rem;font-weight:700;letter-spacing:.1rem;text-transform:capitalize;color:#fffc;border:.05rem solid white;background:linear-gradient(71deg,#080509,#1a171c,#080509);background:#202020;color:#fff;border-radius:1.5rem;padding:.6rem 2.4rem;border-width:.1rem;border-style:solid;-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem}.section-searchFilter .select-section option{background:linear-gradient(71deg,#080509,#1a171c,#080509);color:#fffc;padding:.6rem 2.4rem;border-radius:5rem}.section-searchFilter .select-section>option{background-color:#080509;color:#fffc;padding:.6rem 2.4rem;border-radius:5rem;margin-top:1rem}@media screen and (max-width:1320px){.section-searchFilter{flex-direction:column;gap:2rem}}::placeholder{font-size:1.6rem;letter-spacing:.1rem;text-transform:capitalize;color:#ffffff80}.section-contact{margin:9.6rem auto}.section-contact hr{border-color:#fff9}.contact-wrapper{display:flex;justify-content:center}.contact-wrapper form{display:flex;flex-direction:column;gap:3.2rem;width:100%;max-width:48rem}.contact-wrapper form input,.contact-wrapper form textarea{font-family:Poppins;background-color:#000;font-size:1.6rem;color:#fff;outline:none;border:.1rem solid rgba(255,255,255,.4);padding:1.2rem 1.6rem;border-radius:.3rem;-webkit-border-radius:.3rem;-moz-border-radius:.3rem;-ms-border-radius:.3rem;-o-border-radius:.3rem}@media screen and (max-width:998px){.contact-wrapper form{width:90%}}@media screen and (max-width:1320px){.grid-three-cols{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:980px){.grid-three-cols{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:760px){.grid-four-cols,.grid-three-cols,.grid-two-cols,.grid--cols{grid-template-columns:1fr}}.loader{width:50px;aspect-ratio:1;border-radius:50%;background:#3a4ed5;mask:radial-gradient(circle closest-side at 50% 40%,rgba(0,0,0,0) 94%,#000);-webkit-mask:radial-gradient(circle closest-side at 50% 40%,rgba(0,0,0,0) 94%,#000);transform-origin:50% 40%;animation:l25 1s infinite linear}@keyframes l25{to{transform:rotate(1turn)}}.loader-section{height:67vh;display:flex;justify-content:center;align-items:center}.pagination{display:flex;justify-content:center;align-items:center;margin:4rem auto;gap:1rem;flex-wrap:wrap}.pagination button{background:#202020;color:#fff;border:1px solid #3a4ed5;border-radius:8px;padding:.8rem 1.6rem;cursor:pointer;font-size:1.6rem;transition:all .3s ease}.pagination button:hover{background:#3a4ed5;color:#fff}.pagination button.active{background:#3a4ed5;color:#fff;font-weight:600}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination .dots{padding:0 .6rem;color:#999;font-weight:500}.not-found-message{text-align:center;margin-top:3rem;font-size:2.5rem;font-weight:700;color:#ff4d4d;text-shadow:0 0 10px rgba(255,77,77,.3);animation:pulseColor 2s ease-in-out infinite}@keyframes pulseColor{0%,to{color:#ff4d4d;text-shadow:0 0 10px rgba(255,77,77,.3)}50%{color:#3a4ed5;text-shadow:0 0 8px rgba(58,78,213,.5)}}
