@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@300;400;500&display=swap');

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Caveat', cursive;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 26px;
	color: #434343;
	background: #ffffff;
	padding-top: 87px;
}

a, a:hover {
	text-decoration: none;
	color: inherit;
}
p {
	margin-bottom: 30px;
}
.caveat {
	font-family: 'Caveat', cursive;
	font-weight: 400;
}
.dib {
	display: inline-block;
}
.fw-semi {
	font-weight: 500;
}
.text-blue {
	color: #272e57;
}
.btn {
	color: #434343;
	font-size: 17px;
	background: #ffffff;
	display: inline-block;
	line-height: 30px;
	padding: 6px 10px;
	letter-spacing: 1px;
	transition: 0.4s all ease-in-out;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-blue.active, 
.btn-blue:hover {
	color: #fff;
	background: #272e57;
}
.topSection {
	background: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
.topBlock {
	background: #eeeff3;
}
.socialBlock p {
	padding-top: 2px;
	margin-bottom: 6px;
}
.socialBlock p a {
	display: inline-block;
	padding: 0 4px;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 1;
	border-top: 2px solid #3b4166;
	border-bottom: 2px solid #3b4166;
}
.navbar .container-fluid {
	padding-right: 60px;
	padding-left: 60px;
}
.navbar .navbar-brand {
	padding: 0;
	margin-top: -30px;
	margin-bottom: -30px;
}
.navbar .navbar-brand img {
	max-height: 110px;
}
.navbar .navbar-toggler {
	border: none;
	padding-right: 0;
}
.navbar .navbar-toggler:focus {
	box-shadow: none;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-weight: 300;
	padding: 12px 15px;
	position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:after {
	display: none;
}
.navbar .navbar-nav .nav-item .nav-link img {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	margin: auto;
}
.navbar .navbar-nav .nav-item .nav-link.active {
	color: #272e57;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show img, 
.navbar .navbar-nav .nav-item .nav-link.active img {
	opacity: 1;
}
.navbar-nav .dropdown-menu {
	background: #272e57;
	padding: 0;
	min-width: 220px;
	border: 2px solid #272e57;
	margin-top: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
	color: #272e57;
	font-size: 15px;
	font-weight: 300;
	background: #ffffff;
	border-bottom: 2px solid #272e57;
	
	-webkit-transition: 0.4s all ease-in-out;
	-moz-transition: 0.4s all ease-in-out;
	-ms-transition: 0.4s all ease-in-out;
	-o-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.navbar-nav .dropdown-menu li:nth-last-of-type(1) .dropdown-item {
	border-bottom: none;
}
.navbar-nav .dropdown-menu .dropdown-item:hover, 
.navbar-nav .dropdown-menu .dropdown-item.active {
	color: #ffffff;
	background: #272e57;
}
.carousel .carousel-inner .carousel-item {
	max-height: 600px;
}
.banSec {
	background: url("../img/banner/banner1.png") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banSec .banConBlock {
	min-height: calc(100vh - 90px);
}
.banSec h1 {
	color: #272e57;
	font-weight: 300;
	font-size: 130px;
	line-height: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.banSec h1 small {
	font-size: 70%;
}
.banSec .btnBlock {
	text-align: center;
}
.btn-border, 
.banSec .btnBlock p {
	font-size: 20px;
	display: inline-block;
	border: 1px solid #434343;
	padding: 2px;
	background: #ffffff;
}
.banSec .btn {
	font-size: 24px;
	font-weight: 300;
	min-width: 330px;
	padding: 10px 15px;
	border: 1px solid #272e57;
}
.craftingContent {
	margin-top: 15px;
	margin-bottom: 30px;
}
.craftingContent h1 {
	color: #434343;
	font-size: 70px;
	line-height: 45px;
	width: 50px;
	display: inline-block;
}
.craftingContent p {
	font-size: 18px;
}
.hello {
	color: #434343;
	font-size: 60px;
	margin-bottom: 10px;
}
section {
	min-height: 100vh;
	padding-top: 30px;
	padding-bottom: 30px;
}
.principalSection {
	color: #fff;
	background: url("../img/banner/principal-bg.png") top right no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.prinRow {
	min-height: calc(100vh - 150px);
}
.prinBlock {
	display: flex;
	align-items: center;
	gap: 15px;
}
.prinBlock h1 {
	font-size: 100px;
	font-weight: 400;
}
.prinBlock p {
	font-size: 20px;
	margin-bottom: 10px;
}
.contentSection {
	padding-top: 45px;
}
.contentSection .content {
	color: #272e57;
	position: relative;
}
.contentSection .content:before {
	content:'';
	background: #272e57;
	width: 280px;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	margin: auto;
}
.contentSection .contThumbnail {
	color: #434343;
	border: 1px solid #434343;
	padding: 20px;
}
.contentSection .contThumbnail:nth-of-type(1) {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
.contentSection .contThumbnail:nth-of-type(2) {
	border-top: 1px solid transparent;
}
.contentSection .contThumbnail:nth-of-type(even) {
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
}
.contentSection .contThumbnail:nth-of-type(odd) {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.contentSection .contThumbnail:nth-last-child(1) {
	border-bottom: 1px solid transparent;
}
.contThumbnail p {
	font-size: 22px;
	margin-bottom: 0;
}
.contThumbnail .block1 {
	min-width: 122px;
}
.contThumbnail .block1 img {
	
}
.contThumbnail .block2 h1 {
	color: #434343;
	font-size: 70px;
	padding-right: 10px;
	min-width: 120px;
}
.contThumbnail .block3 {
	padding-right: 30px;
}
.dairySection {
	padding-top: 45px;
}
.dairySection .diaries {
	color: #272e57;
	position: relative;
	margin-bottom: 60px;
}
.dairySection .diaries span {
	background: #fff;
	display: inline-block;
	padding-right: 15px;
}
.dairySection .diaries:after {
	content:'';
	background: #272e57;
	height: 5px;
	position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.dairySection .clientBlock {
	padding-top: 30px;
	border-left: 1px solid #434343;
}
.dairySection .clientBlock .commaBlock {
	width: 80px;
	text-align: right;
}
.dairySection .clientBlock:nth-of-type(1) {
	border-left: 1px solid transparent;
}
.ourSection {
	padding-top: 45px;
}
.ourSection .our {
	position: relative;
	text-align: right;
	margin-bottom: 120px;
}
.ourSection .our span {
	color: #272e57;
	background: #fff;
	padding-left: 15px;
	display: inline-block;
}
.ourSection .our:after {
	content: '';
	background: #272e57;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: -1;
}
.owl-theme .owl-carousel .owl-dots {
	padding-top: 80px;
	padding-bottom: 30px;
}


footer {
	background: #eeeff3;
	font-size: 14px;
	padding-top: 40px;
	margin-top: 30px;
	line-height: 22px;
}
footer ul li a {
	color: #434343;
	font-weight: 300;
	padding: 3px 6px;
}
footer p a {
	color: #0025ff;
}
footer .social a img {
	max-height: 26px;
	opacity: 0.4;
	padding: 0 4px;
}
footer .copy {
	color: #434343;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	border-top: 1px solid #434343;
	padding-top: 25px;
}


/* about page */
.about_page .banSec h1 {
	font-size: 4.4vw;
	padding-bottom: 80px;
}
.whoBlock {
	padding: 0 15px;
}
h1.caveat {
	font-size: 60px;
}
.divider1 {
	position: relative;
}
.divider1 span {
	background: #fff;
	display: inline-block;
	padding-right: 15px;
}
.divider1:after {
	content: '';
	background: #272e57;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: -1;
}
.littleMore {
	padding: 0 15px;
}
.passionate_carousal .carousel-inner .carousel-item .carousel-caption {
	top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.passionate_carousal .carousel-inner .carousel-item .carousel-caption h1 {
	font-size: 6vw;
}
.passionate_carousal .carousel-inner .carousel-item .carousel-caption h5 {
	font-size: 2vw;
	line-height: 3.5vw;
	font-weight: normal;
}
.carousel-control-next-icon {
	background-image: url("../img/arrow-right-circel.png");
}
.carousel-control-prev-icon {
	background-image: url("../img/arrow-left-circel.png");
}
.contactBtn {
	min-width: 300px;
	margin-top: 45px;
}
.contactBtn .btn {
	font-size: 24px;
	font-weight: 300;
	padding: 10px 15px;
	border: 1px solid transparent;
}
.contactBtn .btn.active:hover {
	color: #434343;
	background: #ffffff;
	border: 1px solid #434343;
}

.form-control {
	border: 1px solid #434343;
	height: auto;
	padding: 10px 15px;
	margin-bottom: 25px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	border-color: inherit;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-check-input:checked {
	background: #434343;
	border-color: #434343;
}
form .accordion-button:focus {
	box-shadow: none;
}
form .accordion-button {
	color: #434343 !important;
	background-color: transparent !important;
	padding-bottom: 10px;
	padding-left: 30px;
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
form .accordion-button:not(.collapsed)::after {
	background-image: url("../img/dot-active.png") !important;
	position: absolute;
	left: 0;
}
form .accordion-button::after {
	background-image: url("../img/dot.png") !important;
	position: absolute;
	left: 0;
}
form .accordion-item {
	border-color: transparent;
}
form .accordion-body {
	padding-top: 0;
	padding-left: 45px;
}
form .list-group-item {
	border: none;
	padding: 2px 10px;
}
form .list-group-item input[type="checkbox"] {
	margin-right: 10px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form .error p {
	color: #dc3545;
	font-size: 14px;
	padding-left: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
form .form-label {
	display: block;
	position: relative;
}
.contactContent {
	color: #fff;
	background: url("../img/leaf.png") #272e57 bottom right no-repeat;
	padding: 35px 45px 80px 45px;
}
.contactContent p {
	line-height: 24px;
}
.contactContent p a {
	color: #0000ff;
}
.contactContent p a:hover {
	color: #eeeff3;
}
.b-border-Line {
	position: relative;
}
.b-border-Line:after {
	content: '';
	background: #272e57;
	width: 280px;
	height: 5px;
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	margin: auto;
}

/* blogs for brands */
.numBlock {
	text-align: center;
}
.numBlock {
	max-width: 280px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.numBlock .num h2 {
	color: #434343;
	font-size: 100px;
	line-height: 90px;
	text-align: center;
	font-family: 'Caveat', cursive;
	padding-right: 25px;
	padding-bottom: 10px;
	border: 2px solid #434343;
	margin-bottom: 25px;
	display: inline-block;
	width: 100px;
	height: 100px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}

.list-arrow li {
	padding-left: 60px;
}
.list-arrow li img {
	margin-left: -40px;
	margin-right: 10px;
}

/* blogs for brands */
.blogs_for_brands .banSec h1 {
	
}


/* portfolio */
.portTab {
	margin-top: 50px;
	margin-bottom: 30px;
}
.portTab .nav-item {
	margin: 2px 10px;
	padding: 2px;
	border: 1px solid #272e57;
}
.portTab .nav-item:nth-child(1) {
	margin-left: 0;
}
.portTab .nav-item .btn-blue {
	font-size: 22px;
	font-weight: 300;
	background: #ffffff;
	border: 1px solid #272e57;
	padding: 8px 30px;
}
.portTab .nav-item .btn-blue:hover, 
.portTab .nav-item .btn-blue.active {
	background: #272e57;
}

.portThumb {
	margin-bottom: 30px;
}
.portThumb a {
	display: block;
	position: relative;
}
.portThumb a img {
	width: 100%;
}
.portThumb .portCon {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.portThumb:hover .portCon {
	background: rgb(39, 46, 87, 0.8);
}
.portThumb .portCon p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 0;
	opacity: 0;
	text-transform: uppercase;
	
	-webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}
.portThumb:hover .portCon p {
	opacity: 1;
}
.viewSamplePdf {
	
}
.viewSamplePdf:hover .portCon {
	background: #525879;
}
.viewSamplePdf p {
	display: flex;
}


/* Higher than 1450 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1450px) {
	.container {
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
	.navbar .navbar-brand img {
		max-height: 100%;
	}
	.banSec h1 {
		font-size: 7vw;
		line-height: 70px;
		line-height: 7vw;
	}
	/* portfolio */
	.portTab {
		margin-top: 100px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1449px) {
	.container {
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	body {
		padding-top: 48px;
	}
	.container {
		max-width: 100%;
	}
	.navbar .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.offcanvas-collapse {
		top: 82px;
		padding-top: 30px;
		background: #fff;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 13px 20px;
	}
	.navbar .navbar-brand img {
		max-height: 90px;
		position: relative;
		z-index: 1;
	}
	.navbar .navbar-nav .nav-item .nav-link img {
		position: absolute;
		top: 0;
		right: auto;
		bottom: 2px;
		left: 0;
		
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.prinRow, 
	section, 
	.banSec .banConBlock {
		min-height: auto;
	}
	.about_page .banSec, 
	.home_page .banSec {
		padding-bottom: 45px;
	}
	.about_page .banSec h1, 
	.home_page .banSec h1 {
		text-align: center;
		padding-top: 75px;
		padding-bottom: 30px;
	}
	.contThumbnail .block3 {
		padding-right: 0;
	}
	.about_page .banSec h1 {
		line-height: 40px;
	}
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption h1 {
		font-size: 80px;
	}
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption h5 {
		font-size: 22px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767.98px) {
	body {
		padding-top: 82px;
	}
	.container {
		max-width: 100%;
	}
	h1.caveat {
		font-size: 36px;
	}
	.navbar .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.offcanvas-collapse {
		top: 82px;
		padding-top: 30px;
		background: #fff;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 13px 20px;
	}
	.navbar .navbar-brand img {
		max-height: 90px;
		position: relative;
		z-index: 1;
	}
	.navbar .navbar-nav .nav-item .nav-link img {
		position: absolute;
		top: 0;
		right: auto;
		bottom: 2px;
		left: 0;
		
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.home_page .banSec h1 {
		font-size: 60px;
		line-height: 50px;
		text-align: center;
		padding-top: 45px;
	}
	.banSec h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.banSec .btn {
		font-size: 18px;
		min-width: 250px;
		padding: 6px 5px;
	}
	.craftingContent {
		margin-top: 0;
		margin-bottom: 0px;
	}
	.prinRow {
		min-height: auto;
	}
	.contentSection .contThumbnail:nth-of-type(even) {
		border: 1px solid transparent;
		border-bottom: 1px solid #434343;
	}
	.contThumbnail p {
		font-size: 18px;
		line-height: 24px;
	}
	.contThumbnail .block3 {
		padding-right: 0;
	}
	.dairySection .diaries {
		margin-bottom: 20px;
	}
	.dairySection .clientBlock .commaBlock {
		width: 25px;
	}
	.dairySection .clientBlock .commaBlock img {
		height: 20px;
	}
	.dairySection .clientBlock {
		border-left: 1px solid transparent;
		border-top: 1px solid #434343;
	}
	section {
		min-height: auto;
	}
	.banSec .banConBlock {
		min-height: inherit;
	}
	.about_page .banSec h1 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.about_page .banSec h2 {
		font-size: 18px;
	}
	.about_page .banSec, 
	.contact_page .banSec {
		padding-top: 20px;
		padding-bottom: 45px;
	}
	.about_page .banSec h1 {
		font-size: 24px;
		line-height: 36px;
		padding-bottom: 15px;
	}
	.about_page .banSec .btnBlock p {
		margin-bottom: 0;
	}
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption {
		
	}
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption h1 {
		font-size: 60px;
	}
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption h5 {
		font-size: 14px;
		line-height: 20px;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
}
/* Higher than 1600 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1600px) {
	body {
		font-size: 30px;
		line-height: 46px;
	}
	h1.caveat {
		font-size: 5vw;
	}
	h1 {
		font-size: 3vw;
	}
	.navbar {
		height: 70px;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		font-size: 24px;
		padding: 5px 15px;
		height: 68px;
		line-height: 60px;
	}
	.navbar-nav .dropdown-menu .dropdown-item {
		font-size: 30px;
		line-height: 46px;
		min-width: 400px;
		padding: 12px 25px;
	}
	.navbar .navbar-nav .nav-item .nav-link img {
		height: 10px;
	}
	.banSec h1 {
		font-size: 10.5vw;
		line-height: 10vw;
	}
	.banSec h1 small {
		font-size: 0.7em;
		line-height: 8vw;
		display: inline-block;
	}
	.contactBtn .btn, 
	.banSec .btn {
		font-size: 36px;
		padding: 25px 5px;
		min-width: 600px;
	}
	.contentSection .contThumbnail {
		padding: 50px;
	}
	.contThumbnail p, 
	.craftingContent p {
		font-size: 1.5vw;
		line-height: 50px;
	}
	.principalSection h2 {
		font-size: 4vw;
	}
	.prinBlock p {
		font-size: 1.8vw;
		line-height: 2.4vw;
		letter-spacing: 1px;
	}
	.ourSection .our, 
	.dairySection .diaries, 
	.contentSection .content {
		font-size: 4vw;
	}
	.prinBlock h1 {
		font-size: 165px;
	}
	.contThumbnail .block2 h1 {
		color: #434343;
		font-size: 140px;
		padding-right: 10px;
		min-width: 120px;
	}
	.contThumbnail .block2 h1 {
		padding-right: 30px;
		padding-left: 30px;
	}
	footer {
		font-size: 1vw;
		letter-spacing: 1px;
		line-height: 1.5vw;
	}
	footer .copy {
		font-size: 1vw;
		line-height: 1.3vw;
		letter-spacing: 1px;
	}
	.owrnerPhoto img {
		width: 80%;
	}
	.craftingContent h1 {
		font-size: 7vw;
		padding-top: 20px;
		padding-right: 90px;
	}
	/* about */
	.passionate_carousal .carousel-inner .carousel-item .carousel-caption h1 {
		font-size: 10vw;
	}
	/* contact */
	.contact_page .banSec h1 {
		font-size: 5.8vw;
	}
	.contact_page .banSec h2 {
		font-size: 3vw;
	}
	.contactContent p {
		line-height: 2vw;
	}
	.form-control {
		font-size: 1.1vw;
		margin-bottom: 35px;
	}
	form .accordion-button {
		font-size: 30px;
		line-height: 40px;
	}
	
	/* blogs for brands */
	.website_page .banSec h1, 
	.blogs_for_brands .banSec h1 {
		line-height: 6vw;
		padding-bottom: 60px;
	}
	.numBlock {
		max-width: 450px;
	}
	/* website_page */
	
	/* portfolio */
	.portTab {
		margin-top: 110px;
	}
	.portThumb .portCon p {
		font-size: 1.5vw;
	}
	.portTab .nav-item .btn-blue {
		font-size: 1.5vw;
	}
	
}
