@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
  width: 100%;
  max-width: 1800px;
}
body {
  background: rgba(238, 238, 238, 1);
}

/* header CSS */
.header-inner-wrap.row {
  padding: 25px 0;
  align-items: center;
}
header#header {
  position: sticky;
  top: 0;
  z-index: 9999999999999999;
  background: rgba(238, 238, 238, 1);
}

/* header logo */
.h-logo img {
  width: 100%;
  max-width: 150px;
  margin: 0;
}

/* searchbar */
.search-wrap {
  width: 100%;
  background-color: #f5f9fa;
  border-radius: 5px;
}
.search-wrap form {
display: flex;
}
.search-bar input[type=text] {
  font-size: 16px;
  border: none;
  width: 100%;
  font-family: "Montserrat";
  background-color: #f5f9fa;
  padding: 10px 10px;
}
.search-bar input[type=text]:focus-visible {
  outline: none;
}
.search-bar .search-wrap button {
  padding: 6px 15px;
  background-color: #f5f9fa;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* header buttons */
.h-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.h-buttons a {
  border: none;
  padding: 12px 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Montserrat';
}
.uno a {
  background-color: #eb5332;
}
.dos a {
  background-color: #f7a216;
}
.tres a {
  background-color: #ffcb0b;
}

/* Right Div */
.headss {
  display: flex;
  flex-direction: column;
}
.headss a {
  text-decoration: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #13111C;
  text-align: left;
}
.TT {
  position: relative;
  padding: 10px 0px 15px 35px;
}
.TT:hover{
  background: transparent linear-gradient(180deg, #F7BD3D00 0%, #ec561670 100%) 0% 0% no-repeat padding-box;
}
.subTT a:hover {
  background: transparent linear-gradient(180deg, #F7BD3D00 0%, #EC5616 100%) 0% 0% no-repeat padding-box;
}
.TT:hover a.aa{
  color: #000;
  font-weight: 600;
}
.headss a:after {
  content: "\f135";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 18px;
  top: 13px;
  left: 0;
  font-weight: 900;
}


/* Right DIV */
button.btns {
  font-size: 26px;
  cursor: pointer;
  font-family: 'Montserrat';
  border: none;
  color: #000;
  background: rgba(238, 238, 238, 1);
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 10px 0 10px 15px;
}
.subTT a{
  text-decoration: none;
  background-color: transparent;
  font-size: 18px;
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #13111C;
  text-align: left;
}
.subTT {
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.subTT a:hover{
  color: #000;
  font-weight: 500;
}
/* button.btns:after {
  content: '\f107';
  position:absolute;
  font-size: 25px;
  right: 10px;
  top: 10px;
  font-family: fontAwesome;
  font-weight: 900;
} */
.left {
  padding: 20px 50px 20px 30px;
  border: 1px solid #00000020;
  position: Sticky;
  overflow-y: scroll;
  top: 30PX;
  height: 100vh;
  background: #dddddd;
}
.left::-webkit-scrollbar-track {
  background: #dddddd !important;
  border-radius: 22px;
}
.left::-webkit-scrollbar-thumb {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgb(171 107 86) 0%, rgb(220, 77, 16) 100%, rgba(0,212,255,1) 100%);
  border-radius: 22px;
}
.left::-webkit-scrollbar {
  width: 6px;
}
.right {
  border: 1px solid #00000020;
}
h4 {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #13111C;
  margin-bottom: 10px;
}
.pop-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0000009c;
  z-index: 9;
  text-align: center;
  overflow-y: auto;
}
.pop-img img {
  width: 100%;
  max-width: 1300px;
  margin-top: 100px;
  height: auto;
}
.rr {
  padding: 25px 20px;
}
.content-main:hover {
  box-shadow: 0 1px 10px rgb(108 125 142/30%);
}
.content-main {
  border-bottom: 1px solid #e1e1e1;
  box-shadow: 2px 2px 2px rgb(0 0 0/8%);
  padding: 10px 20px;
  margin-bottom: 25px;
}
p {
  font-size: 20px;
  color: #13111C;
  line-height: 40px;
}
b {
  color: hsl(0deg 0% 0% / 70%);
}
.color-flex {
  display: flex;
  gap: 30px;
}
img {
  width: 100%;
  max-width: 1300px;
  margin: 10px 0 15px;
}
li {
  font-size: 21px;
  line-height: 40px;
  color: hsl(0deg 0% 0% / 80%);
}
.all-content h4 {
  font-size: 22px;
  font-weight: 600;
}
.subTT a {
  border-left: 1px solid #000;
  margin: 5px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0;
}
h3 {
  font-size: 20px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  background: #EC5616;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 70px 10px 15px;
}


.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #EC5616;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  display: none;
}
i.fas.fa-arrow-up {
  font-size: 25px;
  padding: 15px 0 0 0;
}
.return-to-top:hover {
  background: transparent linear-gradient(180deg, #F7BD3D00 0%, #EC5616 100%) 0% 0% no-repeat padding-box;
}


/* responsive */

@media screen and (max-width:1600px){
  .return-to-top {
    width: 50px;
    height: 50px;
  }
  .h-logo img {
    max-width: 140px;
  }
  .h-buttons a {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .h-buttons {
    gap: 10px;
  }
  .search-bar input[type=text] {
    padding: 10px 10px;
  }
  .header-inner-wrap.row {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  .left {
    padding: 15px 30px 15px 25px;
  }
  .headss a {
    font-size: 20px;
  }
  .headss a:after {
    font-size: 17px;
    top: 18px;
    left: 8px;
  }
  .TT {
    padding: 15px 0px 15px 35px;
  }
  .tts:after {
    right: -5px;
    font-size: 20px;
    top: 14px;
  }
  button.btns {
    font-size: 26px;
    padding: 10px 0 10px 20px;
  }
  button.btns:after {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .pop-img img {
    max-width: 1200px;
    margin-top: 70px;
  }
  img {
    width: 90%;
    margin: 20px 0;
  }
  p {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-wrapper.row {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width:1200px){
  .return-to-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  i.fas.fa-arrow-up {
    font-size: 15px;
    padding: 10px 0 0 0;
  }
  .left::-webkit-scrollbar {
    width: 5px;
  }
  .header-inner-wrap.row {
    padding: 10px 0;
  }
  .h-logo img {
    max-width: 110px;
  }
  .search-bar .search-wrap button {
    padding: 5px 10px;
    font-size: 18px;
  }
  .search-bar input[type=text] {
    font-size: 15px;
  }
  .h-buttons a {
    padding:  8px;
    font-size: 13px;
    font-weight: 600;
  }
  .h-buttons {
    gap: 5px;
  }
  .left {
    padding: 10px 25px 10px 15px;
    height: 400px;
  }
  .headss a:after {
    font-size: 14px;
    top: 13px;
    left: 10px;
  }
  li {
    font-size: 18px;
    line-height: 30px;
    color: hsl(0deg 0% 0% / 80%);
  }
  .content-main {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 2px 2px 2px rgb(0 0 0/8%);
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  img {
    width: 90%;
    margin: 10px 0;
  }
  .pop-img img {
    max-width: 900px;
    margin-top: 80px;
  }
  .rr {
    padding: 15px 10px;
  }
  p {
    font-size: 16px;
    line-height: 30px;
  }
  h4 {
    font-size: 16px;
  }
  button.btns:after {
    font-size: 17px;
  }
  button.btns {
    font-size: 23px;
    padding: 5px 0 5px 15px;
  }
  .subTT a {
    font-size: 16px !important;
  }
  .subTT {
    padding-top: 7px;
    padding-left: 13px;
  }
  .tts:after {
    font-size: 16px;
    top: 10px;
    right: -5px;
  }
  .headss a {
    font-size: 16px !important;
  }
  .TT {
    padding: 10px 0px 10px 35px;
  }
  .left {
    top: 20PX;
  }
}

@media screen and (max-width:990px){
  .headss a:after {
    font-size: 13px;
    top: 15px;
    left: -5px;
  }
  .TT {
    padding: 10px 0px 10px 15px;
  }
 .left::-webkit-scrollbar {
    width: 4px;
  }
  .h-logo img {
    max-width: 90px;
}
.h-buttons a {
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
}
.pop-img img {
  max-width: 100%;
  margin-top: 40px;
}
.search-bar input[type=text] {
  font-size: 14px;
  padding: 5px 5px;
}
.search-bar .search-wrap button {
  padding: 0px 5px;
  font-size: 14px;
}
button.btns:after {
  font-size: 15px;
}
p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
li {
  font-size: 16px;
  line-height: 25px;
  color: hsl(0deg 0% 0% / 80%);
}


button.btns {
  font-size: 22px;
  padding: 5px 0 5px 5px;
}
.left {
  padding: 5px 10px 5px 10px;
  height: 500px;
  top: 20PX;
}
.headss a {
  font-size: 16px !important; 
}
.subTT a {
  font-size: 14px !important;
}
.tts:after {
  font-size: 14px;
  top: 10px;
  right: -5px;
}
}

@media screen and (max-width:620px){
  .h-logo {
    text-align: center;
  }
  .left {
    position: unset;
    height: 100%;
  }
  .headss a:after {
    font-size: 14px;
    top: 13px;
    left: -5px;
  }
  button.btns:after {
    right: 0;
  }
  .pop-img img {
    margin-top: 150px;
    padding: 0 10px;
  }
  button.btns {
    font-size: 19px;
  }
  .TT {
    padding: 10px 0px 10px 20px;
  }
  .inner-wrapper.row {
    gap: 20px;
  }
  .header-inner-wrap.row {
    grid-gap: 15px;
  }
  .h-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .return-to-top {
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    padding: 0;
  }
  i.fas.fa-arrow-up {
    font-size: 15px;
    padding: 5px 0 0 0;
  }
}
