:root{
  --primary-font: "Poppins", sans-serif;
   --font-two:#15629e;
  --font-color:#e59924;
  --secondary-font: "Montserrat", sans-serif;
  --inter-font:"Inter Tight", sans-serif;
}
@media(max-width:997px){
.head-page{
background-image: url(../Images/hero-all-bg.webp);
height: 500px;
background-size: cover;
padding-top: 60px!important;
/* padding-bottom: 50px; */
background-attachment: fixed;

}
.head-content p{
    font-family: var(--secondary-font);
    text-align: justify;
    font-size: 16px!important;
    line-height: 20px!important;
}
.head-content{
    padding: 0px 0px!important;
}
.bg-navy{
  
    padding: 10px!important;
    position: absolute;
    top: 500px!important;
    left: 10px!important;
    /* animation: page 1.5s linear infinite; */
    /* transform-origin: left; */
}
.bg-navy h4{
  font-size: 18px;
}
 .about-mission p{
  text-align: justify;
  font-size: 15px!important;
  font-family: var(--primary-font);
 }
 .about-mission h2{
  font-size: 18px!important;
    font-family: var(--primary-font);
 }
.about-mission{
  color: white;

  padding: 2px 5px!important ;
 }
 .bg-hero{
  padding: 20px!important;
 }
 .bg-blue{
  height: auto!important;
 }
 .what-we-do-head h2{
  font-size: 20px!important;
    text-align: center;
  margin-top: 0px!important;
 
 }
 .choose-card-main{
  margin-top: 0px!important;
}
.what-we-do-head{
  margin-top: 10px!important;
}
.card-body{
  padding: 15px!important;
}
}
.head-page p{
    font-size: 18px;
    font-family: var(--primary-font);
    text-align: justify;
    width: 80%;
}
.head-page{
background-image: url(../Images/hero-all-bg.webp);
height: 500px;
background-size: cover;
padding-top: 150px;
/* padding-bottom: 50px; */
background-attachment: fixed;

}
.head-page h1{
color: white;
font-weight: 700;
font-size: 50px;
font-family: var(--inter-font);
/* margin-bottom: 40px; */
}
.head-page h1::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color:var(--font-two);
  margin: 5px;
}
.about-img img{
    margin-top: 40px;
    border-radius: 30px;
    position: relative;
}
.head-content{
    padding: 80px 80px;
}
.head-content h5{
    margin-top: 20px;
    background-color: var(--font-two);
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: var(--secondary-font);
}
.head-content h2{
    margin-bottom: 20px;
    font-family: var(--inter-font);
    font-weight: 600;
    font-size: 40px;
}
.head-content p{
    font-family: var(--secondary-font);
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
}
.about-content1 i{
    display: flex;
    justify-content: center;
    align-items: center;
    background:var(--font-color);
    background: var(--font-two);
    width: 70px;
    height: 70px;
    padding: 10px;
    /* border-radius: 50%; */
    color: white;
    font-size: 18px;
}
.about-content1 p{
    font-weight: 600;
}
.main-about{
    margin-top: 0px;
}
.img2{
    position: absolute;
    width: 250px;
    border-radius: 10px;
    top: -280px;
    left: 360px;
    /* height: 200px; */
    border: 5px solid white;
}
.about-content1 {
    display: flex;
    gap: 10px;
}
.bg-navy{
    border-radius: 20px;
    background: var(--font-two);
    /* background: linear-gradient(90deg, rgba(39, 144, 242, 1) 0%, rgba(43, 43, 252, 1) 100%, rgba(48, 128, 240, 1) 100%); */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 20px;
    position: absolute;
    top: 520px;
    left: 80px;
    /* animation: page 1.5s linear infinite; */
    /* transform-origin: left; */
}
/* From Uiverse.io by vinodjangid07 */ 
.readmore-btn {
  width: fit-contentd;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
   background: white;
   /* margin-bottom: 20px; */
   /* color: white; */
  
  /* background-color: rgb(186, 125, 255); */
  border: none;
  border-radius: 10px;
  padding: 0px 15px;
  gap: 0px;
  transition: all 0.4s;
}
.book-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 45px;
  /* height: 100%; */
}
.book-wrapper .book-page {
  width: 50%;
  /* height: auto; */
  position: absolute;
}
.readmore-btn:hover .book-page {
  animation: paging 0.4s linear infinite;
  transform-origin: left;
}
.readmore-btn:hover {
  /* background-color: rgb(159, 74, 255); */
  color: white;
  background-color: var(--font-two);
    /* background: linear-gradient(90deg, rgba(39, 144, 242, 1) 0%, rgba(43, 43, 252, 1) 100%, rgba(48, 128, 240, 1) 100%); */
}
button a{
  text-decoration: none;
  color: black;
}
@keyframes paging {
  0% {
    transform: rotateY(0deg) skewY(0deg);
  }
  50% {
    transform: rotateY(90deg) skewY(-20deg);
  }
  100% {
    transform: rotateY(180deg) skewY(0deg);
  }
}
.text {
  width: 105px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: var(--font-two);
}

@keyframes page {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(10%);
  }
   50% {
    transform: rotateY(10deg) skewY(8deg);
  }
}

/* Mission-vision */
.bg-hero{
  background-image: url(/Images/blogs/about-bg.png);
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 100px 100px;
}
.about-mission{
  color: white;
  background-color: #0d2c63cd;
  padding: 30px 40px ;
 }
 .about-mission p{
  text-align: justify;
  font-family: var(--primary-font);
 }
 .about-mission h2{
    font-family: var(--primary-font);
 }
 /* what-we-do-img  */
 .what-we-do-img{
  margin-top: 30px;
  margin-bottom: 30px;
 }
 .what-we-do-content{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .what-we-do-head h2{
  text-align: center;
  margin-top: 30px;
  font-family: var(--primary-font);
  font-size: 40px;
  font-weight: 700;
 }
/* Accordian  */
 
  /* border-radius: 30px; */

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: white;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.accordion-button {
  background-color: var(--font-two);
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: white;
    text-align: left;
    /* background-color: white; */
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
.accordion{
  /* background-color: #0D2C63!important; */
  border: 1px solid white!important;
  width: 100%;
  font-size: 18px;
  font-family: var(--primary-font);

}
.accordion-body{
  text-align: justify;
  background-color: white;
  /* color: white; */
}
/* Why Choose Chakradhar Solar */
.bg-blue{
 /* color: whitesmoke; */
background-image: url(/Images/blogs/black-panel.jpg);
background-size: cover;
background-repeat: no-repeat;
  height: auto;
  background-attachment: fixed;
  color: white;
  margin-top: 50px;
}
.choose-card-main{
  margin-bottom: 40px;
}
.what-we-do-head{
  margin-top: 20px;
    margin-bottom: 20px;
}
.card-body{
  padding: 30px;
}
.choose-card-main .card{
  background-color:rgba(245, 245, 245, 0.696);
   border-radius: 50px;
  
}
.choose-card-main .card:hover{
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.btn-primary {
  background-color: transparent;
  border: none;
  color: var(--font-two);
  font-weight: 700;
}
