/*
Theme Name: Cryptical Child
Author: 
Description: Your description goes here
Version: 1.0
Template: cryptical

This is the child theme for Cryptical theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.b-logo img {
    padding: 15px;
    background: #5d20ed;
    align-items: center;
    border-radius: 10px !important;
}
.b-logo1 img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.purple .elementor-container {
    background: #5d20ed;
    border-radius: 30px 30px 30px 0px;
    padding: 20px;
    margin-bottom: 60px;
}



.red .elementor-container {
    background: #e12029;
    border-radius: 30px 0px 30px 30px;
    padding: 20px;
    margin-bottom: 60px;
}

.red .elementor-container:hover img {/* transform: scale(0.9); */transition: .5s;padding: 5px;}

.red .banner .elementor-container img {
    transition: .5s;
}

.purple .elementor-container:hover img {/* transform: scale(0.9); */transition: .5s;padding: 5px;}

.purple .banner .elementor-container img {
    transition: .5s;
}

.elementor-button {
    padding: 10px 30px !important;
}

.elementor-button:hover {transform: scale(0.9);}
.banner img {
    border: 8px solid #fff !important;
}