@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&family=Source+Sans+Pro:wght@400;600&display=swap');
:root{--prim:#523f84;--sec:#e6790f;}
*,*::after,*::before{box-sizing: border-box;}
html{scroll-behavior: smooth;}main,header,section,aside,article,footer,nav{display: block;}
h1,h2,h3,h4,p{margin: 0;padding-bottom: 1rem;}
h1,h2,h3,h4{font-family:'Oswald',sans-serif;}
body{margin: 0;font-family: 'Source Sans Pro',sans-serif;font-size: 16px;overflow: hidden;position: relative;width: 100%;}
a{text-decoration: none;color: #504e4e;}
ul{list-style-type: none;margin: 0;padding: 0;}
img{width: 100%;}[data-type]{cursor: pointer;}
.pa{position: absolute;}.pr{position: relative;}
.w50{width: 50%;}.container{max-width: 1200px;width: 100%;padding: 20px;margin: auto;}
.cwt{color: #fff;}.cwb{background-color: #fff;}
button{border: none;background: none;box-shadow: none;cursor: pointer;}
input,select,textarea{padding: 6px 12px;height: 34px;box-shadow: inset 0 1px 1px rgba(0,0,0,.075);border: 1px solid #ccc;
  background: #fff;border: 1px solid #ccc;width: 100%;}
input:focus, select:focus, textarea:focus{border-color: #66afe9;box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
main{width: 100%;position: relative;overflow: hidden;}
svg{width: 22px;fill: currentColor;height: 16px;}
body::after{content:"";position:fixed;width:100vw;height:100vh;background-image:url('../media/loader.svg');
background-repeat:no-repeat;z-index:999;top: 0;left: 0;background-color: #fff;display: block;
background-position: center;}
body.loaded{overflow-y:auto;}
body.loaded::after{display:none;}
body.trans::after{background-color:#0009;}

.wrapper{position: fixed;top: 0;left: 0;bottom: 0;right: 0;background-color: #0009;display: none;
  z-index: 199;justify-content: center;align-items: center;}
.wrapper.active{display: flex;}
.wrapper > div{max-width: 90%;max-height: 90vh;overflow: auto;position: relative;}
.loading{color: #fff;font-size: 30px;width: 100%;height: 100vh;}
.vmodal{transform: scale(0);transition: transform 0.3s linear;}.vmodal.active{transform: scale(1);}
.vmodal iframe{width: 80vw;height: 80vh;}.vmodal .content{z-index: 105;}
.ym .close{color:#fff;position:absolute;display: inline-block;right:10px;top:10px;font-weight: 600;
  background: red;border-radius: 8px;font-size: 1.3rem;}

.btn-f, input, select{display: block;width: 100%;}
.btn-f{background-color: #fff;color: #000;padding: 10px;}
.btn{color: #fff;background-color: #504e4e;padding: 6px 12px;}
.df{display: flex;}.jcc{justify-content: center;}.aic{align-items: center;}.fwrap{flex-wrap: wrap;}
.jcsb{justify-content: space-between;}.jce{justify-content: end;}
.jcsa{justify-content: space-around;}.jcse{justify-content: space-evenly;}
.tac{text-align: center;}.ttc{text-transform: capitalize;}.ttu{text-transform: uppercase;}
.brand-img img{height: 55px;}
.htop a{display: none;}.htop{padding: 10px 20px;}.htop button{font-size: 18px;color: var(--prim);}
.brand-link{display: block !important;max-width: 260px;height: auto;}
.ma,.mab,.fa b{font-family: 'Source Sans Pro',sans-serif;}
.ma::before{font-family: "Font Awesome 5 Free";}.mab::before{font-family: "Font Awesome 5 Brands";}
.hbottom{background-color: var(--prim);height: 0;transition: height 0.3s ease-in-out;overflow: hidden;}
.hbottom a{color: #fff;padding: 0 10px;overflow: hidden;font-size: 14px;display: block;
  height: 40px;line-height: 40px;position: relative;}
.htop a:hover, .htop:focus{color: var(--sec);}
.hbottom a b{position: relative;z-index: 2;display: inline-flex;gap: 3px;align-items: center;}
.hbottom a::before{content: '';display: block;width: 100%;height: 100%;background-color: var(--sec);z-index: 1;
  position: absolute;top: 0;left: 0;transform: translateY(100%);transition: transform 0.2s ease;}
.hbottom a:hover::before, .hbottom a:focus::before,
#home_page .hbottom a.home::before,#digital_marketing_page .hbottom a.digital_marketing::before,
#social_media_page .hbottom a.social_media::before,#website_development_page .hbottom a.software::before,
#app_development_page .hbottom a.software::before,#branding_page .hbottom a.branding::before,
#political_campaign_page .hbottom a.political_campaign::before,
#about_page .hbottom a.about::before,#contact_page .hbottom a.contact::before{transform: translateY(0);}
.hbottom.active{height: 440px;}
.hbottom a svg{position: relative;z-index: 2;}
.custom-btn {width: 130px;height: 40px;position: relative;display: flex;justify-content: center;
overflow: hidden;align-items: center;}
.btn-7 b{z-index: 2;position: relative;}
.btn-7 {padding: 0;border: 2px solid #ffffff;color: #ffffff;}
.btn-7::before{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;transform: translateY(100%);
transition: transform 0.3s ease;}
.btn-7::before{background-color: #ffffff;}
.cwt .btn-7{border: 2px solid #fff;color: #fff;}
.cwt .btn-7::before{background-color: #fff;}

.btn-7:hover::before{transform: translateY(0);}
.btn-7:hover{color: rgb(34, 32, 32);}
.cwt .btn-7:hover{color: #e6790f;}
.wt{color:#fff !important;}
.dropdown{position: relative;display:inline-block;}
.dropdown > a::after{content:"";display:inline-block;width:5px;height:5px;border:2px solid #ddd;
  border-right-color:transparent;border-top-color:transparent;margin-left:10px;transform:rotate(-45deg) translateY(-5px);}
.dropdown div{position:absolute;box-shadow:0 0 10px #8885;z-index:92;top:100%;width:255px;left:0;display: none;}
.dropdown div a{display: block;background-color:var(--prim);padding:1rem;width:100%;margin:0;
  border-bottom:1px solid #fff3;height:auto;line-height:1;}
.dropdown:hover div{display:block;}

h1{font-size: 34px;margin: 0;font-weight: bolder;color: var(--prim);text-transform: capitalize;position: relative;}
h3{color: #333;font-size: 24px;font-weight: bold;}
p{color: #333;font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 1px;word-spacing: 1px;}
.bg2,.bg1{padding: 100px 30px;position: relative;}
.bg2 h1{color: #fff;}.bg2 p{color: #ddd;}
.bg2{background-color: #2E1A3E;}.bg1{background-color: #f4f4f4;}

.dots::before,.dots::after{position: absolute;content: '';display: block;
  background-image: url('../media/footer-dots-bottom-left.png');width: 200px;height: 158px;
background-repeat: no-repeat;}
.dots::before{bottom: 0;left: 0;}
.dots::after{transform: rotateZ(180deg);right: 0;top: 0;}

.sub-title{color: #333 !important;font-size: 24px;font-weight: bold;}
.mcontact-sec{padding:50px 0;}
.mcontact{background-image: url('../media/seo-analysis-bg.jpg');background-repeat: no-repeat;
  background-size: cover;background-position: center;
  max-width: 1040px;width: 100%;margin: 0 auto;padding: 20px;display: flex;}
.mcontact .left{width: 30%;border-right: 2px solid #fff;padding-right: 10px;}
.mcontact .right{width: 70%;}
.mcontact .left .img{width: 60px;height: 60px;border-radius: 50%;background-color: #fff;margin: auto;}
.mcontact .left .img svg{font-size: 30px;color: #666;width: 35px;height: 30px;}
.mcontact h2{color: #fff;text-align: center;padding: 16px 0;}
.mcontact h2, .mcontact .icards a{font-size: 12px;width: 100%;}
.mcontact .icards a{color: #fff;display: flex;align-items: center;padding-left: 10px;}
.mcontact .icards a i{font-size: 20px;margin-right:4px;}
.mcontact .icards a:hover{color:var(--sec);}
footer a{color: var(--prim);display: inline-block;padding-right: 20px;}
footer a:hover{color: var(--sec);}
footer .copy, footer .socials{padding: 10px 5px;font-size: 14px;}
.fi{position: relative;display: flex;justify-content: center;align-items: center;}
.fi input{height: 40px;}.ft textarea{height: 120px;}
.fi b,.ft b{text-transform: capitalize;line-height: 40px;height: 40px;display: inline-block;width: 165px;
background-color: #eee;color: #333;font-size: 14px;text-align: center;}
.ft b{width: 100%;transform: translateY(2px);}
.fi, .ft{margin-bottom: 16px;}
.gmap iframe{width: 100%;height: 100%;border: 0;min-height: 450px;}
form button{background-color: #eee;color: #333;font-size: 18px;padding: 10px 20px;
  margin: auto;display: block;width: 100%;}
footer .copy{border-bottom: 1px solid #523f844f;}
.head-banner{padding: 50px;position: relative;}.head-banner h1{color: #fff;position: relative;z-index: 2;}
.head-banner::after{content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;
  background-image: linear-gradient(to right ,#8269c2,#523f8400);z-index: 1;}
.ecard{width: 200px;height: 200px;border-radius: 50%;border: 4px solid #ddd;line-height: 20px;
  display: flex;justify-content: center;align-items: center;text-align: left;}
.ecard b{letter-spacing: -5px;}.e1,.e3{padding-top: 20px;}
.e1 b{font-size: 70px;position: relative;font-weight: 400;}
.e1 b::after{content: '+';position: absolute;top: 14px;font-size: 45px;}
.e1 span,.ecard b{color: #e6790f;}.e3 b,.e4 b{font-size: 51px;}
.ecard p{padding: 0;padding-left: 8px;text-align: center;line-height: 16px;}
.e2 img{height: 80px;width: auto;position: relative;left: 35px;}.e2 span{margin-left: 5px;}
.e3{text-align: center;}
.e4 span{display: block;text-transform: uppercase;font-size: 12px;font-weight: bolder;line-height: 12px;}
.e4 p:first-child{position: relative;top: -18px;}
.e4 span:first-child{transform: translateX(-10px);}.e4 span:last-child{transform: translateX(10px);}
.acard{padding: 10px;}.acard img{width: 60px;display: block;margin: auto;}
.acard h3{color: #f4f4f4;}.acard a{color: #bca58e;}.acard a:hover,.acard a:focus{color: #e6790f;}

/* portfolio */
.port{padding:3rem;}
.port h2{text-align:center;font-size: 30px;font-weight: 600;color:var(--prim);}
.tlinks{display: flex;margin-bottom: 1rem;overflow-x: auto;padding-bottom: 1rem;}
.tlinks .tlink{display: inline-block;padding: 5px 10px;font-size:10px;font-weight:600;border-bottom:2px solid transparent;
line-height: 1;text-transform: uppercase;color: #666666;transition: all 0.3s ease-in-out;margin:0 10px;}
.tlinks .tlink:hover,.tlinks .active{color: var(--prim);border-bottom-color:var(--prim);}
.target{display: grid;grid-gap:2rem;}
.targets .target{display: none;margin-bottom: 1rem;}
.targets .target > div{transform:scale(0);transition:all 200ms ease;}
.target.active{display:grid;}
.targets .target.tanime > div{transform:scale(1);}
.port .web{position:relative;width:100%;height:250px;}
.port img{height:100%;position: relative;z-index:1;display: block;object-fit:cover;}
.port .web .ov{position:absolute;top: 0;left: 0;width: 100%;height:100%;z-index:2;transform:scale(0);
display: flex;justify-content: center;align-items: center;background-color:#000c;transition:all 200ms ease;}
.port .web .ov a{color:#fff;padding: 5px 10px;border:1px solid var(--sec);}
.port .ytube .ov button{color:#fff;font-size: 2.5rem;}
.port .ytube .ov button svg{width: 40px;height: 30px;}
.port .web .ov a:hover{background-color:var(--sec);}
.port .ytube .ov button:hover{color:var(--sec);}
.port .web:hover .ov{transform:scale(1);}
.port .frame{height:420px;width:100%;padding:10px;}
.port .frame iframe{width:100%;height:400px;}

.whatsapp{position: fixed;bottom: 10px;max-width: 200px;display: flex;gap:5px;align-items: center;
  right: 10px;background:#17803e;color: #fff !important;padding: 6px 12px;border-radius: 10px;z-index: 99;
}
.whatsapp svg{width: 22px;height: auto;}.anime{position: relative;}
.scale{transform: scale(0);}
.fleft{transform: translateX(-100%);opacity: 0;}
.fright{transform: translateX(100%);opacity: 0;}
.ftop{transform: translateY(-100%);opacity: 0;}
.fbottom{transform: translateY(100%);opacity: 0;}
.rotate{transform: translateX(-100%);opacity: 0;}
.swirl{transform: scale(0) rotateZ(0);}
.opacity{opacity: 0;}

.scale.active{animation:scale .7s ease-in-out forwards;}
.fleft.active{animation:fleft .7s ease-in-out forwards;}
.fright.active{animation:fright .7s ease-in-out forwards;}
.ftop.active{animation:ftop .7s ease-in-out forwards;}
.fbottom.active{animation:fbottom .7s ease-in-out forwards;}
.rotate.active{animation:rotate 1s ease-in-out forwards;}
.swirl.active{animation:swirl 1s ease-in-out forwards;}
.opacity.active{animation: opacity 500ms linear forwards;}
@keyframes scale {0%{transform: scale(0);}100%{transform: scale(1);}}
@keyframes fleft {0%{transform: translateX(-100%);opacity: 0;}100%{transform: translateX(0%);opacity: 1;}}
@keyframes fright {0%{transform: translateX(100%);opacity: 0;}100%{transform: translateX(0%);opacity: 1;}}
@keyframes ftop {0%{transform: translateY(-100%);opacity: 0;}100%{transform: translateY(0%);opacity: 1;}}
@keyframes fbottom {0%{transform: translateY(100%);opacity: 0;}100%{transform: translateY(0%);opacity: 1;}}
@keyframes rotate {0%{transform: translateX(-100%) rotateZ(0);opacity: 0;}100%{transform: translateX(0%) rotateZ(360deg);opacity: 1;}}
@keyframes swirl {0%{transform:  scale(0) rotateZ(0);}100%{transform:  scale(1) rotateZ(360deg);}}
@keyframes opacity{0%{opacity: 0;}to{opacity: 1;}}

@media (min-width:600px) {
  .mcontact-sec{padding:100px 0;}.mcontact h2{font-size: 18px;}
  .mcontact .icards a{justify-content: center;font-size: 16px;}
  .mcontact .left .img{width: 80px;height: 80px;}.mcontact .icards a i{font-size: 40px;}
  .mcontact .left .img i{font-size: 50px;}.mcontact .icards a b{padding-left: 20px;}
  .mcontact .icards a{width: 50%;}.mcontact .icards a:last-child{width: 100%;}
  .target{grid-template-columns:1fr 1fr;}
}
@media (min-width:800px) {
  .target{grid-template-columns:1fr 1fr 1fr;}.tlinks{justify-content: center;}
  .tlinks .tlink{font-size:14px;}
  .hbottom{overflow:unset !important;}.hbottom a.l-home{font-size:20px;}
  .brand-img{padding-left: 45px;max-width: 335px;}
  .brand-link{min-width:auto;}
  .dfb{display: flex;}.htop button{display: none;}.mo{display: none !important;}
  .htop{padding: 10px 50px;}.hbottom{padding: 0px 50px;height: auto;}
  .htop a{margin-right: 50px;font-weight: bold;color: var(--prim);display: inline-flex;align-items: center;}
  .icards svg,.htop svg{width: 27px;margin-right:5px;height: 27px;}
  footer .copy{border-bottom:none;}footer .copy, footer .socials{padding: 20px 15px;font-size: 16px;}
}