*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'kumbh Sans', sans-serif;
    scroll-behavior: smooth;
}
body {
    
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0)-50%,rgba(17,17,17) 100%),url('meshbg.jpg');
    background-size: contain;
    position: relative;
}

.navbar {
    background-color:#0e1628;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav_container {
    display: flex;
    height: 80px;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;

}

#nav_logo {
    background-color: aquamarine;
    background-image: linear-gradient(to top, #a68868 0%, #e3c390 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
}
#nav_logo:hover {
    transform: scale(1.1);
    transition:0.3s ease;
}

.fa_gem {
    margin-right: 0.5rem;
}

.nav_menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.nav_items {
    height: 80px;
    width: 100%;
}


.nav_links {
    color: #e3c390;
    display: flex;
    align-items: center;
    justify-content:center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
    border-bottom: solid 2px aliceblue;
    border-width: 0px;   
    
}

.nav_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    margin-left: 15rem;
}
@media screen and (max-width : 1500px){
    .nav_btn {
        margin-left: 14rem;
    }
}
@media screen and (max-width : 1100px){
    .nav_btn {
        margin-left: 6rem;
    }
}
@media screen and (max-width : 1000px){
    .nav_btn {
        margin-left: 5rem;
    }
}
@media screen and (max-width : 1000px){
    .nav_btn {
        margin-left: auto;
    }
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
                                /*uigradients.com*/
    border: none;
    outline: none;
    border-radius: 4px;
    background: #e3c390;
    color: #091838;
    font-weight: bolder;
}

.button:hover {
    background: #ffb19900;
    transition: all 0.2s ease;
    border: 2px solid #e3c390;
    color: #e3c390;
}

.nav_links:hover {
    color: aliceblue;
    transition: all 0.3s linear;
    border-bottom: solid 2px aliceblue;
    padding-bottom: 2px;
}
.nav_links:active {
    border-bottom: aliceblue;
}

@media screen and (max-width : 900px){
    .nav_container{
        display: flex;
        justify-content: space-between ;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }
    .nav_menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height:80vh ;
        z-index: -1;
        background: #131313;
    }
    .nav_menu.active{
       background: #131313;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 70vh;
        font-size:1.6rem ;
    }
    #nav_logo{
        padding-left: 25px;
    }
    .nav_toggle .bar {
        width: 25px;
        height:3px ;
        margin: 5px auto;
        transition: all 0.5s ease;
        background: white;
    }

    .nav_item {
        width: 100%;
    }

    .nav_links {
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;         /* disp*/
    }

    #mobile_menu{
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5% 20%);
    }

    .nav_btn {
        padding-bottom: 2rem;
        margin-left: auto;
    }

    .button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0;
        height: 80px;
    }

    .nav_toggle .bar {
        display: block;
        cursor: pointer;
        color: aliceblue;
    }

    #mobile_menu.is-active .bar:nth-child(2){
        opacity: 0;
    }
    #mobile_menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
        
    }
    #mobile_menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
}


