@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@font-face {
  font-family: Eczar;
  src: url(/fonts/Eczar-VariableFont_wght.ttf);
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

:root {
  --transition: all 300ms ease-in-out;
  --dark-color: #332e29;
  --light-color: #000000;
  --orange: #ff5800;
}

* {
  
  outline: none;
  border: none;
  text-decoration: none;
  transition: all .2s linear;
}


.bgimgs{
  padding-bottom: 20px;
}
.offerr{
  padding: 20px;
}
.isnta{
  padding: 10px 20px;
  margin: 50px 0;
}
.main-text{
  margin-top: 50px;
}

.wha-our{
  margin: 50px 0;
}


body {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}
/* .banner{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
} */

/* -----------------whatsapp----------------- */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: var(--color-darkorange);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whatsapp-icon {
  margin-top: 16px;
}


/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 25px;
    font-size: 28px;
  }
}


/* -----------------whatsapp----------------- */
/* -----------------nav----------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-darkgrey);
  padding: 1rem 9%;
  transition: all 1s ease;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}

header .logo {
  position: relative;
  width: 11rem;
  height: 4rem;
  object-fit: cover;
}

header .navbar a {
  font-size: 1.2rem;
  margin-left: 2rem;
  color: #fff;
}

header .navbar a:hover {
  color: var(--orange);
}

#menu-bar {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
  border-radius: .3rem;
  padding-right: .5rem 1.5rem;
  display: none;
  transition: all 1s ease;
}

/* -----------------nav----------------- */

#scroll-top {
  position: fixed;
  top: -120%;
  right: 3.8rem;
  padding: 0.5rem 0.8rem;
  font-size: 3rem;
  background:var(--color-darkorange);
  color: #fff;
  border-radius: .5rem;
  transition: 1s linear;
  z-index: 1000;
}

#scroll-top.active {
  top: calc(100% - 14rem)
}


/* ------------------------------loader gif--------------------------------------------- */

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.loader-container.fade-out {
  top: -120%;
}





.home {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  font-size: var(--font-size-base);
  letter-spacing: -0.01em;
  line-height: 1.72rem;
  font-family: var(--font-inter);
  color: var(--color-darkorange);
  text-align: left;
  display: inline-block;
  text-decoration: none;
}


.about {
  text-decoration: none;
  color: inherit;
}

.about,
.courses {
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: var(--color-darkgrey);
  position: relative;
  font-size: var(--font-size-base);
  letter-spacing: -0.01em;
  line-height: 1.72rem;
  font-family: var(--font-inter);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
}

.main-image-1 {
  position: relative;
  width: 40rem;
  height: auto;
  object-fit: cover;
  margin-top: -207px;
  opacity: 0;
}

.main-image-1.animate {
  animation: 1s linear 0s 1 normal forwards fade-in;
}


.welcome-to-indias-first {
  margin: 0;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
.welcome-to-indias-first1 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.photography-editing-acadamy {
  margin: 0;
  color: var(--color-darkorange);
  font-size: 3.5rem;
}
.welcome-to-indias-first1 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.welcome-to-indias-container {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  text-align: center;
  line-height: 3.5rem;
  font-weight: 700;
  font-family: inherit;
}

.which-provide-paid {
  margin: 0;
  align-self: stretch;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: var(--font-size-5xl);
}
.which-provide-paid1 {
  margin: 0;
  align-self: stretch;
  font-weight: 500;
  color: #A49D9D;
  text-align: center;
  padding: 20px 0;
  line-height: 2.5rem;
  position: relative;
  font-size: var(--font-size-5xl);
}
.main-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.19rem;
  opacity: 0;
  min-width: 25rem;
}

.main-text.animate {
  animation: 1s linear 0s 1 normal forwards fade-in-bottom;
}

.main,
.main1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main1 {
  flex: 1;
  margin-top: 2.5rem;
  padding: var(--padding-11xl) 0;
  gap: 2.31rem;
  text-align: center;
  font-size: var(--font-size-17xl);
  color: var(--color-dimgray-200);
  font-family: var(--font-inter);
}

