/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
     Navbar
     Slider
     About us
    Portfolio
     Contact
     Footer
*/
 /*background: #2d2e2e !important;*/
 body {
    font-family: 'Helvetica', Muli, sans-serif;
    background: white !important;
} 

/* ==========================
   Navbar
========================== */
/*.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
    vertical-align: middle;
    transform: rotate(-90deg);
    left: 0;
    position: absolute;
}

.collapsed, .nav1 ul, .nav ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: -110px;
    width: 310px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(0deg);
    right: 25em;
}
*/
.collapsed,
.nav1 ul,
.nav ul {
    list-style-type:none;
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
    display: flex;
}
.nav1 a,
.nav a {
    font-size: 16px;
    font-weight: 600;
    /*margin: 0 20px;*/
    display: flex;
    display:block;
    padding:0.5em 0.8em;
    color: grey;
    text-decoration: none;
    /*font-weight: bold;*/
    background-color:transparent;
    /*color:inherit;*/
    font-style: uppercase;
    font-family: 'Rubik', sans-serif;
}
.nav1 .active a,
.nav1 a:hover
.nav .active a,
.nav a:hover {
    /*background-color:var(--header-color);*/
    color: #3c17e5;
}

#nav-menu ~ .nav
#nav-menu ~ .nav1 {
    display:block;
}
[for='nav-menu'] {
    display:none;
}
@media (max-width:700px) {
    [for='nav-menu'] {
        display:inline-block;
        width: 20px;
        padding: 2px;
        font-size: 40px;
    }
    #nav-menu ~ .nav {
        display:none;
    }
    #nav-menu:checked ~ .nav {
        display:block;
        width:100%;
    }
    #nav-menu:checked ~ .nav>ul {
        display:block;
        text-align:right;
    }
}
.hidden{
    display: none;
}

.flex-none {
    flex: none;
}

.navbar1 {
    /* background-color: white; */
    background: rgba(255, 255, 255, 0.96) !important;
    padding: 9px 0;
}
.navbar {
   /* background: rgb(20, 20, 20) !important;*/
    /* background-color: white; */
    background: rgba(255, 255, 255, 0.96) !important;
    padding: 9px 0;
}

/*.navbar.flounder {
    background: rgb(11, 131, 200) !important;
    padding: 2px 0;
    color: white;
}*/
/*
.navbar-brand img{
    width:200px;
    height: 100px;
}*/
.navbar .nav-item {
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px;
}

.navbar .nav-item .nav-link {
    color: #7d8792;
}

.navbar .nav-item .nav-link:hover {
    color: #3c17e5;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background:#212222;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #e0a80d;
}



/* ==========================
    Slider
========================== */
/*#slider {
    background-image: url("img/background.jpg");
}*/
.slider {
   /* background: url('../img/background.jpg');*/
   /* background: url('../img/animatic1_1.gif');*/
    background-size: 50%;
    height: calc(100vh - 92px);
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
   /* background-color: #151515;*/
    /*width: calc(100vh - 12px);*/
}

.slider .particels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animated-headlines .cd-headline span {
    font-size: 50px;
    font-family: 'Muli', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    /*color: #ffc107;*/
    color: #3c17e5;
    }



.slider .left-content .hello {
    font-size: 35px;
    font-weight: 600;
    /* color: #2d2d2d; */
    margin: 0;
    padding: 0;
    color: #5e16e5;
    /* font-weight: bold; */

}

.slider .left-content h2 {
    font-size: 31px;
    font-weight: 600;
    color: #5f18e5;
    position: relative;
     padding: 10px 0; 
    /* border-top: 1px solid #ffffff; */
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    /* margin: 75px 0 20px 0; */
    /* font-style: italic; */
    margin-top: 3em;
}

.slider .left-content .paragraph {
    font-size: 25px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 32px;
    padding-right: 20px;
    margin-top: 0em;
}

.slider .left-content .btn {
    /* border: 2px solid #ffc000; */
    border: 2px solid #3c17e5;
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 17px;
    /*color: #ffffff;*/
    /* font-weight: 500; */
    margin-top: 20px;
    text-decoration: none;
    z-index: 200;
    font-weight: bold;
    /* background-color: white; */
}

.slider .left-content .btn:hover{
    background-color: #3c17e5;
    color: white;
}


img.banner {
    max-width: 100%;
}


/* ==========================
    About Me
========================== */

.about-me {
    padding: 130px 0;
    /*background: #2d2e2e;*/
    background-color: white;
}

.about-me img {
    padding-right: 50px;
}

.about-me h2 {
    font-size: 30px;
    font-weight: 800;
    color: #4711d9;
}


.reimg {
    /*display: none;*/
}
@media (max-width: 991.98px) {
    .reimg {
        display: none;
    }
}
.about-me p {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    line-height: 28px;
    margin: 20px 0 40px 0;
    text-align: justify;
}

.about-me .btn-1 {
    border: 2px solid #4711d9;
    /*background: #ffc000;*/
    border-radius: 35px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
    /*font-weight: 500;*/
    margin-right: 10px;
    text-decoration: none;
}

.about-me .btn-2 {
    border: 2px solid #4711d9;
    border-radius: 35px;
    padding: 10px 50px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: bold;
    /*font-weight: 500;*/
    text-decoration: none;
}

.about-me .btn-1,
.about-me .btn-2:hover{
    background-color: #4711d9;
    color: white;
}



/* ==========================
    Portfolio
========================== */

