html {
	scroll-behavior: smooth;
}

body {
	/* color: var(--color-01); */
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
}

 html, body {
            /* height: 100%; */
            margin: 0;
            padding: 0;
			
        }

:root {
	--color-01: #343A40;
	--color-02: #D0191D;
	--color-03: #FFC107;
	--color-04: #BE0115;
	--color-white: #ffffff;

	--color-05: #38aee0;
	--color-06: #2b5db4;
	--color-07: #7a3ca5;

	--grad1: #DC3545;
	--grad2: #6A1417;
}

.text-color-01 {
	color: var(--color-01);
}

.text-color-02 {
	color: var(--color-02);
}

.text-color-03 {
	color: var(--color-03);
}

.text-color-04 {
	color: var(--color-04);
}

.bg-color-01 {
	background-color: var(--color-01);
}

.bg-color-02 {
	background-color: var(--color-02);
}

.bg-color-03 {
	background-color: var(--color-03);
}

.bg-color-04 {
	background-color: var(--color-04);
}

.bg-grad-01 {
	background: linear-gradient(90deg, var(--grad1) 0%, var(--grad2) 100%);
}

/* .bg-img-01 {
	background-image: url(../img/logo1.webp);
  	background-repeat: no-repeat;
	min-height: 100vh;
} */
.img-wrapper {
	display: flex;
    justify-content: flex-end;
    padding-top: 10%;
    padding-right: 40px;
}


.b1 {
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	color:#fff;
	padding: 16px 40px;
	border-radius: 4rem;
	background-color: var(--color-04);
	display: inline-block;
	margin-bottom: 0;
	text-transform: uppercase;
}


.b2 {
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	background-color:var(--color-03);
	padding: 16px 40px;
	border-radius: 4rem;
	color: var(--color-04);
	display: inline-block;
	text-transform: uppercase;
}


.b3 {
	display: inline-block;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	background-color:var(--color-white);
	padding: 16px 40px;
	border-radius: 4rem;
	color: var(--color-04);
	text-transform: uppercase;
}

.sct-06-wrapper {
	border-radius: 24px;
	background: linear-gradient(109deg, #FFF 12.38%, #E6E8FF 106.07%);
	position: relative;
	padding-bottom: 15px;
	overflow: hidden;
}

.sct2-wrapper {
	border-radius: 16px;
	background: #FFF;
}

.sct2-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0 3rem;
	
}

.img-1 {
	position: absolute;
    top: 0;
    left: 0;
}

.img-2 {
	position: absolute;
    top: 84px;
    right: 0;
}



.hr2 {
	background-color: var(--color-06);
	height: 1px;
	width: 100%;
	margin: 0;
	
}
.hr {
	margin-top: 96px;
	background-color: var(--color-01);
}

.mt-back {
	margin-top: -100px;
}

/* Buttons */

.btn-prim {
	color: var(--color-white);
	font-size: 1.125rem;
	line-height: 1.0;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: 1.8px;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-01);
	background-image: url("../img/ico-forward-white.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 24px;
	border: solid 2px var(--color-01);
	border-radius: 50px;
	padding: 15px 30px 12px 30px;
	transition: all 0.5s;
	white-space: nowrap
}

.btn-prim-main {
	color: var(--color-01);
	font-size: 1.125rem;
	line-height: 1.0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-white);
	background-image: url("../img/ico-forward-blue.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 24px;
	border-radius: 50px;
	padding: 15px 35px 12px 30px;
	transition: all 0.5s;
	box-shadow: 0 9px 24px 0 #274B94;
	position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
	bottom: 0;
	text-decoration: none !important;
	white-space: nowrap;
}

.btn-prim2 {
	color: var(--color-04) !important;
	font-size: 1.125rem;
	line-height: 1.0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-03);

	/* border: solid 2px var(--color-01); */
	border-radius: 50px;
	padding: 15px 30px 12px 30px;
	transition: all 0.5s;
	white-space: nowrap
}