.main {
  align-self: stretch;
  padding: 106px 18.75rem;
  background-attachment: fixed;
}

.embark-on-a {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 23px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  min-width: 25rem;
}

.photography2 {
  color: #6c63ff;
}

.learn-about-our-container {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 37px;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  min-width: 25rem;
}

.embark,
.text2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.embark {
  flex: 1;
  flex-direction: column;
  padding: var(--padding-11xl) 0;
  gap: var(--gap-xs);
  opacity: 0;
}

.embark.animate {
  animation: 0.5s linear 0s 1 normal forwards fade-in;
}

.text2 {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 var(--padding-181xl);
  transform: rotate(0.17deg);
  transform-origin: 0 0;
  text-align: center;
  font-size: var(--font-size-5xl);
}

.profile-2-icon {
  position: relative;
  width: 48.25rem;
  height: 33.32rem;
  object-fit: cover;
  opacity: 0;
}

.profile-2-icon.animate {
  animation: 1s linear 0s 1 normal forwards fade-in;
}

.with-us {
  color: var(--color-black);
}

.discover-your-photographic-container {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  font-family: inherit;
}

.explore-the-enchanting {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-base);
  line-height: 131.02%;
  font-weight: 600;
  color: var(--color-dimgray-200);
}

.profile-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 3.25rem 0 0;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-xs);
  opacity: 0;
  min-width: 18.75rem;
  margin-left: -4.69rem;
}

.profile-text.animate {
  animation: 1s linear 0s 1 normal forwards fade-in-right;
}

.photography-magic,
.profile-2-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.profile-2-parent {
  flex: 1;
  flex-wrap: wrap;
}

.photography-magic {
  align-self: stretch;
  padding: 0 var(--padding-331xl);
  color: var(--color-black);
}

.real-world-projects-that {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-xl);
  font-weight: 600;
  color: var(--color-dimgray-100);
}

.editing-course {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 var(--padding-31xl);
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-xs);
  opacity: 0;
  min-width: 15.63rem;
}

.editing-course.animate {
  animation: 1s linear 0s 1 normal forwards fade-in-left;
}

.editing-course-3 {
  position: relative;
  width: 48.25rem;
  height: 27.32rem;
  object-fit: cover;
  opacity: 0;
  margin-left: -3.5rem;
}

.editing-course-3.animate {
  animation: 1s linear 0s 1 normal forwards fade-in;
}

.editing-course-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 2.5rem;
  align-items: center;
  justify-content: center;
}

.content2,
.realistic-projects {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.realistic-projects {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 var(--padding-331xl);
  justify-content: center;
  color: #ae6ef9;
}

.content2 {
  flex-direction: column;
  justify-content: flex-start;
  gap: 3.94rem;
  text-align: left;
  font-size: var(--font-size-13xl);
  color: var(--color-gray-100);
  font-family: var(--font-inter);
}

.most-popular-courses-container,
.refine-your-artistic {

  margin: 0;
  position: relative;
  display: inline-block;
  min-width: 21.88rem;
}

.most-popular-courses-container {
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}

.refine-your-artistic {
  /* flex: 1; */
  font-size: var(--font-size-xl);
  line-height: 153.02%;
  font-weight: 600;
  color: var(--color-dimgray-100);
}

.course,
.text3 {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
}

.text3 {
  flex: 1;
  gap: var(--gap-28xl);
}

.course {
  align-self: stretch;
  background-color: var(--color-darkgrey);
  padding: var(--padding-31xl) var(--padding-331xl);
  text-align: left;
  font-size: var(--font-size-13xl);
  color: var(--color-darkslategray-100);
  font-family: var(--font-inter);
}

/* //////////////////////////courses///////////////////////////// */


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 1em;
  text-align: center;
}

.column {
  width: 100%;
  padding: 0.5em 0;
}

h1 {
  width: 100%;
  text-align: center;
  font-size: 3.5em;
  color: #1f003b;
}

