@charset "utf-8";
/* CSS Document */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 11, 2022 */


/* FONTS GENERATOR */
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {
	margin: 0;
	height: 100%;
	font-family: 'poppinsregular', "sans-serif";
}
html {
  scroll-behavior: smooth;
}
a, a:hover {
	text-decoration: none;
	color: #1c1cf5;
}
::selection {
  background-color: #1c1cf5;
	color: #fff;
}/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
section {
	min-height: 100%;
}
.portfolio-wrapper a {
	cursor: url(../images/click-to-view-portfolio-hardik-soni.png),auto;
}

.hardik-soni-logo {
	background: url("../images/hardik-soni-logo.svg") no-repeat;
	    width: 320px;
    height: 110px;
	margin: 0 auto;
	
}
.main-nav {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #1c1cf5;
    height: 100%;
	padding-top: 100px;
	display: none;
}
.main-nav *, .main-nav a, .main-nav .icon-link i {
	color: #fff;
}
.main-nav .icon-link i {
	background: #000;
	color: #fff;
}
.main-nav a:hover, .main-nav a:focus, .main-nav a:active {
	color: #000;
}
.main-nav ul {
	list-style: none;
	padding: 0;
}
.main-nav li a {
	display: block;
	font-size: 30px;
	margin: 10px;
	transition: all .3s ease-in-out;
	font-family: 'poppinsextrabold', "sans-serif";
}
.hamburger-wrapper {
	position: relative;
	z-index: 2;
}
a .hamburger-icon {
width: 60px;
    height: 60px;
    background: #1c1cf5;
    position: fixed;
    top: 0;
    right: 0;
	transition: all .3s ease-in-out;
}
a .hamburger-icon:hover {
	border-radius: 25px 0 25px 0;
}
.hamburger-wrapper + a {

    height: auto;
    width: 30px;
    display: inline-block;
    position: fixed;
    top: 22px;
    right: 15px;
}
.hamburger-wrapper span {
    background: #fff;
    height: 2.5px;
    width: 30px;
    position: fixed;
    top: 20px;
    right: 15px;
}

.hamburger-wrapper span:nth-of-type(1) {
	top: 27px;
}
.hamburger-wrapper span:nth-of-type(2){
	top: 35px;
}

.social-media-icon a {
	margin: 10px;
	top: 0;
	transition: all .6s ease-in-out;
}
.social-media-icon a:hover {
	position: relative;
	top: -10px;
}
.social-media-icon img {
	border-radius: 35px;
}
.btn-link {
	color: #fff;
	position: relative;
	text-decoration: none;
	z-index: 2;
	font-family: 'poppinssemibold', "sans-serif";
}
.btn-link.btn-invert:hover {
	color: #000;
}
.btn-link.dark {
	color: #000;
}
.btn-link.dark:hover {
	color: #1c1cf5;
}
.btn-link.dark:hover:before{
	content: "";
	left: 80%;
	background-color: #000;
}
.btn-link:before {
	position: absolute;
	left: 0;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	content:"";
	background-color: #1c1cf5;
	z-index: -1;
	top: 2px;
	 transition: all .6s ease-in-out;
}

.btn-link:hover:before{
	content: "";
	left: 80%;
	background-color: #fff;
}
.btn-link.btn-invert:before {
	background-color: #000;
}
.btn-link.btn-invert:hover:before {
	background-color: #fff;
}
.bauhaus-art-1 {
	background:url("../images/bauhaus-art-1.webp") no-repeat left bottom /60%;
	background:url("../images/bauhaus-heroImg-hardik-soni.svg") no-repeat left bottom /60%;
	width: 100%;
}
.bg-secondary-color {
	background-color: #1c1cf5;
	padding: 150px 0;
	color: #fff;
}
.portfolio-section {
	padding: 150px 0;
	background: url("../images/bauhaus-art-portfolio.webp") no-repeat right top;
}
.contact-section {
	padding: 150px 0;
}
.portfolio-section .portfolio-wrapper div {
	margin-bottom: 30px;
}
.bg-secondary-color .img-fluid {
	max-width: 60%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'poppinssemibold', "sans-serif";
}
.ml-200 {
	margin-left: 200px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-100 {
	margin-top: 100px !important;
}
.navbar {
	padding-top: 20px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,100);
}
.navbar-nav .nav-link {
	display: inline-block;
	padding-right:25px;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #1c1cf5;
}
.navbar-nav {
	display: block;
}

