@import url(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);body{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.site-container{padding:110px 0;padding:var(--section-padding-desktop) 0}.site-container,.site-container-no-bg{align-items:center;display:flex;flex-direction:column;justify-content:center}.site-container-no-bg{padding-bottom:110px;padding-bottom:var(--section-padding-desktop)}.site-container-hero{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:180px 0 110px;padding:calc(var(--section-padding-desktop) + var(--navbar-desktop)) 0 var(--section-padding-desktop) 0}.box-container{max-width:1100px;width:100%}img{object-fit:cover;width:100%}.rotate{transform:rotate(7deg)}.img-desktop{display:block}.img-mobile{display:none}:root{--white-color:#fff;--main-yellow:#fe0;--main-black:#000;--medium-yellow:#dad598;--medium-grey:#979797;--light-yellow:#fffccd;--light-grey:#ebebeb;--dark-yellow:#c0b300;--dark-grey:#515151;--section-padding-desktop:110px;--section-padding-tablet:90px;--section-padding-mobile:60px;--navbar-desktop:70px;--navbar-mobile:60px;--space-xs:10px;--space-sm:15px;--space-md:20px;--space-lg:25px;--space-xl:30px;--space-xxl:40px}.grid-3-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.flex-spacebetween{align-items:center;display:flex;justify-content:space-between}.flex-center,.flex-center-column{align-items:center;display:flex;justify-content:center}.flex-center-column{flex-direction:column}.flex-start{width:-webkit-fit-content;width:fit-content}.flex-start,.flex-start-column{align-items:flex-start;display:flex;justify-content:center}.flex-start-column{flex-direction:column}.text-align-center{text-align:center;width:100%}.text-align-center-mobile{text-align:left;width:100%}p{font-size:16px;margin-bottom:20px}p,ul{color:#333}small{font-size:14.5px;margin:0;padding:0}strong{color:#000;color:var(--main-black);font-weight:600}button{font-family:inherit;font-size:16px}h1{font-size:48px;margin:0 0 40px;margin-bottom:var(--space-xxl)}h1,h2{line-height:1.2;padding:0}h2{font-size:40px;margin:0 0 30px;margin-bottom:var(--space-xl)}h3{font-size:33px;line-height:1.1;margin:0 0 20px;margin-bottom:var(--space-md);padding:0}h4{font-size:26px;line-height:1.2}h4,h5{font-weight:600;margin:0 0 15px;margin-bottom:var(--space-sm);padding:0}h5{font-size:22px;line-height:1.3}h6{font-size:16px;font-weight:400;margin:0;padding:0}a{color:#c0b300;color:var(--dark-yellow)}.highlight-text{color:#fe0;color:var(--main-yellow)}.dark-yellow-text{color:#c0b300;color:var(--dark-yellow)}.white-text{color:#fff;color:var(--white-color)}.black-text{color:#000;color:var(--main-black)}.hide-element{display:none}.show-element{display:block}.btn-yellow{background-color:#fe0;background-color:var(--main-yellow);border:none;border-radius:30px;color:#000;color:var(--main-black);cursor:pointer;font-weight:500;outline:none;padding:12px 40px;text-decoration:none;transition:all .3s ease-in-out}.btn-yellow:hover{background-color:#dad598;background-color:var(--medium-yellow);color:#000!important;color:var(--main-black)!important}.btn-yellow:active{background-color:#c0b300;background-color:var(--dark-yellow);color:#000;color:var(--main-black)}.btn-black{background-color:#000;background-color:var(--main-black);border:none;border-radius:30px;color:#fe0;color:var(--main-yellow);cursor:pointer;outline:none;padding:12px 40px;text-decoration:none;transition:all .3s ease-in-out}.btn-black:hover{background-color:#515151;background-color:var(--dark-grey);color:#fe0!important;color:var(--main-yellow)!important}.btn-black:active{background-color:#979797;background-color:var(--medium-grey)}.btn-yellow-stroke{background-color:initial;border:2px solid #fe0;border:2px solid var(--main-yellow);border-radius:30px;color:#fe0;color:var(--main-yellow);cursor:pointer;font-weight:500;padding:10px 40px;text-decoration:none;transition:all .3s ease-in-out}.btn-yellow-stroke:hover{border:2px solid #dad598;border:2px solid var(--medium-yellow);color:#dad598!important;color:var(--medium-yellow)!important}.btn-yellow-stroke:active{border:2px solid #c0b300;border:2px solid var(--dark-yellow);color:#c0b300;color:var(--dark-yellow)}.btn-black-stroke{background-color:initial;border:2px solid #000;border:2px solid var(--main-black);border-radius:30px;color:#000;color:var(--main-black);cursor:pointer;font-weight:500;padding:10px 40px;text-decoration:none;transition:all .3s ease-in-out}.btn-black-stroke:hover{border:2px solid #979797;border:2px solid var(--medium-grey);color:#979797;color:var(--medium-grey)}.btn-black-stroke:active{border:2px solid #515151;border:2px solid var(--dark-grey);color:#515151!important;color:var(--dark-grey)!important}.btn-mt-sm{margin-top:20px!important}.btn-mt-md{margin-top:35px!important}.btn-mt-lg{margin-top:40px!important}.mt-xs{margin-top:10px;margin-top:var(--space-xs)}.mt-sm{margin-top:15px;margin-top:var(--space-sm)}.mt-md{margin-top:20px;margin-top:var(--space-md)}.mt-lg{margin-top:25px;margin-top:var(--space-lg)}.mt-xl{margin-top:30px;margin-top:var(--space-xl)}.mt-xxl{margin-top:40px;margin-top:var(--space-xxl)}@media (max-width:1100px){.site-container{padding:90px 0;padding:var(--section-padding-tablet) 0}.site-container-no-bg{padding-bottom:90px;padding-bottom:var(--section-padding-tablet)}.site-container-hero{padding:150px 0 90px;padding:calc(var(--section-padding-tablet) + var(--navbar-mobile)) 0 var(--section-padding-tablet) 0}.box-container{max-width:none;width:92%}}@media (max-width:800px){.site-container{padding:60px 0;padding:var(--section-padding-mobile) 0}.site-container-no-bg{padding-bottom:60px;padding-bottom:var(--section-padding-mobile)}.site-container-hero{padding:120px 0 60px;padding:calc(var(--section-padding-mobile) + var(--navbar-mobile)) 0 var(--section-padding-mobile) 0}.flex-spacebetween{flex-direction:column}.custom-flex-mobile{display:flex;flex-wrap:wrap;gap:10px}.full{flex:0 0 100%}.half{flex:0 0 47%}.img-desktop{display:none}.img-mobile{display:block}.text-align-center-mobile{text-align:center}h1{font-size:40px;font-weight:700;margin-bottom:30px;margin-bottom:var(--space-xl)}h1,h2{line-height:1.3}h2{font-size:34px;margin-bottom:20px;margin-bottom:var(--space-md)}h2,h3{font-weight:600}h3{font-size:25px;line-height:1.2;margin-bottom:15px;margin-bottom:var(--space-sm)}h4{font-size:22px}h5{font-size:20px}}@media (max-width:365px){.half{flex:0 0 46%}}.navbar{background-color:var(--main-black);border-bottom:1px solid var(--dark-grey);flex-direction:column;height:var(--navbar-desktop);justify-content:center;position:fixed;top:0;width:100%;z-index:999}.navbar,.navbar .box-container{align-items:center;display:flex}.navbar .box-container{justify-content:space-between}.navbar .site-logo{flex:1 1}.site-logo-name{color:var(--main-yellow);font-size:22px;font-weight:800;text-decoration:none}.site-menu{flex:3 1;justify-content:space-between}.site-menu,.site-menu-items{align-items:center;display:flex}.site-menu-items{gap:25px;justify-content:center;list-style:none}.site-menu-items .site-menu-item{color:var(--white-color);text-decoration:none;transition:all .3s ease-in-out}.site-menu .site-menu-item:hover{color:var(--medium-yellow)}.site-menu .site-menu-item.active-menu-item{color:var(--main-yellow)}.close-menu,.open-menu{display:none}@media (max-width:1100px){.navbar{height:var(--navbar-mobile)}.open-menu.show{cursor:pointer;display:block}.open-menu.hide{cursor:pointer;display:none}.close-menu.show{cursor:pointer;display:block}.close-menu.hide{cursor:pointer;display:none}.site-menu{background-color:#000000d9;bottom:0;flex-direction:column;gap:30px;height:90vh;justify-content:flex-start;padding:20px;position:absolute;right:0;top:60px;width:250px}.site-menu.show{display:block}.site-menu.hide{display:none}.site-menu .site-menu-items{align-items:flex-start;flex-direction:column;gap:15px;width:100%}.navbar-btn{margin-top:var(--space-xl);width:100%}}.home-hero{background-color:var(--main-black);color:var(--white-color)}.home-hero h5{margin-bottom:5px!important}.home-hero h1{margin-bottom:-5px!important}.home-hero p{width:80%}@media (max-width:800px){.home-hero p{text-align:center;width:100%}}.home-aboutme{background-color:var(--light-grey)}.home-aboutme .flex-spacebetween{gap:80px}.home-aboutme-content{flex:9 1}.home-aboutme-img{flex:4 1}.home-aboutme-img img{border-radius:30px}.home-aboutme-btn-1{display:block;max-width:-webkit-fit-content;max-width:fit-content}.home-aboutme-btn-2{display:none}@media (max-width:1100px){.home-aboutme .flex-spacebetween{gap:40px}.home-aboutme-content{flex:6 1}.home-aboutme-img{flex:4 1}}@media (max-width:800px){.home-aboutme .flex-spacebetween{gap:30px}.home-aboutme-btn-1{display:none}.home-aboutme-btn-2{display:block;max-width:-webkit-fit-content;max-width:fit-content}.home-aboutme-img{padding:0 20px 20px}}.home-skillset-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px}.home-sillset-box{border-radius:30px;padding:30px 25px 20px}.home-sillset-box:nth-child(odd){border:1px solid var(--dark-grey)}.home-sillset-box:nth-child(2n){background-color:var(--light-grey)}@media (max-width:800px){.home-skillset-grid{margin-top:30px}}.home-portfolio-content{margin-top:50px}.home-portfolio-block{align-items:center;display:flex;flex-direction:row;gap:50px;justify-content:center;margin-bottom:100px}.home-portfolio-block:last-child{margin-bottom:0}.home-portfolio-img{flex:3 1}.home-portfolio-img img{border-radius:30px;height:250px;object-fit:cover}.web-project-img1{display:none}.web-project-img2{display:block}.home-portfolio-block article{flex:5 1}@media (max-width:1100px){.home-portfolio-block{gap:30px;margin-bottom:80px}}@media (max-width:800px){.home-portfolio-content{margin-top:30px}.home-portfolio-block{flex-direction:column;gap:20px;margin-bottom:60px}.home-portfolio-img img{height:auto;object-fit:cover}.web-project-img1{display:block}.web-project-img2{display:none}.home-portfolio-block h3,.home-portfolio-block p,.home-portfolio-btn{text-align:center;width:100%}}.marketing-approach-list{margin-top:50px}.marketing-approach-item{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 2fr;margin-bottom:30px}.marketing-approach-item:last-child{margin-bottom:0}.marketing-approach-item h4{background-color:var(--light-grey);border-right:8px solid var(--main-black);font-size:24px;padding:20px;text-align:right}.marketing-approach-item p{align-items:center;display:flex;justify-content:center;margin-top:0}@media (max-width:800px){.marketing-approach-list{margin-top:30px}.marketing-approach-item{gap:10px;grid-template-columns:43% 57%;margin-bottom:25px}.marketing-approach-item h4{align-items:center;border-right:5px solid var(--main-black);display:flex;font-size:20px;justify-content:center;padding:10px}.marketing-approach-item p{font-size:15.5px}}.home-single-experience{grid-gap:30px;display:grid;gap:30px;grid-template-columns:4fr 3fr 3fr}.home-single-experience ul{margin-left:-15px}.home-experience-info{margin-right:50px}.home-experience-info h3{color:var(--dark-grey);font-weight:400}.home-experience-info h4{font-weight:600;margin-top:-10px}.home-experience-info .position-detail{margin-top:-20px}.home-experience-info .position-detail p{margin-bottom:-10px}.home-experience-info .position-detail p:last-child{margin-bottom:10px}.home-experience-detail-2{margin-top:50px}.home-experience-card{border-radius:30px;padding:20px 15px 10px 20px}.yellow-bg{background-color:var(--main-yellow);margin-bottom:30px}.black-border{border:2px solid var(--main-black)}.black-bg{background-color:var(--main-black);color:var(--white-color);margin-bottom:30px}.dark-yellow-border{border:2px solid var(--dark-yellow)}@media (max-width:1100px){.home-single-experience{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr}.home-experience-info{margin-right:20px}.home-experience-card{border-radius:20px;padding:15px 10px 5px}.black-bg,.yellow-bg{margin-bottom:15px}}@media (max-width:800px){.home-single-experience{grid-template-columns:1fr;margin-top:30px}.home-single-experience:last-child{margin-top:40px}.home-experience-info{margin-bottom:10px;margin-right:0}.home-experience-card{border-radius:30px;padding:20px 15px 10px}.home-experience-detail-2{margin-top:5px}.yellow-bg{margin-bottom:20px;margin-right:50px}.black-border{margin-left:50px}.black-bg{margin-bottom:20px;margin-right:50px}.dark-yellow-border{margin-left:50px}}.aboutme-hero{background-color:var(--main-black);color:var(--white-color)}.aboutme-hero .flex-spacebetween{gap:70px}.aboutme-hero-content{flex:5 1}.aboutme-hero-img{flex:3 1}.aboutme-hero-img img{border-radius:30px}@media (max-width:1100px){.aboutme-hero .flex-spacebetween{gap:40px}.aboutme-hero-content{flex:2 1}.aboutme-hero-img{flex:1 1}}@media (max-width:800px){.aboutme-hero-img{padding:0 25px 25px}}.aboutme-english-learning .flex-spacebetween{gap:50px}.aboutme-english-learning-img{border-radius:30px!important;flex:4 1}.aboutme-english-learning-img img{border-radius:30px;height:470px;object-fit:cover}.aboutme-english-learning-content{flex:6 1}@media (max-width:1100px){.aboutme-english-learning .flex-spacebetween{gap:20px}.aboutme-english-learning-img{flex:3 1}.aboutme-english-learning-content{flex:5 1}}@media (max-width:800px){.aboutme-english-learning-img img{margin-top:15px}.aboutme-english-learning .flex-spacebetween{gap:15px}}.aboutme-uniEnroll .flex-spacebetween{gap:50px}.aboutme-uniEnroll-img{border-radius:30px!important;flex:4 1}.aboutme-uniEnroll-img.top-img{display:none}.aboutme-uniEnroll-img.bottom-img{display:block}.aboutme-uniEnroll-img img{border-radius:30px;height:450px;object-fit:cover}.aboutme-uniEnroll-content{flex:6 1}@media (max-width:1100px){.aboutme-uniEnroll .flex-spacebetween{gap:20px}.aboutme-uniEnroll-img{flex:1 1}.aboutme-uniEnroll-content{flex:2 1}}@media (max-width:800px){.aboutme-uniEnroll .flex-spacebetween{gap:15px}.aboutme-uniEnroll-img img{margin-top:15px}.aboutme-uniEnroll-img.top-img{display:block}.aboutme-uniEnroll-img.bottom-img{display:none}}.aboutme-code-learning-content{gap:30px;margin-top:30px}.aboutme-code-learning-left{background-color:var(--main-yellow);border-radius:30px;flex:2 1;padding:25px}.aboutme-code-learning h3{font-weight:600}.aboutme-code-learning-right{flex:5 1}@media (max-width:1100px){.aboutme-code-learning-content{gap:20px}.aboutme-code-learning-left{flex:3 1;padding:20px}.aboutme-code-learning-right{flex:7 1}}@media (max-width:800px){.aboutme-code-learning-content{gap:15px}}.marketing-works-hero{background-color:var(--main-black);color:var(--white-color)}.marketing-works-btns{display:flex;justify-content:center}.marketing-works-hero .marketing-works-navigation{flex-wrap:wrap;gap:20px;padding-top:10px;width:1000px}@media (max-width:1100px){.marketing-works-hero .box-container{max-width:700px}}@media (max-width:800px){.marketing-works-hero .marketing-works-navigation{align-items:center;display:flex;gap:20px;justify-content:center}}.marketing-works-branding img{border-radius:10px;margin-bottom:35px;margin-top:25px}.branding-about-brand{gap:50px;margin-bottom:-15px;margin-top:-20px}.branding-about-brand .about-brand-text{flex:7 1}.branding-about-brand .about-brand-img{flex:5 1}.branding-about-brand .about-brand-img img{border-radius:20px;height:265px;object-fit:cover}.branding-challenges-content{gap:30px;margin-bottom:-10px;margin-top:-10px}.branding-challenges-left{flex:5 1}.branding-challenges-right{flex:3 1}.solutions-results-the-rest{margin-top:-15px}@media (max-width:1100px){.branding-about-brand{gap:20px;margin-top:-15px}.branding-about-brand .about-brand-img img{height:280px}.branding-challenges-content{gap:20px}}@media (max-width:800px){.marketing-works-branding img{margin-bottom:30px;margin-top:10px}.branding-about-brand .about-brand-img img{height:auto}.branding-about-brand{gap:0;margin-bottom:0;margin-top:0}.branding-challenges-content{gap:5px;margin-bottom:0}.branding-challenges-right{margin-top:-20px}}.social-media-ads{margin-top:-35px}.FB-ads-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:30px}.FBad-overview{background-color:var(--light-grey);border-radius:10px;height:225px;margin-top:20px;padding:20px}.FBad-overview p{margin-bottom:-10px!important}.FBad-overview p:last-child{margin-bottom:0!important}.FBad-overview.mt-adjust{margin-top:35px}@media (max-width:1100px){.FB-ads-grid{gap:15px}.FBad-overview{height:260px}}@media (max-width:950px){.FBad-overview{height:210px}}@media (max-width:800px){.social-media-ads{margin-top:-30px}.FB-ads-grid{gap:30px}.FBad-overview{height:auto}.FBad-overview,.FBad-overview.mt-adjust{margin-top:10px}}.marketing-campaign-img-container{margin-bottom:20px;margin-top:10px}.marketing-campaign-img-container img{border-radius:15px}.dark-grey-text{color:var(--dark-grey)}.medical-tourism-page-img{border:2px solid var(--light-grey);height:520px;margin-top:25px;overflow:scroll}.medical-tourism-page-img img{border-radius:0}.medical-tourism-whatclinic{gap:50px;margin-bottom:20px;margin-top:30px}.medical-tourism-whatclinic-img,.medical-tourism-whatclinic-text{flex:1 1}.medical-tourism-whatclinic-img img{box-shadow:0 0 10px #0000001a}.medical-tourism-blog{gap:50px;margin-bottom:20px}.medical-tourism-blogs-img img{box-shadow:0 0 10px #0000001a}.medical-tourism-FBpost{gap:25px}.medical-tourism-FBpost div{box-shadow:0 0 30px rbga(0,0,0,.3);flex:1 1}.medical-tourism-FBpost div img{box-shadow:0 0 10px #0000001a}.medical-tourism-campaign-result{background-color:var(--light-grey);border-radius:20px;margin-top:30px;padding:30px}.orthoK-campaign{margin-top:50px}.orthoK-campaign-content{align-items:flex-start;gap:50px;margin-top:30px}@media (max-width:1100px){.medical-tourism-FBpost,.medical-tourism-blog,.medical-tourism-whatclinic{gap:20px}.orthoK-campaign-content{gap:30px;margin-top:30px}}@media (max-width:800px){.marketing-campaign-img-container{margin-bottom:20px;margin-top:0}.medical-tourism-page-img{border:2px solid var(--light-grey);height:350px;overflow:scroll}.medical-tourism-blog,.medical-tourism-whatclinic{gap:10px;margin-bottom:10px}.medical-tourism-blog{margin-top:10px}.medical-tourism-FBpost{gap:10px}.medical-tourism-FBpost .marketing-campaign-img-container{margin-bottom:10px}.medical-tourism-campaign-result{margin-top:30px;padding:20px}.orthoK-campaign-content{align-items:center;gap:20px}}.event-images{margin-top:30px}.health-fair-images{gap:25px;margin-top:20px}.health-fair-images img{border-radius:15px}.health-fair-social-media{margin-top:30px}.health-fair-fb-content{margin-top:10px}.health-fair-fb-posts{gap:25px;max-width:100%;width:850px}.health-fair-fb-posts .flex-1{flex:1.85 1}.health-fair-fb-posts .flex-2{flex:2 1}.health-fair-fb-posts .health-fair-images img{box-shadow:0 0 10px #0000001a}@media (max-width:1100px){.health-fair-images{gap:17px}.health-fair-fb-posts{width:auto}}@media (max-width:800px){.health-fair-fb-content{align-items:center;justify-content:center}.health-fair-fb-posts{gap:0}}.web-project-single-content{margin-bottom:270px}.web-project-single-img{background-color:var(--main-black);border-radius:30px;padding:0 100px 60px}.web-project-single-img img{border-radius:30px;box-shadow:0 0 20px #0003;margin-bottom:60px;margin-top:-230px}.web-project-single-btns{gap:30px;width:100%}@media (max-width:1100px){.web-project-single-content{margin-bottom:230px}.web-project-single-img{border-radius:20px;padding:0 80px 50px}.web-project-single-img img{border-radius:20px;margin-bottom:50px;margin-top:-190px}.web-project-single-btns{gap:30px;width:100%}}@media (max-width:800px){.web-project-single-content{margin-bottom:125px}.web-project-single-img{border-radius:15px;padding:0 15px 25px}.web-project-single-img img{border-radius:15px;margin-bottom:15px;margin-top:-95px}.web-project-single-btns{flex-direction:column;gap:15px;width:100%}}.web-projects-hero{background-color:#000;margin-bottom:var(--section-padding-desktop)}@media (max-width:1100px){.web-projects-hero{margin-bottom:var(--section-padding-tablet)}}@media (max-width:800px){.web-projects-hero{margin-bottom:var(--section-padding-mobile)}}.design-portfolio-hero{background-color:var(--main-yellow)}.design-portfolio-navigation{gap:20px;width:-webkit-fit-content;width:fit-content}.design-container{margin-bottom:70px}.student-design-project img{border-radius:15px}.design-container:last-child{margin-bottom:0}.design-container .grid-3-columns{gap:20px}.design-container .view-full-design-btn{margin-top:50px;text-align:center}.student-project-roles-tools{gap:30px}.student-project-roles{background-color:var(--main-black);border-radius:15px;padding:20px}.student-project-tools{border:2px solid var(--main-black);border-radius:15px;padding:20px}.tool-icons img{border-radius:0}.tool-icons{gap:10px;margin-top:-10px}.grand-opening-poster-imgs{gap:30px}.grand-opening-poster-imgs .design{flex:1.06 1}.grand-opening-poster-imgs .mockup{flex:2 1}.brochure-design{gap:25px;margin-bottom:20px}.brochure-design-single img{box-shadow:0 0 10px #0003}.brochure-design-mockup{gap:20px}.ce-poster{gap:30px;margin-top:40px}.ce-poster-design{flex:3.1 1}.ce-poster-intro-mockup{display:flex;flex:5 1;flex-direction:column;justify-content:center}.ce-poster-intro-mockup-text-1{display:none}.ce-poster-intro-mockup-text-2{display:block}.ce-poster-intro-mockup p{margin-top:-10px}@media (max-width:1100px){.design-container{margin-bottom:50px}.ce-poster{gap:20px}.ce-poster-design{flex:1.35 1}.ce-poster-intro-mockup{flex:2 1}}@media (max-width:800px){.student-project-roles-tools{gap:10px;width:100%}.student-project-roles{border-radius:15px;padding:15px 10px}.student-project-tools{border:2px solid var(--main-black);border-radius:15px;padding:15px 10px}.student-project-tools ul{margin-left:-15px}.brochure-design{gap:10px}.brochure-design-mockup-mobile{flex-direction:row;gap:15px}.ce-poster{gap:30px;margin-top:20px}.ce-poster-intro-mockup-text-1{display:block}.ce-poster-intro-mockup-text-2{display:none}}.eec-logo-refine{margin-top:50px}.eec-old-logo{width:400px}.eec-old-logos{gap:25px;margin-bottom:30px;margin-top:30px}.eec-old-logos img{border-radius:15px}.eec-old-logos-inside{flex:2.07 1;gap:25px}.eec-old-logo-single,.eec-old-logos-inside div{flex:1 1}.eec-refined-logos{margin-bottom:30px;margin-top:30px}.eec-refined-logos .flex-center-column{border:1px solid var(--dark-grey);border-radius:15px;box-sizing:border-box;padding:20px 20px 0;width:100%}.eec-refined-logo-inUse{margin-top:30px}.tve-old-logos{gap:40px;margin-bottom:30px}.tve-old-logos .tve-old-logo{flex:1 1}.tve-old-logos .tve-old-logo img{border-radius:15px}.tve-old-logo-2{border:1px solid var(--light-grey)}.tve-logo-refine-solution{gap:40px;margin-bottom:10px;margin-top:-15px}.solution-desciption{flex:1 1}.tve-refined-logo-full{flex:1 1;flex-direction:column}.tve-refined-logo-inUse{margin-bottom:30px;margin-top:30px}.tve-refined-logo-inUse img{border-radius:15px}.tve-logo-design-process-imgs{margin:30px 0}.tve-logo-drawing{flex:1.2 1}.tve-logo-drawing img{border-radius:15px}.tve-logo-digital{flex:1 1}.arrow-icon{flex:0.3 1}.right-arrow-icon{color:var(--dark-grey);font-size:50px}.tve-new-logo-inUse{gap:30px;margin:30px 0}.tve-new-logo-inUse div{flex:1 1}.tve-new-logo-inUse img{border-radius:15px}@media (max-width:1100px){.eec-logo-refine{margin-top:40px}.eec-old-logos{flex-direction:row;gap:20px}.eec-old-logos img{border-radius:15px}.eec-old-logos-inside{flex:0.52 1;flex-direction:column;gap:20px}.tve-old-logos{gap:30px}.tve-logo-refine-solution{flex-direction:column;gap:0;margin-bottom:20px}.tve-new-logo-inUse{gap:20px}}@media (max-width:800px){.eec-logo-refine{margin-top:30px}.eec-old-logo{margin-bottom:10px;width:250px}.eec-old-logos{gap:10px;margin-bottom:20px;margin-top:20px}.eec-old-logos-inside{gap:10px}.eec-refined-logos{margin-bottom:20px;margin-top:20px}.eec-refined-logos .flex-center-column{border-radius:15px;padding:10px 0}.eec-refined-logos .flex-center-column img{border-radius:15px}.eec-refined-logo-inUse{margin-top:20px}.tve-old-logos{gap:10px}.tve-logo-design-process-imgs{flex-direction:row}.tve-logo-drawing{flex:1.4 1}.tve-logo-digital{flex:1 1}.arrow-icon{flex:0.3 1}.right-arrow-icon{font-size:40px}.tve-new-logo-inUse{gap:20px}}.short-general-description{justify-content:flex-start;margin-bottom:40px;margin-top:30px}.short-general-description,.social-media-designs{align-items:center;display:flex;flex-wrap:wrap;gap:20px;width:100%}.social-media-designs{justify-content:space-between}.social-media-designs img{border-radius:15px}.social-media-designs-1{margin-bottom:10px}.aveo-promotion,.blephex-design{flex:1.25 1}.mycon-lenses{flex:2 1}.ortho-k-1{flex:1 1}.ortho-k-2{flex:1.02 1}.glasses-sale{flex:1.15 1}.grid-2-columns-tvads{grid-row-gap:20px;grid-column-gap:25px;column-gap:25px;display:grid;grid-template-columns:1fr 1fr;row-gap:20px;width:100%}.grid-2-columns-tvads img{border-radius:15px;box-shadow:0 0 10px #0000001a}.flyer-design{gap:30px;margin-bottom:20px}.flyer-design img{border-radius:15px}.flyer-design .flex-1{flex:1 1}.flyer-design .flex-1 img{box-shadow:0 0 10px #0000001a}.flyer-design .flex-2{flex:1.77 1}.business-card-design{gap:30px;margin-bottom:25px}.business-card-design img,.business-card-design-mockup img{border-radius:15px}@media (max-width:1100px){.social-media-designs{gap:15px}}@media (max-width:800px){.short-general-description{gap:10px;margin-bottom:30px;margin-top:25px}.short-general-description .btn-black-stroke{border:1px solid var(--main-black);font-size:15.5px;font-weight:400;padding-left:15px;padding-right:15px}.social-media-designs img{border-radius:10px;display:flex;flex-wrap:wrap}.aveo-promotion,.blephex-design,.glasses-sale,.mycon-lenses,.ortho-k-1,.ortho-k-2{flex:none}.social-media-designs .full{flex:0 0 100%}.social-media-designs .half{flex:0 0 47.5%}.grid-2-columns-tvads{gap:10px;grid-template-columns:1fr}.flyer-design{gap:15px;margin-bottom:10px}.flyer-design img{border-radius:10px}.business-card-design{gap:15px;margin-bottom:10px}.business-card-design img,.business-card-design-mockup img{border-radius:10px}}.ngoc-dung-designs{gap:30px}.ngoc-dung-design-1{flex:1.28 1}.ngoc-dung-design-2{flex:2 1}.ngoc-dung-designs img{border-radius:15px}@media (max-width:800px){.ngoc-dung-designs{gap:20px}}.hire-me-contact-info{gap:30px}.hire-me-contact-info a{gap:5px;text-decoration:none;transition:all .3s ease-in-out}.hire-me-contact-info a:hover{color:var(--dark-yellow)}@media (max-width:1000px){.hire-me-contact-info{flex-direction:column;gap:10px}}.hire-me-box{border-radius:30px}.hireme-box-head{border-radius:28px 28px 0 0;gap:20px;padding:20px}.hireme-box-head h3{font-size:26px;font-weight:600;margin-bottom:0}.taskList-description{padding:30px 30px 20px}.black-box{border:2px solid var(--main-black)}.hireme-black-box-head{background-color:#000}.hireme-black-box-head h3{color:var(--white-color)}.yellow-box{border:2px solid var(--dark-yellow)}.hireme-yellow-box-head{background-color:var(--main-yellow)}@media (max-width:1100px){.hire-me-box{border-radius:20px}.hireme-box-head{align-items:flex-start;border-radius:18px 18px 0 0;padding:20px}.taskList-description{padding:30px 15px 15px!important}}@media (max-width:800px){.hire-me-box{border-radius:20px}.hireme-box-head{align-items:flex-start;border-radius:18px 18px 0 0;padding:20px 20px 30px}.taskList-description{padding:20px 10px 10px!important}}.page-not-found{background-color:var(--main-black);color:var(--white-color)}.page-not-found .flex-spacebetween{gap:50px}.page-not-found .page-not-found-text{flex:1.5 1}.page-not-found .page-not-found-img{flex:1 1}.page-not-found-img img{border:5px solid var(--main-yellow);border-radius:30px}@media (max-width:800px){.page-not-found .page-not-found-img{padding:30px}}footer{align-items:center;background-color:var(--main-black);border-top:1px solid var(--dark-grey);color:var(--white-color);display:flex;flex-direction:column;justify-content:center;padding-bottom:50px;padding-top:50px}footer .box-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.site-logo-footer{color:var(--main-yellow);font-size:30px;font-weight:800;text-decoration:none}footer .tagline{letter-spacing:3px;margin-top:-10px}footer .my-contact-info h4{margin:0}footer .my-contact-info ul{list-style:none;margin:0}footer .my-contact-info ul li{margin-left:-40px}footer .my-contact-info ul li a{align-items:center;display:flex;gap:5px;justify-content:flex-start;text-decoration:none}@media (max-width:900px){footer .box-container{flex-direction:column}footer .my-contact-info{margin-bottom:40px;margin-top:10px}.footer-btn,.footer-logo,footer .my-contact-info{text-align:center;width:100%}.footer-btn{margin-bottom:30px;margin-top:10px}footer .my-contact-info ul li a{justify-content:center}}.web-project-case-study h4{color:var(--dark-grey)}.case-study-note{background-color:var(--main-black);border-radius:20px;margin-bottom:50px;margin-top:50px;padding:40px 40px 30px}.case-study-btns{gap:20px}.case-study-process-explain{margin-top:50px}.case-study-tech-skills{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;margin-top:30px}.case-study-tech-skills .btn-black-stroke{border:1px solid var(--dark-grey);font-weight:400;padding-left:20px;padding-right:20px}.website-before-after{align-items:flex-start;display:flex;gap:30px;justify-content:flex-start}.before-page-container{flex:1 1}.before-page{border:2px solid var(--light-grey);height:550px;overflow:scroll}.after-page-container{flex:1 1}.after-page{border:2px solid var(--light-grey);height:550px;overflow:scroll}.web-project-case-study .results-impact{background-color:var(--light-grey);border-radius:15px;margin-top:50px;padding:30px 30px 20px}.see-more-case-study-container{margin-top:70px}.see-more-case-studies{gap:50px;margin-top:40px}.see-more-case-studies,.see-more-case-study{align-items:center;display:flex;justify-content:space-between}.see-more-case-study{background-color:var(--main-black);border-radius:15px;flex:1 1;gap:20px;padding:15px 15px 10px}.see-more-case-study-img{flex:1.5 1}.see-more-case-study-img img{border-radius:15px;height:150px}.see-more-case-study-content{flex:2 1}.see-more-case-study-content .case-study-url{color:var(--main-yellow);text-decoration:none}.see-more-case-study-content .case-study-url:hover{color:var(--medium-yellow)}@media (max-width:1100px){.see-more-case-studies{display:flex;flex-direction:column;gap:40px}.see-more-case-study{padding:20px 20px 15px}}@media (max-width:800px){.case-study-btns{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:flex-start}.case-study-note{padding:15px 15px 10px}.website-before-after{flex-direction:column;gap:15px}.website-before-after.mt-xxl{margin-top:var(--space-sm)}.after-page,.before-page{height:400px}.web-project-case-study .results-impact{padding:20px 15px 10px}.see-more-case-study-container{margin-top:50px}.see-more-case-studies{flex-direction:column;gap:30px;margin-top:30px}.see-more-case-study{flex-direction:column;padding:20px 20px 15px}.see-more-case-study-img img{height:100%;width:100%}}.image-instruction{border-left:4px solid #ccc;color:#555;font-style:italic;margin:20px 0;padding-left:1em}.tve-color-scheme img{border-radius:40px}@media (max-width:1100px){.tve-color-scheme img{border-radius:30px}}@media (max-width:800px){.tve-color-scheme img{border-radius:20px}}
/*# sourceMappingURL=main.748257ee.css.map*/