.card {
  box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
  border-radius: 0.6em;
  color: #1f003b;
  cursor: pointer;
  transition: 1s;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 45px;
}

.card .img-container {

  padding: 0.5em;
  margin: 0 auto 2em auto;
}

.card img {
  width: 200px;
  height: 130px;
  border-radius: 5%;
}

.card h3 {
  font-weight: 800;
}

.card p {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0.5em 0 2em 0;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
}

.icons {
  width: 50%;
  min-width: 180px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.card a {
  text-decoration: none;
  color: inherit;
  font-size: 1.4em;
}

.card:hover {
  transition: 1s;
  background: linear-gradient(#f87800, #fc8d27);
  color: #ffffff;
}

.card:hover .img-container {
  transform: scale(1.15);
}

@media screen and (min-width: 768px) {
  .cource {
    padding: 1em 7em;
  }

}

@media screen and (min-width: 992px) {
  .cource {
    padding: 1em;
  }

  .card {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 45px;
  }

  #card3 {
    padding-bottom: 9px;
  }

  #card4 {
    padding-bottom: 85px;
  }

  .column {
    flex: 0 0 25%;
    max-width: 25%;
    /* padding: 0 1em; */
  }
}

@media screen and (min-width: 1400px) {
  .cource {
    padding-top: 0;
    padding-left: 9em;
    padding-right: 9em;
  }

}



/* /////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////// */

button,
.btn {
  cursor: pointer;
  border: none;
  background: transparent;
}

/* ul{
  list-style-type: none;
} */
a {
  text-decoration: none;
  color: var(--dark-color);
}

img {
  width: 100%;
  display: block;
}

.contact-form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.vh-100 {
  min-height: 30vh;
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: var(--dark-color);
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .py-7{
  padding: 7rem 0;
} */
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.lead {
  opacity: 0.8;
  padding: 1rem 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
}


/* button down and title -reusable */
.btn-down {
  font-size: 3rem;
  display: inline-block;
  margin-top: 1rem;
  transition: var(--transition);
  color: #fff;
}

.btn-down:hover {
  opacity: 0.8;
  transform: translateY(5px);
}

.btn-down-white {
  color: var(--light-color);
}

.title {
  margin-bottom: 5rem;
}

.lead{
  color: #fff;
}
label{
  color: #fff;
}

.title h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  color: #fff;
}

.title h2::after {
  position: absolute;
  content: "";
  top: 120%;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #fff;
}


/* portfolio */
.portfolio-grid>div {
  transition: var(--transition);
}

.portfolio-grid>div:hover {
  transform: scale(0.9);
}

/* contact */
/* contact */
#contact{
  background-color: var(--color-darkgrey);
  padding-top: 3rem;
}
.contact-content{
  flex-direction: column;
  align-items: stretch;
}
.contact-left{
  margin-bottom: 5rem;
}
.contact-left .lead{
  padding: 0.5rem;
}
.contact-left form{
  margin-top: 3rem;
}
.contact-left form .form-control{
  display: block;
  margin: 1.6rem 0;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 1rem;
  width: 100%;
}
.option-text{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  
}
.contact-left form .form-control::placeholder{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.contact-left .btn-submit{
  padding: 1.4rem 3rem;
  font-family: 'Poppins', sans-serif;
  background-color: var(--color-darkorange);
  color: #fff;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  transition: var(--transition);
  border-radius: 5px;
}


iframe{
  height: 850px;
}


/* Media Queries */

@media(min-width: 450px) {
  .work-bottom {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 0;
  }


  
}

@media(min-width: 576px) {
  
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid>div {
    height: 300px;
    overflow: hidden;
  }

  .portfolio-grid>div img {
    height: 100%;
    object-fit: cover;
  }

  .contact-left form .form-control {
    max-width: 500px;
  }


}

@media(min-width: 768px) {

  .contact-content {
    flex-direction: row;
  }

  .contact-right {
    padding-left: 3rem;
    width: 50%;
  }

  .contact-left {
    width: 50%;
  }

}

@media(min-width: 1200px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .portfolio-grid>div:nth-child(2) {
    grid-column: 2 / 4;
  }

  .portfolio-grid>div:nth-child(6) {
    grid-column: 1 / 3;
  }

  .portfolio-grid>div:nth-child(12) {
    grid-column: 2 / 4;
  }

  .portfolio-grid>div:nth-child(16) {
    grid-column: 1 / 3;
  }

  .portfolio-grid>div:nth-child(22) {
    grid-column: 2 / 4;
  }

}

/* /////////////////////////////////////////////////////// */
.rahulpawarphotowaalagmailcom,
.start-your-journey {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-family: inherit;
  color: #fff;
}

.start-your-journey {
  font-size: 30px;
  font-weight: 700;
}

.rahulpawarphotowaalagmailcom {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-darkorange);
}

