/*------------------------------------------------------------------
* Project:        Eventen - Event Conference & Meetup Tailwind CSS Templates
* Author:         HtmlDesignTemplates
* URL:            https://themeforest.net/user/htmldesigntemplates
* Created:        07/20/2026
-------------------------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #707070;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h5, h5, .h6, h6 {
    font-weight: 700!important;
    font-family: "Poppins", serif;
    text-transform: uppercase;
    margin: 0;
    color:  #223645;
    line-height: 1.22; 
}

h1, .h1 {font-size: 54px!important;}
    
h2, .h2 {font-size: 40px!important;}
    
h3, .h3 {font-size: 32px!important;}
    
h4, .h4 {font-size: 26px!important;}
    
h5, .h5 {font-size: 21px!important;}
    
h6, .h6 {font-size: 18px!important;}

@media (max-width: 1100px) {
  h1, .h1 {font-size: 36px!important;}
  
  h2, .h2 {font-size: 28px!important;}

  h4, .h4 {font-size: 21px!important;}

  h5, .h5 {font-size: 18px!important;}
}

@media (max-width: 576px){
  h1, .h1 {font-size: 30px!important;}
  
  h2, .h2 {font-size: 24px!important;}

  h4, .h4 {font-size: 18px!important;}

  h5, .h5 {font-size: 16px!important;}
}  

a{text-decoration: none; cursor:pointer; transition: all .5s ease-in-out;}
a:hover {transition: all .5s ease-in-out;}

.small, small {font-size: .875em!important;}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

/* Box Shadow */
.shadow{
  box-shadow: 0 0 15px rgba(0, 0, 0, .1)!important;
}
 

/* padding */
.p-0 { padding: 0!important; }
.p-1 { padding: 5px!important; }
.p-2 { padding: 10px!important; }
.p-3 { padding: 15px!important; }
.p-4 { padding: 20px!important; }
.p-5 { padding: 25px!important; }
.p-6 { padding: 30px!important; }
.p-7 { padding: 40px!important; }
.p-8 { padding: 50px!important; }
.p-9 { padding: 75px!important; }
.p-10 { padding: 100px!important; }
.p-11 { padding: 120px!important; }


/* Padding Top */
.pt-0, .py-0 {
  padding-top: 0!important;
}
.pt-1, .py-1 {
  padding-top: 5px!important;
}
.pt-2, .py-2 {
  padding-top: 10px!important;
}
.pt-3, .py-3 {
  padding-top: 15px!important;
}
.pt-4, .py-4 {
  padding-top: 20px!important;
}
.pt-5, .py-5 {
  padding-top: 25px!important;
}
.pt-6, .py-6 {
  padding-top: 30px!important;
}
.pt-7, .py-7 {
  padding-top: 40px!important;
}
.pt-8, .py-8 {
  padding-top: 50px!important;
}
.pt-9, .py-9 {
  padding-top: 75px!important;
}
.pt-10, .py-10 {
  padding-top: 100px!important;
}
.pt-11, .py-11 {
  padding-top: 120px!important;
}

/* Padding Bottom */
.pb-0, .py-0 {
  padding-bottom: 0!important;
}
.pb-1, .py-1 {
  padding-bottom: 5px!important;
}
.pb-2, .py-2 {
  padding-bottom: 10px!important;
}
.pb-3, .py-3 {
  padding-bottom: 15px!important;
}
.pb-4, .py-4 {
  padding-bottom: 20px!important;
}
.pb-5, .py-5 {
  padding-bottom: 25px!important;
}
.pb-6, .py-6 {
  padding-bottom: 30px!important;
}
.pb-7, .py-7 {
  padding-bottom: 40px!important;
}
.pb-8, .py-8 {
  padding-bottom: 50px!important;
}
.pb-9, .py-9 {
  padding-bottom: 75px!important;
}
.pb-10, .py-10 {
  padding-bottom: 100px!important;
}
.pb-11, .py-11 {
  padding-bottom: 120px!important;
}


