
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
:root {
    --c-brand-rgb: 78, 87, 212;
    --c-body: #727272;
    --c-brand: #FFD700;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --c-dark: #292930;
    --c-brand-light: #FFC72C;
    --transition: all 0.5s ease;
    --primary: #FFD700;
    --dark-primary: #9f8030;
    --light-primary: #e9e3c5;
    --text: #FFFFFF;
    --primary-text: #212121;
    --secondary-text: #757575;
    
}

body {
    font-family: 'League Spartan';
    font-size: 26px;
    line-height: 1.7;
    color: var(--c-body);
    overflow-x: hidden  ;
    background: #FDF9F4;
    line-height: 1;
    letter-spacing: -0.7px;

}

h1{
    /* font-weight: 700; */
    color: var(--c-dark);
    line-height: 1.3;
    letter-spacing: -1px;
}
h2{
    font-weight: 350;
    color: var(--c-dark);
    /* line-height: 1.3; */
    letter-spacing: -2.4 px;
    
}

 .image-container {
    position: absolute;
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}


.image-container img {
    position: absolute;
    width: 100%;
    /* transition: 0.3s ease-in-out; */
    
  
}


#home .container {
    position: relative;
    z-index: 2;
}

.main-image {
    width: 100%;
    /* left: 40%;
    top: 50%; */
    transform: translate(-50%, -50%);
   
    z-index: 3;
}


.top-image {
    width: 36% !important;
    left: 12%;
    bottom: 84%;
    transform: translate(-50%, 0);
    z-index: 1;
}


.right-image {
    width: 46% !important;
    left: 55%;
    top: 15%;
    transform: translate(0, -50%);
    z-index: 1;
}
.right-image-second{
    width: 26% !important;
    left: 90%;
    top: 60%;
    transform: translate(0, -50%);
    z-index: 1;
}


.left-image {
    width: 80% !important;
    right: 63%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    
}
/* .image-container img {
    transition: opacity 0.3s ease; 
  }
  .image-container:hover img {
    opacity: 0;  
  }
  
  .image-container:hover {
    background-image: url('/assets/images/JayeshOG.png');
    background-size: cover;
    background-position: center; 
    height: 100%; 
  } */
  
  section {
    /* padding: 100px 0; */
}

/* Header */
header {
    background: var(--primary);
    color: var(--text);
    padding: 150px 0;
}
 
.image-container img {
    width: 100%;
    display: block;
  }
  
a:hover {
    color: var(--c-brand-light);
}

.col-12{
    padding: 0 40px;
}
.img-float{
    width: 100px;
}

.section-padding {
    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.theme-shadow {
    box-shadow: var(--box-shadow);
    
}

.portfolio-item .iconbox {
    background-color: var(--c-brand);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.portfolio-item:hover .iconbox {
    opacity: 1;
    top: 50%;
}

/* IMAGE ZOOM */
.image-zoom {
    position: relative;
  
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
     width: 100%;
    height: auto;
}

.image-zoom:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

/* BTN */
.btn {
    font-weight: 520;
    font-size: 20px;
    padding: 10px 34px;
    border-radius: 13px;
    transition: transform 0.3s ease; 
}

.btn-brand {
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    color: black;
    /* transition: background-color 0.3s ease, border-color 0.3s ease;  */
}

.btn-brand:hover {
    background-color: var(--c-brand);
    border-color: var(--c-brand-light);
    color: black; 
    transform: scale(1.1); 
    transition: transform 0.3s ease; 
}


/* FAQ */

#faq h1{
    font-size: 68px;
    font-weight: 700;
}
.accordion-button{
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 450;
  
}
.accordion-body{
    font-size: 22px;
    
}


.float{
	position:fixed;
	width:70px;
	height:70px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	text-align:center;
    border-radius: 40px;
    font-size:45px;
    z-index:100;
}

.my-float{
	margin-top:15px;
    
}

/* SECTION TITLE */
.section-title {
    /* margin-bottom: 60px; */
   
}
.small-screen img{
    display: none;
}
.section-title .line {
    width: 60px;
    height: 4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}

.section-title p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


.iconbox {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--c-brand-rgb), 0.1);
    color: var(--c-brand);
    font-size: 34px;
    flex: none;
}
.social-icons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: var(--c-brand);
    color: white;
}


.course-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#certCourses p{ 
    font-size: 20px;
    display:flex;
    flex-direction: row;
}
#certCourses h1{ 
    font-size: 78px;
    font-weight: 700;
   
}














