/*!
Theme Name: Cryptozfree
Theme URI: https://cryptoz.iamabdus.com/free/
Author: iamabdus
Author URI: https://www.templatemonster.com/products/author/iamabdus/
Description: A free Elementor theme for WordPress by Abdus
Version: 1.1.0
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cryptozfree
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cryptozfree is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Estilizando o menu principal */

#menu ul li a {
    font-family: 'Raleway', sans-serif; /* Fonte */
    font-size: 15px;                    /* Tamanho */
    font-weight: 600;                   /* Peso */
    letter-spacing: 1px;                /* Espaçamento entre letras */
    /*text-transform: uppercase;   */       /* Texto em maiúsculas */
}


#nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.mulish-<uniquifier> {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.testimonials {
max-width: 800px;
margin: 60px auto;
padding: 20px;
text-align: center;
position: relative;
overflow: hidden;
}


.testimonial {
display: none;
flex-direction: column;
align-items: center;
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.testimonial.active {
display: flex;
animation: fadeIn 0.7s ease-in-out;
}


@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}


.testimonial img {
width: 80px;
height: 80px;
border-radius: 50%;
margin-bottom: 15px;
object-fit: cover;
}


.testimonial h3 {
margin: 10px 0 5px;
font-size: 1.2rem;
color: #333;
}


.testimonial .stars {
color: #f5a623;
margin: 10px 0;
}


.testimonial p {
font-size: 1rem;
color: #555;
line-height: 1.5;
}


.controls {
margin-top: 20px;
}


.controls button {
background: #333;
color: #fff;

<style>
.insta-box {
  max-width: 420px;
  margin: 20px auto;
  border-radius: 15px;
  overflow: hidden; /* arredonda também o conteúdo do iframe */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border: 3px solid #ff5fa2; /* cor de borda estilo Instagram */
}
.insta-box iframe {
  display: block;
  width: 100%;
  height: 600px;
}
</style>
