:root {
      --m-c: #e60606;
    --s-c: #e60c0c;
    --box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
    --box-shadow-left: -5px 0px 17px 0 rgb(0 0 0 / 28%);
    --font-base: "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Segoe UI Historic", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, Geneva, -apple-system, BlinkMacSystemFont, sans-serif, system-ui
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--s-c);
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--m-c) #f1f1f1;
    scroll-behavior: smooth
}

h1,
h2 {
    color: #444;
    margin: 0
}

body,
h1,
h2 {
    margin: 0
}

#tablinks a{
    color: #ffffffda;
    background: var(--m-c);
}

#clearButton,
#index .textfaces,
.index .textfaces,
.listView .shareitbutton {
    display: none
}

#sidelinks,
.links,
.random {
    overflow: scroll
}

div#text_panel_creepify,
h2,
li#glitchfont,
.listView .ads {
    grid-column: 1/-1
}

body,
h1,
header p {
    padding: 0
}

#links p,
.listView .new {
    text-transform: uppercase
}

#links a,
.links a,
a {
    text-decoration: none
}

#fancy-list h2,
#seconds,
.list-name,
.random li p {
    font-weight: 500
}

#links p,
.copyright,
.random,
.random li p,
.the_copied_text,
header .container,
input[type=number],
li#glitchfont {
    text-align: center
}



*,
::after,
::before,
input[type=text] {
    box-sizing: border-box
}

body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    background: #ecedf3;
   
    -webkit-font-smoothing: antialiased;
    touch-action: manipulation;
}


.container {
    margin: 0 auto
}
.main-container {
    display: flex;
}

.ads {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: auto;
    clear: both;
}

h1.entry-title{
    font-size: 1.7em;
    margin: 5px;
}

h2 {
    font-size: 1.5em;
    margin-left: 20px;
    display: block;
    clear: both;
}

h3 {
    font-size: 1.45em;
    
}
.logo {
    text-align: center;
    height: 55px;
    background:var(--m-c);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 35%);
}
.logo h3{
    margin: 0;
    color: #fff;
}
header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}


header p {
    margin: 2px 0 8px 5px;
    color: var(--s-c)
}
.main-input-sec {        
    position: fixed;
    bottom: 0;
    width: 100%;
}
#openMenu {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
}
#openMenu span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 12px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px;
    background: #ffffff82;
}
#openMenu span:first-child {
    top: 10px;
    width: 38px;
}
#openMenu span:nth-child(2) {
    top: 19px;
    width: 30px;
}
#openMenu span:nth-child(3) {
    top: 28px;
    width: 22px;
}

.listView .new,
.random li p.size2 {
    font-size: 10px
}



.links a span,
header #tablinks a span {
    position: absolute;
    display: block;
    padding: 0 5px;
    background: red;
    color: #fff;
    font-size: 10px;
    top: -5px;
    border-radius: 5px;
    right: -10px
}

.content-sec {
    background: #ffffff8a;
    padding: 15px;
    border-radius: 5px;
}
.content-sec h2{
    font-size: 1em;
    font-family: fantasy;
    margin-top: 10px;
}
.site-title img {
    width: 220px;
    padding-top: 5px
}
header .input-sec {
    display: flex;
    align-items: center;
    justify-content: space-between; /* This ensures the logo is centered and the button is on the right */
    padding: 0; /* Optional: Add some horizontal padding */
}

header .logo {
    flex-grow: 1;
    text-align: center;
}
header .logo img{
    width: auto;
    height: 40px;
}
.share-btn {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}


.share-btn span {
	color: #333;
    font-size: 12px;
}

.share-btn button {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 7px;
    cursor: pointer;
    transition: all 0.3sease;
    font-size: 14px;
    color: #555;
    outline: none;
}

.share-btn button:hover {
	color: #007bff;
	color: #fff;
	border-color: #007bff
}

.share-btn button svg {
	width: 20px;
	height: 20px;
	fill: currentColor
}

.fb_share {
	color: #3b5998
}

.fb_share:hover {
	background-color: #3b5998;
	color: #fff
}

.twitter_share {
	color: #1da1f2
}

.twitter_share:hover {
	background-color: #1da1f2;
	color: #fff
}

.email_share {
	color: #ea4335
}

.email_share:hover {
	background-color: #ea4335;
	color: #fff
}

.whatsapp_share {
	color: #25d366
}

.whatsapp_share:hover {
	background-color: #25d366;
	color: #fff
}

.telegram_share {
	color: #08c
}

.telegram_share:hover {
	background-color: #08c;
	color: #fff
}

.close-top {
	width: 100%;
	background: red;
	color: #ffffffb8;
	padding: 5px;
	cursor: pointer;
	margin: 0;
	border-radius: 5px;
}
.material-symbols-outlined {
    vertical-align: middle;
}