.bg-black {
	color: #fff;
}
.main-heading {
width: 32%;
    left: 22%;
    top: 24%;
}
.sub-heading {
	bottom: 12%;
    width: 18%;
    right: 18%;
}
marquee {
	position: relative;
    top: 100px;
}
.marquee-ticker {
	font-size: 50px;
	font-family: 'poppinssemibold', "sans-serif";
	text-transform: uppercase;
}
.marquee-ticker span {
	color: #000;
}
.tlbr-curve {
	border-radius: 100px 0 100px 0;
	transition: all .6s ease-in-out;
}

.trbl-curve {
		border-radius: 0 100px 0 100px;
	transition: all .6s ease-in-out;
}
.tlbr-curve:hover, .trbl-curve:hover {
	border-radius: 0 0 0 0;
}
.footer-img-left {
	
    position: absolute;
    bottom: 0;
	left: 0;
	
}
.footer-img-right {
	 position: absolute;
    bottom: 0;
	right: 0;
}
.form-control {
	border-radius: 30px;
    border: none;
    padding: 0.8rem;
}
.logo-prelaunch {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	display: block;
}

.icon-link i {
	background: #1c1cf5;
	border-radius: 50%;
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	transition: all .6s ease-in-out;
}
.icon-link i:hover {
	background:#000;
	color: #1c1cf5;
}
.modal-dialog {
	max-width: 90%;
}
.modal-content {
	background: transparent;
	border: none;
}
.modal-header {
	border-bottom: none;
}
.modal-header.portfolio-modal {
		margin-left: 20px;
}
.modal-title, .modal-body h4, .modal-header .btn-close {
	color: #fff;
}
.modal-body p {
	color: #fff;
	margin-bottom: 30px;
}
.modal-footer {
	background: url(../images/bauhaus-pattern.webp) repeat-x 0 0 /contain;
    border-top: none;
    width: 100%;
    min-height: 150px;
	position: fixed;
	bottom: 0;
	left: 0;
}
.modal-footer.portfolio-modal {
	min-height: 75px!important;
	z-index: -1;
}
.fade {
	background:rgba(0,0,0,1); 
}
.btn-close {
	background: url("../images/btn-close.png") no-repeat;
	width: 50px;
	height: 50px;
	opacity: 1;
}
.progress {
	margin-bottom: 10px;
	background-color: #333;
	height: 45px;
	position: relative;
}
.progress-bar {
	background:#1c1cf5;
	text-align: left;
}
.progress-bar span {
	position: absolute;
	right: 2%;
}
.expertise-icon {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left:6px;
}
.adobe-photoshop-bg {
	background-color: #00bdff;
}
.adobe-photoshop {
	background-image: url("../images/adobe-photoshop.png");
}
.adobe-dreamweaver-bg {
	background-color: #ff7aff;
}
.adobe-dreamweaver {
	background-image: url("../images/adobe-dreamweaver.png");
}
.adobe-illustrator-bg {
	background-color: #ffa700;
}
.adobe-illustrator {
	background-image: url("../images/adobe-illustrator.png");
}
.adobe-xd-bg {
	background-color: #b946b3;
}
.adobe-xd {
	background-image: url("../images/adobe-xd.png");
}
.adobe-lightroom-bg {
	background-color: #00bdff;
}
.adobe-lightroom {
	background-image: url("../images/adobe-lightroom.png");
}

.html5-bg {
	background-color: #fc490b;
}
.html5 {
	background-image: url("../images/html5.png");
}

.css3-bg {
	background-color: #2196f3;
}
.css3 {
	background-image: url("../images/css3.png");
}

.typo-bg {
	background-color: #44c4a1;
}
.typo {
	background-image: url("../images/typography.png");
}
.js-bg {
	background-color: #ffdf00;
}
.js {
	background-image: url("../images/js.png");
}
.php-bg {
	background-color: #8f9ed1;
}
.php {
	background-image: url("../images/php.png");
}
footer {
	background: #000;
	padding: 50px;
	color: #666;
	text-align: center;
	font-size: 12px;
}

.envelope-cutout {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 150px solid white;
    position: absolute;
    top: 0;
    left: 0;
}