/* Section 1 CSS */

@layer base {
    :root {
        --background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;
--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--ring: 240 5.9% 10%;
--radius: 0.5rem;
    }
    .dark {
        --background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
    }
}


/* section 2 css */

@layer base {
    :root {
        --background: 0 0% 100%;
--foreground: 240 10% 3.9%;
--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;
--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
--secondary: 240 4.8% 95.9%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;
--accent: 240 4.8% 95.9%;
--accent-foreground: 240 5.9% 10%;
--destructive: 0 84.2% 60.2%;
--destructive-foreground: 0 0% 98%;
--border: 240 5.9% 90%;
--input: 240 5.9% 90%;
--ring: 240 5.9% 10%;
--radius: 0.5rem;
    }
    .dark {
        --background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 3.9%;
--card-foreground: 0 0% 98%;
--popover: 240 10% 3.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
--muted-foreground: 240 5% 64.9%;
--accent: 240 3.7% 15.9%;
--accent-foreground: 0 0% 98%;
--destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 0% 98%;
--border: 240 3.7% 15.9%;
--input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%;
    }
}

@media (max-width: 768px) {
    .text-3xl {
      font-size: 2rem;
    }
    .text-4xl {
      font-size: 2.5rem;
    }
  }

  /* new csss */
  .bg-blues-500
  {
    width: 100%;

    background: rgb(14,5,153);
    background: linear-gradient(90deg, rgba(14,5,153,1) 0%, rgba(38,38,223,1) 36%, rgba(32,62,228,1) 100%);

  }

  .bgcolorn {background-color: #F2FAFE;}


  .sw-64 {
    width: 20rem;
}

  @media (max-width: 768px) {
    .sw-64 {
        width: 10rem;
    }
    
  }


  /* model window */

.bg-dark {
  background-color: #21252900!important;
}

.modal-box{ font-family: 'Varela Round', sans-serif; }
.modal-box .show-modal{
    color: #222;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    box-shadow: 0 0 10px #555;
    display: block;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #222;
    background-color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
}
.modal-backdrop.in{ opacity: 0.1; }
.modal-box .modal{ top: 0px !important;background: #000000b3; }
.modal-box .modal-dialog{
    width: 500px;
    margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content{
    border-radius: 25px;
    box-shadow: 0 0 25px -8px #555;
}
.modal-box .modal-dialog .modal-content .close{
    color: #e74c3c;
    background-color: #fff;
    font-size: 28px;
    text-shadow: none;
    line-height: 33px;
    height: 33px;
    width: 33px;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0 0 5px #555;
    position: absolute;
    left: auto;
    right: -5px;
    top: -5px;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -1px 0 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{
    color: #fff;
    background-color: #e74c3c;
}
.modal-box .modal-dialog .modal-content .modal-body{ padding: 50px 20px !important; }
.modal-box .modal-dialog .modal-content .modal-body .icon{
    color: #26de81;
    font-size: 36px;
    text-align: center;
    text-shadow: 4px 0 0 #fff, 0 -3px 0 #fff;
    line-height: 40px;
    height: 50px;
    width: 50px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}
.modal-box .modal-dialog .modal-content .modal-body .icon:after{
    content: '';
    height: 45px;
    width: 45px;
    border: 5px solid #c1c1c1;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 3px;
    z-index: -1;
}
.modal-box .modal-dialog .modal-content .modal-body .title{
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
}
.modal-box .modal-dialog .modal-content .modal-body .description{
  color: #05711e;
  text-align: center;
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 600;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe{
    color: #fff;
    background-color: #26de81;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 auto;
    border: 0 solid #222;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{ background-color: #222; }
@media only screen and (max-width: 768px){
    .modal-dialog{ width: 400px !important; }
}
@media only screen and (max-width: 576px){
    .modal-dialog{ width: auto !important; }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    background-color: #000000c9;
}

.fade {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


 /* chatbtn */
  
 .btn-get
 {
 font-weight: 700;
 width: 180px;
 background-color: black;
 padding: 12px;
 color: #ffffff;
 font-size: 20px;
 text-decoration: none;
 }

 
 .btn-get:hover
 {
 background-color: #ffc107;
 color: #000000;
 text-decoration: none;
 }