/*
Theme Name: Pythagorean Theorem Calculator
Author: Pythagorean Theorem Calculator
*/
body {
    font-family: "Plus Jakarta Sans", "sans-serif" !important;
}
.background-div {
    background-image: url('../images/bg.svg');
    background-repeat: no-repeat;
  background-position: center -100px;
}
.bg-f3 {
    background-color: #f3f3f3 !important;
  }
  .bg-c5 {
    background-color: #B51B75 !important;
  }
  .color-c5 {
    color: #B51B75 !important;
  }
  .dropdown-item:hover {
    background-color: #B51B75 !important;
    color: white !important;
  }
  .text-h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
  }
  .text-h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 44px;
  }
  .tab-button{
    font-size: 26px;
    font-weight: 600;
    list-style: 30px;
  }
  .text-h2-b{
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
  }
  .black-box{
    min-height: 250px;
  }
  .text-h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .text-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .text-p-b {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }
  ul {
    list-style-image: url('../images/dot.svg')
  }
  .text-h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    color: black;
  }
  .navbar-toggler {
    border: none !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .dropdown-toggle::after {
    border: none !important;
  }
  .input-drop-toggle::after {
    border: black !important;
  }
  .hero-text{
    margin: 10px 100px 20px 110px !important;
    padding: 10px 110px 20px 110px !important;
  }
  .hero-box {
    width: 80%;
    margin-bottom: 100px;
  }
  .clear-btn{
    width: 30%;
    background-color: #DFDFDF !important;
   }
   .calculate-btn{
       width: 62%;
   }
   .drop-icon {
    float: right;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 14px;
    }
   .pointer {
    cursor: pointer;
  }
   .margin-text-h{
    margin: 10px 220px 10px 220px;
   }
   .footer-right {
    width: 50%;
  }
  .footer-links-left {
    margin-top: 180px;
  }
  .footer-links-right {
    margin-top: 180px;
  }
  .footer-text {
    font-size: 24px;
    font-weight: 500;
  }
  .soical-link-wrapper {
    width: 52px;
    height: 52px;
  }
  .accordion-item {
    background-color: transparent !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    box-shadow: none !important;
    border: none !important;
  }
  .accordion-button:not(.collapsed) {
    background: #B51B75 !important;
    color: white !important;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: none !important;
  }
  .accordion-button::after {
    background-image: none !important;
  }
  .accordion-button {
    color: black !important;
    background-color: #f3f3f3 !important;
    font-weight: 600;
    font-size: 18px;
    border: none !important;
    border-radius: 5px !important;
    min-height: 60px;
    margin-bottom: 20px !important;
  }
  .accordion-button:focus {
    box-shadow: none !important;
  }
  .accordion-body {
    background-color: white !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 10px 0 10px;
    border: 1px solid #D8DFDF;
    transform: none !important;
  }
  .border-left{
    border-left: 1px solid #D8DFDF;
  }
  input:focus{
    box-shadow: none !important;
    border: none !important;
  }
  .input-g:focus-within {
    border: #B51B75 solid 1px !important;
  }
  .arrow-img {
    margin-top: 50px;
    margin-left: 300px;
    margin-bottom: 20px;
  }
  .faq-text{
    max-width: 300px;
  }
  .certered-text{
    max-width: 820px !important;
  }
   @media (max-width: 1200px) {
    .margin-text-h{
        margin: 10px 50px 10px 50px;
       }
   }
   @media (max-width: 768px) {
    .background-div-2 {
      background-size: cover;
    }
    .logo {
      width: 200px;
    }
    .hero-box {
      width: 95%;
    }
    .border-left{
      border-left: none;
      border-top: 1px solid #D8DFDF;
    }
    .clear-btn{
      width: 98%;
      background-color: #DFDFDF !important;
     }
     .calculate-btn{
      margin-top: 10px;
         width: 98%;
     }
    .hero-text {
      margin: 10px;
      padding: 10px;
    }
    .hero-text-2{
      margin: 10px;
      padding: 10px;
    }
    .footer-text {
      font-size: 18px;
      font-weight: 500;
    }
    .footer-right {
      width: 100%;
    }
    .footer-links-left {
      margin-top: 40px;
    }
    .footer-links-right {
      margin-top: 10px;
    }
  }
  .btn-primary {
    background-color: #B51B75 !important;
    border: #B51B75 !important;
}