#openMenu {
    background: 0 0;
    cursor: pointer;
    border: none;
    color: #ffffff75;
    position: absolute;
    right: 10px;
    top: 1px;
    font-size: 17px;
}

.input-sec span {
    color: #ffffff87
}

.flyout-menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 15px;
    background-color: #ecedf3;
    color: #fff;
    align-items: center;
    transition: right .3s;
    z-index: 3999
}

#clearButton,
.close-button {
    position: absolute;
    cursor: pointer
}

.close-button,
.flyout-menu {
    box-shadow: var(--box-shadow-left)
}

.flyout-menu .links,#footermenu .links{
    display: block;
}

.open {
    right: 0
}

#sidelinks {
    height: 100%
}

.close-button {
    top: 10px;
    left: -48px;
    padding: 8px 16px;
    font-size: 30px;
    border: none;
    color: #444;
    border-radius: 15px 0 0 15px
}

.close-button:hover {
    background-color: var(--m-c);
    color: #fff
}


#containerDiv {
    justify-content: center;
    display: flex
}

.listView a.morefancy {
    justify-content: right;
    display: flex
}

.links h3 {
    color: #0000007d;
    font-size: 16px;
    margin: 5px;
}

.othersites #links a {
    display: inline-block;
    width: 32%
}

#tablinks .links {
    display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 2px;
        background: var(--s-c);
    overflow: scroll;
}



#containerDiv {
    align-items: center;
    padding: 5px
}

label {
    margin: 5px 0 0 10px;
    color: #000;
    font-size: 12px;
}

input[type=number] {
    width: 60px;
    height: 40px;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 10px
}

#containerDiv .icon-cw {
    padding: 8px 15px;
    height: 40px;
    background-color: var(--m-c);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color .3s;
    border-radius: 10px
}

#containerDiv .icon-cw:hover {
    background-color: #0251a5
}

#containerDiv .icon-cw:focus,
input[type=number]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #0056b3
}

.main-content-sec{
width: 100%;
margin-top: 10px;
}

.input-sec {
        padding: 5px 5px 0;
width: 100%;
}

.input-sec .input-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
   
}



.input-sec .input-container textarea {
    flex-grow: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 0 15px;
    font-size: 17px;
    background: #fff;
    text-align: center;
    color: #444;
    height: 65px;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
     box-shadow: -1px -6px 20px 0 rgb(0 0 0 / 20%);
    /* Changed outline: 0 to outline: none for better readability */
}

.input-sec .input-container textarea:focus {
    border-color: var(--s-c);
    /* Slightly darker shade for focused state */
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    /* Enhanced shadow for focused state */
}
.hidden {
    transform: translateY(-100%);
}

#clearButton {
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    border: none;
    width: 55px;
    height: 40px;
    color: #777;
    font-size: 22px;
    background: transparent;
    cursor: pointer;
}
#clearButton:hover{
    color: #000;
}

.share-buttons {
    position: fixed;
    bottom: 0;
    padding: 5px 10px;
    height: 45px;
    z-index: 999;
    width: 100%;
    background: #fff;
}

#st-1 {
    z-index: 1 !important;
}


.random {
    list-style-type: none;
    padding:0;
    height: 100px;
    overflow-x: hidden;
    margin: 0
}

.random li {
    display: inline-block;
    position: relative;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease-in-out; /* Smooth fade effect */
    animation: fadeSlide 7s infinite; /* Adjust duration as needed */
}

.random li:hover p {
    color: var(--m-c);
    border-color: var(--m-c)
}

.random li p {
    margin: 4px;
    color: #333;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid transparent
}
.random li p.size2 {
    font-size: 10px
}
.random li p.size3 {
    font-size: 12px
}

.list-name,
.random li p.size4 {
    font-size: 16px
}

.listView p,
.random li p.size5 {
    font-size: 16px;
}

/* Keyframes for slide and fade effect */
@keyframes fadeSlide {
    0%, 90% { 
        opacity: 0; 
        transform: translateY(20px); /* Slide in from below */
    }
    10%, 80% { 
        opacity: 1; 
        transform: translateY(0); /* Fully visible */
    }
}

.random li:nth-child(1) {
    animation-delay: 0s;
}
.random li:nth-child(2) {
    animation-delay: 0.1s;
}
.random li:nth-child(3) {
    animation-delay: 0.2s;
}
.random li:nth-child(4) {
    animation-delay: 0.3s;
}
.random li:nth-child(5) {
    animation-delay: 0.4s;
}
.random li:nth-child(6) {
    animation-delay: 0.6s;
}