.btn-prim:hover {
	color: var(--color-01);
	background-color: var(--color-white);
	/* background-position: center right 0px; */
	background-image: url("../img/ico-forward-blue.svg");
	transition: all 0.5s;
	
}

.btn-prim-main:hover {
	color: var(--color-white);
	background-color: var(--color-01);
	/* background-position: center right 0px; */
	background-image: url("../img/ico-forward-white.svg");
	transition: all 0.5s;
	
}

.btn-prim2:hover {
	
	background-color: var(--color-white);
	
	transition: all 0.5s;
	
}

.p-nav {
	padding-top: 80px;
}

.sct-h1 {
	font-weight: 400;
}

.sct-h1.main {
	font-size: 36px;
}

.sct-h1 b {
	font-weight: 600;
}

.btn-white {
	color: #ffffff;
	font-size: 1.5rem;
	border: solid 2px #ffffff;
	padding: 25px 45px 22px 45px;
}

.btn-white:hover {
	color: var(--color-01);
	background-color: #ffffff;
}

.btn-dload {
	background-image: url("../img/ico-download-white.svg");
}

.btn-dload:hover {
	background-position: bottom 3px right 10px;
}

/* Fonts */

p {
	font-size: 1.125rem;
}

p a {
	color: var(--color-01);
	text-decoration: underline;
}

p a:hover {
	color: var(--color-01);
	text-decoration: none;
}

.p1 {
	font-size: 1.5rem;
}

ul {
	margin: 0;
	padding-left: 1.5rem;
}
ol {
	padding-left: 1rem;
}


.lista  {

	display: flex;
    flex-direction: column;
    gap: 30px;
}

.lista li {
	font-size: 25px;
}

.lista li::marker {
    color: var(--color-03);
	font-size: 30px;
}


#sct-05 h4, #sct-05 a {
	color: var(--color-white);
}

.grid-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: 1fr;
	gap: 6px;
	margin: auto;
	margin-bottom: 90px;
}

.grid-wrapper2 {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	grid-template-rows: 1fr;
	gap: 6px;
	margin: auto;
}


.grid-wrapper2 #name1{
	grid-column: 2;
}

.grid-wrapper-mobile ,.grid-wrapper2-mobile {
	display: none;
}

.gr-item {
	border-radius: 16px;
	background: radial-gradient(494.66% 302.79% at 100% 298.18%, rgba(36, 171, 226, 0.20) 0%, rgba(36, 171, 226, 0.00) 100%), rgba(36, 171, 226, 0.15);
	backdrop-filter: blur(3px);
	padding: 16px;
}

.gr-item.strong {
	color: #20427F;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}


.img-pack2 {
	transform: translateY(-35px);
}

.r-kids {
	transform: translateY(-35px);
}



.ref p, .ref ol {
	font-size: 15px;
	font-weight: 400;
}

.ref a {
	text-decoration: underline;
	color:white;
	font-weight: 600;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-01);
	
	font-weight: 700;
	font-style: normal;
}

h1 {
	font-size: 4.0rem;
}
h2 {
	font-size: 3.0rem;
}
h3 {
	font-size: 2.0rem;
}
h4 {
	font-size: 1.5rem;
}


.sct-h3 {
	display: inline-flex;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4rem;
    background: linear-gradient(95deg, rgba(255, 255, 255, 0.12) -34.78%, rgba(36, 171, 226, 0.60) 23.86%, rgba(36, 171, 226, 0.60) 83.43%, rgba(255, 255, 255, 0.24) 145.97%);
    color: white;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}



.container-xxl {
    max-width: 1410px;
}

.main-box {
	position: relative;
	text-align: center;
	
}

.main-box .budge {
	position: absolute;
    right: 5px;
    top: 25%;
}


.p-mini {
	font-size: 10px !important;
	
}

