body { margin: 0; padding: 0; }
:root { --golos-text: 'Golos Text', sans-serif; }

/* start new section css */

/* new section a css start */
.n-post-a-wapper { 
	border-top: 1px solid #E0E8EF;
	border-bottom: 1px solid #E0E8EF;
	background: #FFF;
	padding:32px 0; 
	position: relative;
}
.n-post-a-left-wapper { position: relative; }
.n-post-left-img { width: 100%; height: 300px; }
.n-post-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: unset;
}
.n-post-left-text { padding-top:16px; }
.n-post-left-text h3 { margin:0; line-height:0; }
.n-post-left-text h3 a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.18px;
	display: block;
	padding-bottom: 12px;
}
.n-post-left-text p {
	margin: 0;
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 0;
}
.n-post-left-f-ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
	margin-top: 12px;
}
.n-post-left-f-ul li {
	list-style-type: none;
	display: inline-block;
	color: rgba(0, 0, 0, 0.60);
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.n-post-left-f-ul li i {
	font-size: 6px;
	color: #678EC9;
	line-height: normal;
	display: block;
}
.n-post-left-f-ul li a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.n-post-a-right-wapper { position: relative; display: flex; flex-direction: column; gap: 24px; }
.n-post-a-right-card { display: flex; flex-direction: row; gap: 24px; }
.n-post-a-right-img { max-width: 205px; width: 100%; height: 139px; }
.n-post-a-right-img img { max-width:unset; width:100%; height:100%; object-fit:cover; }
.n-post-a-right-text { display: flex; flex-direction: column; gap: 8px; }
.n-post-a-right-text h3 { margin:0; line-height:0; }
.n-post-a-right-text h3 a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.n-post-a-right-text p {
	margin: 0;
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.n-post-a-right-text ul { padding:0; margin:0; display:flex; flex-flow:row wrap; gap:4px; }
.n-post-a-right-text ul li { list-style-type:none; display:flex; flex-direction:row; gap:8px; align-items:center; }
.n-post-a-right-text ul li img { width: 24px; height: 24px; border-radius: 100%; max-width: unset; }
.n-post-a-right-text ul li a {
	color: #181716;
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* new section a css end */

/* new section b css start */
.n-post-b-wapper {
	border-top: 1px solid #E0E8EF;
	border-bottom: 1px solid #E0E8EF;
	background: #FFF;
	position: relative;
	padding: 32px 0;
}
.n-post-b-slider-card { display: flex; flex-direction: column; gap: 8px; position: relative; }
.n-post-b-slider-card h3 { margin:0; line-height:0; }
.n-post-b-slider-card h3 a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.18px;
}
.n-post-b-slider-card p {
	margin: 0;
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
}

/* new section b css end */

/* section c css start */
.h-sect-c-wapper {
	position: relative;
	padding: 48px 0;
	background: #FBF1E5;
}
.sect-c-row { display: flex; flex-flow: row wrap; justify-content: space-between; }
.sect-col-left {
	max-width: 660px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.sect-c-left-text h2 {
	color: #000;
	font-family:var(--golos-text);
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	margin: 0;
	padding-bottom: 16px;
}
.sect-c-left-text p {
	margin: 0;
	color: #000;
	font-family:var(--golos-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.18px;
}
.sect-c-subscribe {
	max-width: 420px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;

}
.sect-c-subscribe form{display:flex;width:100%;}
.sect-c-subscribe .Sub-butn-form{
    width: 85px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.sect-c-subscribe form .sub-form-email{width:100%;}
.sect-c-subscribe form .forminator-row{width:100%;}
.sect-c-subscribe form .forminator-row-last{width:20% !important;}
.sect-c-subscribe input {
	border-radius: 2px;
	background: #FFF;
	height: 50px;
	width: 100%;
	color: rgba(0, 0, 0, 0.40);
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	border: 0;
	padding: 0 16px;
}
.sect-c-subscribe input[type='email']{
	border-radius: 2px !important;
	background: #FFF !important;
	height: 50px !important;
	width: 100% !important;
	color: rgba(0, 0, 0, 0.40) !important;
	font-family: var(--golos-text) !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	letter-spacing: 0.16px !important;
	border: 0 !important;
	padding: 0 16px !important;
}
.sect-c-subscribe button {
	border: 0 !important;
	background: #3836CB !important;
	color: #FFF !important;
	font-family: Golos Text !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: normal !important;
	width: 123px !important;
	height: 50px !important;
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.sect-c-subscribe .forminator-response-message {
	position: absolute;
    bottom: -60px;
}
.sect-col-right { max-width:518px; width:100%; }
.sect-col-right ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.sect-col-right ul li {
	list-style-type: none;
	color: #000;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	position: relative;
	padding-left: 40px;
}
.sect-col-right ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	top:5px;
	left: 0;
	background-image: url('../img/check-y.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/* section c css end */

/* Weekends Reads css start */
.wr-d-wapper { padding: 80px 0;	position: relative; }
.wr-d-title {
	padding:16px 0;
	border-top: 1px solid #B79501;
	border-bottom: 1px solid #B79501;
	margin-bottom: 20px;
}
.wr-d-title h2 {
	margin: 0;
	color: #000;
	font-family: Golos Text;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
}
.wr-row { 
	display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.wr-col { max-width: 100%; width: 100%; }
.w-read-card { display: flex; flex-direction: column; gap: 16px; height: 100%; }
.w-read-img-card { width: 100%; height: 181px; }
.w-read-img-card img { width:100%; max-width:unset; height:100%; object-fit:cover; }
.w-read-top-text { display: flex; flex-direction: column; gap: 8px;}
.w-read-top-text h3 { margin:0; line-height:normal; }
.w-read-top-text h3 a {
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.16px;
	display: block;
}
.w-read-top-text p {
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height: 3.75em;
    line-height: 1.25em;
	word-wrap: break-word;
    overflow-wrap: break-word;
}
.w-read-bottom-ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}
.w-read-bottom-ul li {
	list-style-type: none;
	display: inline-block;
	color: rgba(0, 0, 0, 0.60);
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.w-read-bottom-ul li i {
	font-size: 6px;
	color: #3836CB;
	line-height: normal;
	display: block;
}
.w-read-bottom-ul li a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* Weekends Reads css end */

/* home section f css start */
.h-sect-f-wapper { padding: 80px 0; position: relative; background: #F1F1F3; }
.h-sect-f-row { display: flex; flex-direction: row; gap: 48px; }
.h-sect-f-left { max-width: 954px; width: 100%; position: relative; }
.h-sect-f-right { max-width:278px; width:100%; }
.h-sect-f-main { display: flex; flex-direction: column; gap: 32px; }
.h-sect-f-card-wapper { display: flex; flex-direction: row; gap: 24px; }
.h-sect-f-img { max-width: 304px; width: 100%; height:174px;  }
.h-sect-f-img img { max-width:unset; width:100%; height:100%; object-fit:cover; }
.h-sect-f-text { display: flex; flex-direction: column; gap: 16px; }
.h-sect-f-top-text { display:flex; flex-direction:column; gap:12px; }
.h-sect-f-top-text span a{
	border: 1px solid #DFAB3E;
	padding: 6px 8px;
	display: inline-block;
	color: #3836CB;
	font-family: var(--golos-text);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.12px;
	text-transform: uppercase;
}
.h-sect-f-top-text h3 { margin:0; line-height:normal; }
.h-sect-f-top-text h3 a {
	color: #000;
	font-family:var(--golos-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.18px;
	display: block;
}
.h-sect-f-top-text p {
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 0;
}
.h-sect-f-ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
}
.h-sect-f-ul li {
	list-style-type: none;
	display: inline-block;
	color: rgba(0, 0, 0, 0.60);
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.h-sect-f-ul li i {
	font-size: 6px;
	color: #3836CB;
	line-height: normal;
	display: block;
}
.h-sect-f-ul li a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.h-sect-f-right-card { display: flex; flex-direction: column; gap: 40px; position: relative; }
.h-latest-news-main h2 {
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding-bottom: 24px;
}
.h-latest-news-card { display: flex; flex-direction: column; gap: 16px; }
.h-latest-news-inner span {
	color: rgba(0, 0, 0, 0.60);
	font-family: var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	padding-bottom: 8px;
}
.h-latest-news-inner h3 { margin:0; line-height:normal; }
.h-latest-news-inner h3 a {
	color: #000;
	font-family: var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.16px;
	display: block;
	padding-bottom: 6px;
}
.h-latest-news-inner p {
	margin: 0;
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
}
.see-full-list-link {
	display: block;
	color: #3836CB;
	font-family: var(--golos-text);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 18px;
}
.see-full-list-link:hover { color: #3836CB; }
.r-topic-wapper h2 {
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	margin-bottom: 16px;
}
.r-topic-card {
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
} 
.r-topic-card a {
	display: inline-block;
	border: 1px solid #DFAB3E;
	background: #FFF;
	padding: 10px 16px;
	color: #3836CB;
	font-family:var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.r-latest-com-card{ display:flex; flex-direction:column; gap:10px; }
.r-latest-comment h2 {
	color: #000;
	font-family: Golos Text;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding-bottom: 24px;
}
.r-latest-comment-main {
	display: flex;
	flex-direction: column;
	gap: 23px;
}
.r-latest-comm-top{
	display: flex;
	align-items: center;
	gap: 10px;	
}
.r-user-img img{
	border-radius: 24px;
	width: 24px;
	height: 24px;
	max-width: unset;
}
.r-latest-comm-top h3 {
	color: #000;
	font-family:var(--golos-text);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}
.r-latest-com-card p {
	margin: 0;
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* home section f css end */

/* home last section g css start */
.h-last-sect-wapper {
	background: #FFF;
	position: relative;
	padding: 32px 0;
}
.h-last-g-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.h-last-g-card span a{
	padding: 6px 8px;
	border: 1px solid #DFAB3E;
	display: inline-block;
	color: #3836CB;
	font-family: var(--golos-text);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.12px;
	text-transform: uppercase;
}
.h-last-g-text { display:flex; flex-direction:column; gap:8px; }
.h-last-g-text h3 { margin:0; line-height:unset; }
.h-last-g-text h3 a {
	color: #000;
	font-family:var(--golos-text);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	display: block;
	letter-spacing: 0.18px;
}
.h-last-g-text p {
	color: #000;
	font-family:var(--golos-text);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 0;
}
/* home last section g css end */

@media(max-width:1199px){

	/* section c css start */
	.sect-col-right, .sect-col-left { max-width:100%; }
	.sect-c-row { gap:32px; }
	/* section c css end */

	/* Weekends Reads css start */
	.wr-d-wapper { padding:64px 0; }
	 .wr-row { display: grid; grid-template-columns: repeat(3, 1fr); }
    .wr-col { max-width: 100%; width: 100%; }
	/* Weekends Reads css end */

	/* home section f css start */ 
	.h-sect-f-row { gap:16px; }
	.h-sect-f-text { max-width: 70%; width:100%; }
	/* home section f css end */ 
}

@media(max-width:991px){
	/* new section a css start */
	.n-post-left-img { height:350px; }
	/* new section a css end */

	.n-post-b-slider .owl-nav { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
	.n-post-b-slider .owl-prev {
		left: -10px;
		background-color: rgba(0, 0, 0, .5);
		padding: 5px;
		top: 40%;
		position: absolute;
	}
	.n-post-b-slider .owl-next span, .n-post-b-slider .owl-prev span {
		width: 15px;
		height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.n-post-b-slider .owl-next img, .n-post-b-slider .owl-prev img { filter: invert(0); }
	.n-post-b-slider .owl-next span img, .n-post-b-slider .owl-prev span img {
		width: 100%;
		height: 100%;
		max-width: unset;
		object-fit: cover;
	}
	.n-post-b-slider .owl-next {
		position: absolute;
		right: -10px;
		background-color: rgba(0, 0, 0, .5);
		padding: 5px;
		top: 40%;
	}
	/* section c css start */
	.sect-col-right, .sect-col-left { max-width:100%; }
	.sect-c-row { gap:32px; }
	/* section c css end */

	/* Weekends Reads css start */
	.wr-d-wapper { padding:64px 0; }
	.wr-row { display: grid; grid-template-columns: repeat(2, 1fr); }
    .wr-col { max-width: 100%; width: 100%; }
	/* Weekends Reads css end */

	/* home section f css start */ 
	.h-sect-f-wapper { padding:64px 0; }
	.h-sect-f-row { flex-direction:column; gap:32px; }
	.h-sect-f-text { max-width: 75%; width:100%; }
	/* home section f css start */ 
	.post-a-slide-card .owl-prev img, .post-a-slide-card .owl-next img { filter: invert(0); }
	.post-a-slide-card .owl-prev { position: absolute; background-color: rgba(0,0,0,0.4); padding: 5px; left: -28px; top: 50px; }
	.post-a-slide-card .owl-next { position: absolute; background-color: rgba(0,0,0,0.4); padding: 5px; right: -28px; top: 50px; }
}

@media(max-width:767px){

/* new section a css start */
	.n-post-a-wapper { padding:16px 0 32px; }
	.n-post-left-img { height:160px; }
	.n-post-a-right-img { max-width:100px; height:101px; }
	.n-post-a-right-text p { display:none; }
	/* new section a css end */

	/* section c css start */
	.sect-c-row { gap:32px; }
	.sect-c-left-text h2 { font-size: 26px; line-height: 30px; }
	.sect-col-right ul { gap:16px; }
	.sect-c-subscribe { flex-direction:column; gap:12px; }
	.sect-c-subscribe .forminator-response-message {
		position: relative;
		bottom: 0;
	}
	.sect-c-subscribe button { max-width:100%; width:100%; }
	/* section c css end */

	/* Weekends Reads css start */
	.wr-d-wapper { padding:64px 0; }
	 .wr-row { display: grid; grid-template-columns: repeat(1, 1fr); }
	.wr-d-title h2 { font-size: 26px; line-height: 30px; }
	 .wr-col { max-width: 100%; }
	.w-read-bottom-ul li, .w-read-bottom-ul li a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
	}
	 .w-read-img-card { width: 100%; height: 181px; }
	/* Weekends Reads css end */

	/* home section f css start */
	.h-sect-f-wapper { padding:64px 0; }
	.h-sect-f-row { flex-direction:column; gap:32px; }
	.h-sect-f-left { max-width:100%; }
	.h-sect-f-card-wapper { flex-direction:column; gap:16px; }
	.h-sect-f-img { max-width:100%; height: 160px; }
	.h-sect-f-right { max-width:100%; }
	.h-sect-f-text { max-width: 100%; width:100%; }
	/* home section f css end */
	.sect-c-subscribe form{display:block;}
	.sect-c-subscribe form .forminator-row-last{width:100% !important;}
    .sect-c-subscribe form .forminator-row-last .Sub-butn-form{max-width:100%;width:100% !important;}
	
	.post-a-slide-card .owl-prev span, .post-a-slide-card .owl-next span {
		width: 15px;
		height: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.post-a-slide-card .owl-prev span img, .post-a-slide-card .owl-next span img { width:100%; height:100%; max-width: unset; object-fit:cover; }
	.post-a-slide-card .owl-prev { left: -10px; background-color: rgba(0,0,0,0.5); padding: 5px; top: 40%; }
	.post-a-slide-card .owl-next { right: -10px; background-color: rgba(0,0,0,0.5); padding: 5px; top: 40%; }
	
	.post-a-slide-card .owl-nav { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
	
}