/********** Template CSS **********/
:root {
    --primary: #A16CAE;
    --secondary: #FF0F10;
    --light: #F2F2F2;
    --dark: #1D2833;
  }
  
  
  body {
    background-color: #fff;
    color: #000;
    /* font-family: 'Muli', Arial, Helvetica, sans-serif; */
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.875;
    margin: 0;
  }
  
  .container-fluid {
    padding: 0;
  }
  
  @font-face {
    font-family: 'PlayfairDisplay, Bold';
    src: url(../fonts/Playfair/PlayfairDisplay-Bold.ttf);
  }
  
  @font-face {
    font-family: 'PlayfairDisplay, ExtraBold';
    src: url(../fonts/Playfair/PlayfairDisplay-ExtraBold.ttf);
  }
  
  @font-face {
    font-family: 'PlayfairDisplay, Regular';
    src: url(../fonts/Playfair/PlayfairDisplay-Regular.ttf);
  }
  
  @font-face {
    font-family: 'Poppins, Regular';
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
  }
  
  @font-face {
    font-family: 'Poppins, ExtraBold';
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
  }
  
  @font-face {
    font-family: 'Poppins, Bold';
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
  }
  
  @font-face {
    font-family: "Poppins, Medium";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
  }
  
  
  /* NAVBAR */
  
  div.navbar-collapse {
    padding: 2rem 8rem;
  }

  .navbar-brand img{
    width: 180px;
    height: 56px;
  }
  
  .navbar-light .navbar-nav a.nav-link {
    font-family: 'Poppins, Medium';
    color: #4F5361;
    font-size: 14px;
    padding: 0px 21px;
  }
  
  .btn.btn-login {
    width: 98px;
    height: 43px;
    background-color: #5479F7;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #5479F7;
  }

  


/* PRIVACY POLICY */

.privacy-title{
  color: #0F1B4C;
  font-size: 35px;
  font-family: 'Poppins, Bold';
  line-height: 52px;
}

.privacy-data{
  font-family: 'Poppins, Regular';
  font-size: 16px;
  line-height: 34px;
  color: #0F1B4C;
}



  /* FOOTER */


.foot-img img {
    width: 180px;
    height: 56px;
}


ul.footer {
    list-style-type: none;
    padding-left: 0;
    line-height: normal;
  }
  
  .footer li a {
    font-family: 'Poppins, Medium';
    font-size: 15px;
    color: #6D767B;
    text-decoration: none;
  }
  
  .footer-title {
    font-size: 20px;
    font-family: 'Poppins, Bold';
    color: #26323E;
  }
  
 .footer-para {
  font-size: 13px;
  font-family: 'Poppins, Medium';
  color: #6D767B;
  text-align: center;
  /* padding: 0px 0px 0px 0px; */
  /* line-height: 19.5px; */
}
  
  .footer-media .btn.btn-social {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #307BF1;
    border-radius: 35px;
    transition: .3s;
    background-color: #307BF1;
  }
  
  .footer-term {
    text-align: center;
  }
  
  .footer-term .terms a {
    text-decoration: none;
    font-size: 15px;
    color: #6D767B;
    font-family: 'Poppins, Medium';
    padding-left: 25px;
  }
  
  .line {
    font-size: 15px;
    border-right: 1px solid #6D767B;
    padding: 2px 11px;
  }
  











  /* Mobile Size Media Queries */

@media only screen and (max-width:768px) {

    :root {
      scroll-behavior: smooth;
      width: 100%;
    }
  
    div.navbar-collapse {
      padding: 0;
    }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #5479F7;
  border-color: #5479F7;
  font-family: 'Poppins, Medium';
}

.checkHeader {
  font-family: 'Poppins, Medium';
  font-size: 14px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.commentArea {
  font-family: 'Poppins, Medium';
  margin-top: 12px;
  width: 100%;
  border: 2px solid #5479F7;
  font-size: 16px;
  padding: 0px 15px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form-check-input{
  padding: 0%;
  margin-top: 22px;
  font-size: medium;
  padding-left: 0%;
  margin-left: 0%;
}

.form-check-label {
  margin: auto;
  font-family: 'Poppins, Normal';
  font-size: 16px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.col-form-label-lg {
  font-family: 'Poppins, Medium';
  font-size: 16px;
  color: #0F1B4C;
  font-weight: 500;
  text-align: start;
}

.mt-5 {
  margin-top: 0%;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  /* padding: var(--bs-modal-header-padding); */
  /* border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); */
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  /* border-top-right-radius: var(--bs-modal-inner-border-radius); */
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.form-check {
  /* display: inline-block; */
  margin-right: 10px;
  /* min-height: 1rem; */
  padding-left: 1rem;
  margin-bottom: .125rem;
}







@media only screen and (max-width: 992px) {
    div.navbar-collapse {
      padding: 0;
    }

}