.t1 {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	padding: 4px 24px;
	border-radius: 1000px;
	background: linear-gradient(92deg, #759FE8 -44.58%, #20427F 18.68%, #20427F 82.94%, #759FE8 150.41%);
	position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
	white-space: nowrap;
}

.text-white {
	color:#FFFFFF;
}

.sct-01  {
	color:var(--color-04);
}

.line {
	font-size: 25px;
    line-height: 30px;
}

.sct-02  {
	color:var(--color-white);
}

.sct-03 {
	color:var(--color-04);
}

.h2-custom {
	color:var(--color-white);
	text-align: center;
	font-style: italic;
}

.circle-img {
	border-radius: 50%;
}



/* LOADER */

#loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #ECF0F1;
	display: none;
}

.load {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	display: none;
}

.load hr {
	border: 0;
	margin: 0;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	animation: spin 2s ease infinite;
}

.load :first-child {
	background: var(--color-01);
	animation-delay: -1.5s;
}

.load :nth-child(2) {
	background: var(--color-02);
	animation-delay: -1s;
}

.load :nth-child(3) {
	background: var(--color-01);
	animation-delay: -0.5s;
}

.load :last-child {
	background: var(--color-02);
}

@keyframes spin {

	0%,
	100% {
		transform: translate(0)
	}

	25% {
		transform: translate(160%)
	}

	50% {
		transform: translate(160%, 160%)
	}

	75% {
		transform: translate(0, 160%)
	}
}

.js .load,
.js #loader-wrapper {
	display: block;
}

/* NAV */

.navbar {
	/* max-height: 75px; */
	
	font-weight: 700;
	padding: 0rem;
	/* box-shadow: 0px 0px 20px 0px rgba(1, 1, 1, 0.1); */
	/* backdrop-filter: blur(5px); */
	/* transition: all 0.7s; */
}

.navbar .navbar-brand {
	color: var(--color-white);
	
	font-weight: 700;
	font-size: 1.5rem;
	/* text-transform: uppercase; */
	padding-top: 0rem;
	padding-bottom: 0rem;
	transition: all 0.7s;
}

.navbar .navbar-brand span {
	color: var(--color-02);
	margin-left: 0px;
	/* padding-top: 0; */
	/* padding-bottom: 0rem; */
	transition: all 0.7s;
}

.navbar .navbar-brand:hover {
	color: var(--color-03);
	transition: all 0.7s;
}

.navbar .navbar-brand:hover span {
	
	transition: all 0.7s;
}

.navbar-nav li {
	font-size: 1.0rem;
	font-weight: 700;
	/* letter-spacing: 1px; */
	padding: 0 0 0 25px;
	text-transform: uppercase;
}

.navbar-nav li:first-child {
	padding: 0;
}

.navbar .navbar-nav .nav-link {
	color: var(--color-white);
	padding: 25px 0px 25px 0px;
	position: relative;
	transition: all 0.7s;
}

/*.navbar-dark .navbar-nav .nav-link:hover {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:focus {
	color:#00344f;
}
.navbar-dark .navbar-nav .nav-item .active {
	color:#e30613;
	border-bottom:solid 3px rgba(227,6,19,1.0);
	transition:all 0.7s;
}*/

.navbar .navbar-nav .nav-link:hover {
	color: var(--color-white);
}

.navbar .navbar-nav .nav-link.active {
	color: var(--color-white);
}

.navbar .navbar-nav .nav-link:focus {
	color: var(--color-white);
}