/* Padding Start/Left */
.pl-0, .px-0 {
  padding-left: 0px!important;
}
.pl-1, .px-1 {
  padding-left: 5px!important;
}
.pl-2, .px-2 {
  padding-left: 10px!important;
}
.pl-3, .px-3 {
  padding-left: 15px!important;
}
.pl-4, .px-4 {
  padding-left: 20px!important;
}
.pl-5, .px-5 {
  padding-left: 25px!important;
}
.pl-6, .px-6 {
  padding-left: 30px!important;
}
.pl-7, .px-7 {
  padding-left: 40px!important;
}
.pl-8, .px-8 {
  padding-left: 50px!important;
}
.pl-9, .px-9 {
  padding-left: 75px!important;
}
.pl-10, .px-10 {
  padding-left: 100px!important;
}
.pl-11, .px-11 {
  padding-left: 120px!important;
}

/* Padding End/Right */
.pr-0, .px-0 {
  padding-right: 0px!important;
}
.pr-1, .px-1 {
  padding-right: 5px!important;
}
.pr-2, .px-2 {
  padding-right: 10px!important;
}
.pr-3, .px-3 {
  padding-right: 15px!important;
}
.pr-4, .px-4 {
  padding-right: 20px!important;
}
.pr-5, .px-5 {
  padding-right: 25px!important;
}
.pr-6, .px-6 {
  padding-right: 30px!important;
}
.pr-7, .px-7 {
  padding-right: 40px!important;
}
.pr-8, .px-8 {
  padding-right: 50px!important;
}
.pr-9, .px-9 {
  padding-right: 75px!important;
}
.pr-10, .px-10 {
  padding-right: 100px!important;
}
.pr-11, .px-11 {
  padding-right: 120px!important;
}

