body{
	font-family: 'Montserrat', sans-serif;
	min-width: 320px;
	color: #1d1d1d;
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
section{
	padding: 100px 0;
}
h3{
	font-style: italic;
	font-size: 40px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
h4{
	font-weight: 600;
	font-size: 44px;
	margin-bottom: 30px;
}
.scrollToTop{
	position: fixed;
	bottom: 60px;
	right: 50px;
	border-radius: 4px;
	font-size: 32px;
	height: 50px;
	width: 50px;
	z-index: 1001;
	display: none;
	color: #fff;
	transition: all .5s;
	background-color: #da1757;
	border: 0;
	cursor: pointer;
}
.scrollToTop:hover{
	background-color: #fff;
	text-decoration: none;
	outline: none;
	color: #da1757;
	border: 1px solid #da1757;

}

/* ============= header ============= */

.main-header{
	background: url(../img/main1.jpg) center no-repeat;
	background-size: cover;
	height: 130vh;
	min-width: 320px;
	position: relative;
}

.main-header .navbar-toggler{
	color: #fff;
}

.main-header .navbar-brand, ul li a{
	color: #fff;
	font-weight: 600;
}

.main-header .navbar-brand{
	font-size: 41px;
}

.main-header ul li a{
	font-size: 17px; 
}

.main-header ul li a::after{
	content: '';
	display: block;
	width: 100%;
	background-color: #fff;
	height: 1px;
	transform: scale(0);
	transition: all .3s;
}

.main-header ul li a:hover{
	color: #fff; /* для того чтоьы при наведении цвет оставался белым */			
}

.main-header ul li a:hover::after{
	transform: scale(1);	
}

.main-header-text{
	position: absolute;
	left: 5%;
	top: 25%;
	max-width: 600px;
	color: #fff;
	padding: 20px;
}

.main-header-buttons{
	padding-left: 30px;
}

.main-header-buttons .btn{
	height: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-right: 20px;
	margin-top: 15px;
	opacity: .7;
	box-shadow: 0 4px 16px rgba(0,0,0,.35);
	transition: all .6s;
}

.main-header-buttons .btn:hover{
	color: #fff;
	opacity: 1;
}

.btn{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-pink{
	background-color: #f42267;
}

.btn-violet{
	background-color: #69328e;
}


/* =============== section watch ================ */

.section-watch{
	background: url(../img/world_map.png) center;
	background-size: cover;
}
.section-watch h3,
.section-watch h4{
	color: #484848;
}
.section-tabs .nav-pills .nav-link{
	color: #484848;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 14px 30px;
}
/* Этот тег НЕ так как в видео: ур.8 - 7:10 */
.section-tabs .nav-pills .active{
	color: #fff;
	background-color: #f42267;
	box-shadow: 0 4px 16px rgba(0, 0, 0,.5)
}
/* Этот тег НЕ так как в видео: ур.8 - 8:03 */
.section-watch .tab-content{
	margin-top: 20px;
}
.btn-shadow{
	font-size: 13px;
	padding: 8px 16px;
	box-shadow: 0 7px 0px #FF5790;
	border-radius: 5px;
	transition: all .4s;
}
.btn-shadow:hover{
	box-shadow: 0 4px 0px #FF5790;	
	color: #fff;
	background-color: #da1757;
}

/* =============== section pogress ================ */

.section-progress{
	color: #fff;
	background-color: #4A2D7F;
	font-size: 15px;
	padding: 0px 40px;
}
.section-progress img{
	filter: invert(100%);
	width: 70px;
}
.section-progress .num{
	font-size: 50px;
	font-weight: 600;
	margin: 30px 0 20px;
}
.section-progress h4{
	font-size: 25px;
	height: 66px;
	overflow: hidden; 
}
.section-progress .bold{
	font-size: 30px;
	font-weight: 700;
}
.section-progress .progress-item{
	padding: 40px 40px;
	transition: all .4s;
}
.section-progress .progress-item:hover{
	background: #41286A
}
.section-progress .row{
	margin: 0px;
}

/* =============== section-lets ================ */

.section-lets{
	background: url(../img/letsgrow.jpg); center no-repeat;
	background-size: cover;
	color: #fff;
}
.section-lets p{
	margin-bottom: 50px;
}

/* =============== section-design ================ */

.section-design img{
	height: 60px;
	padding-left: 15px;
}
.section-design h3,
.section-design h4{
	color: #484848;
}
.section-design h2{
	color: #484848;
	font-size: 25px;
	font-weight: 600;
	margin: 5px 0px;
}
.section-design h3{
	font-size: 31px;
	margin-bottom: 2px;
}
.section-design p{
	font-size: 12px;
	margin: 30px 0px;
}
.embed-responsive{
	position: relative;
	border-radius: 10px;
}
#videoPlayBtn{
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: absolute;
	top: 0;
	cursor: pointer;
	background: url(../img/play.png) center no-repeat ;
}

/* =============== section-work ================ */

.section-work{
	background-color: #F1F1F1;
}
.section-work p,
.section-work h4{
	color: #373737;
}
.gallery img:hover{
	box-shadow: 0px 10px 40px -10px rgba(0,0,0,.5);
	transition: .2s;
}
/* .section-work .tab-content img{
	width: 100%;
} */
.section-work .nav{
	margin-bottom: 30px;
}

/* =============== section-brand ================ */

.section-brand{
	background-color: #4A2D7F;
	padding: 60px 0px;
}
.section-brand .brand-item:hover{
	box-shadow: 0 0 40px -10px rgba(0,0,0,.5);
	transition: 0.5s;
}
.section-brand .transition{
	transition: 1s;
}


/* =============== section-review ================ */

.section-reviews{
	background: url(../img/reviews_bg.jpg) center no-repeat;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 0px;
}
.section-reviews .carousel-caption{
	bottom: auto;
	top: 5%;
	text-align: left;
}
.section-reviews .blockquote{
	font-style: italic;
	font-size: 22px;
	position: relative;
	padding-left: 60px;
	margin-top: 50px;
}
.section-reviews .blockquote::before{
	content: '\201C';
	color: #FA2369;
	position: absolute;
	font-size: 150px;
	left: -20px;
	top: -70px;
}
.section-reviews .blockquote-footer{
	color: #fff;
	font-style: normal;
	position: relative;
	margin-top: 25%;
}
.section-reviews .blockquote-footer::before{
	font-size: 25px;
	content: '\2605\2605\2605\2605\2605';
	color: #FA2369;
	font-style: normal;
	position: absolute;
	margin-top: -10%;
}

/* =============== section-form ================ */

.section-form {
	background: url(../img/form_bg.jpg) center no-repeat;
	background-size: cover; 
	padding: 50px 0;
	color: #fff;
}
.section-form h4{
	margin-bottom: 13px;
}
.section-form h5{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.section-form form{
	margin-top: 40px;
}
.section-form .form-control{
	height: 51px;
	border-radius: 8px;
	background-color: rgba(255,255,255,.5);
	color: #fff;
	border: 0;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}
.section-form .form-control::placeholder{
	color: #fff;
}
.section-form .form-control:focus{
	box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}
.section-form .btn-violet{
	border-radius: 10px;
	background-color: #4A2D7F;
}
.section-form .btn-shadow{
	padding: 11px 26px;
	box-shadow: 0 7px 0px #A881EB;
	transition: all .4s;
}
.section-form .btn-shadow:hover{
	box-shadow: 0 5px 0px #A881EB;	
	background-color: #392363;
}


/* =============== footer ================ */
.footer{
	background: url(../img/world_map.png) center no-repeat;
	background-size: cover;
	padding: 100px 0;
	font-family: 'Poppins', sans-serif;
}
.footer h5{
	color: #4A2D7F;
	font-size: 25px;
	font-weight: 700;
}
.footer ul{
	list-style: none;
	padding-left: 10px;
}
.footer ul li a{
	font-size: 15px;
	font-weight: 600;
	color: #171717;
}
.footer .footer-images img{
	margin-bottom: 25px;
	border-radius: 5px;
}
.copyright{
	background-color: #f6f6f6;
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}
.copyright li{
	margin: 0px 20px;
}
.copyright a,
.copyright span{
	padding: 0;
	color: #171717;
	font-size: 18px;	
	font-weight: 600;
	position: relative;
	  
}
.copyright a:hover{
	text-decoration: underline;	
}  
.copyright li a::after,
.copyright li span::after{
	content: "\2024";
	font-size: 30px;
	position: absolute;
	top: -15px;
	right: -25px;
}
.copyright li:last-child a::after{
	content: '';
}


/* ============================== section-content ================================ */


.section-content{
	padding: 40px 0;
}
.article-preview{
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	transition: all .5s;
}
.article-preview:hover{
	box-shadow: 0 0 30px -10px rgba(0,0,0,.75);
}
.article-preview h2{
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
}
.article-preview a{
	color: #484848;
	transition: all 0.5s;
}
.article-preview a:hover{
	color: #f42267;
	text-decoration: none;
}
.article-date{
	color: #da1757;
	font-size: 13px;
	font-weight: 600;
}
.article-preview .thumb{
	border: 5px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin: 0 20px 20px 0;
	float: left;
}
.article-preview .more{
	color: #da1757;
	font-weight: 600;
}
.article-preview .more:hover{
	text-decoration: underline;
}
.widget-categories ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-categories ul li a{
	padding-left: 10px;
	font-size: 14px;
	color: #2f2f2f;
	margin-bottom: 10px;
	display: inline-block;
	transition: all .4s;
	text-decoration: none;
}
.widget-categories ul li a:hover{
	color: #da1757;
}
.widget-categories ul li::before{
	content: '\f054';
	font-family: 'Font Awesome 5 Free'; 
	font-weight: 900;
	font-size: 14px;
	color: #da1757;
}
.widget-title{
	color: #484848;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
}
.widget-title::after{
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	top: 30px;
	width: 30px;
	background-color: #da1757;
}


/* ============================== pagination ================================ */


.page-link{
	color: #da1757;
	transition: all .5s;
	padding-left: 1rem;
	padding-right: 1rem;
}
.page-link:hover{
	background-color: #da1757;
	color: #fff;
	border-color: #f42267;
}
.page-item.active .page-link{
	background-color: #4A2D7F;
	border-color: #4A2D7F;
}





/* Large Devices, Wide screens */
@media only screen and (max-width: 1360px) {
	.main-header-text {
		background-color: rgba(0,0,0,.35);
		transition: 5s;
	}
}

/* Medium Devices, Desctops */
@media only screen and (max-width: 991px) {
	.section-reviews h4{
		font-size: 34px;
	}
	.section-reviews h3{
		font-size: 30px;	
	}
	.section-reviews .blockquote{
		font-size: 18px;
		margin-top: 35px;
		margin-left: -25px;
	}
	.section-reviews .blockquote::before{
		font-size: 100px;
		margin-top: 25px;
		left: 10px; 
	}
	.section-reviews .blockquote-footer::before{
		font-size: 20px;
	}
	.main-header .navbar-nav{
		background:  linear-gradient(45deg, rgba(235,27,51,1) 0%, rgba(68,46,130,1) 100%);
		position: relative;
		z-index: 1;
		padding: 0px 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.widget-title{
		margin-top: 25px;
	}
	.section-reviews .carousel-caption{
		padding-top: 10px;
		bottom: auto;
		top: 0;
		text-align: left;
	}
	.section-reviews h4{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.section-reviews h3{
		font-size: 26px;
	}
	.section-reviews .carousel-inner .blockquote p{
		height: 70px;
		overflow: hidden;
	}
	.section-reviews .blockquote{
		font-size: 100%;
		margin-top: 30px;
		margin-left: -25px;
	}
	.section-reviews .blockquote::before{
		font-size: 80px;
		margin-top: 35px;
		left: 15px; 
	}
	.section-reviews .blockquote-footer::before{
		font-size: 18px;
		top: -5px;
	}
	.section-design .megaphone{
		margin-top: 40px;
	}
	.section-progress h4{
		margin-bottom: 10px;
	}
	.section{
		padding: 50px 0px;
	}
	.main-header-text{
		left: 0px;
		margin: 0px 20px;
		max-width: 100%;
	}
	.main-header{
		height: 
		100vh;
	}
	h4, h3 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 724px) {
	.main-header{
		height: 
		110vh;
	}
}
@media only screen and (max-width: 600px) {
	.main-header-text{
		top: 90px;
	}
	.main-header-buttons .btn {
		padding: 10px 10px;
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.main-header-buttons .btn:last-child{
		margin-top: 0px;
	}
	.main-header{
		height: 125vh;
	}
}
@media only screen and (max-width: 576px) {
	#hidden-block{
		display: none;
	}
	.scrollToTop{
		bottom: 40px;
		right: 40px;
		border-radius: 12px;
		font-size: 23px;
		height: 35px;
		width: 35px;
	}
	.footer{
		padding: 25px 0;
	}
	.section-reviews .carousel-caption{
		position: relative;
		width: 70%;
	}
	.section-reviews .blockquote-footer{
		top: -15px; 
	}
	.section-reviews .blockquote-footer::before{
		font-size: 17px;
		top: 7px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 461px) {
	.article-preview .thumb{
		float: none;
		width: 100%;
	}
	.section-reviews .blockquote-footer::before{
		top: 4px;
	}
	.section-watch .tab-content .btn-shadow{
	font-size: 11px;
	padding: 6px 12px;
	box-shadow: 0 5px 0px #FF5790;
	}
	.section-tabs .nav-item .nav-link{
		padding: 8px 16px;
		font-size: 11px;
	}
	.main-header-buttons .btn{
	height: 40px;
	width: 100%;
	font-size: 13px;
	margin-top: 20px;
	}
}

@media only screen and (max-width: 442px) {
	.main-header{
		height: 135vh;
	}
}

@media only screen and (max-width: 428px) {
	.main-header{
		height: 145vh;
	}
}

@media only screen and (max-width: 380px) {
	.section-reviews .blockquote-footer::before{
		top: 0;
	}
	.section-watch{
		padding: 30px 0px;
	}
	.main-header .navbar-brand {
		font-size: 25px;
	}
}

@media only screen and (max-width: 337px) {
	.section-work .nav{
	margin-bottom: 10px;
}
	.section-tabs .nav-pills .nav-item{
		width: 100%;
	}
	.main-header{
		height: 155vh;
	}
}
