/* *{
    border: 1px solid red;
} */
.banner-container {
  background: url("../img/portfolio/banner.png");
  background-size: cover;
  height: auto;
  padding: 0px 50px;
 margin-top: 80px;  
  background-image:linear-gradient(to right ,#0A2342,#FF5733)
}
.project-Img img {
  width: 500px;
  height:333
}
.btnRequest {
  background-color: #e77a11;
  color: #f0f0f0;
  font-size: 16px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.btnRequest:hover {
  background-color: #e77a11;
  color: #f0f0f0;
  font-size: 16px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0px;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  background-color: #fff;
  width: 200%;
  margin-left: -45%;
}
.banner-subcontainer {
  display: grid;
  grid-template-columns: 6fr 6fr;
}
.Parent_row {
  padding-left: 0% !important;
  margin: auto 130px;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none !important;
}
.banner-content {
  margin-top: 50px;
}
.banner-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 48px;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-subtitle {
  color: #f0f0f0;
  font-size: 22px;
  font-weight: 600;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.banner-image img {
  float: right;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.talkBtn {
  box-shadow: 1px 1px 10px rgb(231, 122, 17);
  background-color: #f0f0f0;
  color: #e77a11;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #e77a11;
  border-radius: 25px;
  padding: 8px 20px;
  margin-top: 20px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 30px;
}
.talkBtn:hover {
  box-shadow: 1px 1px 10px white;
  background-color: #e77a11;
  color: white;
}
.feel-text {
  color: #e9ecf0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 40px;
}
.banner-icons {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr;
  width: 80%;
  margin: auto;
  padding-bottom: 50px;
}
.icon-container {
  position: relative;
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  color: #e9ecf0;
}
.icon-text {
  transition: 0.5s;
}
.icon {
  font-size: 30px;
  transition: 0.5s;
}
/* .icon-container:hover .icon {
  transform: translateY(0px);
  transition: 0.5s;
} */
@media screen and (max-width: 1090px) {
  .banner-title {
    font-size: 40px;
  }
  .right-image img{
    margin-left:40px !important;
    width:355px !important
    }
  
    .left-image img{
      margin-left:0px !important;
      width:355px !important
      }
}
@media screen and (max-width: 992px) {
  .banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  
  .talkBtnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
}
@media screen and (max-width: 876px) {
  .banner-title {
    font-size: 35px;
  }
  .banner-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 776px) {
  .banner-subcontainer {
    display: grid;
    grid-template-columns: 12fr;
  }
}
@media screen and (max-width: 656px) {
  .banner-container {
    background: url("../img/portfolio/banner.png");
    background-size: cover;
    height: auto;
    padding: 0px 30px;
  }
  .banner-title {
    font-size: 38px;
  }
  .banner-subtitle {
    font-size: 18px;
  }
  .talkBtn {
    font-size: 16px;
    border-radius: 25px;
    padding: 5px 15px;
  }
  .feel-text {
    font-size: 18px;
  }
  .banner-icons {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .banner-icons {
    display: grid;
    grid-template-columns: 6fr 6fr;
    width: 70%;
    margin: auto;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-bottom: 30px;
  }
  .icon-container {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 476px) {
  .banner-title {
    font-size: 30px;
  }
  .banner-subtitle {
    font-size: 16px;
  }
  .feel-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 456px) {
  .banner-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .banner-subtitle {
    font-size: 14px;
  }
  .banner-container {
    background: url("../img/portfolio/banner.png");
    background-size: cover;
    padding: 0px 20px;
    margin-top: -10%;
}
  .talkBtn {
    font-size: 14px;
    border-radius: 25px;
    padding: 5px 15px;
  }
  .feel-text {
    font-size: 14px;
  }
  .icon-container {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }

}
/* project */
.project-container {
  background-color: #fff;
  /* padding: 50px; */
}
.project-headings {
  text-align: center;
  width: 70%;
  margin: auto;
}
.project-Maintitle {
  color: #666666;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.project-subtitle {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.project-details {
  margin-top: 60px;
}
.project-subcontainer {
  display: grid;
  grid-template-columns: 6fr 6fr;
  padding: 0px 50px;
  margin-bottom: 40px;
  gap: 30px;
}

.project-title {
  margin-bottom: 30px;
}
.project-title P{
  text-align:justify
}
.project-title a {
  font-family: Cormorant Garamond;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
color:#383838  ;
padding:10px
}
.project-subtitle{
  font-family: "Jost",serif;
font-weight: 500;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color:#383838;
padding:10px
}
.project-desc{
  font-family: Jost;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#383838;

}
.project-logo {
  width: 250px;
  height: 100px;
  margin-left: -10px;
}
.project-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project-view {
  font-size: 16px;
  font-weight: 500;
  color: #244568;
  cursor: pointer;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 20px;
}
.project-view:hover {
  background-color: #e77a11;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.project-app {
  color: #244568;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.project-app:hover {
  background-color: #e77a11;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.right-image img{
  margin-left:200px
  }
@media screen and (max-width: 876px) {
  .project-subcontainer {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0px 60px;
    margin-bottom: 40px;
  }
  .project-logo {
    width: 250px;
    height: 50px;
    margin-left: -30px;
  }
  .project-logo img {
    width: 100%;
    height: 90%;
    object-fit: contain;
  }

  .project-title a {
    font-size: 30px;
  }

}
@media screen and (max-width: 756px) {
  .project-subcontainer {
    display: grid;
    grid-template-columns: 12fr;
    padding: 0px 60px;
    margin-bottom: 40px;
  }
  .project-Img {
    order: 1;
  }

  .projectBtncont {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .project-view {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .project-subcontainer {
    text-align: center;
  }
  .project-logo {
    margin-bottom: 10px;
  }
  
}
@media screen and (max-width: 656px) {
  .project-headings {
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .project-subcontainer {
    padding: 0px 30px;
  }
  .project-Maintitle {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .project-subtitle {
    font-size: 16px;
  }
  .project-view {
    font-size: 16px;
  }
  .project-view:hover {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .project-app {
    font-size: 16px;
  }
  .project-app:hover {
    padding: 5px 10px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 576px) {
  .project-container {
    padding: 10px;
  }
}
@media screen and (max-width: 456px) {
  .project-Maintitle {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .project-subtitle {
    font-size: 14px;
  }
  .project-subcontainer {
    padding: 0px 20px;
  }
  .project-title a {
    font-size: 25px;
  }
  .project-logo {
    width: 250px;
    height: 40px;
    margin-left: -30px;
  }
  .project-logo img {
    width: 100%;
    height: 90%;
    object-fit: contain;
  }
  .nathich-logo {
    height: 100px;
    margin-left: -40px;
  }

  .project-view {
    font-size: 14px;
  }
  .project-app {
    font-size: 14px;
  }
  .right-image img{
    margin-left:0 !important
    }
    .project-Img img{
      width:250px
    }
}
/* pagination */
.pagination-container {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px; /* Adds space between each number */
  justify-content: center;
}

.page-item {
  display: inline-block;
  cursor: pointer;
}

.page-link {
  background-color: #e9ecf0;
  text-decoration: none;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
  color: #244568;
  transition: background-color 0.3s, color 0.3s;
}

.page-item.active .page-link {
  background-color: #244568;
  color: white;
}

.page-link:hover {
  background-color: #244568;
  color: white;
}

/* start your project */
.start-container {
  margin-top: 50px;
  background-color: #f5f6f8;
}
.start-subcontainer {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 30px;
  margin-top: -50px;
  padding: 50px 80px;
}
.start-title {
  font-size: 40px;
  color: #000000;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
.start-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #858585;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 30px;
}
.startImg {
  width: 100%;
  height: 90%;
}
.startImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btnStart {
  background-color: #e77a11;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 20px;
  border: none;
  font-weight: 400;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btnStart:hover {
  background-color: #d26f0f;
}
@media screen and (max-width: 876px) {
  .start-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 776px) {
  .start-subcontainer {
    display: grid;
    grid-template-columns: 12fr;
  }
  .btnStartcont {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 656px) {
  .start-subcontainer {
    padding: 50px 30px;
  }
  .btnStart {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 456px) {
  .start-title {
    font-size: 25px;
  }
  .start-subtitle {
    font-size: 14px;
  }
  .btnStart {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
  }
}
