/* ############
webmagix.co.in CSS file
author - surajit kayal
webmagixindia@gmail.com
############ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html {
    scroll-behavior: smooth;
}
::-moz-selection {
    background: #ff6009;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ff6009;
    color: #fff;
    text-shadow: none;
}
body {
    background: #fff;
    color: #111;
    font-family: 'IBM Plex Sans', sans-serif;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
a {color: #222; transition: 0.4s;}
a:hover {color: #ff6009; text-decoration:none; transition: 0.4s;}

.pad1 {
    padding: 20px 35px;
}
.profile {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0,0,0,0.1);
    /*box-shadow: 0 0 6px rgba(0,0,0,0.2);*/
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: fixed;
    right: 25px;
    bottom: 20px;
    display: none;
    padding: 7px;
    padding-top: 12px;
    border-radius: 15px 10px 0 10px;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    z-index: 1;
}
.profile img {
    width: 48px;
    height: 48px;
    border-radius: 2px;
}

.profile.main {
    color: #ff6009;
}
.profile.main img {
    border-radius: 100%;
}

.btn-webmagix {
    padding: 15px 40px;
    font-size: 1.35em;
    color: #fff;
    background: #111;
    border-color: #111;
    border-radius: 16px;
    border-width: 2px;
    margin-right: 30px;
}
.btn-webmagix:hover,
.btn-webmagix:focus {
    border-color: #111;
    background: #fff;
}
.btn-webmagix.btn-white {
    color: #111;
    background: #fff;
    border-color: #111;
}
.btn-webmagix.btn-white:hover,
.btn-webmagix-btn-white:focus {
    color: #ff6009;
    border-color: #ff6009;
    background: #fff;
}
h1, h5 {
    font-family: 'Figtree', sans-serif;
    font-family: "Unbounded", sans-serif;  
    font-weight: 600;
    font-size: 2.45em;
    margin: 0;
    margin-bottom: 15px;
}
h5 {
    color: #2e3131;
    font-family: 'Figtree', sans-serif;
    font-family: "Unbounded", sans-serif;  
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h5:after {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background: #ff6009;
    margin-top: 10px;
}
.h3, h3 {
  font-size: 21px;
  font-weight: 400;
}
p {
}
section {
    padding: 60px 0;
    padding-bottom: 100px;
}
#nav {
    padding: 10px 0;
}
#nav img {
    width: 90px;
}
#nav ul {
    list-style: none;
    padding: 0;
    text-align: right;
    padding-top: 40px;
}
#nav ul li {
    display: inline;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 30px;
}
#nav .brand h1 {
    font-size: 1.65em;
    font-weight: 400;
    font-family: 'Manrope' !important;
    margin: 0;
    margin-top: 15px;
}
#nav .brand h2 {
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 0.97em;
    margin: 0;
    padding-top: 10px;
}
#nav .brand h2 span {
    color: #ff6009;
}
#hero {
    min-height: auto;
}
#hero h1 {
    font-size: 3.5em;
    font-weight: 500;
}
#hero h1 span {
    font-weight: 800;
}
.odd {
    background: #ecf0f1;
    margin: 20px;
    border-radius: 16px;
}
.even {
    background: #fff;
    margin: 20px;
    border-radius: 16px;
}

#services h2,
#services p {
    text-align: inherit;
}
#services h2 {
    color: #2e3131;
    margin-bottom: 30px;
    font-family: "Unbounded", sans-serif;  
    font-size: 1.45em;
}
#services i {
    color: #111;
    font-size: 2em;
}
#services .col-md-4:hover h2 {
    color: #ff6009;
}

#work ul {
    padding: 0;
    list-style: none;
}
#work ul li {
    padding: 2px 5px;
    transition: 1s;
    margin-bottom: 5px;
    font-size: 0.96em;
}
#work ul li:hover {
    transition: 0.5s;
    padding: 2px 7px;
}
#work li:after {
    font-family: "Material Icons";
    content: "\e5c8";
    color: #fff;
    transition: 0.3s;
}
#work li:hover:after {
    font-family: "Material Icons";
    content: "\e5c8";
    color: #111;
    transition: 0.3s;
    padding-left: 10px;
}

#partner {
    padding-bottom: 60px;
}
#partner img {
    width: 160px;
    height: 90px;
    object-fit: contain;
    margin-right: 30px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 7px;
}
#partner img:hover {
    background: #fff;
}

#contact {
    color: #fff;
    background: #2e3131;
}
#contact h5 {
    color: #fff;
}
#contact h2 {
    font-size: 1.15em;
    font-weight: 300;
    font-family: 'IBM Plex Sans';
}
#contact h2 svg {
    position: relative;
    top: 5px;
}
#contact i {
    color: #ff6009;
}
#social {
    padding-bottom: 30px;
}
#social svg {
    font-size: 1.15em;
    margin-right: 10px;
}
.material-icons {
    top: 8px;
    position: relative;
}
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #4caf50;
  width: 0%;
}

.go-remote {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background: #26D07C;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 15px;
    border-radius: 0 0 14px;
    font-size: 15px;
    /*animation: blinker 4s linear infinite;*/
    animation: blinker 1s linear 4;
    transition: 0.3s;
    z-index: 5;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.go-remote:hover {
    transform: scale(1.2);
    transition: 0.5s;
}
.go-remote span {
    color: #111;
    font-weight: 700;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

/* ############ RESPONSIVE VIEW ################ */

@media only screen and (max-width: 768px) {
    .go-remote {
        font-size: 13px;
    }

    .profile {
        right: 10px;
        bottom: 10px;
        font-size: 11px;
    }
    .profile img {
        width: 32px;
        height: 32px;
    }
    .profile.main img {
        width: 42px;
        height: 42px;
    }
    #nav img {
        width: 70px;
    }
    #nav ul {
        text-align: center;
    }
    #nav ul li {
        padding: 0 10px;
    }
    .btn-webmagix {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 1.15em;
        min-width: 200px;
    }
    section {
        padding: 40px 15px;
        text-align: center;
    }
    h1 {
        font-size: 1.46em;
        line-height: 35px;
    }
    h5 {
        margin-bottom: 50px;
    }
    h5:after {
        margin: 0 auto;
        margin-top: 10px;
    }
    .h3, h3 {
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
    }
    p {font-size: 15px; line-height: 22px;}
    #hero h1 {
        font-size: 2em;
    }
    #services .col-md-4 {
        margin-bottom: 0px;
    }
    #services h2 {
        margin-bottom: 15px;
    }
    #work ul li {
        text-align: left;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }
    #partner img {
        margin-right: 0;
        width: 120px;
        height: 100px;
        object-fit: contain;
    }
    #contact h2 {
        font-size: 17px;
    }
    #social svg {
        margin: 3px 5px;
    }
}