.navbar .navbar-nav .nav-link:before {
	/* color: #fff; */
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	padding: 0;
	background-color: var(--color-white);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar .navbar-nav .active:before,
.navbar .navbar-nav .nav-link:hover:before {
	/* color: #00a8c1; */
	visibility: visible;
	left: 0;
	-webkit-transform: scaleX(1.0);
	transform: scaleX(1.0);
}

/* NAV DROPDOWN */

.dropdown-menu {
	color: #000;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9) !important;
	margin: 0;
	padding: 10px;
	border: none;
	border-radius: 10px 10px 10px 10px;
	right: 0;
	left: auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.7s;
}

/* .dropdown-menu:hover {
	background-color: #4488c8 !important;
	transition: all 0.7s;
} */

.dropdown-menu .dropdown-item {
	color: var(--color-01);
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	padding: 10px;
	transition: all 0.7s;
}

.dropdown-menu .dropdown-item:hover {
	color: var(--color-02);
	background-color: rgba(255, 255, 255, 0.0) !important;
	transition: all 0.7s;
}

.dropdown-toggle::after {
	color: var(--color-02);
	display: inline-block;
	margin-left: 10px;
	vertical-align: 3px;
	content: "";
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
}

/* .dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: #00a8c1 !important;
} */

.navbar .navbar-nav .dropdown .nav-link {
	/* color: #fff; */
	/* font-size: 1.0rem; */
	/* font-weight: 800; */
	/* background-color: #00a8c1; */
	/* padding: 25px 0px; */
	margin-right: auto;
}

/* #navi-spy.navbar-dark .navbar-nav .dropdown .nav-link:hover {
	color: #fff;
	background-color: #4488c8;
} */

.navbar .navbar-nav .dropdown .nav-link:before {
	visibility: hidden;
	/* ukrywa pasek hover */
}

.scroll {
	/* background: linear-gradient(0deg, #20427F 0%, #20427F 100%), linear-gradient(180deg, rgba(47, 96, 169, 0.90) 0%, rgba(47, 96, 169, 0.00) 79.27%); */
	transition: all 0.7s;
}

.scroll .dropdown-menu {
	background: linear-gradient(0deg, #20427F 0%, #20427F 100%), linear-gradient(180deg, rgba(47, 96, 169, 0.90) 0%, rgba(47, 96, 169, 0.00) 79.27%);
	border-radius: 0px 0px 10px 10px;
}

.scroll .navbar-nav .nav-link {
	padding: 20px 0px;
}

/* SECTION TOP */

.sct-top {
	padding-top: 150px;
	padding-bottom: 100px;
}

.sct-top .icon {
	width: 180px;
	height: 180px;
	text-align: center;
	border: solid 5px var(--color-01);
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
}

.sct-top .icon img {
	max-width: 66%;
	max-height: 66%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.icon.icon-sub {
	margin-bottom: auto;
	transform: translateY(-12px);
}


.info-sup {
	display: inline-flex;
	padding: 20px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.10);
}


.info {
	font-size: 3rem;
}

.reg-link {
	font-size: 1rem;
	color: white;
    text-decoration: underline;
}

.reg-link:hover {
	color: white;
	text-decoration: none;
}

/* SECTION 03 Composition */

.sct-03 .icon {
	margin-top: 50px;
}

/* SECTION SIL */

.section-sil {
	color:var(--color-white);
}







/* FOOTER */

/* .footer-logo {
	margin-bottom: 0px;
}	 */

.footer {
	color: var(--color-04);
	/* text-transform: uppercase; */
	text-align: center;
	padding: 50px 0;
}

.footer p {
	font-size: 1.125rem;
}

.footer .navi {
	margin: 0 auto;
	font-weight: 400;
}

.footer .navi li {
	font-size: 1.0rem;
	text-transform: uppercase;
	display: inline;
	list-style: disc;
}

.footer .navi li a {
	color: var(--color-04);
	text-decoration: none;
	transition: all 0.7s;
	font-weight: 700;
}

.footer .navi li a:hover {
	color: var(--color-01);
	transition: all 0.5s;
	text-decoration: none;
	transition: all 0.7s;
}

.footer ul li {
	/* border-left: solid 1px #ffffff; */
	padding: 0 15px;
}

/* .footer ul li:first-child {
	border: none;
} */

.footer ul {
	padding-inline-start: 0px;
}


/* CONTENT */

article .title h3 {
	color: var(--color-01);
	font-size: 2.25rem;
}

article .title .author {
	/* color: var(--color-01); */
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
}

article .title .lead {
	font-size: 1.125rem;
	margin-bottom: 0;
}

article .title hr {
	width: 350px;
	margin: 20px auto;
	background-color: var(--color-02);
}

.article-photo {
	border-radius: 40px;
}

article h4 {
	color: var(--color-01);
	font-size: 1.5rem;
	margin-top: 30px;
	margin-bottom: 10px;
}

article p  {
	font-size: 18px;

}

.article ol {
	font-size: 1.25rem;
	line-height: 1.25;
	text-align: justify;
}

.list-color li::marker {
	color: var(--color-01);
	font-weight: 700;
}


.pst08 {
	font-size: 3rem;
	font-weight: 400;
}






/* LOGIN */

.e-login-bg {
	height: 100vh;
	min-height: 500px;

		background-image: url(../img/login1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.e-login {
	background-color: rgba(255, 255, 255, 0.75);
	/* background-color: #fff; */
	text-align: left;
	padding: 60px;
	border-radius: 40px;
	/* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); */
	/* backdrop-filter: blur(10px); */
}

.e-login h3 {
	
	font-size: 2rem;
}

.e-login p {
	
	font-size: 1.125rem;
}

.e-login .login {
	width: 100%;
	text-align: center;
}

.e-login .login-input {
	color: var(--color-01);
	width: 100%;
	height: 70px;
	font-size: 2.0rem;
	/* height: calc(3.875rem + 2px); */
	text-align: center;
	padding: 15px;
	/* line-height: 1.5; */
	font-weight: 700;
	/* margin-bottom: 0.675rem; */
	border: solid 2px var(--color-01);
	border-radius: 4rem;
}

.e-login .login-input::placeholder {
	color: var(--color-01);
	font-size: 1.5rem;
	font-weight: 400;
}

.e-login .login-input:focus {
	color: var(--color-01);
	outline: 0;
	/*box-shadow:0 0 0 3px rgba(243,147,19, 1.0);*/
	box-shadow: none;
}

.e-login .btn-login {
	color: #fff;
	width: 100%;
	height: 70px;
	font-size: 1.5rem;

	background: linear-gradient(90deg, var(--grad1) 0%, var(--grad2) 100%);
	/* background-image: url("../img/ico-forward-white.svg"); */
	/* background-position: center right 30px; */
	/* background-repeat: no-repeat;
	background-size: 24px; */
	border-radius: 4rem;
	padding: 0px 70px 0px 50px;
	margin-top: 20px;
	overflow: hidden;
	transition: 0.5s;
}

.e-login .btn-login:hover {
	background-position: center right 5px;
}

.e-login .ref {
	font-size: 0.75rem;
	text-align: justify;
	margin-bottom: 0;
}

.e-login .ref a {
	color: var(--color-01);
	text-decoration: underline;
}

.e-login .ref a:hover {
	color: var(--color-01);
	text-decoration: none;
}

/* .e-login .btn-login:focus {
	background-color: #888;
	border: none;
} */

.e-login-bg .logo {
	width: 200px;
}

/* COOKIES */

.box-cookies {
	font-size: 0.75rem;
	background-color: rgba(245, 245, 245, 0.90);
	padding: 10px 100px 10px 10px;
	width: 100%;
	z-index: 1040;
}

.box-cookies a {
	color: var(--color-01);
	font-weight: 700;
	text-decoration: underline;
	transition: all 0.7s;
}

.box-cookies a:hover {
	color: var(--color-01);
	text-decoration: none;
	transition: all 0.3s;
}

.box-cookies p {
	font-size: 0.75rem;
	padding: 0;
	margin: 10px;
}

.box-cookies button {
	color: #fff;
	text-transform: uppercase;
	background-color: var(--color-01);
	/* background-color: rgba(50, 58, 63, 0.8); */
	border-radius: 30px;
	background-image: url("../img/ico-close-white.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 10px 40px 10px 20px;
	border: none;
	transition: all 0.5s;
}

.box-cookies button:hover {
	background-color: var(--color-02);
	transition: all 0.5s;
}

.box-cookies button:focus {
	outline: 0;
	box-shadow: none;
}

/* HOP TOP */

.hop-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(../img/ico-upward.svg);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 20px;
	right: -60px;
	z-index: 1030;
	border: solid 2px var(--color-01);
	transition: all 0.5s;
}

.hop-top:hover {
	background-color: var(--color-04);
	background-image: url(../img/ico-upward-white.svg);
	transition: all 0.7s;
}

.scroll .hop-top {
	right: 20px;
}


.bg-grad-04 {
	display: none;
}

.r2 {
	transform: translateY(-100px);
}




/* karuzela */
.carousel-control-next {
	background: transparent;
    border: none;
	justify-content: end;
}

.carousel-control-prev {
	background: transparent;
    border: none;
	    justify-content: start;
}


#sct-ref .ref {
	text-align: justify;
}





















/* Large devices (desktops, less than 1200px) */
@media (max-width:1199.98px) {

	/* SECTION TOP */
	
	.sct-top .icon {
		width: 150px;
		height: 150px;
	}
		
	/* Fonts */

	.p1 {
		font-size: 1.375rem;
	}

	h1 {
		font-size: 3.5rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.325rem;
	}

	/* SECTION 01 Pain */

	.card-box {
		border-radius: 40px;
		padding: 50px;
	}


	/* SECTION 05 ARTICLE */

	.card {
		border-radius: 30px;
	}
	
	.card .card-body {
		padding: 0px 30px;
	}
	
	.card .card-body h4 {
		margin-top: 15px;
	}
	
	.card .card-body .p1 {
		font-size: 1rem;
		margin-top: 15px;
	}
	
	.card .card-body .author {
		font-size: 1rem;
		padding-left: 20px;
	}
			
}

/* Medium devices (tablets, less than 992px) */
@media (max-width:991.98px) {

	/* Buttons */

	.btn-prim {
		font-size: 1.0rem;
	}

	.btn-white {
		font-size: 1.25rem;
	
	}
		
	/* Fonts */

	.p1 {
		font-size: 1.25rem;
	}

	h1 {
		font-size: 3.0rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 1.375rem;
	}
	h4 {
		font-size: 1.25rem;
	}

	.sct-h1.main {
		font-size: 32px;
	}

	/* NAV */
	/* logo i hamburger */


	
	.navbar .navbar-brand {
		font-size: 1.25rem;
		margin-left: 0.5rem;
	}

	.navbar .navbar-brand img {
		max-width: 220px;
	}
	
	.dropdown-menu {
		background-color: rgba(255, 255, 255, 0.0) !important;
		border-radius: 0;
		box-shadow: none;
	}

	.scroll .dropdown-menu {
		background-color: rgba(255, 255, 255, 0.85) !important;
	}

	.dropdown-menu .dropdown-item {
		padding: 15px 15px 15px 20px;
		font-size: 1.0rem;
		text-align: left;
		transition: all 0.7s;
	}

	.navbar-toggler {
		padding: 0.8rem 0.8rem;
		font-size: 1.0rem;
		line-height: 1;
		border: none;
		border-radius: 0;
	}

	.navbar-toggler-icon {
		color: #fff;
	}

	.navbar {
		background-color: var(--color-04);
	}

	.navbar-nav li {
		font-size: 1.0rem;
		padding: 0 0 0 20px;
	}

	.navbar-nav li:first-child {
		padding: 0 0 0 20px;
	}

	.navbar .navbar-nav .nav-link {
		padding: 20px 30px;
		transition: all 0.0s;
	}

	.navbar .navbar-nav .active:before,
	.navbar .navbar-nav .nav-link:hover:before {
		visibility: hidden;
	}

	.navbar .navbar-nav .nav-link.active {
		border-left: 1px solid var(--color-02);
		padding-left: 29px;
	}

	/* SECTION TOP */
	
	.sct-top .icon {
		width: 100px;
		height: 100px;
		border: solid 3px var(--color-01);
	}

	/* SECTION 01 Pain */

	.card-box .icon {
		max-width: 100px;
	}

	/* CONTENT */

	article .title h3 {
		font-size: 2.0rem;
	}

	article .title .author {
		font-size: 1.25rem;
	}

	article .title hr {
		width: 300px;
	}

	.grid-wrapper , .grid-wrapper2 {
		display: none;
	}

	.grid-wrapper-mobile, .grid-wrapper2-mobile {
		display: flex;
		flex-direction: column;
		gap:5px;
		
	}

	.grid-wrapper-mobile {
		padding: 0 15px;
	}

	.gr-item.strong2 {
		font-weight: 600;
	}

	.bg-grad-02 {
		background: #2F60A9;
		
	}

	.item {
		flex-basis: auto;
		margin-bottom: 1rem;
	}

	.img-1 {
		width: 30%;
	}

	.img-2 {
		width: 30%;
		top:0;
	}

	.main-box {
		width: auto;
	}

	.t1 {
		white-space: normal;
    	width: 80%;
	}

	.tt2 {
		width: 100%;
	}

	

	.info {
		font-size: 28px;
	}

	.pst08 {
		font-size: 32px;
	}

	#sct-01 article {
		background-image: none;
	}

	.p-nav {
	padding-top: 50px;
	}

	.bg-grad-03 {
	
    filter: blur(125px);
    width: 637px;
    height: 637px;
	}

	.bg-grad-04 {
		position: absolute;
        top: 400px;
        width: 389px;
        height: 389px;
        border-radius: 50%;
        background: rgba(36, 171, 226, 0.80);
        filter: blur(125px);
        display: block;
        left: 50%;
        transform: translateX(-50%);
	}

	.effect-long .footer, .kids .footer {
		display: none;
	}
	

	.efect-long .bg-grad-03 {
		top: 20%;
    	left: 50%;
	}

	.kids .bg-grad-03 {
		left: 50%;
		top: 18%;
	}	

	.col-rev {
		flex-direction: column-reverse;
	}

	
	
	.r2 {
		transform: none;
	}

	#sct-02 {
		margin-top: 0 !important;
	}

	.hr {
		margin-top: 46px;
	}

	.icon {
		width: 52px;
		height: 52px;
	}

	.scr03r {
		margin-top: 90px
	}

	
	.img-wrapper {
		display: flex;
		justify-content: center;
		padding-top: 0;
		padding-right: 0;
	}

	.line {
		font-size: 20px;
		line-height: normal;
		text-align: center;
	}

	.b1, .b2 ,.b3 {
		font-size: 20px;
		padding: 8px 10px;
	}

	.lista  {
    	gap: 0px;
		display: inline-block;
	}

	.lista li {
		font-size: 20px;
	}


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width:767.98px) {

	
	/* Fonts */

	p {
		font-size: 1.0rem;
	}

	.p1 {
		font-size: 1.125rem;
	}
	
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h4 {
		font-size: 1.125rem;
	}
				
	.sct-h2 {
		
		font-size: 28px;
		padding: 12px 32px;
		margin-bottom: 30px;
	}

	.mt-20 {
		margin-top: 10px !important;
	}

	.mt-30 {
		margin-top: 15px !important;
	}

	.mt-40 {
		margin-top: 20px !important;
	}

	.mt-50 {
		margin-top: 25px !important;
	}

	.mt-60 {
		margin-top: 30px !important;
	}

	.mt-80 {
		margin-top: 40px !important;
	}

	.mt-100 {
		margin-top: 50px !important;
	}

	.mt-150 {
		margin-top: 50px !important;
	}

	.mb-30 {
	margin-bottom: 15px !important;
	}

	.pt-20 {
		padding-top: 10px !important;
	}

	.pt-30 {
		padding-top: 15px !important;
	}

	.pt-40 {
		padding-top: 20px !important;
	}

	.pt-50 {
		padding-top: 25px !important;
	}

	.pt-100 {
		padding-top: 50px !important;
	}

	.pt-150 {
		padding-top: 50px !important;
	}

	.pb-100 {
		padding-bottom: 50px !important;
	}

	.pb-150 {
		padding-bottom: 50px !important;
	}

	/* SECTION TOP */
	
	.sct-top {
		padding-top: 100px;
		padding-bottom: 50px;
	}
		
	.sct-top .logo {
		max-width: 75%;
	}

	.sct-top .box {
		max-width: 85%;
	}

	/* SECTION 01 Pain */

	.card-box {
		border-radius: 30px;
		padding: 30px;
	}

	.card-box .logo {
		max-width: 75%;
	}

	.card-box .box {
		max-width: 85%;
	}

	.card-box .icon {
		max-width: 80px;
	}

	/* SECTION 02 Product */

	.card-box .box-50 {
		max-width: 50%;
	}

	.card-box .box-35 {
		max-width: 35%;
	}
	

	/* SECTION 03 Composition */

	.sct-03 .icon {
		margin-top: 20px;
	}

	.sct-03 .icon img {
		max-width: 150px;
	}

	/* SECTION 05 ARTICLE */

	.card .card-body {
		padding: 20px;
	}
		
	.card .card-body .author {
		padding-left: 10px;
	}


	/* FOOTER */

	.footer-logo {
		max-width: 200px;
		/* margin-bottom: 50px; */
	}	

	.footer {
		padding: 50px 20px 50px 20px;
		text-align: left;
	}

	.footer p {
		font-size: 0.875rem;
	}
	
	.footer .navi {
		text-align: left;
	}

	.footer .navi li {
		display: block;
		font-size: 0.875rem;
		margin-bottom: 1rem;
		border-left: solid 1px #BBB4D1;
}

	/* CONTENT */

	article .title h3 {
		font-size: 1.75rem;
	}

	article h4 {
		font-size: 1.25rem;
	}
	
	article p {
		text-align: left;
	}

	.article ol {
		text-align: left;
	}
	
	.article ul {
		text-align: left;
	}

	.article .number-color-01 {
		padding: 2px 7px;
	}
		
	.article .favour {
		font-size: 1.125rem;
		padding-left: 20px;
	}
	

	/* LOGIN */

	.e-login {
		background-color: rgba(255, 255, 255, 0.0);
		text-align: left;
		margin-top: 0rem;
		padding: 0px 30px 30px 30px;
		box-shadow: none;
		border-radius: 0;
		/* backdrop-filter: blur(40px); */
	}

	.e-login h3 {
		font-size: 1.5rem;
	}

	.e-login p {
		font-size: 1.0rem;
	}

	.e-login .login-input::placeholder {
		font-size: 1.25rem;
	}

	.e-login .btn-login {
		margin: 15px 0 0 0;
	}

	.e-login .ref {
		text-align: left;
	}

	.hop-top {
		width: 45px;
		height: 45px;
	}

	.hop-top img {
		width: 24px;
	}
		

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575.98px) {


	/* MEMORY */

	.prize {
		max-width: 66%;
	}

	/* CONTENT */

	article .title h3 {
		font-size: 1.5rem;
	}

	article .title .author {
		font-size: 1.125rem;
	}

	article .title hr {
		width: 200px;
		margin: 10px auto;
	}


	.article-photo {
		border-radius: 20px;
	}
		
	article h4 {
		font-size: 1.125rem;
	}
	
	article p {
		font-size: 1.0rem;
	}

	.article ol {
		font-size: 1.0rem;
	}

	.article ul {
		font-size: 1.0rem;
	}
	
	.article .favour {
		padding-left: 15px;
		border-left: solid 3px var(--color-02);	
	}

	.article .article-ref {
		text-align: left;
	}
		
}