/* wall */
.hero {
    background: #0000;
    background: linear-gradient(to right, #161616, #000000);
    padding: 200px 0;
}
.hero_container {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 max-width: 1200px;
 margin: 0 auto;
 text-align: center;
 padding: 30px;   
 height: 1vh;
}

.hero_heading {
    font-size: 100px;
    margin: 24px;
    color: #fff;
}
.hero_heading span {
    background-color: aquamarine;
    background-image: linear-gradient(to right, #ff8044 0%, #ffb199 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}
.hero_description {
    font-size: 50px;
    background-color: aquamarine;
    background-image: linear-gradient(to right, #44f3ff 0%,#ffb199 50%, #eb29fd 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}
.highlight {
    border-bottom: 4px solid rgb(132, 0, 255);
}

@media screen and (max-width : 760px){
.hero_heading{
    font-size: 60px;
}
.hero_description {
    font-size: 40px;
}

}


/* about */
.main {
    background-color: #cad3e0;
    padding:6rem 0;
}
#abouts {
   /* background-color: #091424;   ORIGINAL COLOR*/

    background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.main_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 90%;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
}

.main_content {
    color: #fff;
    width: 100%;
}
.main_content h1 {
    background-color: aquamarine;
    background-image: linear-gradient(to top, #a68868 0%, #e3c390 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 3rem;
}

.main_content h2 {    
    font-size: 4rem;
    background-color: aquamarine;
    background-image: linear-gradient(to right, #44f3ff 0%,#A4B5C4 50%, #A4B5C4 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
}

.main_content p {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
}
.main_btn {
    font-size: 1.3rem;
    background: #e3c390;
    background: -webkit-linear-gradient(to right,#fcb845,#ff3535,#e3c390);
    background: linear-gradient(to right,#fcb845,#e3c390,#91703d);
    padding: 20px 50px;
    border-radius: 4px;
    margin-top: 2rem;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}
.main_btn a {
    position: relative;
    z-index: 2;
    color: #0e1628;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 35px;
}
.main_btn a:after {
    position: relative;
    z-index: 2;
    color: #cdd2dc;
    text-decoration: none;
    font-weight: 700
}

.main_btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0e1628;
    border-radius: 4px;
    transition: all 0.35s;
    color: #e3c390;
}
.main_btn:hover {
    color: #e3c390;
    border: 2px solid #e3c390;
    padding: 20px 40px;
}
.main_btn a:hover {
    color: #fff;
}
.main_btn:hover:after {
    width: 100%;
}
.img_cont {
    text-align: center;
}
.img_card {
    margin: 10px;
    height: 470px;
    width: 470px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right, #00dbde 0%,#fc00ff 100%);
}

#card_2 {
    background: #833ab4;
    background: -webkit-linear-gradient(to right,#fcb845,#fd1d1d,#833ab4);
    background: linear-gradient(to right,#fcb845,#fd1d1d,#833ab4);
}

#animation {
    width : 450px; 
    margin:10px;
}

@media screen and (max-width : 1000px){
    .main_container {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        height: 90%;
    }
.img_cont {
    display: flex;
    justify-content: center;
}
.img_card {
    height: 425px;
    width: 425px;
}
#animation {
    width: 405px;
    margin: 10px;
}
.main_content {
    text-align: center;
    margin-bottom: 4rem;

}
.main_content h1 {
    font-size: 3rem;
    margin-top: 2rem;
}
.main_content h1 {
    font-size: 3rem;
}
.main_content h2 {
    font-size: 2rem;
    margin-top: 1rem;
}



}
@media screen and (max-width : 480px){
.img_card {
    width: 250px;
    height: 250px;
}
.main_btn a {
    padding: 0;
    font-weight: bold;
}
#animation {
    width: 230px;
    margin: 10px;
}



}





/* services */
.services {
    background: #0e1628;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10rem 0;
}

.services h1 {
    background-color: aquamarine;
    background-image: linear-gradient(to right, #a68868 0%, #e3c390 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    margin-bottom: 5rem;
    font-size: 50px;
}
.services_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.services_card {
    margin: 10px;
    height: 425px;
    width: 290px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: #EECDA3;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #EF629F, #EECDA3);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #bc4e7d, #8b7354); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    transition: 0.3s ease-in;
}
.services_card:hover {
    margin: 10px;
    height: 425px;
    width: 290px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(to right, #00696b 0%, #88008a 100%);
    transition: 0.3s ease-in;
}
.services_card:nth-child(2) {
    background: #C33764;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #293177, #c64f75c4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #293177, #c64f75a1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

     
}
.services_card:nth-child(3) {
    background: #BE93C5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #7ba8cc, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #4f608a, #86438f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
     
}
.services_card:nth-child(4) {
    background: #141E30;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3b796c, #cc5b5b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
     
}
.services_card:nth-child(2):hover {
     background-image: linear-gradient(to right, #88008a 0%, #00696b 100%);
     transition: 0.3s ease;
     
}
.services_card:nth-child(3):hover {
    background-image: linear-gradient(to right, #00696b 0%, #9b006cca 100%);
    transition: 0.3s ease;
     
}
.services_card:nth-child(4):hover {
     background-image: linear-gradient(to right, #af007b 0%, #00696b 100%);
     transition: 0.3s ease;
     
}

.services_card h2 {
    text-align: center;color: #67f2ff;
    
}
.services_card h2:hover {
    text-align: center;
    
    
}
.services_card img {
    text-align: center;
    margin-top: 24px;
    font-size: 20px;
    padding: 0 10px;
}

.services_btn {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.services_card button a{
     color: #fff;
     padding: 14px 24px;
     border: none;
     outline: none;
     border-radius: 4px;
     background: #0e1628;
     font-size: 1rem;
     text-decoration: none;
}
.services_card button {
     color: #fff;
     padding: 14px 24px;
     border: none;
     outline: none;
     border-radius: 4px;
     background: #0e1628;
     font-size: 1rem;
}
.services_card button:hover {
     color: #e3c390;
     padding: 14px 24px;
     border: none;
     outline: none;
     border-radius: 4px;
     background: #0e1628;
     font-size: 1rem;
}
.services_card button a:hover {
     color: #e3c390;
     padding: 14px 24px;
     border: none;
     outline: none;
     border-radius: 4px;
     background: #0e1628;
     font-size: 1rem;
}

.services_card button:hover {
    cursor:pointer;
}

.services_card:hover {
    transform: scale(1.075);
    cursor: pointer;
}

@media screen and (max-width : 1270px){
.services_wrapper {
    grid-template-columns: 1fr 1fr;
}

}
@media screen and (max-width : 760px){
.services_wrapper {
    grid-template-columns: 1fr;
}

}


/* services page gif */
#gif {
    border-radius: 200px;
    width: 350px;
    height: 350px;
    rotate: -180deg;
    margin: auto;

}
@media screen and (max-width : 480px){
#gif {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    rotate: -180deg;
    margin: auto; 
}
}



/* portfolio */
.main_port {
    background-color: #222;         /*2A2A2B 1B1B1C*/ 
    align-items: center;
    justify-items: center;
    
}
.main_port h1 {
    background-color: aquamarine;
    background-image: linear-gradient(to left, #a68868 0%, #e3c390 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    padding: 2rem;
    font-size: 60px;
}
.portfolio {
    background-color: #222;         /*2A2A2B*/ 
    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.port_img {
    margin: 3rem 3rem;
    transition: 0.3s ease;
    
}
.port_img:hover {
    transform: scale(1.25);
    transition: 0.3s ease;
    align-self: center;
    
    max-width: 100%;
    
}

@media screen and (max-width : 500px){
    .portfolio {
        padding: 2px 0px;
    }
    .port_img{
        margin: 10px 10px;
    }
    .port_img:hover {
        transform: scale(1);
        transition: all 0.3s ease;
        align-self: center;
        
    }
    
}


/* footer */

footer {
    background-color: #222;
    color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 999;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    margin: 10px;
}

h3 {
    color: #f4b400;
}

.social-icons a img {
    width: 30px;
    margin: 5px;
}

input[type="email"] {
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
}

button {
    padding: 10px;
    background-color: #f4b400;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 5px;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
}




/* contact us page */
.contact_form {
    background: #0e1628;
    padding-top: 2rem;
    padding-left:7rem;
    
    padding-bottom: 3rem;

    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact {
    background: #0e1628;
}
.contact h2 {
    background-color: aquamarine;
    background-image: linear-gradient(to right, #ff8044 0%, #ffb199 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    font-size: 2.5rem;
    padding-left: 5rem;
}
.contact_form label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.contact_form input, form textarea {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
}

.contact_form button {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}





/* services page */
.top {
    padding-top: 0;
}
.main {
   background-color: #0e1628;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease-in-out;
}
.main h2 {
    font-size: 2rem;
}
.hidden {
    visibility: hidden;
}
.visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background-color: #0e1628;
    max-height: 100%;
}

.hide {
    visibility: hidden;
}

.spin {
    opacity:1;
    transform: scale(0.9) rotate(180deg);
    visibility: visible;
    transition: all 1s ease;
}



/* about image */


.img_hero {
    width: 100%;
    height: 500px;
    align-items: center;
    justify-items: center;
    margin-bottom: -1rem;
    
}

.img_hero h1 {
    color: #ffb199;
    padding-top: 8rem;
    position: relative;
    font-size: 4rem;
    
}
#abt {
    width: 100%;
    position: fixed;
    height: 400px;
    top: -1rem;
    filter: brightness(30%) saturate(150%) blur(2px);
    z-index: -5;
  
}




@media screen and (max-width : 1500px){
   .img_hero {
     width: 100%;
    height: 400px;
    align-items: center;
    justify-items: center;
    
}
    .img_hero h1 {
        padding :7rem 3rem;
        font-size: 3rem;
        text-align: center;
    }
    #abt {
        height: 500px;
        top: 0;
    }

}
@media screen and (max-width : 450px){
   .img_hero {
     width: 100%;
    height: auto;
    align-items: center;
    justify-items: center;
    margin-bottom: 0rem;
}
    .img_hero h1 {
        padding :4rem 3rem;
        font-size: 2rem;
        text-align: center;
    }
    #abt {
        height: 400px;
        top: 0;
        transform: scale(1.3);
    }

}










/* blog */
.main_blog {
   /*  background-color: #091424;        2A2A2B 1B1B1C*/ 

   background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    align-items: center;
    justify-items: center;
    
}
.main_blog h1 {
    background-color: aquamarine;
    background-image: linear-gradient(to left, #a68868 0%, #e3c390 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color:transparent;
    padding: 2rem;
    font-size: 50px;
}
.blog {
   /*  background-color: #091424;       2A2A2B*/ 


    background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding: 1rem 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.blog_img {
    margin: 3rem 3rem;
    transition: 0.3s ease;
    
}
.blog_img:hover {
    transform: scale(1.35);
    transition: 0.3s ease;
    align-self: center;
    
    max-width: 100%;
    
}

@media screen and (max-width : 500px){
    .blog {
        padding: 2px 0px;
    }
    .blog_img{
        margin: 10px 10px;
    }
    .blog_img:hover {
        transform: scale(1);
        transition: all 0.3s ease;
        align-self: center;
        
    }
    
}

  