*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a,a:hover{
    text-decoration: unset;
}
.ct_love_jihad_banner {
    background: url(../banner.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.ct_love_jihad_banner:before {
    content: "";
    background-color: #000;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.ct_love_jihad_main {
    /* background: #00000040; */
    padding: 20px 40px;
    position: relative;
    background-image: url(../love_jihad_4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    border-radius: 25px;
    border: 3px solid #fff;
}
.ct_love_jihad_main:before {
    content: "";
    background-color: #080707;
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    border-radius: 20px;
}
.ct_logo img {
    border-radius: 100px !important;
    width: 130px;
    margin-inline: auto;
    display: block;
}

.btn-17,
.btn-17 *,
.btn-17 :after,
.btn-17 :before,
.btn-17:after,
.btn-17:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-17 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #ff0000;
  background-image: none;
  color: #fff;
  cursor: pointer;

  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #ff0000);
  padding: 0;
  text-transform: uppercase;
}

.btn-17:disabled {
  cursor: default;
}

.btn-17:-moz-focusring {
  outline: auto;
}

.btn-17 svg {
  display: block;
  vertical-align: middle;
}

.btn-17 [hidden] {
  display: none;
}

.btn-17 {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.8rem 4rem;
  z-index: 0;
}

.btn-17,
.btn-17 .text-container {
  overflow: hidden;
  position: relative;
}

.btn-17 .text-container {
  display: block;
  
}

.btn-17 .text {
  display: block;
  position: relative;
}

.btn-17:hover .text {
  -webkit-animation: move-up-alternate 0.3s forwards;
  animation: move-up-alternate 0.3s forwards;
  color: #000;
}

@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

.btn-17:after,
.btn-17:before {
  --skew: 0.2;
  background: #fff;
  content: "";
  display: block;
  height: 102%;
  left: calc(-50% - 50% * var(--skew));
  pointer-events: none;
  position: absolute;
  top: -104%;
  transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
  transition: transform 0.2s ease;
  width: 100%;
}

.btn-17:after {
  --progress: 0%;
  left: calc(50% + 50% * var(--skew));
  top: 102%;
  z-index: -1;
}

.btn-17:hover:before {
  --progress: 100%;
}

.btn-17:hover:after {
  --progress: -102%;
}


.ct_input {
    height: 48px;
    border: 1px solid #e6e6e6;
    outline: none;
    color: #000;
    background-color: #fff;
}
.ct_input:focus{
    box-shadow: unset;
    border-color: #ff0000;
}
.ct_fw_600{
font-weight: 600;
}

.ct_love_jihad_main h4 {
    font-size: 44px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background-color: #ffff;
    padding: 20px 50px;
    width: fit-content;
    margin-inline: auto;
    border-radius: 5px;
}
.ct_love_jihad_main h4:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-image: url(../knife.png);
    z-index: -1;
    background-repeat: no-repeat;
    left: 47%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.ct_red_text{
    color: #ff0000;
}

.ct_mt_30{
    margin-top: 30px;
}

.ct_submit_links_modal .modal-content {
    background-color: #f5f5f5;
}
ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.ct_submit_links_modal li + li {
    margin-top: 10px;
}
.ct_submit_links_modal li a {
    color: #111;
    font-weight: 600;
    transition: 0.4s ease all;
}
.ct_submit_links_modal li a:hover{
    color: #ff0000;
}

.ct_fs_24{
   font-size: 24px;
}
.ct_submit_links_modal li {
    list-style: auto;
    font-weight: 600;
    margin-inline: 20px;
}
.btn-close:focus{
    box-shadow: unset;
}

.ct_input::placeholder{
    color: #000;
    opacity: 0.6;
}

.ct_submit_links_modal ul {
    height: auto;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
.ct_submit_links_modal ul::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_submit_links_modal ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.ct_submit_links_modal ul::-webkit-scrollbar-thumb {
  background: #ff0000; 
}

/* Handle on hover */
.ct_submit_links_modal ul::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}
.ct_loader_main {
  position: fixed;
  background: #f0e3e5;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}
.loader:after, .loader:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  background: #FF3D00;
  animation: spin 1s linear infinite;
  transform-origin: 0px 100%;
}
.loader:before {
  transform-origin: 0 50%;
  background: #fff;
}
.ct_submit_links_modal li {
    list-style: disc;
   
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
    

@media screen and (max-width:767px){
    .ct_love_jihad_main{
        padding-inline: 20px;
    }
}