.portfolio {
    padding: 80px 0 95px 0;
   /* background: #2d2e2e;*/
   /*background-color: #efefef;*/
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 800;
    color: #2c2c2c;
   /* color: #ffc000;*/
    margin-bottom: 60px;
}

.portfolio .button-group {
    margin-bottom: 30px;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
   /* color: #ffc000;*/
    color: #8e8e8e;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all .2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #ffc000;
}

.portfolio .button-group button.active {
    color: #ffffff;
    background: #ffc000;
}

.portfolio .single-portfolio-item {
    position: relative;
    margin-bottom: 10px;
    background-color: white;
    /*padding: 1em 0em 1em 0em;*/
   /* border-radius: 2em;*/
    /*box-shadow: 1px 3px 8px rgba(0, 0, 0, 0);*/
   /* max-width: 100%;*/
   /* -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
    position:relative;
    overflow:hidden;

}
/*
.single-portfolio-item img{
    transform: scale(1,1);
    transition: all 300ms ease-in-out;
    display: inline-block;
    overflow:hidden;
    position: relative;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
*/
/*
.single-portfolio-item:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.0);
}*/




.portfolio .single-portfolio-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #ffc000;*/
    color: #ffffff;
    padding: 1em 1em 4em 1em;
    opacity: 0;
    transition: all .7s ease-in-out;
   /* border-radius: 1em;*/
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    transition: all .3s ease-in-out;

    
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 32px;
    font-weight: bold;
   /* color: black;*/
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 16px;
    font-weight: 400;
     color: white;
}

.portfolio .single-portfolio-item .overlay .content a {
    /*color: #ffffff;
    text-decoration: none;
    font-size: 20px;*/
    /* color: black;*/
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: .95;
}





/* ==========================
    Contact
========================== */

.contact {
    padding: 0 0 130px 0;
    background: #2d2e2e;
}

.contact h2 {
    font-size: 30px;
    font-weight: 800;
    color: #e0a80d;
    margin-bottom: 60px;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #fcf2f2;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #e0a80d;
    color: #ffffff;
}
.contact .info {
    padding-left: 40px;
}

.contact .info span {
    font-size: 20px;
    color: #e0a80d;
}

.contact .info p {
    font-size: 14px;
    margin: 10px 0 20px 0;
    color: #eee;
}


/*=========================
Photography 
===========================*/
.photography h2 {
    font-weight: bolder;
    color: black;
    font-size: 23px;
}

/* ==========================
    Footer
========================== */
.footer {
    padding: 50px 0px 0px;
    background: #151515;
}

.footer .social-icons span{
  /*  color: #3814db;*/
  color: white;
    padding: 14px 14px;
    font-size: 28px;
}
.footer h2 {

    font-weight: bolder;
    color: #5f18e5;
    font-size: 23px;
}
.about-me a,
.footer h3, a{
    font-size: 18px;
    font-weight: 600;
    margin-top: 1%;
    margin-bottom: 2%;
     color: white;
    text-decoration: none;
}
.about-me a,
.footer a:hover {
    color: #5f18e5;
    text-decoration: none;
}

.footer p {
   
    font-family: freight-sans-pro, sans-serif;
    font-size: 16px;
    /* line-height: 1.6em; */
   /* color: #888888;*/
   color: white;
    margin: 1em;
    margin-top: 15px;
        text-align: center;
    /*color: black;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-top: 15px;*/
}

.description {
    padding: 20px 20px;
    background: #151515;
}
.description p {
     color: white;
 }

/* ==========================
    Media
========================== */
/*Small devices (landscape phones, 576px and up) */
@media (max-width: 575.99px) {

    h1{
        font-size: 18px;
    }
    /* Slider*/
    .navbar-brand>img{
        width: 75%;
    }
    .slider {
        height: calc(100vh - 80px);
        margin-top: 80px;
    }


    .slider img {
    display: /* none*/;
    max-width: 100%;
    padding-top: 7em;
    }
    .slider .left-content .hello {
        font-size: 25px;
    }
    .navbar {
        padding: 20px;
    }
    .navbar .flounder {
        padding: 15px;
    }
    img.img-fluid.flounder {
        max-width: 100%;
    }
    .animated-headlines .cd-headline span {
        font-size: 25px;
    }

    /* About Me */
    .about-me {
        padding: 130px 25px;
    }
    .about-me img {
        margin-bottom: 30px;
    }
    .about-me .btn-1 {
        margin-bottom: 30px;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .contact .info {
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }
    .slider .left-content .paragraph {
        font-size: 18px;
        /*text-align: justify;*/
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

     h1{
        font-size: 18px;
    }

     /* Slider*/
     .slider {
        height: calc(100vh - 80px);
        margin-top: 80px;
     }

    .slider .left-content {
        padding: 0;
        margin: 0;
    }

    .animated-headlines .cd-headline span {
        font-size: 25px;
    }

    /* About Me */
    .about-me img {
        padding: 0;
        margin-bottom: 30px;
    }

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .contact .info {
        padding: 0;
        text-align: center;
        margin-top: 40px;
    }
    .paragraph {
        font-size: 18px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
     h1{
        font-size: 18px;
    }
    .animated-headlines .cd-headline span {
        font-size: 25px;
    }
/*
    .slider .left-content {
        padding: 140px 0;
    }*/

    .some-facts .items h4 {
        margin-bottom: 30px;
    }

    .blog .box {
        margin-bottom: 30px;
    }

    .blog {
        padding-bottom: 90px;
    }

    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

