@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

@font-face {
    font-family: 'Cambria';
    src: url('./fonts/Cambria.woff2') format('woff2'),
        url('./fonts/Cambria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,

*:before,

*:after {

    box-sizing: border-box;

}



img,

picture,

svg,

video {

    display: block;

    max-width: 100%;

}



input,

select,

textarea {

    background-color: transparent;

    outline: none;

}



button {

    cursor: pointer;

    background-color: transparent;

    outline: none;

    border: 0;

}



p {

    margin-bottom: 16px;

}



p:last-child,

p:last-of-type {

    margin-bottom: 0;

}



body {

    min-height: 100vh;

    font-weight: 400;

    font-size: 16px;

    line-height: 1;

    font-family: 'Cambria';
	background:#000;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cinzel", serif;
}

.title-font {
    font-family: "Cinzel", serif;
}








.container-custom {

    max-width: 1440px;

    padding: 0 20px;

    margin: 0 auto;

}

.container-custom-sm {
    max-width: 1240px;
}


.drop-cap p:first-child:first-letter {

    font-size: clamp(80px, 5.208vw, 100px);

    line-height: 0.9;

    float: left;

    margin-right: 12px;

}



.gold-title {

    background: linear-gradient(90deg,

            #FFF6D5 00%,

            #E6C77A 50%,

            #B8860B 100%);



    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-clip: text;

    color: transparent;

}

.cs-heading-wrap span {
    display: block;
	
}

.cs-heading-gra {
    position: relative;
    z-index: 2;
    background: linear-gradient(to right,
            #fcce6f 0%,
            #fffbf1 50%,
            #fbce70 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    filter: drop-shadow(0 5px 3px rgba(29, 29, 27, 0.7));
}

.cs-heading-gra-2 {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.cs-heading-gra-2 span {
    background: linear-gradient(to top,
            #a24f18 0%,
            #fbce70 28%,
            #a24f18 50%,
            #663114 100%);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 21px rgba(29, 29, 27, 0.53));
    letter-spacing: -0.01em;
}

.cs-heading-gra-2 span:last-child {
    letter-spacing: -0.015em;
}



/* Header */

.header-site .site-logo a {

    display: block;

    max-width: 150px;

}



.header-site .main-navigation ul {

    display: flex;

    align-items: center;

    gap: 24px;

}



.header-site .main-navigation ul li a {

    font-size: 24px;

    font-family: "Cinzel", serif;

    text-transform: uppercase;

    font-weight: 600;

    color: #E6C77A;

    position: relative;

}



.header-site .main-navigation ul li a::after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 0;

    height: 2px;

    background-color: #E6C77A;

    transition: all 0.3s ease;

}



.header-site .main-navigation ul li a:hover::after {

    width: 100%;

}



#menu-toggle.active span:nth-child(1) {

    transform: translateY(6px) rotate(45deg);

}



#menu-toggle.active span:nth-child(2) {

    opacity: 0;

}



#menu-toggle.active span:nth-child(3) {

    transform: translateY(-12px) rotate(-45deg);

}



.contact-form .gfield_required {

    display: none !important;

}



.contact-form .gform-theme--framework .gfield_description {

    font-size: 16px !important;

}



.contact-form .gform_fields .gfield_label ,

.contact-form .gform_confirmation_message {

    font-size: 20px !important;

}



.contact-form .gform_fields input,

.contact-form .gform_fields textarea {

    font-size: 20px !important;

    border: 1px solid #ddd !important;

    padding: 8px 16px !important;

    box-shadow: none !important;

    outline: none !important;

    border-radius: 12px !important;

}



.contact-form .gform_fields textarea {

    min-block-size: 180px !important;

}



.contact-form .gform_fields input {

    height: auto !important;

}



.contact-form .gform_footer input[type="submit"] {

    background-color: #B8860B !important;

    font-size: 20px !important;

    text-transform: uppercase !important;

    font-family: "Cinzel", serif !important;

    font-weight: 600 !important;

    height: auto !important;

    padding: 10px 16px !important;

}

.page-template-tpl-mythology-and-science-of-baloo{
	 background:#000;
}
.mythology-content  strong{
	color: #fbce70;
}
.mythology-content ul, .mythology-content ol{
	padding: 0 0 20px 20px;
	list-style-position:inside;
}
.mythology-content ul li, .mythology-content ol li{
	margin-bottom:10px;
}
.mythology-content ul{
	list-style:disc;
	list-style-position:inside;
}
.mythology-content ol{
	list-style:decimal;
	list-style-position:inside;
}
.mythology-content h1,
.mythology-content h2,
.mythology-content h3,
.mythology-content h4,
.mythology-content h5,
.mythology-content h6{
	font-weight: 600;
	line-height: 1.2;
	color: #fbce70;
	padding:20px 0 10px;
}

.mythology-content  h2{
	font-size:40px;
	line-height:1.2;
	padding:30px 0 15px;
}
.mythology-content h3{
	font-size:30px;
	padding:25px 0 12px;
}

.mythology-content h4{
	font-size:24px;
}

.mythology-content h5{
	font-size:18px;
	padding:15px 0 8px;
	letter-spacing:0.02em;
}

.mythology-content h6{
	font-size:16px;
	padding:12px 0 6px;
	text-transform:uppercase;
}
.mythology-content a{
	text-decoration:underline;
}
/* @keyframes key-float {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-6px); }
	100% { transform: translateY(0); }
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .3; }
  50%  { transform: scale(1.05); opacity: .7; }
  100% { transform: scale(1); opacity: .3; }
}
.gold-key{
	display: inline-block;
}

.gold-key img{
	animation: pulse 3s ease-in-out infinite;
	transition: transform .3s ease;
	will-change: transform;
}
 */

@media (max-width:1023px){
	  .header-site .main-navigation {

        position: absolute;

        top: 100%;

        left: 0;

        width: 100%;

        background-color: #fff;

        padding: 30px;

        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);

        transform-origin: top;

        transform: scaleY(0);

        opacity: 0;

        visibility: hidden;

        transition: all 0.4s ease;

    }



    .header-site .main-navigation.active {

        opacity: 1;

        visibility: visible;

        transform: scaleY(1);

    }



    .header-site .main-navigation ul {

        flex-direction: column;



    }



    .header-site .main-navigation ul li a {

        font-size: 20px;

    }
}



@media (max-width:767px) {
 	.cs-heading-gra-2 span:last-child{
		letter-spacing:-0.01em;
	}

.mythology-content ul, .mythology-content ol{
	padding: 0 0 20px 20px;
}
.mythology-content ul li, .mythology-content ol li{
	margin-bottom:10px;
}


.mythology-content h1,
.mythology-content h2,
.mythology-content h3,
.mythology-content h4,
.mythology-content h5,
.mythology-content h6{
	padding:20px 0 10px;
}

.mythology-content  h2{
	font-size:32px;
	line-height:1.2;
	padding:20px 0 15px;
}
.mythology-content h3{
	font-size:28px;
	padding:15px 0 12px;
}

.mythology-content h4{
	font-size:26px;
}




    .header-site .site-logo a {

        max-width: 120px;

    }



  

}