.school-of-photography {
  margin: 0;
  position: relative;
  font-weight: 500;
  display: inline-block;
  width: 19.81rem;
  flex-shrink: 0;
}

.div2,
.left,
.text4 {
  display: flex;
  justify-content: flex-start;
}

.div2 {
  flex-direction: row;
  align-items: center;
  font-size: var(--font-size-base);
  color: #b6b1ac;
}

.left,
.text4 {
  flex-direction: column;
  align-items: flex-start;
}

.text4 {
  align-self: stretch;
  gap: 0.81rem;
}

.left {
  flex: 1;
  min-width: 21.88rem;
}

.your-potential-is {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: 35px;
  line-height: 147.02%;
  font-weight: 700;
  color: #8C8A8A;
  display: inline-block;
  opacity: 0;
  min-width: 21.88rem;
}

.your-potential-is.animate {
  animation: 0.5s linear 0s 1 normal forwards fade-in;
}

.index1,
.start,
.start-journey {
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-journey {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 0rem;
  gap: var(--gap-29xl);
  text-align: left;
  font-size: var(--font-size-13xl);
  color: var(--color-darkslategray-100);
  font-family: var(--font-inter);
}

.index1,
.start {
  flex-direction: column;
}

.start {
  align-self: stretch;
  /* padding: 2.13rem 0; */
}

.index1 {
  position: relative;
  background-color: var(--color-darkgrey);
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .welcome-to-indias-container {
    font-size: 1.88rem;
  }

  .which-provide-paid {
    font-size: var(--font-size-xl);
  }

  .main {
    padding-left: var(--padding-81xl);
    padding-right: var(--padding-81xl);
    padding-bottom: 3rem;
    box-sizing: border-box;
  }

  .explore-the-enchanting {
    font-size: var(--font-size-smi);
  }

  .photography-magic {
    padding-left: var(--padding-181xl);
    padding-right: var(--padding-181xl);
    box-sizing: border-box;
  }

  .real-world-projects-that {
    font-size: var(--font-size-base);
  }

  .realistic-projects {
    padding-left: var(--padding-181xl);
    padding-right: var(--padding-181xl);
    box-sizing: border-box;
  }

  .refine-your-artistic {
    font-size: var(--font-size-base);
  }

  .course,
  .start-journey {
    padding-left: var(--padding-181xl);
    padding-right: var(--padding-181xl);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 960px) {
  .card img {
    width: 300px;
    height: 200px;
    border-radius: 5%;
    margin-left: 46px;
  }

  header {
    padding: 2rem;
  }

  .text2 {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }

  .profile-text {
    padding-left: var(--padding-51xl);
    box-sizing: border-box;
  }

  .text3 {
    gap: var(--gap-28xl);
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #menu-bar {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f7f7f7;
    border-top: .1rem solid rgba(0, 0, 0, .1);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }

  header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  header .navbar a {
    color: #666;
    margin: 1.5rem;
    padding: 1.5rem;
    display: block;
    border: 0.2rem solid rgba(0, 0, 0, .1);
    border-left: 0.2rem solid var(--orange);
    background: #fff;
  }
}

@media screen and (max-width: 526px) {

  .contact-left .btn-submit{
    padding: 1rem 1.7rem;
  }
  
  .welcome-to-indias-first {
    font-size: 1.5rem;
  }
  
  .welcome-to-indias-first1 {
    font-size: 1.5rem;
  }

  iframe{
    height: 450px;
  }
  
  .photography-editing-acadamy {
    
    font-size: 2rem;
  }
  
  .main1{
    margin-top: 6rem;
    gap: 0;
  }


  #scroll-top {
    position: fixed;
    top: -120%;
    right: 2.4rem;
    padding: 0.5rem 0.8rem;
    font-size: 1.5rem;
    background: var(--color-darkorange);
    color: #fff;
    border-radius: .5rem;
    transition: 1s linear;
    z-index: 1000;
  }
  #scroll-top.active {
    top: calc(100% - 9rem)
  }
  
  

  header .navbar a {
    font-size: 50%;
    padding: 0.5rem;
    margin: 0.5rem;
    display: block;
    border: .2rem solid rgba(0, 0, 0, .1);
    border-left: 0.5rem solid var(--orange);
    background: #fff;
  }

  #menu-bar {
    font-size: 1.5rem;
  }

  header {
    padding: 1rem;
    transition: all 1s ease;
  }

  header .logo {
    width: 6.25rem;
    height: 2.44rem;
  }

  .most-popular-courses-container {
    font-size: 25px;
  }

  .refine-your-artistic {
    font-size: 1rem;
    text-align: center;
  }

  .card p {
    font-size: 10px;
  }

  .title {
    margin-bottom: 0;
  }

  .title h2 {
    font-size: 27px;
  }

  .btn-down {
    font-size: 2.5rem;
  }

  .start-your-journey {
    font-size: 25px;

  }

  .rahulpawarphotowaalagmailcom {
    font-size: 14px;
  }

  .your-potential-is {
    font-size: 30px;
  }

  .copyright {
    font-size: 10px;
    margin: 15px;
  }


  .main-image-1 {
    width: 70%;
    height: auto;
    /* margin-top: 25px; */
  }

  .welcome-to-indias-container {
    font-size: var(--font-size-xl);
    text-align: center;
    line-height: 2.5rem;
  }

 .which-provide-paid {
    font-size: 1rem;
    line-height: 3vh;
  }

  .which-provide-paid1 {
    font-size: 1rem;
    line-height: 3.5vh;
  }

  .main-text {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }

  .embark-on-a {
    font-size: var(--font-size-xl);
  }

  .learn-about-our-container {
    font-size: var(--font-size-5xl);
  }

  .profile-2-icon {
    width: 22.88rem;
    height: 16.63rem;
  }

  .text3 {
    gap: 20px;
  }

  .start {
    padding: 2.13rem;
  }


  .discover-your-photographic-container {
    font-size: var(--font-size-xl);
  }

  .explore-the-enchanting {
    font-size: var(--font-size-3xs);
  }

  .profile-text {
    padding-left: var(--padding-51xl);
    box-sizing: border-box;
  }

  .real-world-projects-that {
    font-size: var(--font-size-3xs);
  }

  .editing-course {
    padding-left: 0;
    box-sizing: border-box;
  }

  .editing-course-3 {
    width: 22.88rem;
    height: 13.63rem;
    margin-left: 5px;
  }

  .start-journey {
    padding-left: 0px;
    padding-right: 0px;
    padding: 10px;
  }

  .card img {
    width: 250px;
    height: 150px;
  }
}




/* ----------------------------footer------------- */
.f-container {
  max-width: 1170px;
  margin: auto;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 3rem;
  padding-top: 3rem;
}

ul {
  list-style: none;
}

.footer {
  background-color: #24262b;
  padding: 1px 0;
}

.footer-col {
  width: 25%;
  /* padding: 0 15px; */
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fc8d27;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li p {
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #fc8d27;
}

hr {
  width: 90%;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 20px auto;
}

.copyright {
  text-align: center;
  color: #bbbbbb;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}