@media (min-width: 1024px) {
    .lg\:px-6 {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
}

/* Margin */

.m-0 { margin: 0px; }
.m-1 { margin: 5px; }
.m-2 { margin: 10px; }
.m-3 { margin: 15px; }
.m-4 { margin: 20px; }
.m-5 { margin: 25px; }
.m-6 { margin: 30px; }
.m-7 { margin: 40px; }
.m-8 { margin: 50px; }
.m-9 { margin: 75px; }
.m-10 { margin: 100px; }
.m-11 { margin: 120px; }

/* Margin Top */
.mt-0, .my-0 {
  margin-top: 0px!important;
}
.mt-1, .my-1 {
  margin-top: 5px!important;
}
.mt-2, .my-2 {
  margin-top: 10px!important;
}
.mt-3, .my-3 {
  margin-top: 15px!important;
}
.mt-4, .my-4 {
  margin-top: 20px!important;
}
.mt-5, .my-5 {
  margin-top: 25px!important;
}
.mt-6, .my-6 {
  margin-top: 30px!important;
}
.mt-7, .my-7 {
  margin-top: 40px!important;
}
.mt-8, .my-8 {
  margin-top: 50px!important;
}
.mt-9, .my-9 {
  margin-top: 75px!important;
}
.mt-10, .my-10 {
  margin-top: 100px!important;
}
.mt-11, .my-11 {
  margin-top: 120px!important;
}

/* Mrgin Bottom */
.mb-0, .my-0 {
  margin-bottom: 0px!important;
}
.mb-1, .my-1 {
  margin-bottom: 5px!important;
}
.mb-2, .my-2 {
  margin-bottom: 10px!important;
}
.mb-3, .my-3 {
  margin-bottom: 15px!important;
}
.mb-4, .my-4 {
  margin-bottom: 20px!important;
}
.mb-5, .my-5 {
  margin-bottom: 25px!important;
}
.mb-6, .my-6 {
  margin-bottom: 30px!important;
}
.mb-7, .my-7 {
  margin-bottom: 40px!important;
}
.mb-8, .my-8 {
  margin-bottom: 50px!important;
}
.mb-9, .my-9 {
  margin-bottom: 75px!important;
}
.mb-10, .my-10 {
  margin-bottom: 100px!important;
}
.mb-11, .my-11 {
  margin-bottom: 120px!important;
}

/* Margin Start/Left */
.ml-0, .mx-0 {
  margin-left: 0px;
}
.ml-1, .mx-1 {
  margin-left: 5px;
}
.ml-2, .mx-2 {
  margin-left: 10px;
}
.ml-3, .mx-3 {
  margin-left: 15px;
}
.ml-4, .mx-4 {
  margin-left: 20px;
}
.ml-5, .mx-5 {
  margin-left: 25px;
}
.ml-6, .mx-6 {
  margin-left: 30px;
}
.ml-7, .mx-7 {
  margin-left: 40px;
}
.ml-8, .mx-8 {
  margin-left: 50px;
}
.ml-9, .mx-9 {
  margin-left: 75px;
}
.ml-10, .mx-10 {
  margin-left: 100px;
}
.ml-11, .mx-11 {
  margin-left: 120px;
}

/* Mrgin End/Right */
.mr-0, .mx-0 {
  margin-right: 0px;
}
.mr-1, .mx-1 {
  margin-right: 5px;
}
.mr-2, .mx-2 {
  margin-right: 10px;
}
.mr-3, .mx-3 {
  margin-right: 15px;
}
.mr-4, .mx-4 {
  margin-right: 20px;
}
.mr-5, .mx-5 {
  margin-right: 25px;
}
.mr-6, .mx-6 {
  margin-right: 30px;
}
.mr-7, .mx-7 {
  margin-right: 40px;
}
.mr-8, .mx-8 {
  margin-right: 50px;
}
.mr-9, .mx-9 {
  margin-right: 75px;
}
.mr-10, .mx-10 {
  margin-right: 100px;
}
.mr-11, .mx-11 {
  margin-right: 120px;
}

/* Margin responsive */
@media (max-width: 992px){
  .m-md-0{margin: 0px}
  .mt-md-0,.my-md-0{
    margin-top: 0px;
  }
  .mb-md-0,.my-md-0{
    margin-bottom: 0px;
  }
  .ml-md-0,.mx-md-0{
    margin-left: 0px;
  }
  .mr-md-0,.mx-md-0{
    margin-right: 0px;
  }

  .md:p-0{padding: 0}
  .pt-md-0,.py-md-0{
    padding-top: 0;
  }
  .pb-md-0,.py-md-0{
    padding-bottom: 0px;
  }
  .pl-md-0,.px-md-0{
    padding-left: 0px;
  }
  .pr-md-0,.px-md-0{
    padding-right: 0px;
  }

  .page-banner .page-title{
    padding: 40px 0 80px!important;
  }
}

@media (max-width: 576px){
  .sm:m-0{margin: 0px}
  .mt-sm-0,.my-sm-0{
    margin-top: 0px;
  }
  .mb-sm-0,.my-sm-0{
    margin-bottom: 0px;
  }
  .ml-sm-0,.mx-sm-0{
    margin-left: 0px;
  }
  .mr-sm-0,.mx-sm-0{
    margin-right: 0px;
  }

  .p-sm-0{padding: 0}
  .pt-sm-0,.py-sm-0{
    padding-top: 0;
  }
  .pb-sm-0,.py-sm-0{
    padding-bottom: 0px;
  }
  .pl-sm-0,.px-sm-0{
    padding-left: 0px;
  }
  .pr-sm-0,.px-sm-0{
    padding-right: 0px;
  }
}

/* Padding for Section */
section {padding: 100px 0 ;}

/* Form Control */
input[type=text], input[type=email], input[type=number], input[type=search],
input[type=password], input[type=tel], input[type=date], input[type=time], textarea, select {
  font-size: 15px;
  font-weight: 400;
  background-color: #F7F7F7;
  border-radius: 25px;
  padding: 15px 25px!important;
  width: 100%; 
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus,
  input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=time]:focus, textarea:focus, select:focus {
    outline: none;
    transition: all 0.5s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);; 
}
input::placeholder, textarea::placeholder {
  color: #70707070;
  font-size: 15px;
}


/* Border Radius */
.rounded { border-radius: 25px!important;;}

.rounded-t{
  border-top-left-radius:25px!important ;
  border-top-right-radius: 25px!important;;
}

.rounded-b{
  border-bottom-left-radius:25px!important;
  border-bottom-right-radius: 25px!important ;
}

.rounded-l{
  border-top-left-radius:25px!important ;
  border-bottom-left-radius: 25px!important ;
}

.rounded-r{
  border-top-right-radius:25px!important;
  border-bottom-right-radius: 25px!important ;
}


/* Overlay */
.overlay{
  background-image: linear-gradient(180deg,#C40F4C 0%, #24369C 100%);
  background-blend-mode: overlay;
  background-size:auto;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .5;
}

/* Overlay for other pages*/
.page-banner .overlay{
  background-image: linear-gradient(180deg,#24369C 0%, #C40F4C 100%);
 }