.random button {
    position: absolute;
    border-radius: 8px;
    border: none;
    padding: 5px;
    top: -5px;
    right: 5px;
    background: var(--m-c);
    color: #fff
}




.listView {
    padding: 0;
    margin: 0 4%;
    list-style: none;
   
}

.listView li {
    line-height: 1.2;
    position: relative;
    list-style: none;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
     margin-bottom: 2%;
    color: #555;
    border-radius: 0 15px 0 15px;
    background: #fff;
    text-align: center;
    transition: all .2s ease-in-out;
    box-shadow: 0 2px 2px 0 #e8e8e8;
}
.listView li:hover{
    box-shadow: 0 2px 2px 0 #bbbaba;
}

.fontsforinsta-generator {
    position: relative; /* Required for absolute positioning */
    display: block;
    
}
span.name {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    position: absolute;
    left: 15px;
    bottom: 10px;
    display: none;
}
.copied-container {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    background: #fff; /* Semi-transparent white */
    padding: 10px 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    opacity: 0;
    border-radius: 0 15px 0 15px;
    visibility: hidden;
}

.text-copied {
    color: black; /* Dark text for contrast */
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 1px;
    transform:  scale(0.8); /* Start slightly smaller */

    padding: 5px;
}

/* When shown, it scales up with a bounce effect */
.copied-container.show {
    opacity: 1;
    visibility: visible;
  
}
.copied-container.show .text-copied{
    transform: scale(1);
    animation: popUpEffect .5s ease-in-out forwards;
}

/* Custom bounce pop-up effect */
@keyframes popUpEffect {
    0% { transform: scale(0.8); opacity: 0; }
    30% { transform: scale(1.1); opacity: 1; } /* Slightly bigger */
    60% { transform:  scale(0.95); } /* Slight shrink */
    100% { transform: scale(1); opacity: 0; } /* Fade-out */
}


.fontsforinsta-share {
    display: flex;
    justify-content: right; /* Center align the buttons */
    align-items: center;
    gap: 12px; /* Space between buttons */
    padding: 2px 10px 4px 0;
    position: absolute;
    right: 0;
    top: 8px;
}

.fontsforinsta-share button {
    border: none;
    outline: none;
    padding: 7px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background: #fafafa; 
}

/* Hover Effect */
.fontsforinsta-share button:hover {
    transform: scale(1.1);
    color: var(--s-c);
}

/* Click (Active) Effect */
.fontsforinsta-share button:active {
    transform: scale(0.9);
    color: var(--s-c);
}

/* Add a slight glowing effect on focus */
.fontsforinsta-share button:focus {
    outline: none;
    color: var(--s-c);
}


.listView li:hover p{
    color: #000
}


.listView .last {
    background: 0 0;
    border: none;
    list-style: none;
}

.listView a.morefancy {
    padding: 15px;
    justify-items: center;
    color: var(--m-c);
    border-radius: 10px
}

.listView a.morefancy:hover {
    background: #fff;
}

.listView .new {
    display: block;
    position: absolute;
    left: 5px;
    top:-5px;
    background: red;
    font-weight: bold;
    color: #fff;
    padding: 4px 7px;
    border-radius: 10px
}

.listView .btn {
    padding: 5px;
    display: flex;
    justify-content: center;
    justify-items: center;
    position: absolute;
    top: 0;
    right: 0
}

.listView p {
    width: 100%;
    padding: 15px 0 25px 15px;
    margin: 0;
    cursor: pointer;
    line-height: 1.4;
    text-align: left;
    overflow: hidden;
    font-family: var(--font-base);
    border-radius: 5px;
    font-weight: 500;
}


.btn button:hover{
    color: var(--m-c)
}

.listView h2 {
    grid-column: span 2;
    margin-bottom: 10px;
}

li#glitchfont {
    overflow: visible;
    list-style: none
}
#glitchfont p{
    overflow: visible !important;
}

.glitchsettings {
    display: flex;
    justify-content: space-between
}

span.alertmsg {
    top: 30%;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    z-index: 3339
}

#fancy-list p i {
    display: inline-block;
    padding: 5px 8px;
    margin: 3px;
    cursor: pointer;
    color: #000;
    font-style: normal
}

#fancy-list p i:hover {
    background: #fff;
    color: var(--m-c);
    border-color: var(--m-c)
}

#fancy-list h2 {
    padding: 0;
    margin: 0 2%;
    color: #000;
}

.list-name {
    display: block;
    margin-bottom: 10px
}

.btn {
    gap: 10px;
    justify-content: right
}


.list-description {
    font-size: 1.2rem;
    color: #000
}

.btn button {
    background-color: transparent;
    color: var(--m-c)
}

