
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*=============== VARIABLES CSS ===============*/

:root {
    --header-height: 3.5rem;
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --black-color: hsl(180, 1%, 64%);
    --black-color-light: hsl(220, 24%, 15%);
    --blue-color-orange: linear-gradient(90deg, #F75B1E 0%, #110F4F 100%);
    --white-color: #fff;
    --body-color: hsl(220, 100%, 97%);
    --bluelogo: #24398B;
    --goldlogo: #D1B235;
    --redlogo: #BD2226;

    --border: .3rem solid rgba(134, 237, 255, 0);
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Open Sans", sans-serif;
    --normal-font-size: 15px;
    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-semi-bold: 600;
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
}

.progress {
    position: fixed;
    top: 3rem;
    left: 3rem;
    width: 3rem;
    height: auto;
    fill: currentColor;
    z-index: 1;
    offset-path: path( "M.5 122.7s24.7-275 276.9 0c327.1 356.7 266.1-330.3 548-33.3 256.9 270.7 271.1 0 271.1 0");
    animation: move auto linear;
    animation-timeline: scroll(root);
}

.cloud {
    width: 12vw;
    height: auto;
    position: absolute;
    top: 5vh;
    left: 60vw;
    fill: rgb(255 255 255 / 0.5);
}

.cloud:nth-child(2n) {
    top: 100vh;
    left: 15vw;
}

.cloud:nth-child(3n) {
    top: 160vh;
    left: 70vw;
}
.form-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr ; /* Two columns */
    grid-gap: 5px; /* Gap between elements */
    max-width: 500px;
    background: #ffffff00;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .form-container input {
    width: 100%;background: #ffffff;
    padding: 3px 8px ; font-weight: 500;font-size: 80%;
    border: 1px solid #000000;
    border-radius: 4px;
  }

  .form-container button {
    grid-column: span 1; /* Make button span two columns */
    padding: 3px;
    background-color: #424548;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .form-container button:hover {
    background-color: #0056b3;
  }

  .subscription-box {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .input-container {
width: 100%;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0px 10px;
    margin-right: 10px;
    
  }

  .input-container i {
    
    margin-right: 8px;
    color: #999;
  }

  .input-container input {
    text-align: start;
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #333;
  }
  .subscribe-btn22 {
    background: #3a3836;
width: 70%;
    font-size: 110%;
    border-radius: 2px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    align-self: center;justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;

    font-weight: bold;
    color: rgb(41, 41, 41);
    background: #cfcfcf97;
    border:1px rgb(41, 41, 41);
border: 1px solid rgb(41, 41, 41);
  }

  .subscribe-btn22:hover {
    
background: rgb(236, 205, 109);
    color: #ffffff;
  }

  .subscribe-btn22 i {
    margin-right: 5px;
  }

  .subscribe-btn {
    background: #ffffff;
    color: rgb(45, 45, 45);

    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;

    font-weight: bold;
  }

  .subscribe-btn:hover {
    background: rgb(236, 205, 109);
    color: #ffffff;
  }

  .subscribe-btn i {
    margin-right: 5px;
    
  }



  .form-container2 {
    
    
    position: relative;
    background-color: rgb(236, 205, 109);
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 35px 0px;

    margin: 40px 0px 0px 0px;
     
      
background-image: url('../image/555.jpg');
  background-size: cover;
  position: sticky;
  background-position: center;
  }
  .form-description2 {
    text-align: start;
    font-size: 22px;
    
    font-weight: bold;
    color: #000000;
    
    justify-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
        justify-content: center;
    align-items: center;
  }
  
  .modern-form2 {

        display: grid;
    grid-template-columns:1fr 1fr 1fr; /* Two columns */
    grid-gap: 20px;
    flex-wrap: wrap;
    gap: 20px;
    

  }
  
  .custom-select22 {
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #002aff;
    margin-bottom: 30px;border-radius: 0;
    
  }

  /* Styling the select element */
  .custom-select22 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    background: #f9f9f9;
    color: #333;
    padding: 12px 20px;
    border: 1px solid #ddd;

    width: 100%;
    font-size: 16px;
    font-family: inherit;
    
    transition: all 0.3s ease;
    border-radius: 0;
    

    
  }

  .custom-select22 select:hover {
    border-color: #e7b837b2;;
    
  }

  .custom-select22 select:focus {
    
    border-color:   #e7b837b2;;
    
    box-shadow: 0 0 8px #e7b837b2;;
    color: #333;

  }
  .custom-select22:active {

    
    color: #333;
    
  }

  /* Adding the dropdown arrow */


  /* Ensures the dropdown arrow doesn’t overlap content */
  .custom-select22 select::-ms-expand {
    display: none;

  }



















  .custom-select {
    position: relative;
    width: 250px;
    font-size: 16px;
    color: #ff0000;
  }

  /* Styling the select element */
  .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    background: #f9f9f9;
    color: #333;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    
    transition: all 0.3s ease;
    border-radius: 50px;

    
  }

  .custom-select select:hover {
    border-color: #b89a78;
    
  }

  .custom-select select:focus {
    border-color: #b89a78;
    box-shadow: 0 0 8px rgba(184, 154, 120, 0.5);
    color: #333;
  }
  .custom-select:active {

    
    color: #333;

    
  }

  /* Adding the dropdown arrow */
  .custom-select::after {
    content: '\25BC'; /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
    pointer-events:none;
  }

  /* Ensures the dropdown arrow doesn’t overlap content */
  .custom-select select::-ms-expand {
    display: none;

  }


  .hero {

    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    animation: fadeIn 1.5s ease-out;
  }

  .hero h1 {
    font-size: 60px;
    margin-bottom: 20px;
    animation: slideInDown 1.5s ease-out;
  }

  .hero p {
    font-size: 20px;
    margin-bottom: 40px;
    animation: slideInUp 1.5s ease-out;
  }

  .hero button {
    
    transition: background-color 0.3s ease;
    animation: bounce 1.5s infinite alternate;
  }    @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes slideInDown {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes slideInUp {
    from {
      transform: translateY(50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes bounce {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-10px);
    }
  }

/*========== Responsive typography ==========*/

@media screen and (min-width: 1024px) {
     :root {
        --normal-font-size: 1rem;
    }
}


/* Custom scrollbar for WebKit browsers (Chrome, Safari) */

::-webkit-scrollbar {
    width: 12px;
    /* Width of scrollbar */
}

::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 10px;
    border: 3px solid #f4f4f4;
    /* Padding around the thumb */
}


/* Change color on hover */

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


/*=============== BASE ===============*/

q {
    animation: CSSscrollReveal ease-in-out both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
}

@keyframes CSSscrollReveal {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

* {
    font-family: var(--body-font);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: none;
    transition: .1s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: var(--normal-font-size);
    background-color: #ffffff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}


/*=============== REUSABLE CSS CLASSES ===============*/

.container-slide {
    max-width: 110px;
    max-lines: 1.5rem;
}

.container1 {
    max-width: 1120px;
    margin-inline: 1.5rem;
}

.header1 {
    background-color: #FFFFFF;
    /* Change to desired color */
}


/*=============== HEADER ===============*/

.header1 {
    border-bottom: var(--border);
    border-right: #0f0f0e 1px solid;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 16px #fffffd(220, 32%, 8%, .3);
    padding: 10px 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(251, 250, 250, 0.89);
    position: fixed;
    z-index: 1000;
    height: 95px;
}

.container-header {
    max-width: 1140px;
    /* Set max width similar to Bootstrap */
    margin: 0 auto;
    /* Center the container */
    padding: 0 15px;
    /* Padding for inner content */
    display: flex;
    justify-content: space-between;
    /* Spread items */
    align-items: center;
    /* Align vertically center */
}



/* Media query for small devices (max-width: 768px) */


/* Navigation for mobile devices */
.header-top {

    /* border-radius: 15px 10px 50px 50px; */


    box-shadow: 0 2px 16px #0f0f0e(220, 32%, 8%, .3);
    
    width: 100%;

    z-index: 100;

    
    padding: 10px;
    background-color: #292929;

    
}
@media(max-width: 1118px) {
    body{
overflow-x: hidden;

    }

    html {
        font-size: --normal-font-size;
        overflow: scroll;
        scroll-padding-top: 9rem;
        scroll-behavior: smooth;
        font-family: var(--body-font);
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    .nav1 {
        padding: 15px;
    }
    /* Menu styles */
    
    .form-inline {
        display: inline-flex;
    
    }
    .nav_login {
        display: flex;
    }
    .nav_login li {
        padding-left: 1px;
        padding-right: 17px;
    }
    .search-form {
    
        
        background-color: #ffffff;
        width: 10rem;
    
        display: flex;
        align-items: center;
        border-radius: 3px;
    }
    .form-inline {
        display: inline-flex;
    
        display: flex;
        justify-content: center;
    }
    .search-form label {
        margin: 7px;
    }
    .icons label {
        margin-right: 12px;
    }
    .content-all {
        margin: 44px;
        line-height: 1rem;
        font-family: "Open Sans", sans-serif;
        font-size: .5rem;
        text-align: left;
        margin: 1rem 0;
    }
    .container-12 {
        width: 90%;
        
    }
    .bg-white1 {
        background-color: transparent;
    }
    .why-publish-item {
        background-color: #fdfdfd;
    }
    .why-publish-item:hover {
        background: rgb(225, 212, 212);
    }
    .container-15 {
        max-width: 640px;
        padding-right: 12px;
        /* 1 rem by default */
        padding-left: 12px;
        /* 1 rem by default */
        margin-right: auto;
        margin-left: auto;
    }
    .search-form input {
        height: 100%;
        width: 100%;
        font-size: .8rem;
        color: var(--black);
        text-transform: none;
        cursor: pointer;
    }
    .btn1 {
        align-items: center;
        align-content: center;
        cursor: pointer;
        text-decoration: none;
        
        padding: 10px;
    
    
    }
    .btn1:hover {
        color:rgb(236, 205, 109);
    
  padding: 15px 10px;
 
    }
    .Sign1 span {
    height: 27px;
        width: 27px;
        border-radius: 50px;
        border: 2px solid #ddd;
        
        align-content: center;
        
        text-align: center;
        font-size: 11px;
        padding: 5px;
        color: #ffffff;
    }
    .Sign1 a {
        margin: 0 0rem;
        font-size: .7rem;font-weight: bold;
        cursor: pointer;
        color: rgb(249, 249, 249);
        text-decoration: none;
        font-family: Georgia, serif;
    }
    .Sign1 {
        left: 0;
    
        
    }
    .sub-content  {
        
        padding: 10px;
        
    }


    .content-all h3 {
        padding: 0px;
        color: white;
        font-size: 150%;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    
    .content-all .uk-head {
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
        font-weight: 600;

        color: #0e0d0d;
    
        
      
    }
    
    .sub-content  {
        
        
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        text-align: justify;
     /* Adjust the width as needed */
        margin: 0 auto; 
        border-radius: 3px;
        
        color: #000000;
        width: 100%;
        background-color: #ffffff;
        
        padding: 20px;
    }
    
    .sub-content .uk-word{
        font-family: "Open Sans", sans-serif;
        font-size: 10px;
       
        color: #030303;
       
    }

    
    
}


/* Show menu */

.show-menu {
    opacity: 1;
    top: 3.5rem;
    pointer-events: initial;
}

.icons div {
    display: none;
}

.show-icon .nav__burger {
    opacity: 0;
    transform: rotate(90deg);
}

.show-icon .nav__close {
    opacity: 1;
    transform: rotate(90deg);
}


/* Show icon */

.container-content {
    border-top: 1px solid rgba(3, 21, 54, 0.622);
    border-bottom: 1px solid rgba(3, 21, 54, 0.622);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-width: max-content;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
    height: auto;
    display: flex;
    /* Flexbox layout for vertical alignment */
    flex-direction: column;
}

.content-all {
    padding-top: 20px;
}




.container-header2 {
    
/*    max-width: 1140px;
    /* Set max width similar to Bootstrap */
    margin: 0 auto;
    /* Center the container */
    padding: 0 1px;
    position: relative;
    /* Padding for inner content */
    display: flex;
    justify-content: space-between;
    /* Spread items */
    align-items: center;
}

.icons label {
    background-color: transparent;
    border: 5px solid transparent;
    color: #D1B235;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.icons label:hover {
    color: rgb(173, 70, 1);
}

.btn1:hover {
    color:rgb(236, 205, 109);

  padding: 15px 10px;
 
}

@media (max-width: 340px) {
    .container-slide {
        max-width: 200px;
        margin-inline: 1rem;
    }
    .container1 {
        margin-inline: 1rem;
    }
}


/* For large devices */

@media (min-width: 770px) {
    
    .banner .illo {
        left: 600px;
       
    }
    .content-all h3 {
    
        color: white;
        font-size: 170%;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    
    .content-all .uk-head {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 3.0;
        color: #0e0d0d;
    
        
      
    }
    
    .sub-content  {
    
        font-size: 17px;
        text-align: justify;
 /* Adjust the width as needed */
        margin: 0 auto; 
        border-radius: 3px;
        
        color: #000000;
        width: 100%;
        background-color: #ffffff;
        
        padding: 20px;
    }
    
    .sub-content .uk-word{
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        
        color: #030303;
       
    }
    

    .container-15 {
        padding-right: 12px;
        /* 1 rem by default */
        padding-left: 12px;
        /* 1 rem by default */
        margin-right: auto;
        margin-left: auto;
    }
    .container-12 {
        width: 90%;
    
    }
    .bg-white1 {
        background-color: transparent;
    }
    .why-publish-item {
        background-color: #ffffff;
    }
    
    .container-slide {
        margin-inline: auto;
        align-items: center;
    }
    .container1 {
        margin-inline: auto;
        align-items: center;
    }

    .nav_login {
        display: none;
    }
    .nav1 {
        height: calc(var(--header-height) + 2rem);
        display: flex;
        justify-content: space-between;
    }
    .nav__toggle {
        display: none;
    }
    .Sign1 a {
        margin: 0 -8px 10px 0px;
        font-size: .7rem;font-weight: bold;
        cursor: pointer;
        color: rgb(249, 249, 249);
        text-decoration: none;
        font-family: Georgia, serif;
    }
    
    .form-inline {
    
        
        display: block;
    
        justify-content: right;
    
    }
    .search-form {
    
        background-color: #ffffff;
        width: 36.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        border-radius: 3px;
    }
    .search-form input {
        height: 100%;
        width: 100%;
        font-size: .8rem;
        color: var(--black);
        padding: 1rem;
        text-transform: none;
        cursor: pointer;
            border-radius: 3px;
    }
    .search-form label {
        cursor: pointer;
        font-size: 1rem;
        margin-right: 1.3rem;
        padding-left: 15px;
        color: #0e0d0d;
        transition: .1s linear;
    }
    .search-form label:hover {
        color: rgba(2, 2, 2, 0.651);
    }
    /* Responsive: Stacked layout for smaller screens */
    .btn1 {
        align-items: center;
        align-content: center;
        cursor: pointer;
        text-decoration: none;
        
        padding: 10px;
    
    
    }
    .btn1:hover {
    color:rgb(236, 205, 109);
    
  padding: 15px 10px;
 
    }
    .Sign1 span {
        height: 27px;
        width: 27px;
        border-radius: 50px;
        border: 2px solid #ddd;
        
        align-content: center;
        
        text-align: center;
        font-size: 11px;
        padding: 5px;
        color: #ffffff;
    }
    .Sign1 a {
        font-size: 13px;
    }
}

@media (min-width: 576px) {
    .container-header {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-header {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-header {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-header {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-header {
        max-width: 1320px;
    }
}




.effect.jaques a {
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
}



@media (min-width: 670px) {
    .title {
        font-size: 5rem;
    }
}

.header-section1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.031);
    /* Dark overlay for realistic depth */
}

.header-section1 {
    width: 100%;
    height: 100%;
    background: rgba(29, 31, 32, 0.904) radial-gradient(rgba(255, 255, 255, 0.712) 10%, transparent 1%);
    background-size: 11px 11px;
    display: flex;
    overflow: hidden;
    align-content: center;
    justify-content: center;
}

.banner12 {
    position: sticky;
    width: 1120px;
    background-image: url('assets/image/business-conference-hall-people-sitting-chairs-watching-presentation_274719-6940.jpg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: inline-block;
    justify-items: center;
    align-content: center;
    overflow: hidden;
    margin: 22px;
}


/* Overlay with semi-transparent background */

.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.031);
    /* Dark overlay for realistic depth */
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    color: #fff;
    text-align: center;
    max-width: 500px;
}

.text-content small {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}



.cta-button {
    background-color: #ff0000;
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e60000;
}


/* Social media icons */

.social-icons {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.social-icons p {
    margin-bottom: 10px;
    color: #fff;
}

.social-icons a {
    margin-right: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;

}


/* Pagination */


.slide-number {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.slide-number.active {
    color: #ff0000;
}


/* Navigation arrows */

.nav-arrows {
    position: absolute;
    width: 20%;
    top: 95%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.nav-arrows .prev,
.nav-arrows .next {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    user-select: none;
}

.nav-arrows .prev:hover,
.nav-arrows .next:hover {
    color: #ff0000;
}

.title {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    font-family: 'open serif', sans-serif;
    z-index: 1;
    color: #f7ce01e6;
}


/* From Uiverse.io by jeremyssocial */

.wrapper1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 43, 43, 0.3);
    /* Dark overlay for realistic depth */
}



.wrapper1 {
    background-image: repeating-linear-gradient( -45deg, rgb(3, 20, 105) 0, transparent 30px, rgb(171, 98, 4) 30px, transparent 60px, rgb(5, 2, 76) 120px, transparent 240px);
    background-color: rgb(5, 28, 62);
    margin-top: 2rem;
    color: #eee;
    height: 20vh;
    min-width: 360px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    perspective-origin: 50% 50%;
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}


/* Fallback if the operatring system prefers reduced motion*/

@media (min-width: 670px) {
    .title {
        font-size: 3rem;
    }
}



.banner1 {
    position: relative;
    height: 100%;
    max-height: 70px;
    width: 100%;
    max-width: 1279px;
    background: none;
    overflow: hidden;
}

.banner1 .content1 {
    top: 0px;
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-items: start;
}

.banner1 .content-wrapper {
    min-width: 360px;
    width: 100%;
    text-align: center;
    max-width: 706px;
}

.banner1 .content-wrapper h3 strong {
    color: #f5f5f5;
}

.banner .illo {
    
    z-index: 1;
    position: absolute;
    right: auto;
    left: 0;
  
    top: 0;
}

.button {
    display: block;
    margin-top: 16px;
}



@media (min-width: 1000px) {
    .banner1 .illo {
        
        right: 260px;
        left: auto;
    }
    .banner1 .content-wrapper {
        display: contents;
        position: fixed;
        max-width: 100%;
        align-items: stretch;
        justify-content: space-around;
    }
    .banner1 .content-wrapper .headline {
        flex-grow: 1;
        padding-left: 80px;
    }
    .button {
        flex: 0 0 200px;
        text-align: center;
    }
}

.title12 {
    font-size: 2.5rem;
}

.wrapper15 {
    margin-top: 10px;
    margin-bottom: 10px;
    animation: scroll 0s linear infinite;
    --bg: radial-gradient(#000 5%, #0000 6%);
    --size: 3rem;
    width: 100%;
    height: 100%;
    /* Add your background pattern here */
    /* background-color: lightblue; */
    /* background-image: radial-gradient(#000 5%, #0000 6%),
      radial-gradient(#000 5%, #0000 6%);
    background-position: 0 0, calc(var(--size) / 2) calc(var(--size) / 2);
    background-size: var(--size) var(--size);
    color: #eee; */
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    perspective-origin: 50% 50%;
 
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}


/* Fallback if the operatring system prefers reduced motion*/

@media (prefers-reduced-motion) {
    .wrapper15 {
        animation: scroll 800s linear infinite;
    }
}

@media (min-width: 670px) {
    .title12 {
        font-size: 5rem;
    }
}

.wrapper35 {
    background-size: #f3f6f9;

    
    display: flex;
    justify-content: center;
    align-items: center;
    
    perspective-origin: 50% 50%;
    margin-top: 10px;
}

.wrapper5 {
    
    
      width: 90%;
      margin: auto;
      position: relative;
    
     height:auto;
     padding-bottom: 0px;
    
}

@keyframes scroll {
    100% {
        background-position: 0px -400%;
    }
}


/* Fallback if the operatring system prefers reduced motion*/

@media (prefers-reduced-motion) {
    .wrapper35 {
        animation: scroll 800s linear infinite;
    }
    .wrapper5 {
        font-size: x-large;
    }
}

@media (min-width: 670px) {
    .title12 {
        font-size: 5rem;
    }
}

.heading2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    /* Dark overlay for realistic depth */
}

.container-fluid1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(236, 235, 235, 0.3);
    /* Dark overlay for realistic depth */
}


/* Container styling */

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* Row styling */

.why-publish-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}


/* Item styling */

.why-publish-item {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    width: calc(50% - 20px);
    /* Two items per row with spacing */
    margin: 10px;
    transition: background 0.3s ease;
}


/* Image styling */

.item-image {
    max-width: 150px;
    margin-right: 15px;
    height: auto;
}


/* Content styling */

.item-content h4 {
    margin: 0;
    font-size: 1.25em;
    font-weight: bold;
}

.item-content p {
    margin-top: 10px;
}


/* Responsive adjustments */

@media (max-width: 767px) {
    .why-publish-item {
        flex-direction: column;
        /* Stack image and content on smaller screens */
        text-align: center;
        width: 100%;
    }
    .item-image {
        margin: 0 0 15px 0;
        max-width: 200px;
    }
}

.why-publish-section {
    margin-top: 12px;
}

a {
    text-decoration: none;
}

.container-card {
    display: grid;
    grid-template-columns:1fr 1fr; /* Two columns */
    grid-gap: 5px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.container-card2 {
    display: grid;
    grid-template-columns:1fr;/* Two columns */
    grid-gap: 0px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
    align-content: start;
    justify-content: start;
    margin: 0 0px;
}
.container-card24 {
    display: grid;
    grid-template-columns: 0.31fr 1fr; /* Two columns */
    grid-gap: 0px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    align-content: stretch;
    justify-content: stretch;
    margin-right: 0px;
    width: auto;
}
.journal-ditel {
    display: grid;
    grid-template-columns: 1.12fr 0.425fr; /* Two columns */
    grid-gap: 0px;
    
    gap: 10px;
    
    
    padding: 0;
    height: auto;
}

.contentTop {
    display: grid;
    grid-template-columns: 1.14fr 0.3fr; /* Two columns */
    grid-gap: 0px;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    margin: 0px;
    
    align-content: end;
    align-self: center;
    justify-content: center;
    justify-self: end;
}


.journal-card {
    flex: 1 1 45%;
    /* Adjusts width for two-column layout */

    margin-bottom: 0px;
}

.card .journal-content p{
    margin: 2px;font-family: serif;
        border-radius: 3px;
}
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0px;
    
    background-color:transparent;
    transition: transform 0.2s ease-in-out;
        border-radius: 3px;
}

.journal-content {
    padding: 7px;
    display: flex;
    height: 2%;
}
.journal-img {
    
    width: 180px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #aaa;
        margin-top: 0px;
        overflow: hidden;
    }
    .journal-img img {
        width: 100%;
        height: auto;
        object-fit: fill;
    }

.journal-link {

 text-align: center;
  color: rgb(58, 58, 58);

font-size: 130%;
font-weight: 900;
font-family: serif;
 color: rgb(0, 56, 222);
 color: rgb(0, 35, 142);
}
.journal-link:hover {
    
  text-decoration: underline;
color: rgb(74, 74, 74);
color: rgb(0, 53, 211);
}


.journal-title {
    text-align: center;
    align-content: center;
    align-items: center;
    
    height: 80px;
    
    
    background: #ffffff9a;
    
    font-size: 1.1rem;
    
    font-family: serif;
    border-radius: 3px;
    padding: 5px;
  background-image: url('../image/555.jpg');
  background-size: cover;
  position: sticky;
  background-position: center;

}


.journal-buttons {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
    padding-left: 2px;
    padding-right: 2px;
}
.Supscrip {
    margin-top: 20px;
    
    display: flex;
    justify-content: space-between;
margin:10px 150px ;
    color: rgb(2, 78, 165);
    background-color: #ffffff;
    border-radius: 20px;
}
.text_Supscrip {
    margin-bottom: 0%;
    text-align: center;
    font-family: serif;
    font-size: 130%;
      position: relative;  
  align-items: center;
  align-content: center;
      z-index: 1;
    
  padding: 10px;
      z-index: 1;
      border-radius: 20px;
      color: #322f2f;
      background-color: rgba(255, 255, 255, 0);
  }
.card-btn {
    padding: 10px;
    background-color: rgb(236, 205, 109);
    border: 1px solid #e6e8e9;
    text-align: center;    font-family: serif;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 110%;
    transition:  0.3s;
    flex: 1;
    margin: 0 5px;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
      
        background: #e3e3e39a;
          background-image: url('../image/555.jpg');
  background-size: cover;
  position: sticky;
  background-position: center;
  color: rgb(0, 35, 142);
}



.card-btn:hover {
  text-decoration: underline;
color: rgb(74, 74, 74);
color: rgb(0, 53, 211);
}

@media (max-width: 767.98px) {
    .journal-title {
        font-size: 1px;
    }
    .card-p {
        
        font-size: 12px;
    }
    .card-btn {
        font-size: 12px;
        font-weight: 400;
    }
    .journal-link {
        font-size: .9rem;
    }
    .journal-card {
        flex: 1 1 100%;
        /* Stacks the cards in a single column */
    }
    .journal-img {
        align-content: center;
        width: 140px;
    }
    .journal-img img {
        width: 140px;
        height: auto;
    }
    body {
        touch-action: pan-y;
    }
    .logo1 {
        /* Approximation of shield/crest */
        max-width: 80px;
        /* Set a maximum width for the logo */
    }
}






.social-icons {
    position: static;
                display:grid;
                grid-template-columns: repeat(3, 40px);
                gap: 0px;
            }
    
            .social-icons a {
                display: flex;
                justify-content: start;
                align-items: start;
                align-content: start;
            
               padding-bottom: 8px;
                border-radius: 0px;
                text-decoration: none;
            }
    
            .social-icons a:hover {
                transform: scale(1.1);
                transition: transform 0.2s;
            }
    
            .facebook { background-color: #1877f2; }
            .twitter { background-color: #353535c0;  }
            .pinterest { background-color: #e60023; }
            .instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
            .youtube { background-color: #ff0000; }
            .linkedin { background-color: #0077b5; }
            .discord { background-color: #5865f2; }
            .reddit { background-color: #ff4500; }
    
            .social-icons a i {
                color: #fff;
                font-size: 18px;
            }