.loadmore {
    text-align: center;
    clear: both;
}
button#randombutton {
    padding: 15px 30%;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: none;
    background: var(--s-c);
    color: #fff;
    font-size: 110%;
}
.regenbutton {
    position: fixed;
    bottom: 17%;
    right: 0;
    z-index: 999;
}

#refreshit {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    color: var(--m-c);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 15px 0 0 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#refreshit:active {
    transform: scale(0.96); /* Slightly shrink on click */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Reduce shadow */
    background-color: #f0f0f0; /* Optional: light click color */
}



.textfaces {
    padding: 15px;
    display: none;
}
.textfaces i {
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    margin: 5px;
    color: #444;
    cursor: pointer;
}
.textfaces i:hover {
    background: #fff;

}
.load-more {
    text-align: center;
}
#links {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around
}


.links a ,#othertools a,.loadmore a{
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 5px 14px;
    margin: 4px;
    font-size: 1em;
    height: 35px;
    transition: .3s;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 20px
}
.loadmore a {
    padding: 3px 24px;
    font-size: 1.1em;
}
#othertools a{
    color: #fff;
    background: #333;
}

.links a:hover,
#othertools a:hover,
.links a:hover,
.loadmore a:hover,
#tablinks .links a:hover,
#tablinks .links a.active-link {
    background-color: var(--s-c);
    color: #fff
}




.bottom-buttons,
.overlay {
    position: fixed;
    z-index: 3339;
    display: none
}


.bottom-buttons {
    bottom: 10%;
    right: 0;
    color: var(--m-c);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.bottom-buttons a {
    display: block;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    text-decoration: none;
    color: var(--s-c);
    border-radius: 15px 0 0 15px;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.bottom-buttons a:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

a#gotosaved {
    color: red;
}


.overlay {
    bottom: 5px;
    left: 5px;
    
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity .3s
}

.overlay .loader {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top: 6px solid var(--m-c);
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: var(--m-c);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.overlay .loader::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--m-c) 0%, transparent 70%);
    opacity: 0.2;
    animation: pulse 1.5s ease-in-out infinite;
    z-index: -1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}


footer {
    text-align: center;
}
#footermenu .links{
    margin: 15px;
}

.pagination , .hideit{
    display: none;
}

.info-text {
    margin: 10px;
        overflow: scroll;
}
.info-text img {
    width: 100%;
    height: auto;
}



.mymodal {
    display: block;
    visibility: hidden;
    z-index: 2147483647 !important;
    left: 0;
    top: 15%;
    width: 100%;
    overflow: scroll;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 5px;
    overflow: hidden;

  }
  span.auto-close {
    background: #e60606;
    padding: 2px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
  
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }
  
  #myModal .the_copied_text{
      font-weight: bold;
      font-size: 120%;
      width: 100%;
      border-radius: 5px;
      padding: 10px;
  }
  
  #myModal .symbol_content .the_copied_text{
      font-weight: bold;
      font-size: 204%;
  }
  
  #myModal .emphasis{
      font-weight: bold;
  }
  #myModal .the_copied_text_description{
    font-weight: normal;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
  }
  
  #ads_in_modal{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      min-height: 300px;
      max-height: 330px;
  }
  h3.close {
    padding: 0;
    margin: 0;text-transform: uppercase;
}
.modal-header {
    padding: 10px;
    background-color: var(--m-c);
    color: white;
    text-align: center;
    word-wrap: break-word;
}
.modal-header button {
    position: absolute;
    right: 0;
    top: 0;
    background: #dd2020;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 0 0 0 10px;
    cursor: pointer;
}
.modal-body {
    padding: 10px 4px 10px 4px;
    background-color: white;
}
.modal-footer {
    padding: 7px 15px;
    background-color: #dd2020;
    color: white;
    text-align: center;
 
    cursor: pointer;
}
@media (min-width: 968px) {
    

    .main-input-sec {
        position: relative;
    }

    .listView li{
            margin: 0.5%;
           width: 49%;
    }
  
    .input-sec, #tablinks{
        position: sticky;
        top: 0;
        z-index: 1000;
    }
  
    .share-buttons {
        background: transparent;
        position: relative;
    }
 

    .listView {
        margin: 0;
        
         padding: 0;
       
    }
   
    .flyout-menu {
        width: 400px;
    }
    .info-text img {
        width: 700px;
    }
    .boxedview {
        margin: 10% auto 0;
    }
    .listView p {
        font-size: 22px;
    }
}
@media (min-width: 970px) {
   
    .main-sec ,.boxedview,.container,.modal-content{
        max-width: 970px;
    }
   
}
@media (min-width: 1200px) {
   
    .main-sec ,.boxedview,.container,.modal-content{
        max-width: 1200px;
    }
   
}